.nm-main-top-header {
    display: none;
}

.nm-header {
    padding: 0px;
    /*display: none;*/
}

.np {
    background: #051323;
}

/*start style header np*/
.np-header {
    background: #081F39;
    color: #fff;
    padding: 10px 0;
    z-index: 3;
    position: relative;
}

.np-header .logo {
    width: 58px;
    height: 47px;
    margin-left: 28px;
}

.phone-header {
    display: none;
}

.np-header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.np-header .menu ul a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/*end style header np*/
/*start first section*/
.np .first-sec {
    color: #ffff;
    text-align: center;
    background: #051323;
    margin-bottom: 60px;
}

.np .first-sec .image {
    padding: 0 0 24px 0;
}

/*.np .first-sec .image .desktop img {*/
/*    height: 288px;*/
/*}*/

.np .first-sec .phone img {
    height: 100%;
}

.np .first-sec .image .phone {
    display: none;
}

.np .first-sec .text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    margin: 0 0 12px;
}

.first-sec .text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
}

/*start first section*/
.what-np-sec {
    background: url("../images/np/bg-what-np-sec.png") center no-repeat;
    padding-block: 40px;
    background-color: #07192E;
    background-position: left;
    background-size: auto 100%;
    margin-bottom: 60px;
}

.np .what-np-sec .content {
    color: #fff;
}

.np .what-np-sec .content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 5px;
}

.np .what-np-sec .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 29px;
}

.np .what-np-sec .video {
    width: 550px;
    height: 280px;
}

.np .what-np-sec .video video {
    width: 100%;
    height: 100%;
}

.np .what-np-sec .content .image {
    width: 87px;
    height: 87px;
    background: #142E4B;
    padding: 10px;
    border-radius: 12px;
    margin-left: 12px;
}

.np .what-np-sec .content .image img {
    width: 100%;
    height: 100%;
}

.np-subscribers {
    gap: 10px;
}

.what-np-sec .content span {
    color: #FC6644;
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
}

.what-np-sec .content h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 21.7px;
    margin: 0;
}

/**/
.np .features-np-sec {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.np .features-np-sec .title {
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 20px;
}

.features-np-sec .images {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.plane-sec .title {
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 20px;
}

.features-np-sec .images .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plane-sec .tabs .tab a div {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.features-np-sec .images .box h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
}

section.features-np-sec .container {
    max-width: 1279px !important;
}

.features-np-sec .images .box .image {
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5px;
}

.features-np-sec .images .box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**/
.np .plane-sec {
    text-align: center;
    color: #fff;
}

.np #plane_sec {
    margin-bottom: 60px;
}

.plane-sec .tabs {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 1rem;
}

.np .plane-sec .tabs .active {
    border: 1px solid #294E77;
    background-color: #173455;
}

.np .plane-sec .tabs .tab:hover {
    background-color: #173455;
    border: 1px solid #294E77;
    transition: .3s;
}

.plane-sec .tabs .tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    transition: .3s;
    height: 100px;
    background: #081F39;
    color: #fff;
    border-radius: 12px;
}

.plane-sec .tabs .tab a {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.np .plane-sec .content {
    padding: 16px;
    border-radius: 12px;
    background: #122943;
    margin-top: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np .plane-sec .content .tab-content {
    display: none;
    width: 100%;
}

.plane-sec .content .tab-content.active {
    display: block;
}

.plane-sec .content .information {
    background: #142E4B;
    border-radius: 8px;
    padding: 16px;
    gap: 8px;
    height: max-content;
}

.plane-sec .content .information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plane-sec .content .btn a {
    display: block;
    width: 186px;
    height: 44px;
    padding: 12px;
    background: #fff;
    color: #333333;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    box-shadow: 0 0 20px 0 #5959590A;
}

.plane-sec .content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    text-align: right;
    margin-bottom: 9px;
}

.plane-sec .information h3 {
    margin: 0 0 9px;
}

.plane-sec .left-content h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
}

.plane-sec .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: start;
}

.plane-sec .content .left-content .btn {
    display: flex;
    justify-content: end;
    gap: 16px;
}

.plane-sec .content .left-content {
    height: 100%;
}

.plane-sec .content .left-content .btn a {
    background: #16A368;
    box-shadow: 0 0 20px 0 #5959590A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 10px;
    border-radius: 8px;
    color: #fff;
    width: 100%;
}

.plane-sec .banner {
    padding: 12px;
    height: 420px;
    background: #122943;
    margin-top: 1rem;
    border-radius: 12px;
    display: none;
}

.plane-sec .banner.active {
    display: block;
}

.plane-sec .banner img {
    height: 100%;
}

.plane-sec .filter-checkbox label {
    display: flex;
    align-items: center;
    margin-left: 8px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #254365;
    background: #173455;
    padding: 10px;
}

.plane-sec .filter-checkbox {
    margin-bottom: 18px;
}

.plane-sec .filter-checkbox:last-child {
    margin: 0;
}

.left-content-price {
    margin-top: 0px;
}

.left-content-price .price {
    font-weight: 700;
    font-size: 15px !important;
    color: #FFFFFF;
    margin-bottom: 12px;
    /* gap: 8px !important; */
    width: 100%;
}

.price del {
    color: #aaaaaa;
    text-decoration-color: red;
}

.plane-sec input[type="checkbox"] {
    display: none;
}

.plane-sec .custom-checkbox {
    width: 20px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 20px 0 #5959590A;
    border-radius: 20%;
    margin-right: 10px;
    border: 2px solid #193d63;
    transition: all 0.3s ease;
}

.plane-sec .custom-checkbox:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #193d63;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.plane-sec input[type="checkbox"]:checked+.custom-checkbox:after {
    opacity: 1;
}

/* Checkbox/Radio Button Styling */
.plane-sec input[type="radio"],
.plane-sec input[type="checkbox"] {
    display: none;
    /* Hide the default input */
}

/* Checkmark Effect */
.plane-sec .custom-checkbox:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #d23c22;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Active State for Checked Inputs */
.plane-sec input[type="radio"]:checked+.custom-checkbox,
.plane-sec input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #F14A25;
    border-color: #193d63;
}

/* Show the Checkmark */
.plane-sec input[type="radio"]:checked+.custom-checkbox:after,
.plane-sec input[type="checkbox"]:checked+.custom-checkbox:after {
    opacity: 1;
    border-color: #ffffff;
}

/**/
.new-product-sec {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

.new-product-sec .swiper-new-product {
    position: relative;
    overflow: hidden;
}

.new-product-sec .title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}

.new-product-sec .swiper-pagination {
    position: relative;
    bottom: auto !important;
    left: auto;
    top: auto;
    right: auto;
}

.new-product-sec .swiper-button-next,
.new-product-sec .swiper-button-prev {
    top: 36%;
}

.new-product-sec .box {
    background: #122943;
    border-radius: 12px;
}

.new-product-sec .box .image {
    height: 203px;
    padding: 12px;
    border-radius: 8px;
    background: #122943;
}

.new-product-sec .box .image img {
    border-radius: 8px;
    width: 100%;
    height: 203px;
}

.new-product-sec .box .title-box {
    font-size: 14px;
    font-weight: 700;
    line-height: 21.7px;
    text-align: center;
    padding: 10px;
}

.new-product-sec .box .title-box a {
    color: #FFFFFF;
}

.new-product-sec .license-image {
    display: flex;
    justify-content: center;
}

.new-product-sec .license-image img {
    margin-top: -30px;
    margin-right: -15px;
}

.new-product-sec .license-image img:first-child {
    margin-left: 0;
}

.new-product-sec .license-image img:last-child {
    margin-left: 0;
}

.swiper-new-product .swiper-button-prev,
.swiper-new-product .swiper-button-next {
    background-image: none !important;
    background: #F5F5F5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.swiper-new-product .swiper-button-next {
    left: 0;
}

.swiper-new-product .swiper-button-prev {
    right: 0;
}

.swiper-new-product .swiper-pagination {
    bottom: 28px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #E0E0E0;
    opacity: 1;
}

.swiper-new-product .swiper-pagination-bullet-active {
    background: #F14A25;
}

/**/

.coming-product-sec {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

.coming-product-sec .swiper-new-product {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.coming-product-sec .title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
}

.coming-product-sec .box {
    background: #122943;
    border-radius: 12px;
}

.coming-product-sec .box .image {
    height: 100%;
    /* width: 188px; */
    padding: 12px;
    border-radius: 8px;
    background: #122943;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-product-sec .box .image img {
    border-radius: 8px;
}

.coming-product-sec .box .title-box {
    font-size: 14px;
    font-weight: 700;
    line-height: 21.7px;
    text-align: center;
    padding: 10px 8px;
    margin: 0;
}

.coming-product-sec .box .title-box a {
    color: #FFFFFF;
}

.coming-product-sec .license-image {
    display: flex;
    justify-content: center;
}

.coming-product-sec .license-image img {
    margin-top: -30px;
    margin-right: -15px;
}

.coming-product-sec .license-image img:first-child {
    margin-left: 0;
}

.coming-product-sec .license-image img:last-child {
    margin-left: 0;
}

.coming-product-sec .swiper-button-prev,
.coming-product-sec .swiper-button-next {
    background-image: none !important;
    background: #F5F5F5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 36%;
}

.coming-product-sec .swiper-button-next {
    left: 0;
}

.coming-product-sec .swiper-button-prev {
    right: 0;
}

.coming-product-sec .swiper-pagination {
    position: relative;
    bottom: auto !important;
    left: auto;
    top: auto;
    right: auto;
    margin-top: 0px;
}

.coming-product-sec .swiper-pagination-bullet-active {
    background: #F14A25;
}

/**/
.offer-product-sec {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

.offer-product-sec .swiper-offer-product {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.offer-product-sec .title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
}

.offer-product-sec .box {
    background: #122943;
    border-radius: 12px;
    padding: 16px;
}

.offer-product-sec .box .image {
    padding-bottom: 12px;
    background: #122943;
    height: 150px;
    border-radius: 6px;
}

.offer-product-sec .box .image img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.metascore {
    margin: 0;
}

.offer-product-sec .box .title-box {
    font-size: 15px;
    font-weight: 500;
    line-height: 23.44px;
    letter-spacing: -0.04em;
    text-align: right;
    background: #173455;
    padding: 8px;
    border-radius: 4px;
}

.offer-product-sec .box .name-game {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
    margin-top: 24px;
}

.offer-product-sec .box .genre-game {
    font-size: 13px;
    font-weight: 500;
    line-height: 20.31px;
    text-align: right;
    color: #8BAEFF;
}

.offer-product-sec .box .score {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #BDBDBD;
}

.offer-product-sec .box .score span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21.88px;
    text-align: center;
    color: #FFA800;
}

.offer-product-sec .swiper-button-prev,
.offer-product-sec .swiper-button-next {
    background-image: none !important;
    background: #F5F5F5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 36%;
}

.offer-product-sec .swiper-button-next {
    left: 0;
}

.offer-product-sec .swiper-button-prev {
    right: 0;
}

.offer-product-sec .swiper-pagination {
    position: relative;
    bottom: auto !important;
    left: auto;
    top: auto;
    right: auto;
    margin-top: 12px;
}

.offer-product-sec .swiper-pagination-bullet-active {
    background: #F14A25;
}

/**/
.about-shop-sec {
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

.about-shop-sec .title {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.about-shop-sec .unique-content-wrapper {
    background: #122943;
    padding: 20px;
    border-radius: 12px;
    color: #ffffff;
    width: 100%;
}

.about-shop-sec .unique-tab-panel {
    display: none;
}

.about-shop-sec .unique-tab-panel.unique-active {
    display: block;
}

.about-shop-sec .unique-button-group {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.about-shop-sec .unique-button-group button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    text-align: center;
    border-radius: 12px;
    padding: 16px;
    transition: .4s;
    background: #081F39;
    color: #95A0AD;
    border: unset;
    margin-bottom: 16px;
    cursor: pointer;
}

.about-shop-sec .unique-item {
    display: flex;
    margin-left: 16px;
}

.about-shop-sec .unique-button-group button:hover {
    background-color: #294E77;
    color: #fff;
}


.about-shop-sec .unique-button-group button.active {
    background-color: #294E77;
    color: #fff;
}

.about-shop-sec .titel-unique {
    color: #B2C9FF;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 5px;

}

.about-shop-sec .sub-titel-unique {
    padding-bottom: 21px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.about-shop-sec .unique-tab-panel>h3 {
    font-size: 20PX;
    font-weight: 500;
    color: #FFF;
    padding-bottom: 9px;
}

/**/
.np-trainings-sec {
    margin-bottom: 60px;
}

.np-trainings-sec .title {
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.np-trainings-sec h2 {
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 20px;
}

.np-trainings-sec .video-section {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.np-trainings-sec .box {
    position: relative;
    width: 50%;
    height: 334px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.np-trainings-sec #video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 999
}

.np-trainings-sec video#vid {
    width: 100%;
}

.np-trainings-sec #video-player {
    width: 80%;
    max-width: 800px;
}

.np-trainings-sec .video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.np-trainings-sec .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.np-trainings-sec .play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #ff0000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.np-trainings-sec .video-title {
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

/*********************************/
.asked-questions-sec {
    margin-bottom: 60px;
}

.accordion-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion-box {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
}

.accordion-item {
    max-width: 900px;
    width: 100%;
}

.accordion-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.accordion-item {
    border-radius: 12px;
    margin-bottom: 10px;
    background-color: #122943;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 3px 10px;
    background-color: #122943;
}

.accordion-header:hover {
    background-color: #122943;
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-content {
    padding: 15px;
    display: none;
    background-color: #1229435b;
    transition: transform 0.3s ease;
}

.accordion-content p {
    margin: 0;
}

.accordion-item.active .accordion-content {
    display: block;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);

}

.accordion-titel {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.accordion-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/**/
.np .second-group {
    padding-top: 73px;
}

.np .comments-header {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    margin-bottom: 12px;
}

.np .comments-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.np .review-post h3 {
    color: #fff;
}

.np .comments-title h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}

.np .comments-count {
    background-color: #254365;
    border-radius: 4px;
    padding: 4px 8px;
    min-width: 75px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.7px;
    color: #fff;
}

.np .comments-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.np .depth-1-reply {
    margin-top: 16px;
    margin-right: 20px;
}

.np .depth-1-reply .comment-author {
    color: #fff;
}

.np .depth-2-reply {
    margin-top: 12px;
    margin-right: 35px;
    padding-right: 15px;
}

.np .depth-2-reply .comment-author {
    color: #fff;
}

.np .rating-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #777;
}

.np .star-rating {
    display: flex;
    gap: 2px;
}

.np .star {
    font-size: 16px;
    color: #FFD700;
}

.np .star.gray {
    color: #ccc;
}

.np .separator {
    font-size: 20px;
    color: #BDBDBD;
}

.np span.author-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 21.7px;
    color: #fff;
}

.np .comments-sort span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #828282;
    display: flex;
    gap: 5px;
}

.np .reply-date span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #828282;
}

.np .comments-sort a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    color: #95A0AD;
    margin: 0 2px;
}

.np .comments-sort a:hover {
    color: #F14A25;
}

.np .comments-sort a.active {
    font-size: 14px;
    font-weight: 700;
    line-height: 21.7px;
    color: #fff;
}

.np .comments-list {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.np .comment-item {
    padding: 16px;
    border-radius: 12px;
}

.np .comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.np .comment-author {
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    text-align: right;
    color: #FFFFFF;
}

.np .comment-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #95A0AD;
}

.np .comment-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

.np .comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.np .comment-rating {
    display: flex;
    gap: 2px;
}

.np .comment-rating .star {
    font-size: 16px;
    color: #FFD700;
}

.np .comment-rating .star.gray {
    color: #ccc;
}

.np .comment-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.np .reply-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 20.15px;
    text-align: center;
    color: #8BAEFF;
    display: flex;
    gap: 5px;
}

.np .admin-reply {
    background-color: #122943;
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 16px;
    margin-right: 20px;
}

.np .user-comment {
    background-color: #122943;
    padding: 16px;
    border-radius: 12px;
}

.np .reply-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 16px;
}

.np .reply-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    color: #ffff;
}

.np .author-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    object-fit: cover;
}

.np .reply-body {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.np .vote-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

button.vote-down.vc-like {
    padding-top: 4px;
}

.np .vote-actions button {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.np .vote-count {
    font-size: 14px;
    color: #fff;
}

.np .review-summary {
    position: sticky;
    top: 60px;
    z-index: 10;
    background-color: #122943;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 20px 0 #5959590A;
}

.np .average-rating {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 20px;
}

.np .rating-value {
    font-size: 48px;
    font-weight: bold;
    color: #E63946;
}

.np .stars {
    display: flex;
    gap: 5px;
}

.np .star {
    font-size: 20px;
    color: #FFD700;
}

.np .star.gray {
    color: #ddd;
}

.np .review-info {
    display: flex;
    justify-content: space-between;
}

.np .rating-distribution {
    margin-bottom: 20px;
    width: 100%;
}

.np .rating-bar {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.np .label {
    width: 20px;
    font-size: 14px;
    color: #555;
}

.np .bar {
    flex: 1;
    background-color: #eee;
    height: 8px;
    border-radius: 4px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.np .bar .fill {
    height: 100%;
    background-color: #E63946;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}

.np .review-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.np .add-review-btn {
    background-color: #294E77;
    box-shadow: 0 0 20px 0 #5959590A;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

.np .add-review-btn:hover {
    background-color: #0052cc;
}

.user-panel {
    padding: 8px;
    box-shadow: 0px 0px 20px 0px #4F4F4F14;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    gap: 11px;
}

.user-panel a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.la-about-us-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 361px;
}

#what_np_sec .la-about-us-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 550px;
    height: 280px;
}

.video-cover {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-cover:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="47" height="50" viewBox="0 0 47 50" fill="none"><path d="M0.744141 42.7788V7.22328C0.744141 4.29139 0.744141 2.82382 1.36111 1.95635C1.8996 1.19924 2.72959 0.702144 3.65104 0.583298C4.70642 0.447179 6.00083 1.13752 8.58594 2.51625L41.9193 20.294L41.9314 20.2994C44.7882 21.8231 46.2173 22.5852 46.6861 23.6011C47.095 24.4873 47.095 25.5103 46.6861 26.3965C46.2167 27.4138 44.7842 28.179 41.9193 29.707L8.58594 47.4848C5.99898 48.8645 4.7068 49.5522 3.65104 49.416C2.72959 49.2972 1.8996 48.8002 1.36111 48.0431C0.744141 47.1756 0.744141 45.7107 0.744141 42.7788Z" fill="white"/></svg>');
    content: '';
    width: 76px;
    height: 75px;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}

.la-about-us-video video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.np-box-video .la-about-us-video {
    border-radius: 0;
}

.np-box-video {
    background: #122943;
    border-radius: 12px;
    overflow: hidden;
}

.np-box-video h3 {
    margin: 12px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

/*res np page*/
@media (max-width: 1399.98px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .auth-modal-content {
        margin: 0px 10px;
    }

    .offer-product-sec .box .title-box {
        font-size: 13px;
        font-weight: 600;
    }

    .modal-content {
        width: 95% !important;
        margin: 25% auto !important;
    }

    .nm-games-modal-head {
        display: none !important;
        flex-direction: column;
        gap: 16px !important;
    }

    .plane-sec .information h3 {
        text-align: center;
        font-weight: 700;
        font-size: 16px;
    }

    .np-box-video {
        margin-bottom: 16px;
    }

    .np .first-sec .image .desktop {
        display: none;
    }

    .np .first-sec .image .phone {
        display: block;
    }

    .plane-sec .tabs {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: unset;
        justify-content: space-between;
        gap: 7px;
    }

    .plane-sec .tabs .tab {
        width: 48%;
        height: max-content;
        padding: 18px;
        flex-direction: column;
    }

    .features-np-sec .images .box {
        width: 100%;
    }

    .features-np-sec .images .box {
        display: flex;
        flex-direction: unset;
        align-items: unset;
        gap: 12px;
    }

    .features-np-sec .images {
        gap: 16px;
    }

    .coming-product-sec .swiper-pagination {
        margin-top: 10px;
    }

    .np .first-sec {
        padding: 0px 10px;
    }

    .about-shop-sec .panel-unique {
        flex-wrap: wrap;
    }

    .about-shop-sec .unique-button-group {
        width: 100%;
    }

    .about-shop-sec .unique-item {
        width: 100%;
        margin-left: 0;
    }

    .swiper-new-product .swiper-button-prev,
    .swiper-new-product .swiper-button-next,
    .swiper-new-product .swiper-button-prev,
    .swiper-new-product .swiper-button-next {
        display: none;
    }

    .offer-product-sec .swiper-button-prev,
    .offer-product-sec .swiper-button-next,
    .offer-product-sec .swiper-button-prev,
    .offer-product-sec .swiper-button-next {
        display: none;
    }

    .np-trainings-sec .video-section {
        flex-wrap: wrap;
    }

    .np .plane-sec .content .left-content .btn a {
        width: 100%;
    }

    .np-header .menu,
    .np-header .user-panel {
        display: none;
    }

    .np-header-content {
        justify-content: center !important;
    }

    .np .phone-header {
        background: #142E4B;
        border-radius: 12px;
        margin-bottom: -73px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        width: 100%;
    }

    .first-sec .text p {
        padding: 0 0 36px;
    }

    .what-np-sec {
        background: none;
        padding-top: 24px;
        margin-bottom: 20px;
    }

    .np .features-np-sec {
        margin-bottom: 20px;
    }

    .new-product-sec {
        margin-bottom: 45px;
    }

    .coming-product-sec {
        margin-bottom: 20px;
    }

    .about-shop-sec {
        margin-bottom: 40px;
    }

    .offer-product-sec {
        margin-bottom: 30px;
    }

    .np-trainings-sec {
        margin-bottom: 0px;
    }

    .np .accordion-container {
        width: 100% !important;
        margin: unset !important;
        padding: unset !important;
    }

    .asked-questions-sec {
        margin-bottom: 0px;
    }

    .asked-questions-sec {
        margin-bottom: 0px;
    }

    .la-about-us-video {
        margin-top: 24px;
        height: 166px;
    }

    .video-cover:after {
        width: 30px;
        height: 30px;
    }

    .plane-sec .content .information {
        margin-bottom: 16px;
    }

    .filter-checkbox .d-flex {
        flex-wrap: wrap;
    }

    .np .first-sec .image {
        padding-top: 52px;
    }

    .plane-sec .filter-checkbox,
    .plane-sec .filter-checkbox:last-child {
        margin: 16px 0 0;
    }

    .accordion-container {
        background: none;
    }

    .left-content-price {
        margin-top: 28px;
    }

    .np-header .logo {
        margin: 0;
    }

    .np-header .logo {
        width: max-content;
    }

    .phone-header .user-panel {
        display: block;
    }

    .np-header .logo img {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    .np-header {
        padding-bottom: 43px;
    }

    .np .comment-footer {
        flex-direction: column;
        align-items: unset;
    }

    .np .comment-actions {
        justify-content: space-between;
        margin-top: 5px;
    }

    .np .admin-reply {
        margin-right: 0;
    }

    .np .depth-2-reply {
        margin-right: 0;
    }

    .np .third-group {
        flex-direction: column-reverse;
    }

    .np .comments-header {
        flex-wrap: wrap;
    }

    .np .comments-sort {
        margin: 1rem 0;
    }
}

@media (max-width: 720px) {}

@media (max-width: 576px) {}

@media (max-width: 400px) {}

.review-post {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 20px 0px #5959590A;
    padding: 12px;
    border-radius: 12px;
}

.review-post h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin: 0 0 12px;
}

.review-post form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-post form input,
.review-post form textarea {
    border: 1px solid #BDBDBD;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #BDBDBD;
    font-family: 'YekanBakhFaNum';
}

.review-post button {
    padding: 12px;
    background: #0031A2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.vote-up.active path,
.vote-down.active path {
    fill: #007bff;
}

.review-modal-footer {
    margin-top: 20px;
    text-align: center;
}

#comment-reply-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

#comment-reply-modal>div {
    background: #122943;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

#comment-reply-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    outline: none;
    border: 2px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.review-post {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 20px 0px #5959590A;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
    margin-top: 30px;
}

.review-post h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #F14A25;
    margin: 0 0 12px;
}

.review-post form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-post form input,
.review-post form textarea {
    border: 1px solid #BDBDBD;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #BDBDBD;
    font-family: 'YekanBakhFaNum';
}

.review-post button {
    padding: 12px;
    background: #0031A2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

#comment-reply-modal>div {
    display: flex;
    flex-direction: column;
    width: 370px;
}

.coming-product-sec .box .image img {
    width: 100%;
    height: 100%;
}

.np-product-thumbnail {
    margin-top: 1rem;
    background: #122943;
    padding: 12px;
    border-radius: 8px;
    display: flex;
}

.np-product-thumbnail img {
    border-radius: 8px;
}

.discount-np {
    display: flex;
    justify-content: space-between;
    background: #173455;
    border-radius: 8px;
    padding: 10px 12px;
}

.discount-np input {
    background: none;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #95A0AD;
    font-weight: 400;
    font-size: 14px;
    outline: none;
    color: white;
}

.discount-np input::placeholder {
    color: #95A0AD;
}

.discount-np button {
    background: none;
    border: none;
    color: #95A0AD;
    font-weight: 600;
    padding-right: 12px;
    font-size: 14px;
    cursor: pointer;
}

.nm-games-modal-btn {
    padding: 12px 25px;
    min-width: max-content;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #5959590A;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border: none;
    cursor: pointer;
}

.custom-modal {
    display: none;
    /* مخفی در حالت اولیه */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #04101D99;
    backdrop-filter: blur(20px)
}

.modal-content {
    background: #122943;
    margin: 5% auto;
    padding: 20px;
    width: 70%;
    border-radius: 10px;
    max-height: 70%;
    position: relative;
    overflow: auto;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

.nm-games-modal-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    background: #081F39;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.nm-games-modal-head img {
    width: 51px;
    height: 60px;
}

.nm-games-modal-head h3 {
    margin: 0 !important;
}

.nm-games-modal-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.nm-games-modal-item img {
    width: 100%;
    height: 174px;
    border-radius: 8px;
}

.nm-games-modal-item h4 {
    margin: 0 !important;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}

/*.nm-games-modal-games {*/
/*    max-height: 600px;*/
/*    overflow-x: hidden;*/
/*    overflow-y: scroll;*/
/*}*/

.nm-games-modal-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.nm-games-modal-more {
    padding: 8px 12px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #254365;
    box-shadow: 0px 0px 20px 0px #5959590A;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
}

.nm-games-modal-footer span {
    font-weight: 600;
    font-size: 14px;
    color: #95A0AD;
}

.nm-games-modal-footer span span {
    color: #FFFFFF;
    border-right: 2px solid #fff;
    padding-right: 15px;
}

.comment-item {
    background: unset !important;
    border: none !important;
}

.np .admin-reply,
.np .review-summary {
    border: none !important;
}

.review-post form input,
.review-post form textarea {
    background: unset !important;
}

.content-group-wrap {
    margin-bottom: 24px;
}

.information .btn {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
}

.menu-np-org ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.menu-np-org ul li {
    padding: 12px;
    border: 1px solid #eee;
    width: 100%;
}

.menu-np-org ul li a {
    color: #101010;
    font-size: 16px;
}

.menu-np-org {
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    width: 70%;
    padding: 24px 0px;
    z-index: 12;
    transition: 0.3s;
}

.menu-np-org.active {
    right: 0;
}

.menu-np-close {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000087;
    backdrop-filter: blur(8px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.menu-np-close.active {
    opacity: 1;
    visibility: visible;
}

.plane-sec .tabs .image {
    width: 50px;
    height: 60px;
}

.open_chat_desktop {
    background-color: #0048ef;
    color: white;
    padding: 12px 12px;
    border-radius: 100%;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 3;
    border: 2px solid transparent;
    --border-angle: 0deg;
    --bg: #0048ef;
    animation: border-angle-rotate 2s linear infinite;
    background: linear-gradient(#0048ef, #2047a2) padding-box,
        conic-gradient(from var(--border-angle),
            var(--bg) 50%,
            #eee) border-box;
    box-shadow: 0px 1px 2px hsl(0 0% 0% / 25%);
}

.subscription-cart {
    display: flex;
    gap: 4px;
    background-color: #254365;
    padding: 8px;
    box-shadow: 0px 0px 20px 0px #4F4F4F14;
    border-radius: 8px;
    align-items: center;
}

span.nm-cart-btn-count-nakhlplus-head {
    width: 20px;
    height: 20px;
    background: #173455;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding-top: 2px;
}

.np-head-cart-count-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}


.mobile-tabs-toggle {
    display: none;
    padding: 16px;
    margin-bottom: 16px;
    background: #081F39;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}

.mobile-tog-data-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-tog-data-wrap span {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
}

.mobile-tabs-drawer {
    /* closed state */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #122943;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .2);
    max-height: 85vh;
    overflow-y: auto;
    padding: 10px 20px;
    transform: translateY(100%);
    visibility: hidden;
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), visibility .35s;
    z-index: 9999;
}

.selected-tab-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    background: #122943;
    padding: 15px;
    gap: 12px;
    border: 1px solid #355070;
    border-radius: 12px;
}

.close-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #294E77;
    border-radius: 8px;
    padding: 16px 12px;
}

.close-container p {
    margin: 0;
}

.mobile-tabs-drawer.active {
    /* open state */
    transform: translateY(0);
    visibility: visible;
}

.selected-tab-mobile img {
    width: 50px;
}

.user-icon-web {
    box-shadow: 0px 0px 20px 0px #4F4F4F14;
    background-color: #254365;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.np-instagram {
    background-color: #081F39;
    border-radius: 12px;
    max-width: 746px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto auto 70px;
}

.np-instagram p {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.np-insta-link {
    background: linear-gradient(38.47deg, #FFD521 -23.11%, #FFD020 -15.36%, #FEC01E -5.65%, #FCA71B 5.08%, #FA8316 16.57%, #F85510 28.66%, #F51E09 41.06%, #F30005 47.21%, #F20007 47.7%, #E1003B 60.8%, #D30067 73.64%, #C70088 85.98%, #BF00A0 97.68%, #BB00AF 108.49%, #B900B4 117.53%);
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    text-decoration: none;
}

.np-insta-link span {
    font-weight: 700;
    font-size: 14px;
}

@media (min-width: 993px) {

    .mobile-tabs-toggle,
    .mobile-tabs-drawer {
        display: none !important;
    }

    /* just desktop */
}

@media (max-width: 992px) {
    .np-instagram {
        gap: 0px;
        margin: auto 16px 70px;
        flex-direction: column;
    }

    .selected-tab-mobile {
        display: flex;
    }

    .desktop-tabs {
        display: none !important;
    }

    /* just mobile */
    .mobile-tabs-toggle {
        display: block;
    }
}

@media (max-width: 992px) {
    .np-product-thumbnail {
        display: none !important;
    }

    .img-wrapper.np-product-thumbnail {
        display: none !important;
    }

    .tabs {
        flex-direction: column;
    }

    .tabs a {
        margin-bottom: 10px;
    }

    .np-header-content {
        flex-direction: column;
    }

    #what_np_sec .la-about-us-video {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        width: unset;
        height: unset;
    }

    .nm-games-modal-item {
        align-items: center;
        margin-bottom: 16px;
    }

    .nm-games-modal-item img {
        width: 63px;
        height: 76px;
        border-radius: 6px;
    }

    .plane-sec .content .left-content .btn {
        flex-direction: column;
    }

    .unique-button-group {
        flex-direction: column !important;
        gap: 16px !important;
    }

    .about-shop-sec .unique-button-group button {
        margin: 0;
        width: 100%;
    }

    .about-shop-sec .unique-content-wrapper {
        margin-top: 20px;
    }

}

/* 🔥 Dark SweetAlert for Buy Now */
.np-swal-popup {
    background: #1e1e2f !important;
    border-radius: 18px !important;
    color: #fff !important;
    padding: 25px 30px;
    font-family: inherit;
    direction: rtl;
    text-align: right;
}

#np-custom-swal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#np-custom-swal label {
    display: block;
    margin: 10px 0 4px;
    font-size: 14px;
    color: #d6d6d6;
    width: 100%;
    text-align: justify;
}

#np-custom-swal input {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
    border-radius: 10px !important;
    width: 100% !important;
    padding: 10px !important;
    font-family: inherit;
}

.np-swal-confirm {
    background-color: #28c76f !important;
    border-radius: 10px !important;
}

.np-swal-cancel {
    background-color: #ff5b5c !important;
    border-radius: 10px !important;
}

/* CSS */
.button-buy-subscription {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-buy-subscription:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-buy-subscription 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-buy-subscription {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-buy-subscription:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.np-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.unique-tab-panel {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.unique-tab-panel.expanded {
    max-height: 10000px;
}

.read-more-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px 0;
    margin-top: 10px;
}

.read-more-toggle svg {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.read-more-toggle.expanded svg {
    transform: rotate(180deg);
}

.read-more-text {
    color: #95A0AD;
}

.price ins bdi span {
    color: white;
}

.price ins bdi {
    color: white;
}

.nakhlplus-hed-link {
    color: white;
}

.np-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}

.np-title-wrap button {
    background-color: #FFFFFF;
    border: 1px solid #294E77;
    border-radius: 8px;
    color: #294E77;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 10px;
    cursor: pointer;
}

#nx-products-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 9999
}

#nx-products-modal.open {
    opacity: 1;
    visibility: visible
}

.nx-modal__inner {
    background: #142E4B;
    border-radius: 1rem;
    max-width: 1059px;
    width: 92%;
    max-height: 85vh;
    overflow: auto;
    position: relative;
    padding: 1.5rem;
}

/* شبکهٔ کارت‌ها (همان استایل swiper-slide ولی بدون اسلایدر) */
.products-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.products-grid .box {
    border-radius: 12px;
    padding: 12px;
    display: block;
    text-align: center;
    width: 233px;
}

.products-grid .image img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.products-grid .license-image {
    margin-top: 10px;
}

.products-grid .title-box {
    color: white !important;
}

.products-grid .title-box-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #95A0AD;
    margin: 0px;
    margin-top: 4px;
}

.coming-product-sec .title-box-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #95A0AD;
    margin: 0px;
    margin-top: 4px;
}

.products-grid .license-image img {
    width: 43px;
}

.products-grid .title-box {
    font-size: .9rem;
    margin-top: 8px;
    color: #333
}

/* دکمه و بستن */
.show-all-btn {
    background: #294E77;
    color: #fff;
    padding: .55rem 1.1rem;
    border-radius: 8px;
    border: 0;
    cursor: pointer
}

.nx-close {
    top: .6rem;
    left: .9rem;
    background: transparent;
    border: 0;
    font-size: 1.4rem;
    cursor: pointer;
    color: white;
}

/* جلوگیری از اسکرول بک‌گراند هنگام مودال */
body.no-scroll {
    overflow: hidden
}

.np-modal-new-games {
    background-color: #081F39;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.show-all-btn.mobileshow {
    display: none;
}

.coming-product-sec .title-box-date {
    padding-bottom: 10px;
}

.products-grid .box .image {
    padding: 0px;
}

@media (max-width:991px) {
    .np-title-wrap {
        justify-content: center;
    }

    .show-all-btn.deskhide {
        display: none;
    }

    .show-all-btn.mobileshow {
        display: flex;
        width: 100%;
    }

    .products-grid .box .image {
        width: 121px;
    }

    .products-grid .box {
        flex-direction: row-reverse;
        display: flex;
        width: 100%;
    }

    .lic-date-title-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding-left: 10px;
    }

    .coming-product-sec .license-image img {
        margin-top: unset;
        margin-right: unset;
    }

    .products-grid .license-image {
        margin-top: unset;
        width: 100%;
        justify-content: flex-end;
    }

    .products-grid .title-box {
        text-align: left !important;
    }

    .products-grid .box:last-child {
        margin-bottom: 121px;
    }

    .products-grid .title-box-date {
        text-align: left;
    }

    .coming-product-sec .box .title-box {
        font-size: 13px;
        font-weight: 700;
        line-height: 21.7px;
        text-align: center;
        padding: 10px 0px 0px;
        margin: 0;
    }

    .nx-modal__inner {
        width: 100% !important;
        max-height: 111vh !important;
    }

    #nx-products-modal {
        margin-bottom: -127px;
        width: 100%;
    }

    /* بک‌گراند همچنان تمام صفحه ولی کانتنت پایینِ صفحه */
    #nx-products-modal {
        align-items: flex-end;
    }

    .nx-modal__inner {
        width: 100%;
        max-width: none;
        max-height: 82vh;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        /* پنهان زیر صفحه */
    }

    #nx-products-modal.open .nx-modal__inner {
        transform: translateY(0);
        /* اسلاید بالا */
    }
}