/* شروع: ایمپورت فونت‌ها و استایل‌های خارجی */
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

@font-face {
    font-family: "iranyekan-normal";
    src: url("../webfonts/farsi-font/IRANYekanXFaNum-Medium.woff");
}

@font-face {
    font-family: "iranyekan-bold";
    src: url("../webfonts/farsi-font/IRANYekanXFaNum-Bold.woff");
}
/* پایان: ایمپورت فونت‌ها و استایل‌های خارجی */

/* شروع: ریست استایل‌های پیش‌فرض */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    font-family: "iranyekan-normal";
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    text-align: right;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
/* پایان: ریست استایل‌های پیش‌فرض */

/* شروع: استایل‌های پایه */
@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #1b1f22;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
/* پایان: استایل‌های پایه */

/* شروع: تایپوگرافی */
html {
    font-size: 16pt;
}

@media screen and (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {
    html {
        font-size: 11pt;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 10pt;
    }
}

body,
input,
select,
textarea {
    color: #e8e8e8; /* رنگ متن هماهنگ */
    font-family: 'Vazirmatn', sans-serif; /* فونت هماهنگ */
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a); /* گرادیانت پس‌زمینه */
}

a {
    transition: all 0.2s ease-in-out; /* ترنزیشن برای همه تغییرات */
    border-bottom: dotted 1px rgba(138, 74, 243, 0.5); /* رنگ بنفش شفاف */
    text-decoration: none;
    color: #8a4af3; /* رنگ لینک هماهنگ */
}

a:hover {
    border-bottom-color: transparent;
    color: #a573ff; /* روشن‌تر در هاور */
}

strong,
b {
    color: #ffffff;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2rem 0;
    color: #e8e8e8; /* رنگ متن هماهنگ */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
   /* font-family: 'Vazirmatn', sans-serif; /* تغییر به فونت هماهنگ    */
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* سایه متن */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
    border-bottom: solid 1px rgba(138, 74, 243, 0.5); /* رنگ بنفش شفاف */
    width: max-content;
    padding-bottom: 0.5rem;
    margin: 0 0 2rem 0;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت پس‌زمینه */
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 0.8rem;
}

h5 {
    font-size: 0.7rem;
}

h6 {
    font-size: 0.6rem;
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

sub {
    font-size: 0.8rem;
    position: relative;
    top: 0.5rem;
    color: #e8e8e8; /* رنگ هماهنگ */
}

sup {
    font-size: 0.8rem;
    position: relative;
    top: -0.5rem;
    color: #e8e8e8; /* رنگ هماهنگ */
}

blockquote {
    border-right: solid 4px #ff0303;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    margin: 0 0 3rem 0;
    padding: 0.5rem 1rem 0.5rem 0;
    color: #e8e8e8;
    border-radius: 0.7rem;
}

code {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت پس‌زمینه */
    border-radius: 0.7rem;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
    color: #e8e8e8;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a); /* گرادیانت پس‌زمینه */
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    overflow-x: auto;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    background: none; /* حذف پس‌زمینه جداگانه */
    box-shadow: none; /* حذف سایه جداگانه */
    color: #e8e8e8;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(138, 74, 243, 0.5); /* رنگ بنفش شفاف */
    margin: 1.75rem 0;
    background: linear-gradient(to right, transparent, #8a4af3, transparent); /* گرادیانت خط */
    height: 1px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}
/* پایان: تایپوگرافی */

/* شروع: فرم‌ها */
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

form {
    margin: 0 0 2rem 0;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
}

form > :last-child {
    margin-bottom: 0;
}

form > .fields {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
}

form > .fields > .field {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
}

form > .fields > .field.half {
    width: calc(50% - 0.75rem);
}

form > .fields > .field.third {
    width: calc(100%/3 - 0.5rem);
}

form > .fields > .field.quarter {
    width: calc(25% - 0.375rem);
}

@media screen and (max-width: 480px) {
    form > .fields {
        width: calc(100% + 3rem);
        margin: -1.5rem 0 2rem -1.5rem;
    }

    form > .fields > .field,
    form > .fields > .field.half,
    form > .fields > .field.third,
    form > .fields > .field.quarter {
        padding: 1.5rem 0 0 1.5rem;
        width: calc(100% - 1.5rem);
    }
}

label {
    color: #e8e8e8; /* تغییر رنگ به هماهنگی با الگو */
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    transition: all 0.2s ease-in-out;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت پس‌زمینه */
    border-radius: 0.7rem;
    border: none; /* حذف حاشیه ساده */
    color: #e8e8e8;
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 0 0 0 2px #8a4af3; /* حاشیه درخشان */
}

select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%238a4af3' /%3E%3C/svg%3E"); /* تغییر رنگ فلش */
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 2.75rem;
    padding-right: 2.75rem;
    text-overflow: ellipsis;
}

select option {
    color: #e8e8e8;
    background: #2a2a2a;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2.75rem;
}

textarea {
    padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
    display: none; /* مخفی کردن کامل */
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    user-select: none;
    color: #e8e8e8;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    padding-left: 2.65rem;
    padding-right: 0.75rem;
    position: relative;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.7rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
}

input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    color: white;
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* گرادیانت بنفش */
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(138, 74, 243, 0.4);
    transform: translateY(2px);
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    transition: all 0.2s ease-in-out;
    border-radius: 0.7rem;
    content: '';
    display: inline-block;
    height: 1.65rem;
    left: 0.5rem; /* تنظیم موقعیت */
    line-height: 1.65rem;
    position: absolute;
    text-align: center;
    width: 1.65rem; /* اندازه مشخص */
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    color: white;
    content: '\f00c'; /* آیکون تیک از Font Awesome */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
.formerize-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}
/* پایان: فرم‌ها */

/* شروع: باکس */
.box {
    border-radius: 4px;
    border: solid 1px #ffffff;
    margin-bottom: 2rem;
    padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}
/* پایان: باکس */

/* شروع: آیکن‌ها */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon > .label {
    display: none;
}

.icon:before {
    line-height: inherit;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}
/* پایان: آیکن‌ها */

/* شروع: تصاویر */
.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image:before {
    pointer-events: none;
    background-image: url("../../images/overlay.png");
    background-color: rgba(19, 21, 25, 0.5);
    border-radius: 4px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.image img {
    border-radius: 4px;
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 2.5rem 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

@media screen and (max-width: 736px) {
    .image.main {
        margin: 2rem 0;
    }
}

@media screen and (max-width: 480px) {
    .image.main {
        margin: 1.5rem 0;
    }
}
/* پایان: تصاویر */

/* شروع: لیست‌ها */
ol {
    list-style: decimal;
    margin: 0 0 2rem 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2rem 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #ffffff;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2rem 0;
}

dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

dl dd {
    margin-left: 2rem;
}
/* پایان: لیست‌ها */

/* شروع: اکشن‌ها */
ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1rem;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1rem;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3rem 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1rem);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li > * {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1rem 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li > * {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5em;
    }
}
/* پایان: اکشن‌ها */

/* شروع: آیکن‌های شبکه‌های اجتماعی */
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    display: flex; /* برای چیدمان بهتر */
    justify-content: center;
    gap: 0.75rem; /* جایگزین padding برای فاصله یکنواخت */
}

ul.icons li {
    display: inline-block;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li a {
    border-radius: 100%;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت پس‌زمینه */
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1); /* سایه هماهنگ */
    display: inline-block;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    width: 2.25rem;
    color: #e8e8e8; /* رنگ آیکون هماهنگ */
    text-decoration: none;
    transition: all 0.2s ease-in-out; /* ترنزیشن نرم */
    position: relative;
    overflow: hidden;
    animation: shadowChange 2s infinite alternate; /* حفظ انیمیشن */
}

@keyframes shadowChange {
    0% {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 8px rgba(138, 74, 243, 0.4); /* بنفش */
    }
    50% {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 8px rgba(0, 255, 59, 0.4); /* سبز */
    }
    100% {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 8px rgba(252, 206, 0, 0.4); /* زرد */
    }
}

ul.icons li a:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a); /* افکت هاور */
    transform: translateY(-1px) scale(1.05); /* جابجایی و بزرگ‌نمایی */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2), 0 0 12px rgba(138, 74, 243, 0.6);
}

ul.icons li a:active {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* گرادیانت فعال */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(138, 74, 243, 0.4);
    transform: translateY(2px) scale(0.95); /* فشار به پایین و کوچک شدن */
    color: white;
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 480px) {
    ul.icons li a {
        height: 2rem;
        width: 2rem;
        line-height: 2rem;
    }
}
/* پایان: آیکن‌های شبکه‌های اجتماعی */

/* شروع: جدول */
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2rem 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px #ffffff;
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 2px #ffffff;
}

table tfoot {
    border-top: solid 2px #ffffff;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px #ffffff;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}
/* پایان: جدول */

/* شروع: دکمه‌ها */
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    appearance: none; /* حذف استایل پیش‌فرض مرورگر */
    transition: all 0.2s ease-in-out; /* ترنزیشن برای همه تغییرات */
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت پس‌زمینه */
    border-radius: 0.7rem; /* گوشه‌های گرد */
    border: none; /* حذف حاشیه */
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1); /* سایه هماهنگ */
    color: #e8e8e8 !important; /* رنگ متن هماهنگ */
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500; /* وزن فونت هماهنگ */
    height: 2.75rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a); /* افکت هاور */
    transform: translateY(-1px); /* جابجایی عمودی */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* گرادیانت فعال */
    color: white !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(138, 74, 243, 0.4);
    transform: translateY(2px); /* فشار به پایین */
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.6rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* گرادیانت بنفش */
    color: white !important;
    font-weight: 600;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 8px rgba(138, 74, 243, 0.4); /* سایه درخشان */
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
    background: linear-gradient(145deg, #a573ff, #8a4af3); /* روشن‌تر در هاور */
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2), 0 0 12px rgba(138, 74, 243, 0.6);
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
    background: linear-gradient(145deg, #6b3cc9, #5a2ea6); /* تیره‌تر در کلیک */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    transform: translateY(2px);
}

input[type="submit"].disabled,
input[type="reset"].disabled,
input[type="button"].disabled,
button.disabled,
.button.disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.25;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* حفظ گرادیانت در حالت غیرفعال */
    box-shadow: none; /* حذف سایه */
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    line-height: calc(2.75rem - 2px);
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 480px) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        font-size: 0.7rem;
        padding: 0 1rem;
    }
}
/* پایان: دکمه‌ها */

/* شروع: پس‌زمینه */
#bg {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

#bg:before,
#bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bg:before {
    -moz-transition: background-color 2.5s ease-in-out;
    -webkit-transition: background-color 2.5s ease-in-out;
    -ms-transition: background-color 2.5s ease-in-out;
    transition: background-color 2.5s ease-in-out;
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
    background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
    background-size: auto, 256px 256px;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    z-index: 2;
}

#bg:after {
    -moz-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
    -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
    -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
    -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
    transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
    background-image: url("../../images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

body.is-article-visible #bg:after {
    -moz-transform: scale(1.0825);
    -webkit-transform: scale(1.0825);
    -ms-transform: scale(1.0825);
    transform: scale(1.0825);
    -moz-filter: blur(0.2rem);
    -webkit-filter: blur(0.2rem);
    -ms-filter: blur(0.2rem);
    filter: blur(0.2rem);
}

body.is-preload #bg:before {
    background-color: #000000;
}
/* پایان: پس‌زمینه */

/* شروع: رپر */
#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 4rem 2rem;
    z-index: 3;
}

#wrapper:before {
    content: '';
    display: block;
}

@media screen and (max-width: 1680px) {
    #wrapper {
        padding: 0.5rem 2rem;
    }
}

@media screen and (max-width: 736px) {
    #wrapper {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
}
/* پایان: رپر */

/* شروع: هدر و لوگو سایت */
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

#header {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
    background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%); /* پس‌زمینه اصلی حفظ شد */
    max-width: 100%;
    text-align: center;
    padding: 2rem 0;

}

#header .logo {
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    border: 5px solid transparent;
    border-radius: 100%;
    background-image: conic-gradient(#8a4af3, #6b3cc9, #00ff3b, #fcce00, #8a4af3); /* گرادیانت حاشیه هماهنگ */
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 10px rgba(138, 74, 243, 0.4);
    animation: rotate-border 2s cubic-bezier(0.77, -0.13, 0.06, 1.21) infinite, pulse 1.2s cubic-bezier(0.8, 0, 0, 1) infinite;
    position: relative;
    transition: all 0.2s ease-in-out;
}

#header .logo:hover {
    transform: scale(1.05);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2), 0 0 15px rgba(138, 74, 243, 0.6);
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 10px rgba(138, 74, 243, 0.4);
    }
    50% {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 20px rgba(138, 74, 243, 0.6);
    }
    100% {
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1), 0 0 10px rgba(138, 74, 243, 0.4);
    }
}

#header .logo img {
    max-width: 100%;
    border-radius: 100%;
}

#header > * {
    transition: opacity 0.325s ease-in-out;
    position: relative;
    margin-top: 3.5rem;
}

#header > *:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(-3.5rem - 1px);
    left: calc(50% - 1px);
    width: 2px;
    height: calc(3.8rem + 1px);
    background: linear-gradient(to bottom, #ffffff, transparent); /* گرادیانت خط */
}

#header > :first-child {
    margin-top: 0;
}

#header > :first-child:before {
    display: none;
}

#header .content {
    border-style: solid;
    border-color: rgb(255, 255, 255); /* رنگ بنفش شفاف */
    border-top-width: 2px;
    border-bottom-width: 2px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.1); /* پس‌زمینه اصلی حفظ شد */
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

#header .content:hover {
    background: rgba(255, 255, 255, 0.2); /* پس‌زمینه هاور اصلی حفظ شد */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2), 0 0 12px rgba(255, 255, 255, 0.4);
    transform: translateY(0px);
}

#header .content .inner {
    transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
    transition-delay: 0.25s;
    padding: 2rem 2rem;
    max-height: 40rem;
    overflow: hidden;
    color: #e8e8e8;
}

#header .content .inner > :last-child {
    margin-bottom: 0;
}

#header .content p {
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 2;
    color: #e8e8e8;
}

#header nav ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    border-radius: 4px; /* پس‌زمینه اصلی حفظ شد */
}

#header nav ul li {
    padding-left: 0;
    text-align: center !important;
}

#header nav ul .half-button {
    display: flex;
    gap: 2px;
    justify-content: space-evenly;
}

#header nav ul li a {
    display: block;
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 1.25rem 0 1.45rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-bottom: 0;
    color: #e8e8e8;
    background: transparent; /* پس‌زمینه اصلی حفظ شد */
    transition: all 0.2s ease-in-out;
    border-radius: 0.7rem;
}

#header nav ul li a:hover {
    background: rgba(255, 255, 255, 0.075); /* پس‌زمینه هاور اصلی حفظ شد */
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

#header nav ul li a:active {
    background: rgba(255, 255, 255, 0.175); /* پس‌زمینه فعال اصلی حفظ شد */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    transform: translateY(2px);
}

body.is-article-visible #header {
    transform: scale(0.95);
    filter: blur(0.1rem);
    opacity: 0;
}

body.is-preload #header {
    filter: blur(0.125rem);
}

body.is-preload #header > * {
    opacity: 0;
}

body.is-preload #header .content .inner {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

@media screen and (max-width: 980px) {
    #header .content p br {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    #header > * {
        margin-top: 2rem;
    }

    #header > *:before {
        top: calc(-2rem - 1px);
        height: calc(2rem + 1px);
    }

    #header .logo {
        width: 4.75rem;
        height: 4.75rem;
        line-height: 4.75rem;
    }

    #header .content .inner {
        padding: 2.5rem 1rem;
    }

    #header .content p {
        line-height: 1.875;
    }
}

@media screen and (max-width: 480px) {
    #header {
        padding: 0rem 0;
    }

    #header .content .inner {
        padding: 0.5rem 0;
    }

    #header nav ul {
        flex-direction: column;
        min-width: 10rem;
        max-width: 100%;
    }

    #header nav ul li a {
        height: 3rem;
        line-height: 3rem;
        min-width: 0;
    }
}
/* پایان: هدر و لوگو سایت */

/* شروع: محتوای اصلی */
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

#main {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    max-width: 100%;
    z-index: 3;
}

#main article {
    transform: translateY(0.25rem);
    transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
    padding: 4.5rem 2.5rem 1.5rem 2.5rem;
    position: relative;
    width: 40rem;
    max-width: 100%;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a); /* گرادیانت پس‌زمینه */
    border-radius: 10px; /* گوشه‌های گرد */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1); /* سایه هماهنگ */
    opacity: 0;
}

#main article.active {
    transform: translateY(0);
    opacity: 1;
}

#main article .close {
    display: block;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    text-indent: 4rem;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت دکمه بستن */
    border-radius: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
}

#main article .close:before {
    transition: background-color 0.2s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23e8e8e8%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E"); /* رنگ خطوط هماهنگ */
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

#main article .close:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a); /* افکت هاور */
    transform: scale(1.05);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

#main article .close:active {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* افکت کلیک */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    transform: scale(0.95);
}

@media screen and (max-width: 736px) {
    #main article {
        padding: 3.5rem 2rem 0.5rem 2rem;
    }

    #main article .close {
        top: 0.875rem;
        right: 0.875rem;
        width: 2.25rem;
        height: 2.25rem;
    }

    #main article .close:before {
        width: 2.25rem;
        height: 2.25rem;
        background-size: 14px 14px;
    }
}

@media screen and (max-width: 480px) {
    #main article {
        padding: 3rem 1.5rem 0.5rem 1.5rem;
    }
}
/* پایان: محتوای اصلی */

/* شروع: فوتر */
#footer {
    -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
    -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
    -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
    transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    text-align: center;
}

#footer .copyright {
    /* letter-spacing: 0.2rem; */
    font-size: 0.6rem;
    opacity: 0.75;
    margin-bottom: 0;
    text-transform: uppercase;
}

body.is-article-visible #footer {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -moz-filter: blur(0.1rem);
    -webkit-filter: blur(0.1rem);
    -ms-filter: blur(0.1rem);
    filter: blur(0.1rem);
    opacity: 0;
}

body.is-preload #footer {
    opacity: 0;
}
/* پایان: فوتر */

/* شروع: سوالات متداول */
body {
    font-family: 'Vazirmatn', sans-serif; /* تغییر به Vazirmatn برای هماهنگی */
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

.question {
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
    outline: none;
    text-align: right;
    padding: 10px 40px 10px 10px; /* مشابه .faq-question */
    font-size: 16px;
    font-weight: 500;
    color: #e8e8e8;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* گرادیانت پس‌زمینه */
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in; /* حفظ ترنزیشن اصلی با هماهنگی */
    overflow: hidden;
}

.question:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a); /* افکت هاور */
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

.question::after {
    content: '+'; /* علامت باز شدن */
    font-size: 18px;
    color: #8a4af3;
    transition: transform 0.3s ease, color 0.3s ease;
}

.question.active {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* گرادیانت فعال */
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(138, 74, 243, 0.4);
}

.question.active::after {
    content: '−'; /* علامت بسته شدن */
    transform: rotate(180deg);
    color: #fff;
}

.answer {
    display: none;
    overflow: hidden;
    max-height: 0; /* برای انیمیشن باز شدن */
    padding: 0 20px;
    background: #2a2a2a; /* پس‌زمینه تیره‌تر */
    color: #e8e8e8;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.answer.active {
    display: block; /* نمایش در حالت فعال */
    max-height: 200px; /* حداکثر ارتفاع، قابل تنظیم */
    padding: 20px;
    opacity: 1;
}

.answer p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px; /* هماهنگی با نمونه */
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 768px) {
    .question {
        font-size: 14px;
        padding: 8px 30px 8px 8px;
    }

    .answer p {
        font-size: 13px;
    }
}
/* پایان: سوالات متداول */

/* شروع: دکمه سفارشی */
.custom-button {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 15px;
    background-color: red;
    border-radius: 10px;
    border: none;
    color: white;
    position: relative;
    cursor: pointer;
    font-weight: 900;
    transition-duration: .2s;
    background: linear-gradient(0deg, #000, #272727);
}

.custom-button:before,
.custom-button:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 10px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, 
        #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.custom-button:after {
    filter: blur(50px);
    filter: blur(30px); /* کاهش blur */
    opacity: 0.8; /* کاهش شفافیت */
}
/* پایان: دکمه سفارشی */

/* ---------------------------------------------------------------------------  شروع: بخش‌های قسمت‌ها و رادیو باتن‌ها */

body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

.radio-container {
    --main-color: #00ff3b;
    --main-color-opacity: #f7e4791c;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 0.5rem;
    text-align: right;
    margin-bottom: 1.5rem;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
}

.radio-container input {
    cursor: pointer;
    appearance: none;
    display: none;
}

.radio-container .glider-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(27, 27, 27, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.radio-container .glider-container .glider {
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--main-color) 50%, rgba(0, 0, 0, 0) 100%);
    transition: transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56);
}

.radio-container .glider-container .glider::before {
    content: "";
    position: absolute;
    height: 60%;
    width: 300%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
    filter: blur(10px);
    box-shadow: 0 0 8px var(--main-color);
}

.radio-container label {
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
    color: #e8e8e8;
    font-weight: 500;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.7rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
}

.radio-container label:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

.radio-container input:checked + label {
    color: white;
    background: linear-gradient(145deg, var(--main-color), #00cc33);
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(0, 255, 59, 0.4);
    transform: translateY(2px);
}

/* استایل tooltip وسط چین شده */
.radio-container label .tooltip {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    color: #e8e8e8;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.radio-container label .tooltip::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.radio-container label:hover .tooltip {
    opacity: 1;
}

/* غیرفعال کردن دایره در .radio-container */
.radio-container input + label:before {
    display: none !important;
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 768px) {
    .radio-container {
        padding: 0.3rem;
    }

    .radio-container label {
        font-size: 14px;
        padding: 0.4rem;
    }
    
    .radio-container label .tooltip {
        font-size: 10px;
        padding: 3px 8px;
        top: -30px;
    }
}

/* --------------------------------------------------------------------  پایان: بخش‌های قسمت‌ها و رادیو باتن‌ها */

/* شروع: دکمه‌های اصلی */
.menu-item {
    display: inline-block;
    padding: 5px 10px;
    margin: 3px;
    border: 2px solid #ffffff;  /* رنگ  برای کادر */
    border-radius: 10px;  /* گوشه‌های گرد */
    text-decoration: none;
    color: #ffffff;  /* رنگ متن */
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;  /* افکت هنگام hover */
}

.menu-item:hover {
    background-color: #00ff1a;  /* رنگ پس زمینه سبز */
    color: #fff;  /* تغییر رنگ متن هنگام hover */
}

.half-button {
    display: inline-block;
}
/* پایان: دکمه‌های اصلی */


/* شروع: انیمیشن‌های چشمک‌زن */
@keyframes blink-red {
    0%, 100% { color: rgb(255, 0, 0); }
    50% { color: rgba(255, 0, 0, 0.37); }
}

@keyframes blink-green {
    0%, 100% { color: rgb(55, 255, 0); }
    50% { color: rgba(55, 255, 0, 0.37); }
}

.blink-red {
    animation: blink-red 1s infinite alternate;
}

.blink-green {
    animation: blink-green 1s infinite alternate;
}
/* پایان: انیمیشن‌های چشمک‌زن */

/* شروع: تصاویر اصلی با iframe */
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

.image.main {
    position: relative;
    padding-bottom: 56.25%; /* نسبت ابعاد 16:9 حفظ شده */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a); /* گرادیانت پس‌زمینه */
    border-radius: 10px; /* گوشه‌های گرد */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1); /* سایه هماهنگ */
    transition: all 0.2s ease-in-out; /* ترنزیشن برای افکت‌ها */
}

.image.main:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2), 0 0 12px rgba(138, 74, 243, 0.4); /* سایه درخشان در هاور */
    transform: translateY(-2px); /* جابجایی عمودی */
}

.image.main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* حذف حاشیه پیش‌فرض iframe */
    border-radius: 10px; /* گوشه‌های گرد برای هماهنگی */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1); /* سایه داخلی */
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 768px) {
    .image.main {
        padding-bottom: 50%; /* تنظیم نسبت ابعاد برای صفحات کوچک */
    }
}
/* پایان: تصاویر اصلی با iframe */

/* شروع: سربرگ رنگین‌کمانی */
.rainbow-text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    animation: rainbow 5s infinite linear;
}

@keyframes rainbow {
    0% { color: red; }
    14% { color: orange; }
    28% { color: yellow; }
    57% { color: rgb(234, 0, 255); }
    100% { color: rgb(0, 238, 255); }
}
/* پایان: سربرگ رنگین‌کمانی */

/* شروع: سوالات متداول جدید */
body {
    font-family: 'Vazir', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.faq-container {
    text-align: center;
    width: 100%;
    /*max-width: 500px;*/
    padding: 20px;
    box-sizing: border-box;
}

.faq-item {
    background: #3a3a3a;
    border-radius: 10px;
    margin-bottom: 7px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.faq-question {
    padding: 5px 20px 5px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #e8e8e8;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    transition: all 0.2s ease;
}

.faq-question:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
}

.faq-question::after {
    content: '+';
    font-size: 18px;
    color: #8a4af3;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-question {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}

.faq-item.active .faq-question::after {
    content: '−';
    transform: rotate(180deg);
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: #2a2a2a;
    color: #f3dc01;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px;
    opacity: 1;
    font-size: 12px;
}

/* استایل اسکرول */
.faq-container {
    max-height: 500px; /*برای کشویی کردن سوالات */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
}

.faq-container::-webkit-scrollbar {
    width: 8px;
}

.faq-container::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
}

.faq-container::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}

.faq-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(145deg, #a573ff, #8a4af3);
}

/* حذف انیمیشن ورود */
.faq-item {
    opacity: 1; /* همیشه قابل دید */
    transform: translateY(0); /* بدون تغییر موقعیت */
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 768px) {
    .faq-container {
        max-width: 100%;
        padding: 10px;
    }

    .faq-question {
        font-size: 11px;
        padding: 5px 20px 5px 10px;
    }

    .faq-answer {
        font-size: 10px;
    }
}
/* پایان: سوالات متداول جدید */


/*---- بخش لیست سوالات ---*/
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

#faq .container {
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

#faq .tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

#faq .radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 1rem;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    width: 100%;
    font-size: 14px;
    gap: 0.5rem;
}

#faq .radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

#faq .radio-inputs .radio input {
    display: none;
}

#faq .radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    border: none;
    padding: 0.7rem 0;
    color: #e8e8e8;
    font-weight: 500;
    font-family: inherit;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
    overflow: hidden;
}

#faq .radio-inputs .radio input:checked + .name {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(138, 74, 243, 0.4);
    transform: translateY(2px);
}

#faq .radio-inputs .radio.plus-18 input:checked + .name {
    background: linear-gradient(145deg, #ff4d4d, #cc3333);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 3px 3px 8px rgba(255, 77, 77, 0.4);
}

#faq .radio-inputs .radio:hover .name {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.2);
}

#faq .radio-inputs .radio:hover input:checked + .name {
    transform: translateY(1px);
}

#faq .radio-inputs .radio input:checked + .name {
    animation: select 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#faq .radio-inputs .radio .name::before,
#faq .radio-inputs .radio .name::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

#faq .radio-inputs .radio input:checked + .name::before,
#faq .radio-inputs .radio input:checked + .name::after {
    animation: particles 0.8s ease-out forwards;
}

#faq .radio-inputs .radio .name::before {
    background: #a573ff;
    box-shadow: 0 0 6px #a573ff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

#faq .radio-inputs .radio .name::after {
    background: #d4b8ff;
    box-shadow: 0 0 8px #d4b8ff;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

#faq .radio-inputs .radio.plus-18 input:checked + .name::before {
    background: #ff6666;
    box-shadow: 0 0 6px #ff6666;
}

#faq .radio-inputs .radio.plus-18 input:checked + .name::after {
    background: #ff9999;
    box-shadow: 0 0 8px #ff9999;
}

#faq .radio-inputs .radio input:checked + .name::before {
    box-shadow: 0 0 6px #a573ff, 10px -10px 0 #a573ff, -10px -10px 0 #a573ff;
    animation: multi-particles-top 0.8s ease-out forwards;
}

#faq .radio-inputs .radio input:checked + .name::after {
    box-shadow: 0 0 8px #d4b8ff, 10px 10px 0 #d4b8ff, -10px 10px 0 #d4b8ff;
    animation: multi-particles-bottom 0.8s ease-out forwards;
}

#faq .radio-inputs .radio.plus-18 input:checked + .name::before {
    box-shadow: 0 0 6px #ff6666, 10px -10px 0 #ff6666, -10px -10px 0 #ff6666;
}

#faq .radio-inputs .radio.plus-18 input:checked + .name::after {
    box-shadow: 0 0 8px #ff9999, 10px 10px 0 #ff9999, -10px 10px 0 #ff9999;
}

@keyframes select {
    0% { transform: scale(0.95) translateY(2px); }
    50% { transform: scale(1.05) translateY(-1px); }
    100% { transform: scale(1) translateY(2px); }
}

@keyframes multi-particles-top {
    0% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
    40% { opacity: 0.8; }
    100% { opacity: 0; transform: translateX(-50%) translateY(-20px) scale(0); box-shadow: 0 0 6px transparent, 20px -20px 0 transparent, -20px -20px 0 transparent; }
}

@keyframes multi-particles-bottom {
    0% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
    40% { opacity: 0.8; }
    100% { opacity: 0; transform: translateX(-50%) translateY(20px) scale(0); box-shadow: 0 0 8px transparent, 20px 20px 0 transparent, -20px 20px 0 transparent; }
}

#faq .content {
    background-color: #2a2a2a;
    padding: 20px;
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#faq .content.active {
    display: block;
    opacity: 1;
}

#faq .scrollable-content {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
    transition: all 0.3s ease;
}

#faq .scrollable-content::-webkit-scrollbar {
    width: 8px;
}

#faq .scrollable-content::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
}

#faq .scrollable-content::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1);
}

#faq .scrollable-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(145deg, #a573ff, #8a4af3);
}

#faq .question {
    position: relative;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a); /* تغییر به گرادیانت هماهنگ */
    padding: 10px 40px 10px 10px; /* حذف فضای اضافی سمت چپ برای آیکن + */
    margin: 10px 0;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1); /* سایه هماهنگ */
}

#faq .scrollable-content .question:not(.hidden-question) {
    opacity: 1;
    transform: translateY(0);
}

#faq .scrollable-content .question.hidden-question {
    opacity: 0;
    transform: translateY(20px);
}

#faq .scrollable-content:hover .question.hidden-question {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

#faq .question-text {
    flex-grow: 1;
    color: #e8e8e8; /* رنگ متن هماهنگ */
}

/* حذف آیکن + */
#faq .question::after {
    content: none; /* حذف آیکن + که ناخواسته اضافه شده بود */
}

#faq .copy-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    fill: #ffe600;
    transition: all 0.3s ease;
}

#faq .copy-icon:hover {
    fill: #8a4af3;
    transform: scale(1.1);
}

#faq .copy-icon.copied {
    fill: #00cc00;
    transform: scale(1.2);
}

#faq .copied-tooltip {
    position: absolute;
    top: -35px; /* فاصله بیشتر از بالا برای جلوگیری از تداخل */
    right: 0;
    background: linear-gradient(145deg, #00cc00, #009900); /* گرادیانت سبز */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10; /* اطمینان از روی هم قرار نگرفتن */
    white-space: nowrap; /* جلوگیری از شکستن متن */
}

#faq .copy-icon.copied + .copied-tooltip {
    opacity: 1;
}

@media (max-width: 768px) {
    #faq .radio-inputs {
        flex-wrap: wrap;
    }

    #faq .radio-inputs .radio {
        flex: 1 1 calc(50% - 0.5rem);
    }
}
/*--------------------    کادر توضیحات بخش ها -----------------------*/
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

.description-box {
    background: linear-gradient(359deg, #8a4af385, #101010);
    border-radius: 10px;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.4), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    padding: 1rem;
    max-width: 100%;
    margin: 1rem 0;
    transition: all 0.3s ease-in-out;
}

.description-box:hover {
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.5), inset -5px -5px 15px rgba(255, 255, 255, 0.15),
                4px 4px 8px rgba(0, 0, 0, 0.25), -4px -4px 8px rgba(255, 255, 255, 0.15),
                0 0 12px rgba(138, 74, 243, 0.4);
    transform: translateY(-2px);
}

.description-header {
    background: linear-gradient(145deg, #272727, #3d3d3d);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 0.7rem;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1), 0 0 8px rgb(255 255 255 / 40%);
    margin-bottom: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.description-content {
    color: #e8e8e8;
    font-size: 0.75rem; /* کاهش اندازه فونت متن توضیحات */
    line-height: 1.65;
    padding: 0 1rem;
}

.description-content p {
    margin: 0 0 1rem 0;
}

/* پاسخگویی به اندازه صفحه */
@media (max-width: 736px) {
    .description-box {
        padding: 0.75rem;
    }

    .description-header {
        font-size: 0.75rem; /* کاهش بیشتر در موبایل */
        padding: 0.5rem 0.75rem;
    }

    .description-content {
        font-size: 0.8rem; /* کاهش بیشتر در موبایل */
        padding: 0 0.75rem;
    }
}
/*-------- بازدید و لایک */

body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
}

.visit-counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
}

.visit-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.7rem;
    padding: 0.5rem 1rem;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1),
                3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    cursor: default;
}

.visit-counter:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4), inset -2px -2px 5px rgba(255, 255, 255, 0.15),
                4px 4px 8px rgba(0, 0, 0, 0.25), -4px -4px 8px rgba(255, 255, 255, 0.15),
                0 0 10px rgba(138, 74, 243, 0.4);
    transform: translateY(-1px);
}

.counter-text {
    color: #e8e8e8;
    font-size: 0.85rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#visit-count {
    color: #8a4af3;
    font-weight: 600;
}

.like-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.7rem;
    padding: 0.5rem;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.1),
                3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.like-button:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4), inset -2px -2px 5px rgba(255, 255, 255, 0.15),
                4px 4px 8px rgba(0, 0, 0, 0.25), -4px -4px 8px rgba(255, 255, 255, 0.15),
                0 0 10px rgba(138, 74, 243, 0.4);
    transform: scale(1.05);
}

.like-button.liked {
    /* پس‌زمینه تغییر نمی‌کنه */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4), inset -2px -2px 5px rgba(255, 255, 255, 0.15),
                4px 4px 8px rgba(0, 0, 0, 0.25), -4px -4px 8px rgba(255, 255, 255, 0.15);
    animation: heartBeat 0.6s ease-in-out;
}

.heart-icon {
    width: 18px;
    height: 18px;
    fill: #e8e8e8;
    margin-right: 0.3rem;
    transition: fill 0.2s ease-in-out;
}

.like-button:hover .heart-icon {
    fill: #a573ff;
}

.like-button.liked .heart-icon {
    fill: #ff6666; /* فقط قلب قرمز می‌شه */
    animation: pop 0.4s ease-in-out;
}

.like-count {
    color: #e8e8e8;
    font-size: 0.85rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#like-count {
    color: #8a4af3;
    font-weight: 600;
}

.like-button.liked #like-count {
    color: #ff6666; /* رنگ تعداد لایک هم قرمز می‌شه */
}

.like-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.like-button.liked .like-particles::before,
.like-button.liked .like-particles::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff6666;
    box-shadow: 0 0 6px #ff6666;
    opacity: 0;
    animation: particleBurst 0.8s ease-out forwards;
}

.like-button.liked .like-particles::before {
    top: 10%;
    left: 30%;
    animation-delay: 0.1s;
}

.like-button.liked .like-particles::after {
    bottom: 10%;
    right: 30%;
    animation-delay: 0.2s;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    20% { transform: scale(1.2); }
    40% { transform: scale(0.9); }
    60% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

@keyframes particleBurst {
    0% { opacity: 1; transform: translate(0, 0) scale(1); }
    100% { opacity: 0; transform: translate(10px, -10px) scale(0.5); }
}

@media (max-width: 736px) {
    .visit-counter, .like-button {
        padding: 0.4rem 0.8rem;
    }

    .counter-text, .like-count {
        font-size: 0.75rem;
    }

    .heart-icon {
        width: 16px;
        height: 16px;
    }
}

/*----------- فورم برای پرسیدن سوالات ----*/
body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    color: #e8e8e8;
}

.faq-section {
    max-width: 700px;
    margin: 1rem auto;
    padding: 1rem;
    position: relative; /* برای موقعیت‌دهی سربرگ */
}

.form-title {
    position: absolute; /* مثل form-titlee */
    top: -12px; /* بالای بخش اصلی */
    right: 50%; /* وسط کادر */
    transform: translateX(50%); /* دقیقاً وسط */
    background: linear-gradient(145deg, #8a4af3, #6b3cc9); /* گرادینت بنفش شیک */
    color: white;
    width: 250px; /* عرض بیشتر برای متن طولانی */
    height: 30px; /* ارتفاع بیشتر برای جلوه باحال */
    line-height: 30px; /* تراز عمودی متن */
    text-align: center;
    border-radius: 10px 10px 0 0; /* گوشه‌های بالا گرد */
    font-size: 16px; /* فونت بزرگ‌تر برای جذابیت */
    font-weight: 600; /* فونت بولد */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.2); /* سایه شیک */
    clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 20% 100%, 0 70%); /* برآمدگی باحال */
    z-index: 5; /* بالای کادر */
    padding: 0 15px; /* فاصله داخلی برای متن */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* سایه متن برای عمق */
    transition: all 0.3s ease; /* انیمیشن نرم */
}

.form-title:hover {
    background: linear-gradient(145deg, #9b5de5, #7a42d1); /* تغییر رنگ موقع هاور */
    transform: translateX(50%) scale(1.05); /* بزرگ شدن شیک */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4), inset 0 0 8px rgba(255, 255, 255, 0.3); /* سایه قوی‌تر */
}

.question-form, .response-form {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.8rem;
    padding: 1rem;
    box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.3), inset -4px -4px 12px rgba(255, 255, 255, 0.1);
    margin-top: 20px; /* فاصله از سربرگ */
}

.question-form input, .question-form textarea,
.response-form input, .response-form textarea {
    width: 100%;
    background: #2a2a2a;
    border: none;
    border-radius: 0.4rem;
    padding: 0.6rem;
    margin: 0.4rem 0;
    color: #e8e8e8;
    font-family: inherit;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.question-form input:focus, .question-form textarea:focus,
.response-form input:focus, .response-form textarea:focus {
    outline: none;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 6px rgba(138, 74, 243, 0.4);
}

.question-form textarea, .response-form textarea {
    min-height: 80px;
    resize: vertical;
}

.submit-btn {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border: none;
    border-radius: 0.6rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(145deg, #a573ff, #8a4af3);
    transform: translateY(-2px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.questions-list {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 1rem;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
}

.questions-list::-webkit-scrollbar {
    width: 8px;
}

.questions-list::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(138, 74, 243, 0.5);
}

.questions-list::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 4px;
}

.question-item {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.8rem;
    padding: 0.8rem;
    margin: 0.8rem 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.actions {
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.like-btn, .dislike-btn, .response-btn {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border: none;
    border-radius: 0.3rem;
    padding: 0.15rem 0.4rem;
    font-size: 0.65rem;
    color: #e8e8e8;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.response-btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
}

.like-btn.liked {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
}

.dislike-btn.disliked {
    background: linear-gradient(145deg, #ff4d4d, #cc3333);
}

.response-btn:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    transform: translateY(-1px);
}

.question-text {
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.responses-count {
    background: #2a2a2a;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    font-size: 0.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #00cc00;
}

.responses-count::after {
    content: '↓';
    font-size: 0.8rem;
    color: #00cc00;
}

.response-list {
    max-height: 150px;
    overflow-y: auto;
    margin-top: 0.5rem;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
}

.response-list::-webkit-scrollbar {
    width: 6px;
}

.response-list::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(138, 74, 243, 0.5);
}

.response-list::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 3px;
}

.response-item {
    background: #2a2a2a;
    border-radius: 0.6rem;
    padding: 0.5rem;
    margin: 0.3rem 0;
    font-size: 0.8rem;
    color: #00cc00;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.3s ease;
}

.response-item:hover {
    background: #3a3a3a;
}

.response-number {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #fff;
}

.hidden {
    display: none;
}

/* -------------------------------------------------------------- بخش شناسه کاربری ----*/
#user-texts-section {
    margin-top: 15px;
    direction: rtl !important;
    text-align: right !important;
    position: relative;
}

#user-texts-section .form-titlee {
    position: absolute;
    top: -12px;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    color: white;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 20% 100%, 0 70%);
    z-index: 5;
    padding: 0 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

#user-texts-section .form-titlee:hover {
    background: linear-gradient(145deg, #9b5de5, #7a42d1);
    transform: translateX(50%) scale(1.05);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4), inset 0 0 8px rgba(255, 255, 255, 0.3);
}

#user-texts-section .container {
    max-width: 600px;
    padding: 15px;
    direction: rtl !important;
    margin-top: 20px;
}

#user-texts-section .content {
    background-color: #2a2a2a;
    padding: 15px;
    border-radius: 10px;
    direction: rtl !important;
}

#user-texts-section .content.active {
    display: block;
}

#user-texts-section .scrollable-content {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
    direction: rtl !important;
}

#user-texts-section .scrollable-content::-webkit-scrollbar {
    width: 6px;
}

#user-texts-section .scrollable-content::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
}

#user-texts-section .scrollable-content::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 10px;
}

#user-texts-section .text-item {
    padding: 15px 10px 8px 10px;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    margin: 5px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 5px;
    direction: rtl !important;
    position: relative;
}

#user-texts-section .text-number {
    position: absolute;
    top: -10px;
    right: 10px;
    background: linear-gradient(145deg, #00cc00, #009900);
    color: white;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 30% 100%, 0 70%);
    z-index: 2;
}

#user-texts-section .text-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl !important;
    padding: 5px 0;
    flex-wrap: nowrap;
}

#user-texts-section .text-info {
    display: flex;
    align-items: center;
    gap: 6px;
    order: 0;
    flex-shrink: 0;
}

#user-texts-section .text-name {
    font-weight: 600;
    color: #ffe600;
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}

#user-texts-section .text-gender {
    font-size: 11px;
    color: #a573ff;
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

#user-texts-section .text-gender.male {
    color: #4a90e2;
}

#user-texts-section .text-gender.female {
    color: #ff4d4d;
}

#user-texts-section .text-gender.other {
    color: #a573ff;
}

#user-texts-section .like-container {
    display: flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    order: 1;
    flex-shrink: 0;
}

#user-texts-section .like-icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
    fill: #e8e8e8;
    transition: all 0.3s ease;
}

#user-texts-section .like-icon:hover {
    fill: #ff4d4d;
    transform: scale(1.1);
}

#user-texts-section .like-icon.liked {
    fill: #ff4d4d;
    transform: scale(1.2);
}

#user-texts-section .like-count {
    font-size: 10px;
    color: #e8e8e8;
    font-weight: 500;
}

#user-texts-section .text-content {
    color: #e8e8e8;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3), inset -2px -2px 4px rgba(255, 255, 255, 0.05);
    width: 100%;
    direction: rtl !important;
    justify-content: center; /* وسط‌چین افقی کل محتوا */
}

#user-texts-section .text-content span {
    order: 2;
    flex-grow: 1;
    text-align: center; /* وسط‌چین متن */
}

#user-texts-section .copy-icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
    fill: #ffe600;
    transition: all 0.3s ease;
    margin-right: 8px;
    order: 1;
}

#user-texts-section .copy-icon:hover {
    fill: #8a4af3;
    transform: scale(1.1);
}

#user-texts-section .copy-icon.copied {
    fill: #00cc00;
    transform: scale(1.2);
}

#user-texts-section .copied-tooltip {
    position: absolute;
    top: -20px;
    right: 0;
    transform: translateX(50%);
    background: linear-gradient(145deg, #00cc00, #009900);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    white-space: nowrap;
}

#user-texts-section .copy-icon.copied + .copied-tooltip {
    opacity: 1;
}



body {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    color: #e8e8e8;
}

.faq-section {
    max-width: 700px;
    margin: 1rem auto;
    padding: 1rem;
    position: relative;
}

.form-title {
    position: absolute;
    top: -1px;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    color: white;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 20% 100%, 0 70%);
    z-index: 5;
    padding: 0 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.form-title:hover {
    background: linear-gradient(145deg, #9b5de5, #7a42d1);
    transform: translateX(50%) scale(1.05);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4), inset 0 0 8px rgba(255, 255, 255, 0.3);
}

.custom-header {
    position: absolute;
     top: -1px; 
    right: 0;
    background: linear-gradient(145deg, #8748ef, #8548ed);
    color: #fff;
    /* width: 200px; */
    height: 28px;
    line-height: 28px;
    text-align: right;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    /*box-shadow: 2px 2px 6px rgb(138 74 243), inset 0 0 4px rgba(255, 255, 255, 0.3);*/
    border: 1px solid #8648ee;
    z-index: 4;
    transition: all 0.3s ease;
    margin: 0;
}

.question-form, .response-form {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.8rem;
    padding: 1rem;
    box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.3), inset -4px -4px 12px rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.question-form input, .question-form textarea,
.response-form input, .response-form textarea {
    width: 100%;
    background: #2a2a2a;
    border: none;
    border-radius: 0.4rem;
    padding: 0.6rem;
    margin: 0.4rem 0;
    color: #e8e8e8;
    font-family: inherit;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.question-form input:focus, .question-form textarea:focus,
.response-form input:focus, .response-form textarea:focus {
    outline: none;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 6px rgba(138, 74, 243, 0.4);
}

.question-form textarea, .response-form textarea {
    min-height: 80px;
    resize: vertical;
}

.submit-btn {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border: none;
    border-radius: 0.6rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(145deg, #a573ff, #8a4af3);
    transform: translateY(-2px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.questions-list {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 1rem;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
}

.questions-list::-webkit-scrollbar {
    width: 8px;
}

.questions-list::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(138, 74, 243, 0.5);
}

.questions-list::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 4px;
}

.question-item {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-radius: 0.8rem;
    padding: 0.8rem;
    margin: 0.8rem 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.actions {
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.like-btn, .dislike-btn, .response-btn {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border: none;
    border-radius: 0.3rem;
    padding: 0.15rem 0.4rem;
    font-size: 0.65rem;
    color: #e8e8e8;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.response-btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
}

.like-btn.liked {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
}

.dislike-btn.disliked {
    background: linear-gradient(145deg, #ff4d4d, #cc3333);
}

.response-btn:hover {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    transform: translateY(-1px);
}

.question-text {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    font-size: 10px;
}

.responses-count {
    background: #2a2a2a;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    font-size: 0.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #00cc00;
}

.responses-count::after {
    content: '↓';
    font-size: 0.8rem;
    color: #00cc00;
}

.response-list {
    max-height: 150px;
    overflow-y: auto;
    margin-top: 0.5rem;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #8a4af3 #2a2a2a;
}

.response-list::-webkit-scrollbar {
    width: 6px;
}

.response-list::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(138, 74, 243, 0.5);
}

.response-list::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 3px;
}

.response-item {
    background: #2a2a2a;
    border-radius: 0.6rem;
    padding: 0.5rem;
    margin: 0.3rem 0;
    font-size: 0.8rem;
    color: #00cc00;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.3s ease;
}

.response-item:hover {
    background: #3a3a3a;
}

.response-number {
    background: linear-gradient(145deg, #8a4af3, #6b3cc9);
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #fff;
}

.hidden {
    display: none;
}





