body {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: vazir;
    overflow-x: hidden !important;
}

.btn-click {
    border-radius: 5px;
    appearance: none;
    background-color: #0178a4;
    border-width: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 0.8em 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.btn-click:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #07468d;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
    border-radius: 5px;
}

.btn-click:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.btn-click:after {
    background-color: #0178a4 !important;
}

.btn-click .text {
    position: relative;
    z-index: 9;
}

.btn-click:hover {
    color: white;
}

.header-social a {
    padding: 0px 10px;
    font-size: larger;
    color: white;
}

.header-social {
    text-align: left;
}

.header-data {
    background-color: #2e2e2e;
}

.search-header-input {
    background-color: rgb(243, 243, 243);
    border: none;
    outline: none;
    border-radius: 0px 12px 12px 0px !important;
}

.search-header-btn {
    color: white;
    background-color: rgb(63, 149, 248);
    border-radius: 12px 0px 0px 12px !important;
    transition: all 0.2s;
}

.search-header-btn:hover {
    color: white;
    background-color: rgb(47, 137, 239);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        scale: .9;
    }
    to {
        scale: 1;
        opacity: 1;
    }
}

.logo-image {
    animation: fadeIn 1s ease forwards;
    width: 6rem;
}

.icon-header {
    font-size: 40px;
    padding: 10px 15px;
    color: #252669;
    margin-top: 2px;
    margin-right: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #252669;
    border-radius: 100%;
}

.icon-home {
    padding: 12px;
}

.padding_1 {
    padding-right: 14rem;
}

.padding_2 {
    padding-right: 5rem;
}

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

.nav {
    margin-top: 15px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.nav ul ul {
    display: none;
}

.nav ul li:hover>ul {
    display: block;
}

.nav ul {
    height: 80px;
    border-radius: 10rem;
    width: 100%;
    color: white;
    background-color: #292b37;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-table;
}

.un-responsive ul {
    height: 54px !important;
}

.nav ul:after {
    content: "";
    clear: both;
    display: block;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li:hover {
    background: #b1690b;
}

.nav ul li:hover a {
    color: #fff;
}

.nav ul li a {
    display: block;
    padding: 15px 25px;
    color: #ffffff;
    text-decoration: none;
}

.nav ul ul {
    background: #2e2e2e;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 230px;
    text-align: right;
    border-radius: 0;
    z-index: 96;
}

.nav ul ul li {
    float: none;
    position: relative;
    z-index: 96;
}

.nav ul ul li a {
    padding: 15px 40px;
    color: #fff;
}

.nav ul ul li a:hover {
    background: #112f44;
}

.nav ul ul ul {
    position: absolute;
    right: 100%;
    top: 0;
}

.nav ul li:first-child {
    border-radius: 10rem 0rem 0rem 10rem;
}

.fixed-nav ul li:first-child {
    background-color: transparent !important;
    border-radius: 0;
}

.fixed-nav {
    scale: 0;
    transition: all 0.1s;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 100%;
    z-index: 400;
}

.fixed-nav ul {
    border-radius: 0px;
}

.logo-fixed-nav {
    width: 80px;
    scale: 1.1;
}

.txt-align-right {
    text-align: right;
}

.responsive-open-menu {
    display: none;
}

.responsive-menu-item a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.open-menu {
    float: right;
    font-size: 1.4rem;
    padding: .8rem;
    border-radius: 0.2rem;
}

.flex-shrink-0.p-3.bg-white.side-menu {
    background-color: rgba(255, 255, 255, 0.932) !important;
    border-left: 1px solid rgba(0, 0, 0) !important;
}

.side-menu {
    display: none;
    width: 280px;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: -280px;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}

.side-menu-logo {
    width: 5rem !important;
    position: relative;
    border-radius: 10px;
}

.side-menu i.fa-close,
.close-search-box {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: larger;
    transition: all 0.2s;
    color: black;
    cursor: pointer;
}


/* حذف استایل پیش‌فرض لیست */

.responsive-menu-item {
    position: relative;
    list-style: none;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: calc(var(--order, 0) * 0.1s);
}


/* تنظیم ترتیب انیمیشن برای هر آیتم */

.responsive-menu-item:nth-child(1) {
    --order: 1;
}

.responsive-menu-item:nth-child(2) {
    --order: 2;
}

.responsive-menu-item:nth-child(3) {
    --order: 3;
}

.responsive-menu-item:nth-child(4) {
    --order: 4;
}

.responsive-menu-item:nth-child(5) {
    --order: 5;
}


/* استایل لینک‌ها */

.responsive-menu-item a {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    text-decoration: none;
    padding: 0.5rem 0 0.5rem 2.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(59, 130, 246, 0.05) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 12px;
    width: 100%;
}


/* دایره آبی مدرن با افکت درخشان */

.responsive-menu-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5);
    z-index: 1;
}


/* حلقه بیرونی دایره */

.responsive-menu-item a::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
    z-index: 0;
}


/* هاور افکت‌ها */

.responsive-menu-item a:hover {
    color: #1e40af;
    background-position: 0 0;
    transform: translateX(5px);
    letter-spacing: 0.3px;
}


/* بزرگ شدن دایره با افکت چشمک زن */

.responsive-menu-item a:hover::before {
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.4);
    left: -2px;
}


/* حلقه بیرونی در هاور */

.responsive-menu-item a:hover::after {
    border: 2px solid rgba(59, 130, 246, 0.3);
    animation: pulse 1s infinite;
}


/* انیمیشن پالس برای حلقه */

@keyframes pulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0;
    }
}


/* انیمیشن fadeInUp برای ورود */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* افکت آبجکت برای حالت فارسی (راست‌چین) */

[dir="rtl"] .responsive-menu-item a {
    padding: 0.5rem 2.5rem 0.5rem 0;
}

[dir="rtl"] .responsive-menu-item a::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .responsive-menu-item a::after {
    left: auto;
    right: -4px;
}

[dir="rtl"] .responsive-menu-item a:hover {
    transform: translateX(-5px);
}

.list-unstyled {
    padding: 0;
}

.side-menu i.fa-close:hover,
.close-search-box:hover {
    color: rgb(117, 2, 2);
}

.header-social *,
.page-location * {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer {
    background-image: url('../../post-image/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: right;
}

footer * {
    color: white;
    text-align: right;
}

.footer-link {
    transition: all 0.1s;
    text-decoration: none;
}

.footer-link:hover {
    color: #6fc4e2;
    text-decoration: underline;
}

.footer-ul {
    padding: 0px;
}

.footer-icons * {
    color: black;
}

.padding-footer {
    padding-left: 15px;
}


/* استایل عمومی برای دمو (فقط برای نمایش اسکرول) */


/* استایل دکمه رفتن به بالا */

#goToTop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    /* در راستای چپ (برای RTL می‌توانید right نیز بگذارید) */
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: none;
    /* در ابتدا مخفی است */
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    z-index: 1000;
}

#goToTop:hover {
    background-color: #0056b3;
}


/* استایل کمکی برای آیکون (می‌توانید از emoji یا FontAwesome استفاده کنید) */

#goToTop::before {
    content: "↑";
    font-weight: bold;
}

.header-information-mobile {
    display: none;
    background-color: #292b37;
}

.mobile-link {
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    transition: all 0.2s;
}

.mobile-link:hover {
    color: rgb(159, 215, 248);
}

@media (max-width:1400px) {
    .padding_1 {
        padding-right: 11rem;
    }
}

@media (max-width:1200px) {
    .padding_1 {
        padding-right: 3rem;
    }
    .padding_2 {
        padding-right: 1rem;
    }
}

@media (max-width:992px) {
    .padding_2,
    .padding_1 {
        display: none !important;
    }
    .header-social {
        width: 200px !important;
    }
    .header-logo {
        padding-top: 0!important;
    }
    .responsive-open-menu {
        display: block;
    }
    .menu-div {
        text-align: left;
    }
    .nav {
        display: none;
    }
    .search-box {
        width: 20rem !important;
    }
    .header-information-mobile {
        display: block;
    }
}

@media (min-width:992px) {
    .side-menu {
        display: none !important;
        overflow-y: auto;
    }
    .logo-image {
        scale: 1.15;
    }
}

@media (max-width:576px) {
    .menu-div {
        margin: 0px !important;
    }
}

@media (max-width:530px) {
    .header-social {
        width: 150px !important;
    }
}