@font-face {
    font-family: "Vazir-Thin";
    src: url("../fonts/Farsi-Digits-Without-Latin/Vazir-Thin-FD-WOL.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Vazir-Light";
    src: url("../fonts/Farsi-Digits-Without-Latin/Vazir-Light-FD-WOL.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("../fonts/Farsi-Digits-Without-Latin/Vazir-FD-WOL.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Vazir-Medium";
    src: url("../fonts/Farsi-Digits-Without-Latin/Vazir-Medium-FD-WOL.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Vazir-Bold";
    src: url("../fonts/Farsi-Digits-Without-Latin/Vazir-Bold-FD-WOL.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'Vazir', sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    border: none;
    color: var(--text-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
*::selection{
    color: var(--primary-color);
    background-color: rgba(113, 80, 230, 0.1);
}

#nabegheBinaryRain {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: .15;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

/* start dark and light theme style */
:root {
    --primary-color: rgb(113, 80, 230);
    --shadow-primary-color: rgba(113, 80, 230,.3);
    --background-color: #ffffff;
    --text-color: #222222;
    --button-bg: var(--primary-color);
    --button-text-color: white;

    --primary-tool-color: #fb5203;
    --primary-tool-text-color: white;
    --second-tool-color: #00ffe1;
    --light-primary-tool-color: #ffece4;
}

[data-theme="dark"] {
    --primary-color: rgb(113, 80, 230);
    --background-color: #121212;
    --text-color: #f0f0f0;
    --button-bg: var(--primary-color);
    --button-text-color: white;

    --primary-tool-color: #fb5203;
    --primary-tool-text-color: white;
    --second-tool-color: #00ffe1;
    --light-primary-tool-color: #ffece4;
}

/* end dark and light theme style */
a {
    text-decoration: none;
}

html {
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    background: var(--background-color);
    max-width: 100%;
    /*overflow-x: hidden;*/
}



/* start compare table style */
.nabeghe-compare-wrapper {
    position: relative;
    direction: rtl;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.nabeghe-compare-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    background: white;
}

.nabeghe-compare-table th,
.nabeghe-compare-table td {
    padding: 12px 16px;
    border: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
}

.nabeghe-compare-table th:first-child,
.nabeghe-compare-table td:first-child {
    position: sticky;
    right: 0;
    background: #f8f8f8;
    z-index: 2;
    font-weight: bold;
    text-align: right;
    white-space: normal;
    word-wrap: break-word;
    max-width: 180px;
    min-width: 140px;
}

.nabeghe-compare-table thead img {
    object-fit: contain;
    max-width: 40px;
}

.nabeghe-compare-wrapper::-webkit-scrollbar {
    height: 8px;
}

.nabeghe-compare-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.nabeghe-compare-wrapper::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.nabeghe-compare-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

.nabeghe-compare-wrapper {
    scrollbar-color: #999 #f0f0f0;
    scrollbar-width: thin;
}


@media (max-width: 768px) {
    .nabeghe-compare-wrapper {
        overflow-x: auto;
    }

    .nabeghe-compare-table {
        min-width: 1000px;
    }

    .nabeghe-compare-table th,
    .nabeghe-compare-table td {
        font-size: 14px;
        padding: 10px 12px;
    }

    .nabeghe-compare-table th:first-child,
    .nabeghe-compare-table td:first-child {
        max-width: 140px;
    }
}

/* end compare table style */

/* start video player style */
.nabeghe-video-wrapper {
    width: 100%;
}

.nabeghe-custom-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    outline: none;
}
/* end video player style */

/* start podcast style */
.nabeghe-podcast-box .nabeghe-icon{
    fill: white;
}
.nabeghe-podcast-box .nabeghe-icon path{
    stroke: white;
}
.nabeghe-podcast-control-box{
    gap: 2rem;
}
.nabeghe-podcast-footer-box .nabeghe-podcast-start-time,.nabeghe-podcast-footer-box .nabeghe-podcast-end-time{
    color: white;
    min-width: 50px;
    text-align: center;
}
.nabeghe-podcast-box {
    background: var(--primary-color);
    margin: 2rem 0;
    padding: 2rem;
    border-radius: 20px;
    background: RGB(113, 80, 230);
    background: linear-gradient(90deg, rgba(113, 80, 230, 1) 0%, rgba(130, 99, 242, 1) 100%);
}
#nabeghe-podcast-loading{
    text-align: center; padding: 1rem;
}
#nabeghe-podcast-loading span{
    color: white;
    margin-right: .5rem;
}

.nabeghe-podcast-waveform {
    margin: 1rem 0 2rem 0;
    height: 70px;
    transition: all .3s;
}

.nabeghe-podcast-mic-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1rem;
}
.nabeghe-podcast-top-box .nabeghe-podcast-title{
    color: white;
    font-size: 1.2rem;
    font-family: 'Vazir-Bold',sans-serif;
}
.nabeghe-podcast-pause-btn{
    display: none;
}
.nabeghe-podcast-play-btn,.nabeghe-podcast-pause-btn,.nabeghe-podcast-play-loading-icon{
    background: white;
    padding: 1rem;
    box-sizing: content-box;
    border-radius: 50px;
    fill: var(--primary-color) !important;
}
.nabeghe-podcast-play-loading-icon{
    display: none;
    animation: rotate 1s linear infinite;
}
.nabeghe-podcast-play-btn path,.nabeghe-podcast-pause-btn path,.nabeghe-podcast-play-loading-icon path{
    stroke: var(--primary-color) !important;
}

.nabeghe-single-podcast-player {
    position: relative;
    width: calc(100% - 400px);
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* end podcast style */
.nabeghe-input-box-normal{
    width: 100% !important;
}
.nabeghe-input-box-normal input{
    background: #f5f5f5 !important;
    width: 100%  !important;
}
.nabeghe-input-box-normal::before{
    border: 1px solid #eee !important;
}
/* start login and register page style */
.nabeghe-login-form-container .nabeghe-login-form .nabeghe-input-submit-box,.nabeghe-login-form .nabeghe-input-submit-box button{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.nabeghe-login-form-container #registerForm{
    gap: 1.5rem;
}
.nabeghe-login-form-container #registerForm .nabeghe-input-submit-box{
    margin-top: 2rem;
}
.nabeghe-login-form .nabeghe-input-submit-box{
    margin-top: 3rem;
}
.nabeghe-login-form-container .nabeghe-login-form{
    margin-top: 2rem;
}
.nabeghe-login-form-container .nabeghe-input-box{
    width: 100%;
}
.nabeghe-login-form-container .nabeghe-input-box input[type="text"],.nabeghe-input-box input[type="text"]{
    background: #f5f5f5;
    width: 100%;
}
.nabeghe-login-form-container .nabeghe-input-box::before{
    border: 1px solid #eee;
}
.nabeghe-login-form-container .nabeghe-login-form-left {
    width: calc(100% - 400px);
    margin-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nabeghe-login-form-container .nabeghe-login-form-description-box {
    width: 400px;
    height: 100vh;
    background: url("../nabeghe_images/nabeghe-pattern.png");
}

.nabeghe-back-to-home {
    font-size: 0.9rem;
    color: #7150e6;
    text-decoration: none;
    gap: 0.4rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.nabeghe-back-to-home:hover {
    color: #7150e6;
    transform: translateX(-4px);
}

.nabeghe-back-to-home svg {
    stroke: currentColor;
}

.nabeghe-login-form-box-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 3rem;
}

.nabeghe-login-form-box hr.divider {
    height: 1px;
    margin: 30px 0;
    padding: 0;
    overflow: visible;
    border: none;
    background-color: #e7e7e9;
    color: #6e6d7a;
    text-align: center;
}

hr.divider.nabeghe-sign-in::after {
    content: "یا ورود با شماره همراه";
    font-family: 'Vazir-Light', sans-serif;
}

hr.divider::after {
    content: 'or';
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 16px;
    background: #fff;
    font: normal 14px/14px "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr.divider {
    color: #6e6d7a;
    text-align: center;
}

.nabeghe-login-form-box {
    width: 400px;
    position: relative;
}
.nabeghe-login-form-box-loading{
    position: absolute;
    top: -10px;
    border-radius: 20px;
    display: none;
    z-index: 999;
    bottom: -10px;
    transition: all .3s;
    right: -10px;
    left: -10px;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
}
.nabeghe-login-form-box-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: login-loading-spin 0.7s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

.nabeghe-login-way-btn {
    border: 1px solid #eee;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 50px;
    gap: 1rem;
    transition: all .3s;
}

.nabeghe-timer-box #otp-timer{
    font-size: 1.2rem;
}

.nabeghe-login-way-btn:hover {
    border: 1px solid #dbdbde;
}

.nabeghe-login-way-btn span {
    font-family: 'Vazir-Medium', sans-serif;
}
.nabeghe-success-status-message{
    background: rgb(175, 230, 127);
    border: 20px;
    display: none;
    padding: 1rem;
    border-radius: 50px;
}
.nabeghe-success-status-message span{
    color: #1c6b37;
    font-family: 'Vazir-Bold',sans-serif;
}
.nabeghe-success-status-message svg{
    width: 2rem;
    margin-left: .5rem;
    height: 2rem;
}
.nabeghe-success-status-message svg path{
    stroke: #1c6b37;
}
.nabeghe-step {
    display: none;
}

.nabeghe-step.active {
    display: block;
}

.nabeghe-otp-inputs {
    display: flex;
    gap: 10px;
    margin: 1rem 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.nabeghe-otp-inputs input {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: border 0.3s ease;
}
.nabeghe-otp-inputs input:disabled{
    background: #ccc;
    color: #eee;
}

.nabeghe-otp-inputs input.error {
    border-color: red;
}

.nabeghe-otp-inputs.shake {
    animation: shake 0.4s;
}

#resendOtpBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nabeghe-login-secondary-btn {
    background: #eee;
    padding: .5rem 1rem;
    cursor: pointer;
    border-radius: 50px;
}

.nabeghe-login-secondary-btn:not(:disabled):hover {
    background: #ddd;
}

.nabeghe-login-secondary-btn svg {
    width: 1.3rem;
    height: 1.3rem;
    margin-left: .5rem;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}
/* end login and register page style */

/* start public style */
.mt-1{
    margin-top: 1rem  !important;
}
.mt-2{
    margin-top: 2rem  !important;
}
.mt-4{
    margin-top: 4rem !important;
}
.nabeghe-primary-color{
    color: var(--primary-color);
}
.nabeghe-internal-link{
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
}

.pagination {
    display: flex;
    list-style: none;
    gap: 6px;
    justify-content: center;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.pagination li a:hover {
    background-color: #f2f2f2;
}

.pagination li.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-block;
    padding: 6px 15px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.pagination li.disabled span {
    color: #aaa;
    cursor: not-allowed;
    background-color: #f9f9f9;
}
.pagination li.disabled.next-btn-pagination{
    margin-right: 1rem;
}
.pagination li.disabled.prev-btn-pagination {
    margin-left: 1rem;
}


.is-bookmarked{
    fill: #333;
}

.is-liked{
    fill: #ed1944;
}

.nabeghe-popup {
    position: fixed;
    z-index: 1000;
    background: white;
    width: 100%;
    max-width: 768px;
    max-height: 90vh;
    border-radius: 20px;
    overflow-y: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
.nabeghe-popup-content {
    padding: 2rem;
    position: relative;
}
.nabeghe-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.nabeghe-popup-handle {
    width: 50px;
    height: 5px;
    background: #ccc;
    border-radius: 9999px;
    margin: 10px auto;
}
.nabeghe-popup-step-loading-box {
    background: #eee;
    border-radius: 3px;
    margin-bottom: 2rem;
}

.nabeghe-popup-step-loading {
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 3px;
    width: 0;
    transition: width 0.3s ease;
    color: white;
    font-size: 12px;
    text-align: center;
}

.nabeghe-popup-step-title {
    margin-bottom: 2rem;
}

.nabeghe-popup-step .nabeghe-user-name {
    margin: 0 .2rem;
    font-family: 'Vazir-Bold', sans-serif;
    color: var(--primary-color);
}

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

.nabeghe-popup-step .nabeghe-category {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.nabeghe-popup-step .nabeghe-category.selected {
    background-color: var(--primary-color);
    color: white;
}

.nabeghe-popup-step .nabeghe-category.selected .nabeghe-category-title {
    color: white;
}

.nabeghe-bottom-sheet {
    background: white;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 50vh;
    max-height: 90vh;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    padding: 2rem;
    transform: translateY(100%);
}

.nabeghe-bottom-sheet.open {
    transform: translateY(0);
}
.nabeghe-sheet-handle {
    width: 50px;
    height: 5px;
    background: #ccc;
    border-radius: 9999px;
    align-self: center;
    margin-bottom: 1rem;
}
.nabeghe-page-header {
    padding: 60px 20px 40px;
    text-align: center;
}
.logged-in-user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 2px solid var(--primary-color);
    padding: 1px;
}
.logged-in-user-profile-name{
    font-family: 'Vazir-Medium',sans-serif;
    margin: 0 .5rem 0 1rem;
}

.nabeghe-page-header-inner {
    position: relative;
    max-width: 768px;
}

.nabeghe-page-header-inner:hover .nabeghe-icon {
    transform: scale(1.3);
}

.nabeghe-page-header-inner .nabeghe-icon {
    position: absolute;
    transition: all .3s;
    top: -2rem;
    fill: var(--primary-color);
}

.nabeghe-page-title {
    font-size: 3rem;
    font-family: 'Vazir-Bold', sans-serif;
    color: var(--primary-color);
}

.nabeghe-page-subtitle {
    font-size: 1.2rem;
    color: #333;
    font-family: 'Vazir-Light', sans-serif;
    line-height: 2.5rem;
}

.nabeghe-input-box {
    position: relative;
    cursor: text;
}

.nabeghe-input-box:has(input:focus)::before {
    border: 1px solid var(--primary-color) !important;
}

.nabeghe-input-box:has(input:focus) span {
    color: var(--primary-color) !important;
    opacity: 1;
}

.nabeghe-input-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 18px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 1;
}

.nabeghe-input-box span {
    position: absolute;
    opacity: .4;
    transition: all .3s;
    user-select: none;
    pointer-events: none;
    padding-right: 1rem;
    padding-top: .5rem;
}

.nabeghe-input-box input {
    padding: 2rem 1rem .8rem 1rem;
    border-radius: 15px;
    min-width: 300px;
    font-size: 1.1rem;
}

.nabeghe-recommendation-tool-box{
    width: 100%;
    position: relative;
}
.nabeghe-recommendation-tool-box:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(90%);
    transform: translate(-50%, -49%);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 1;
}
.nabeghe-recommendation-tool-input{
    width: 100%;
    resize: none;
    margin-bottom: 2rem;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    padding: 2rem 2rem 5rem 2rem;
    transition: all .3s;
    font-size: 1.2rem;
    line-height: 2rem;
    color: var(--primary-color);
    background: rgba(113, 80, 230, 0.1);
}
.nabeghe-recommendation-tool-btn{
    position: absolute !important;
    bottom: 4rem;
    left: 2rem;
}

.nabeghe-recommendation-tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    border-bottom: 2px solid #ddd;
}

.nabeghe-recommendation-tab-item {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: color 0.3s, background-color 0.3s;
}

.nabeghe-recommendation-tab-item:hover {
    color: var(--primary-color);
}

.nabeghe-recommendation-tab-item.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.nabeghe-recommendation-tab-content {
    min-height: 200px;
}

.nabeghe-recommendation-pane {
    display: none;
}

.nabeghe-recommendation-pane.active {
    display: block;
}

.nabeghe-recommendation-item {
    display: flex;
    flex-direction: column;
    background-color: white;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    opacity: 0;
    border-radius: 20px;
    padding: .5rem 0;
    transition: transform 0.3s ease-in-out;
}

.nabeghe-recommendation-item:hover {
    background: #f5f5f5;
}

.nabeghe-recommendation-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.nabeghe-recommendation-item span {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.nabeghe-recommendation-item p {
    padding: 0 10px 10px;
    font-size: 14px;
    color: #666;
}

@keyframes recommendationFadeInItem {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nabeghe-box-loading .nabeghe-recommendation-tool-input {
    background: rgba(0, 3, 51, 0.1);
    border: 2px solid gray;
    color: #333;
}

.nabeghe-box-loading .nabeghe-recommendation-tool-box:before {
    border-color: gray;
}

.nabeghe-box-loading .nabeghe-btn {
    background: gray;
    color: #333;
}

.nabeghe-box-loading .nabeghe-btn:before {
    border-color: gray;
}

.nabeghe-loading-spinner-btn svg {
    animation: spinner-btn 1s linear infinite;
}
.nabeghe-spin-finish svg {
    animation: spin-final 0.5s ease-out;
}
@keyframes spin-final {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-btn {
    to {
        transform: rotate(360deg);
    }
}

.nabeghe-disable-btn {
    pointer-events: none;
    background: gray;
    color: #333;
}
.nabeghe-disable-btn.nabeghe-btn:before{
    border: 1px solid gray;
}

.nabeghe-input-submit-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.nabeghe-input-submit-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    transform: translate(-50%, -49.5%);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    transition: all 0.3s;
    z-index: 1;
    opacity: 1;
}

.nabeghe-input-submit-box button {
    color: white;
    font-family: 'Vazir-Bold', sans-serif;
    font-size: 1.1rem;
    padding: 1.2rem 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: var(--button-bg);
    gap: .5rem;
    border: none;
    position: relative;
    z-index: 1;
}

.nabeghe-input-submit-box .nabeghe-icon,.nabeghe-input-submit-box .nabeghe-icon path {
    fill: white;
    stroke: white;
}

.nabeghe-box {
    max-width: 1200px !important;
    margin: 0 auto;
}

.mini-nabeghe-box {
    max-width: 768px !important;
    min-width: 768px !important;
    margin: 0 auto;
}

.nabeghe-section-title-box {
    gap: .5rem;
}
.nabeghe-blog-box-filter-icon{
    display: none;
}

.nabeghe-section-title-box .nabeghe-section-title {
    font-size: 1.5rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-section-title-box .nabeghe-section-title-icon {
    width: 3rem;
    height: 3rem;
}

.nabeghe-section-title-box .nabeghe-section-title-icon-path {
    fill: var(--primary-color);
}

.swiper-pagination-bullet {
    width: .8rem !important;
    height: .8rem !important;
}

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

.nabeghe-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.nabeghe-tooltip::after {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 100;
}

.nabeghe-tooltip:hover::after {
    opacity: 1;
    bottom: 125%;
}

.flex {
    display: flex;
}

.align-items-start {
    align-items: start;
}

.row-reverse {
    flex-direction: row-reverse;
}

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

.space-between {
    justify-content: space-between;
}

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

.flex-direction-column {
    flex-direction: column;
}

.nabeghe-btn {
    cursor: pointer;
    padding: .5rem .5rem .5rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: var(--button-bg);
    gap: .5rem;
    color: white;
    position: relative;
}

.nabeghe-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    transform: translate(-50%, -50%);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    transition: all 0.3s;
    z-index: 1;
    opacity: 1;
}




.nabeghe-btn span {
    color: white;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-btn svg {
    color: white;
    width: 3rem;
}

.nabeghe-icon {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.nabeghe-icon-white path {
    stroke: white !important;
}

.nabeghe-icon-white circle {
    stroke: white;
}

.nabeghe-cursor{
    cursor: pointer;
}

/* end public style */

/* start header style */
header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s;
    z-index: 999;
    border-bottom: 1px solid transparent;
}

header.fixed {
    position: fixed;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f0f0f0;
}

.nabeghe-top-header .nabeghe-access-bar {
    gap: 1rem;
}

.nabeghe-top-header {
    padding: 2rem 0;
}


header nav ul {
    list-style: none;
}

header nav ul li a {
    padding: 25px 10px;
    margin: 0 5px;
    display: inline-block;
    font-size: 1rem;
    color: var(--text-color);
    font-family: 'Vazir-Medium', sans-serif;
}

header nav ul li a:hover {
    color: var(--primary-color);
}

header img.nabeghe-logo {
    width: 40px;
}

.nabeghe-hero-box {
    margin: 3rem auto 6rem auto;
}

.nabeghe-live-search-tabs ul {
    gap: .5rem;
}

.nabeghe-live-search-tabs li {
    cursor: pointer;
    padding: .5rem;
    border-radius: 10px;
    width: 4rem;
    height: 4rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    font-family: 'Vazir', sans-serif;
    color: #666;
    transition: all .3s ease;
}

.nabeghe-live-search-tabs li svg, .nabeghe-live-search-tabs li svg path {
    transition: all .3s ease;
}

.nabeghe-live-search-tabs li.nabeghe-active-tab svg path {
    stroke: white;
}

.nabeghe-live-search-tabs li svg path {
    stroke: #333;
}

.nabeghe-live-search-tabs li.nabeghe-active-tab {
    color: var(--primary-color);
    font-family: 'Vazir-Bold', sans-serif;
    background: var(--primary-color);
}

.nabeghe-live-search-tab-content {
    width: 100%;
    margin-top: 2rem;
}

.nabeghe-live-search-tab-content > div {
    display: none;
    padding: 1rem 0;
}
.nabeghe-live-search-result-tools > .nabeghe-result-item:last-child a{
    border-bottom: none;
}

.nabeghe-live-search-tab-content > div.nabeghe-active-content {
    display: block;
}

.nabeghe-no-results {
    color: #999;
    padding: 1rem;
    font-size: 0.9rem;
}

.nabeghe-live-search-results {
    display: none;
    width: 100%;
    margin-top: 1rem;
}

.nabeghe-result-link {
    position: relative;
    width: 100%;
    display: flex;
    padding: .5rem 0;
}
.nabeghe-result-link:hover{

}
.nabeghe-result-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.nabeghe-result-item a{
    transition: all .3s;
    font-weight: bold;
}
.nabeghe-result-item a:hover .nabeghe-result-index{
    opacity: 1;
}

.nabeghe-result-item.show {
    opacity: 1;
    transform: translateY(0);
}

.nabeghe-result-index {
    font-weight: bold;
    margin-left: 1rem;
    font-size: 1.2rem;
    opacity: .3;
    transition: all .3s;
}

.nabeghe-live-search-results.nabeghe-show {
    display: block;
}

.nabeghe-loading-spinner {
    padding: 1rem;
    font-size: 0.9rem;
    color: var(--primary-color);
    font-family: 'Vazir', sans-serif;
    animation: nabeghe-blink 1.2s infinite;
}

@keyframes nabeghe-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.nabeghe-hero-box .nabeghe-hero-title {
    font-size: 2.5rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-hero-box .nabeghe-hero-description {
    width: 800px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin: 1rem 0 2rem 0;
    font-family: 'Vazir-Light', sans-serif;
}

.nabeghe-hero-box .nabeghe-info-box {
    gap: 3rem;
    margin-top: 1rem;
}

.nabeghe-hero-box .nabeghe-info-box .nabeghe-info-item svg {
    width: 3rem;
    height: 3rem;
    margin-bottom: .5rem;
}

.nabeghe-hero-box .nabeghe-info-box .nabeghe-info-item svg path {
    stroke: var(--primary-color);
    stroke-width: 1.7;
}

.nabeghe-hero-box .nabeghe-info-box .nabeghe-info-item-counter {
    font-size: 1.3rem;
    font-weight: 900;
}

.nabeghe-hero-box .nabeghe-info-box .nabeghe-info-item-plus {
    font-size: 1.8rem;
    color: var(--primary-color);
    font-weight: 900;
}

.nabeghe-hero-box .nabeghe-info-box .nabeghe-info-item-title {
    color: gray;
    margin-top: -.5rem;
}

.nabeghe-hero-box .nabeghe-cta-btn {
    margin-top: 2rem;
}

.nabeghe-cta-btn span {
    font-family: 'Vazir-Bold', sans-serif !important;
    color: var(--button-text-color) !important;
}

.nabeghe-cta-btn svg {
    transition: transform 0.5s ease;
    transform-origin: center center;
    fill: white;
}

.nabeghe-cta-btn:hover svg {
    transform: rotate(360deg);
}

/* end header style */

/* start categories style */
.nabeghe-categories-box {
    margin: 2rem auto 6rem auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}


.nabeghe-categories-box .nabeghe-category {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    min-height: 160px;
    cursor: pointer;
    z-index: 1;
    background-color: #222;
}

.nabeghe-categories-box .nabeghe-size-50 {
    flex: 0 0 calc(50% - .7rem);
}

.nabeghe-categories-box .nabeghe-size-25 {
    flex: 0 0 calc(25% - 1rem);
}

.nabeghe-categories-box .nabeghe-category .nabeghe-category-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0.25; */
    z-index: -1;
    transition: transform 0.4s ease;
}

.nabeghe-categories-box .nabeghe-category:hover .nabeghe-category-img {
    transform: scale(1.1);
}

.nabeghe-categories-box .nabeghe-category .nabeghe-category-title {
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Vazir-Bold', sans-serif !important;
}

.nabeghe-categories-box .nabeghe-category .nabeghe-category-subtitle {
    color: white;
    font-weight: 300;
    font-family: 'Vazir-Light', sans-serif !important;
    font-size: .8rem;
    letter-spacing: .1rem;
    margin-top: .2rem;
    opacity: .6;
}

/* end categories style */

/* start general tool styles (shared between slider and list) */
.nabeghe-tool-card {
    min-height: 270px;
    max-height: 270px;
    border-radius: 20px;
    padding: 1.5rem;
    background: #f5f5f5;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nabeghe-tool-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        transparent 30%,
        var(--shadow-primary-color)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.nabeghe-tool-card:hover {
    transform: scale(1.05);
}

.nabeghe-tool-card:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

.nabeghe-tool-item-header-right {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 15px;
}

.nabeghe-tool-item-header-right img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.nabeghe-tool-item-header-left {
    align-items: end;
    gap: .5rem;
}

.nabeghe-tool-item-name {
    font-size: 1.3rem;
    font-weight: bold;
}

.nabeghe-tool-item-category {
    font-size: .8rem;
    color: gray;
}

/*.nabeghe-tool-item-name::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .1rem;
    background-image: url('../nabeghe_images/nabeghe-star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}*/

.nabeghe-tool-item-body {
    color: #666 !important;
    line-height: 1.8rem;
    margin-top: 1.5rem;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
}

.nabeghe-tool-item-footer {
    gap: .5rem;
    margin: 1.3rem 0 2rem 0;
}

.nabeghe-tool-item-footer svg {
    width: 1.2rem;
    height: 1.2rem;
    opacity: .5;
    background: rgba(0, 0, 0, .1);
    padding: .5rem;
    border-radius: 10px;
    box-sizing: content-box;
    transition: all .3s;
}

.nabeghe-tool-item-footer svg:hover {
    background: rgba(0, 0, 0, .2);
}

.nabeghe-tool-item-footer svg circle,
.nabeghe-tool-item-footer svg path {
    stroke-width: 1.5;
}
/* end general tool styles */


/* grid (list) mode */
.nabeghe-tool-list-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    width: calc(100% - 1rem);
    margin: 2rem auto 0 auto;
}

/* slider (swiper) container */
.nabeghe-tool-slider-box {
    margin-bottom: 6rem;
}

.nabeghe-tool-slider-box .swiper-wrapper {
    padding: 0 .5rem 3rem .5rem;
    margin-top: 2rem;
    gap: 1rem;
}

.nabeghe-tool-slider-box .swiper-wrapper .nabeghe-tool-card {
    flex: 0 0 calc(25% - 1rem);
    min-width: calc(25% - 1rem);
}
/* end general tool styles (shared between slider and list) */


/* start trend style */
.nabeghe-trend-tool-slider-box {
    padding: 0 0 3rem 0 !important;
}
.nabeghe-trend-box {
    position: relative;
}
.nabeghe-trend-item-name{
margin-top: 1rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
}

.gradient-mask-layer{
    margin-top: 2rem;
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, #f7af41,#d52a8b, #7528ca);
    background-size: 150% 100%;
    background-position: 0% 0%;
    -webkit-mask-image: url('../nabeghe_images/trend_background.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;

    mask-image: url('../nabeghe_images/trend_background.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    position: absolute;
    animation: gradientMove 3s ease-in-out infinite alternate;
}
@keyframes gradientMove {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 100% 0%;
    }
}

.nabeghe-trend-box .nabeghe-trend-tool-slider-box {
    margin-top: 2rem;
}

.nabeghe-trend-item .nabeghe-trend-item-header {
    margin: 0 0 1rem 0;
}

.nabeghe-trend-box .nabeghe-trend-item {
    background: white;
    border-radius: 20px;
    padding: 1rem;
    width: calc(100% / 4);
    min-height: 420px;
    max-height: 420px;
    margin: 0 auto;
    transition: all .3s;
    border: 1px solid #f0f0f0;
}
.nabeghe-trend-box .nabeghe-trend-item:hover{
    transform: scale(1.02);
}

.nabeghe-trend-item .nabeghe-trend-item-cover {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    border: 1px solid #f0f0f0;
}

.nabeghe-trend-item .nabeghe-trend-item-header-right {
    text-align: left;
    gap: .5rem;
}

.nabeghe-trend-item .nabeghe-trend-item-logo {
    width: 50px;
    height: 50px;
}

.nabeghe-trend-item-header-right .nabeghe-trend-item-category {
    font-size: .8rem;
    color: gray;
}

.nabeghe-trend-item-footer {
    margin-top: 1rem;
}

.nabeghe-trend-item-footer-right {
    gap: 1.5rem;
}

.nabeghe-trend-item-description {
    color: #666 !important;
    line-height: 1.8rem;
    margin-top: 1.5rem;
}

/* end trend style */

/* start blog and article style */
.nabeghe-blog-box {
    margin: 4rem auto;
}

.nabeghe-blog-articles {
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1rem;
}

.nabeghe-blog-article {
    position: relative;
    transition: all .3s;
    flex: 0 0 calc(25% - .75rem);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    box-sizing: border-box;
}

.nabeghe-blog-article img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 20px;
    display: block;
    transition: all .3s;
}
.nabeghe-blog-article:hover{
    transform: scale(1.02);
}

.nabeghe-blog-content {
    padding: 1rem;
}

.nabeghe-blog-category {
    color: var(--primary-color);
    font-size: .8rem;
    display: block;
    font-family: 'Vazir-Medium', sans-serif;
    margin-bottom: 0.5rem;
}

.nabeghe-blog-title {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.nabeghe-blog-date {
    font-size: .7rem;
    color: gray;
    visibility: hidden;
    display: block;
    margin-bottom: .7rem;
}

.nabeghe-blog-excerpt {
    font-size: .9rem;
    line-height: 1.7rem;
    height: 65px;
    color: #999;
    margin-top: .5rem;
    position: relative;
}

.nabeghe-blog-author {
    font-size: .8rem;
    margin-top: 2rem;
    opacity: .8;
}

.nabeghe-blog-author .nabeghe-icon {
    width: 20px;
    margin-left: .3rem;
}

.nabeghe-show-more-article-box {
    background: url('../nabeghe_images/show-more-article-background.webp') 100% center;
    height: 120px;
    border-radius: 20px;
    padding: 2rem;
    margin: 3rem 0;
}

.nabeghe-show-more-article-right h3, .nabeghe-show-more-article-right p {
    color: white !important;
}

.nabeghe-show-more-article-right p {
    opacity: .7;
    font-size: .9rem;
    margin-top: .5rem;
}

.nabeghe-show-more-article-btn {
    background: white;
    padding: .7rem 1rem;
    border-radius: 50px;
}


@media (max-width: 1024px) {
    .nabeghe-blog-article {
        flex: 0 0 48%;
    }
}

@media (max-width: 640px) {
    .nabeghe-blog-article {
        flex: 0 0 100%;
    }
}

/* end blog and article style */

/* start education style */
.nabeghe-video-education-box,.nabeghe-podcast-education-box {
    margin: 4rem auto 8rem auto;
}

.nabeghe-video-education ,.nabeghe-podcast-education-items{
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
.nabeghe-podcast-education-items .nabeghe-podcast-box{
    margin: 0;
    position: relative;
}

.nabeghe-video-education-item{
    position: relative;
    flex: 0 0 calc(33% - .75rem);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    box-sizing: border-box;
    transition: all .3s;
}
.nabeghe-video-education-item .nabeghe-blog-title {
    margin:0 0 1rem 0;
}
.nabeghe-podcast-education-item{
    flex: 0 0 calc(50% - .75rem);
}
.nabeghe-video-education-item:hover {
    transform: scale(1.02);
}
.nabeghe-video-education-item img{
    width: 100%;
    transition: all .3s;
}
.nabeghe-single-video-box {
    gap: 2rem;
    margin-top: 4rem;
}

.nabeghe-single-video-similar-box, .nabeghe-single-video-player {
    /*border: 1px solid #ccc;*/
    border-radius: 20px;
}

.nabeghe-single-video-similar-box {
    width: 400px;
}

.nabeghe-single-video-player {
    position: relative;
    width: calc(100% - 400px);
}

.nabeghe-single-video-player .video-thumbnail {
    cursor: pointer;
    position: relative;
}

.nabeghe-single-video-player .video-thumbnail img {
    width: 100%;
    border-radius: 20px;
    display: block
}

.nabeghe-single-video-player .video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nabeghe-single-video-info-title {
    font-size: 1.5rem;
    margin-top: 3rem;
}

.nabeghe-single-video-info-des {
    color: #555;
    margin-top: 1rem;
    font-size: 1.1rem;
    font-family: 'Vazir-Light', sans-serif;
    line-height: 3rem;
}

.nabeghe-single-video-info-author {
    margin-top: 2rem;
}

.nabeghe-single-video-info-author img {
    margin-left: .5rem;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.nabeghe-single-video-info-author-name {
    font-size: 1.1rem;
    margin-bottom: .3rem;
    display: inline-block;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-single-video-info-author-role {
    color: var(--primary-color);
    margin-right: .3rem;
    font-size: .9rem;
}

.nabeghe-single-video-info-box {
    width: 100%;
}

.nabeghe-single-video-info-action-box {
    width: 100%;
    margin-top: 2rem;
}

.nabeghe-hr {
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    margin: 1rem 0;
}

.nabeghe-single-video-info-detail-box span {
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-single-video-info-detail-box {
    gap: 2rem;
}

.nabeghe-single-video-info-tag-box {
    gap: 1rem;
}

.nabeghe-single-video-info-tag-box a {
    color: var(--primary-color);
    font-size: .8rem;
}

.nabeghe-single-video-info-tag-box a:before {
    content: '#';
}

.nabeghe-single-video-similar-item {
    margin-bottom: .5rem;
}

.nabeghe-single-video-similar-item-title {
    margin-bottom: .5rem;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-single-video-similar-item-thumb-box {
    position: relative;
    width: 150px;
    margin-left: 1rem;
}

.nabeghe-single-video-similar-item-thumb {
    width: 150px;
    border-radius: 15px;
}
.nabeghe-video-education-item-duration{
    position: relative;
}

.nabeghe-single-video-similar-item-thumb-duration,.nabeghe-video-education-item-thumb-duration {
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    font-size: .8rem;
    padding: 0 .5rem;
    left: 15px;
    bottom: 20px;
    color: white;
    position: absolute;
}
.nabeghe-single-video-similar-item-info{
    gap: 1rem;
    margin-top: 1rem;
}
.nabeghe-single-video-similar-item-info-text{
    color: #777;
    font-size: .7rem;
}
/* edn education style */

/* start solar system style */
.nabeghe-solar-system-box {
    position: relative;
    margin: 10rem 0;
    gap: 4rem;
}

.nabeghe-solar-system-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../nabeghe_images/solar-system-background.webp');
    background-repeat: no-repeat;
    opacity: .1;
    background-size: 50%;
    background-position: left;
    z-index: -1;
}

.nabeghe-solar-system-box .nabeghe-circle-box {
    position: relative;
    width: 50%;
}

.nabeghe-solar-system-box .nabeghe-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #f2effd;
    background: white;
    transform: translate(-50%, -50%);
}

.nabeghe-solar-system-box .nabeghe-circle-1 {
    width: 250px;
    height: 250px;
    z-index: 3;
}

.nabeghe-solar-system-box .nabeghe-circle-2 {
    width: 350px;
    height: 350px;
    z-index: 2;
}

.nabeghe-solar-system-box .nabeghe-circle-3 {
    width: 500px;
    height: 500px;
    z-index: 1;
}

.nabeghe-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
}

.nabeghe-orbit-1 {
    animation: rotate-clockwise 20s linear infinite;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-2 {
    animation: rotate-counterclockwise 30s linear infinite;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-3 {
    animation: rotate-clockwise 40s linear infinite;
    width: 450px;
    height: 450px;
    transform: translate(-50%, -50%);
}

.nabeghe-solar-system-box .ai-tool-logo {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #f2effd;
    background: white;
    padding: .4rem;
    box-sizing: content-box;
    border-radius: 40px;
    object-fit: contain;
}


.nabeghe-orbit-1 img:nth-child(1) {
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-1 img:nth-child(2) {
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-2 img:nth-child(1) {
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-2 img:nth-child(2) {
    top: 80%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-2 img:nth-child(3) {
    top: 108%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-3 img:nth-child(1) {
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-3 img:nth-child(2) {
    top: 7%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-3 img:nth-child(3) {
    top: 94%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-3 img:nth-child(4) {
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nabeghe-orbit-3 img:nth-child(5) {
    top: 94%;
    left: 15%;
    transform: translate(-50%, -50%);
}

@keyframes rotate-clockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate-counterclockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.nabeghe-solar-system-box .nabeghe-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: 10;
}

.nabeghe-solar-system-box-right {
    flex: 0 0 calc(50% - 2rem);
}

.nabeghe-solar-system-box-right-subtitle, .nabeghe-download-app-box-left-subtitle {
    color: var(--primary-color);
    font-size: 1rem;
}

.nabeghe-solar-system-box-right-title, .nabeghe-download-app-box-left-title {
    font-size: 2.3rem;
}

.nabeghe-solar-system-box-right-description, .nabeghe-download-app-box-left-description {
    font-size: 1rem;
    line-height: 2.5rem;
    margin: 2rem 0;
    color: #666;
    text-align: center;
}

/* end solar system style */

/* start download app style */
.nabeghe-download-app-box {
    gap: 4rem;
    margin: 15rem auto;
}

.nabeghe-download-app-box-right {
    flex: 0 0 calc(50% - 4rem);
    height: 490px;
    right: 0;
    background-image: url('../nabeghe_images/download-app-pattern.webp');
    background-position: left;
}

.nabeghe-download-app-mockup {
    margin-top: -5rem;
    margin-right: 5rem;
}

.nabeghe-download-app-box-left {
    flex: 0 0 calc(50% - 2rem);
}

.nabeghe-download-app-btn-box {
    gap: 1rem;
}

.nabeghe-download-app-btn {
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    padding: 1rem;
    gap: 1rem;
    transition: all 0.3s ease;
    height: 80px;
    width: 270px;
}

.nabeghe-download-app-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nabeghe-download-app-btn svg {
    width: 40px;
    height: 40px;
}

.nabeghe-download-app-btn-right {
    gap: 1rem;
    margin-left: 1.5rem;
}

.nabeghe-download-app-btn img {
    width: 50px;
}

.nabeghe-download-app-btn-right-subtitle {
    font-size: .8rem;
    color: #999;
}

.nabeghe-download-app-btn-right-title {
    font-size: 1.1rem;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-download-app-btn:hover .nabeghe-icon {
    animation: pulseIcon 1s infinite ease-in-out;
    transform-origin: center;
}

@keyframes pulseIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

/* end download app style */

/* start subscribe style */
.nabeghe-subscribe-box {
    margin: 20rem 0 10rem 0;
}
.nabeghe-subscribe-responsive-buttons{
    gap: 1rem;
    margin-top: 1rem;
    display: none;
}
.nabeghe-subscribe-responsive-buttons button{
    border: 1px solid var(--primary-color);
    background: none;
    padding: .5rem 2rem;
    border-radius: 50px;
}
.nabeghe-subscribe-responsive-buttons button.active {
    background: var(--primary-color);
    color: white;
}

.nabeghe-subscribe-box-plans {
    gap: 1rem;
    margin-top: 2rem;
}

.nabeghe-subscribe-plan {
    text-align: center;
    border: 2px solid #eee;
    flex: 0 0 calc(33% - 1rem);
    padding: 2rem;
    border-radius: 25px;
}

.nabeghe-subscribe-special-plan {
    border: 2px solid #baa7ff;
    background: var(--primary-color);
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-star svg {
    fill: white;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-iq-tag {
    background-color: white;
    color: #333;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-iq-tag::after {
    border-top: 12px solid white;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-fa-name, .nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-en-name {
    color: white;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-slogan {
    color: white;
    opacity: .7;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-price-value {
    color: white;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-price-unit span {
    color: white;
    opacity: .7;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-benefit span {
    color: white;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-benefit svg path {
    stroke: white;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-buy-btn {
    background: white;
    border: 4px solid #9779ff;
}

.nabeghe-subscribe-special-plan .nabeghe-subscribe-plan-buy-btn span {
    color: var(--primary-color);
    font-family: 'Vazir-Bold', sans-serif !important;
    font-weight: bold !important;
    font-size: 1.1rem;
}

.nabeghe-subscribe-plan-star {
    position: relative;
}

.nabeghe-subscribe-plan-star svg {
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: scale(1) rotate(0deg);
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.nabeghe-subscribe-plan:hover .nabeghe-subscribe-plan-star svg:nth-child(1) {
    transform: translate(-50%, 50%) rotate(90deg);
}

.nabeghe-subscribe-plan:hover .nabeghe-subscribe-plan-star svg:nth-child(2) {
    transform: translate(-120%, -10%) rotate(180deg);
    transition-delay: 0.1s;
}

.nabeghe-subscribe-plan:hover .nabeghe-subscribe-plan-star svg:nth-child(3) {
    transform: translate(20%, -10%) rotate(360deg);
    transition-delay: 0.2s;
}


.nabeghe-subscribe-plan-star svg:nth-child(1) {
    transform: translate(-50%, 50%);
}

.nabeghe-subscribe-plan-star svg:nth-child(2) {
    transform: translate(-120%, -10%);
}

.nabeghe-subscribe-plan-star svg:nth-child(3) {
    transform: translate(20%, -10%);
}

.nabeghe-subscribe-plan-iq-tag {
    display: inline-block;
    background-color: #333;
    color: white;
    padding: 4px 10px;
    border-radius: 20px 20px 0 20px;
    font-size: .8rem;
    margin-top: 6rem;
    margin-bottom: .5rem;
    position: relative;
}

.nabeghe-subscribe-plan-iq-tag::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-top: 12px solid #333;
    border-bottom: 0 solid transparent;
    transform: translate(50%, 50%) rotate(-135deg);
}

.nabeghe-subscribe-plan-fa-name {
    font-size: 1.5rem;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-subscribe-plan-en-name {
    font-size: 2rem;
    opacity: .1;
    font-family: 'Vazir-Light', sans-serif !important;
}

.nabeghe-subscribe-plan-slogan {
    font-size: 1rem;
    color: #999;
}

.nabeghe-subscribe-plan-price {
    margin: 2rem 0;
}

.nabeghe-subscribe-plan-price-value {
    font-size: 2rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-subscribe-plan-buy-btn {
    padding: 1rem 0;
}

.nabeghe-subscribe-plan-benefits {
    margin-top: 2rem;
    gap: 1rem;
}

.nabeghe-subscribe-plan-benefit span {
    font-size: 1.1rem;
    margin-right: .5rem;
    text-align: right;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-subscribe-plan-price-unit span {
    color: #666;
}

.nabeghe-subscribe-plan-price-unit {
    text-align: right;
    line-height: 1rem;
    margin-right: .5rem;
}
.nabeghe-subscribe-banner {
    background: linear-gradient(135deg, #8f44fd, #7a30f0);
    color: white;
    width: 100%;
    margin: 40px auto;
    padding: 24px 32px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    overflow: hidden;
    position: relative;
}
.nabeghe-subscribe-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255,255,255,0.6));
    transform: skewX(-30deg);
    filter: blur(100px);
    animation: shimmer 5s infinite;
}

@keyframes shimmer {
    0% { right: -75%; }
    100% { right: 125%; }
}

.nabeghe-subscribe-banner-features {
    position: relative;
    width: 50%;
}

.nabeghe-subscribe-banner-feature-items {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    transform: translateY(-10%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nabeghe-subscribe-banner-feature-item {
    position: absolute;
    display: flex;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    transform: translateY(0px) scale(1);
    transition: all .3s ease-in-out;
}

.nabeghe-subscribe-banner-feature-item.middle {
    font-weight: bold;
    color: white;
    opacity: 1;
    font-size: 1.2rem;
    z-index: 2;
}

.nabeghe-subscribe-banner-feature-item .check {
    margin-left: 1rem;
    font-size: 1rem;
    color: white;
}

.nabeghe-banner-title {
    color: white;
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
}

.nabeghe-banner-btn {
    background: white;
    margin-top: 0;
    position: relative;
}

.nabeghe-banner-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50px;
    transition: all 0.3s;
    z-index: 1;
    opacity: 1;
}

.nabeghe-banner-btn span {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-family: 'Vazir-Bold',sans-serif;
}
.nabeghe-banner-btn:hover svg {
    transform: rotate(180deg);
}
.nabeghe-banner-btn svg{
    fill: var(--primary-color);
    transition: all .3s;
}

/* end subscribe style */

/* start faq style */
.nabeghe-faq-box {
    gap: 4rem;
    align-items: flex-start;
    margin: 2rem auto 8rem auto;
}

.nabeghe-faq-items {
    width: 100%;
}

.nabeghe-faq-big-box .nabeghe-faq-items {
    flex: 0 0 calc(100%) !important;
}

.nabeghe-faq-box .nabeghe-faq-items {
    gap: 1rem;
}

.nabeghe-faq-box .nabeghe-faq-items, .nabeghe-faq-box .nabeghe-faq-send-question {
    flex: 0 0 calc(50% - 2rem);
}

.nabeghe-faq-box .nabeghe-faq-item {
    background: white;
    border: 2px solid #eee;
    border-bottom: 4px solid #eee;
    padding: 1rem 2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1.3rem;
}

.nabeghe-faq-item-wrapper {
    width: 100%;
}

.nabeghe-faq-item-wrapper svg {
    transition: transform 0.4s ease;
}

.nabeghe-faq-item.open .nabeghe-faq-item-wrapper svg {
    transform: rotate(180deg);
}

.nabeghe-faq-box .nabeghe-faq-item p {
    font-family: 'Vazir-Medium', sans-serif !important;
}

.nabeghe-faq-send-question-icon-wrapper {
    position: relative;
}

.nabeghe-faq-send-question-icon path {
    stroke: var(--primary-color);
    stroke-width: 1.5;
}

.nabeghe-faq-send-question-icon-wrapper:before {
    content: '';
    width: 50px;
    position: absolute;
    height: 50px;
    border-radius: 50px;
    opacity: .2;
    display: inline-block;
    background: var(--primary-color);
}

.nabeghe-faq-send-question-icon-wrapper:after {
    content: '';
    width: 70px;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 70px;
    border-radius: 50px;
    opacity: .1;
    display: inline-block;
    background: var(--primary-color);
}

.nabeghe-faq-item-answer {
    margin-top: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: height 0.1s ease, margin-top .1s;
    line-height: 3rem;
    font-size: 1rem;
    text-align: justify;
    color: #666;
}
.nabeghe-comment-counter-box{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-family: 'Vazir-Medium',sans-serif;
    padding: .5rem 1rem;
    border-radius: 20px;
    margin-top: 1rem;
}

.nabeghe-faq-send-question-title {
    font-size: 1.5rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-faq-send-question-des {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: .5rem;
    color: #666;
}

.nabeghe-faq-send-question .nabeghe-btn {
    padding: 1rem 1rem 1rem 2rem;
    margin-top: 4rem;
}
.nabeghe-send-comment-form{
    display: block;
    width: 100%;
    margin-top: 4rem;
    position: relative;
}
.nabeghe-reply-form-box {
    margin-top: 10px;
}

.nabeghe-reply-textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 1rem;
    margin-bottom: .5rem;
    padding: 8px;
    font-family: inherit;
    background: #eee;
    font-size: 14px;
}
.nabeghe-reply-btn{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: none;
    padding: .5rem;
    border-radius: .5rem;
    cursor: pointer;
    margin-top: 2rem;
    display: inline-block;
}
.nabeghe-reply-btn:hover{
    background: var(--primary-color);
    color: white;
}

.nabeghe-reply-actions {
    margin-top: 6px;
    display: flex;
    gap: 10px;
}

.nabeghe-reply-actions button {
    padding: 6px 12px;
    font-size: 14px;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
}

.nabeghe-send-reply-btn {
    background-color: #4caf50;
    color: white;
}

.nabeghe-cancel-reply-btn {
    background-color: #f44336;
    color: white;
}
.nabeghe-send-comment-form .nabeghe-input-submit-box{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.nabeghe-send-comment-form-rating{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -25px;
    transform: translate(-50%);
    left: 50%;
}
.nabeghe-send-comment-form-rating svg{
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0 -.3rem;
    fill: #333;
    transition: fill 0.2s;
}
.nabeghe-send-comment-form-rating svg.filled{
    fill: gold;
}
@keyframes star-flash {
    0%   { fill: #333; }
    30%  { fill: gold; }
    60%  { fill: gold; }
    100% { fill: #333; }
}

.nabeghe-rating-star.flash-stars{
    animation: star-flash 0.6s ease-in-out;
}
.nabeghe-send-comment-form-rate{
    display: flex;
}
.nabeghe-send-comment-form-rate svg{
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    margin: 0 -.3rem;
    fill: #333;
    transition: fill 0.2s;
}
.nabeghe-send-comment-form-rate svg.gold-rate{
    fill: gold;
}
.nabeghe-send-comment-form-rating svg:hover ~ svg {
    fill: #333 !important;
}
.nabeghe-send-comment-form-rating svg:hover {
    fill: gold !important;
}
.nabeghe-textarea-box{
    position: relative;
}
.nabeghe-textarea-box textarea{
    width: 100%;
    resize: none;
    border: 1px solid #eee;
    background: #f5f5f5;
    border-radius: 20px;
    position: relative;
    padding: 1rem;
}
.nabeghe-textarea-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    border-radius: 20px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 1;
}

/* end faq style */

/* start footer style */
footer {
    margin-top: 15rem;
}

.nabeghe-footer-newsletter-box {
    background: #1a1334;
    padding: 2rem 0;
}

.nabeghe-footer-newsletter-form {
    gap: 2rem;
}
.nabeghe-footer-newsletter-form .nabeghe-input-box input{
    padding: 2rem 1rem .8rem 1rem;
}

.nabeghe-footer-newsletter-title {
    font-size: 1.5rem !important;
    opacity: 1 !important;
}

.nabeghe-footer-newsletter-title, .nabeghe-footer-newsletter-subtitle {
    color: white;
    font-size: 1.2rem;
    font-family: 'Vazir-Light', sans-serif;
    opacity: .7;
}

.nabeghe-footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.nabeghe-footer-logo {
    width: 70px;
}

.nabeghe-footer-about-nabeghe {
    font-size: 1rem;
    color: #666;
    line-height: 2rem;
    margin-top: 1rem;
    text-align: justify;
}

.nabeghe-footer-col {
    flex: 1 1 22%;
    min-width: 200px;
}

.nabeghe-footer-title {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nabeghe-footer-list li {
    margin-bottom: 0.5rem;
}

.nabeghe-footer-list li a:before {
    content: '•';
    margin-left: .5rem;
}

.nabeghe-footer-list li a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.nabeghe-footer-list li a:hover {
    color: var(--primary-color);
}

.nabeghe-footer-col-double {
    display: flex;
    flex-direction: column;
}

.nabeghe-footer-inner-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.5rem;
}

.nabeghe-footer-socials {
    gap: 1rem;
}

.nabeghe-trust-box {
    gap: 1rem;
}

.nabeghe-trust-box .nabeghe-trust-logo {
    padding: 1rem;
    display: inline-block;
    width: 80px;
    height: 90px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.nabeghe-trust-box .nabeghe-trust-logo img {
    width: 100%;
}

.nabeghe-footer-bottom {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 1rem 0;
    margin-top: 6rem;
}

.nabeghe-footer-copyright {
    text-align: center;
}

.nabeghe-footer-copyright small:first-child {
    font-size: 1rem;
}

.nabeghe-footer-copyright small:last-child {
    font-size: .8rem;
    color: #999;
}

.nabeghe-go-to-up-btn {
    width: 60px;
    height: 60px;
    background: #1a1334;
    border-radius: 15px;
    box-sizing: content-box;
}

.nabeghe-go-to-up-btn svg path {
    stroke: white;
}

@media (max-width: 768px) {
    .nabeghe-footer-columns {
        flex-direction: column;
    }

    .nabeghe-footer-col,
    .nabeghe-footer-col-double {
        flex-direction: column;
    }

    .nabeghe-footer-col-double .nabeghe-footer-inner-col {
        display: inline-block;
        width: 48%;
    }

    .nabeghe-footer-col-double {
        flex-direction: row;
        gap: 1.5rem;
    }

	.nabeghe-solar-system-box .nabeghe-circle-box {
		transform: scale(0.5);
	}

	.nabeghe-solar-system-container {
		gap: 15rem !important;
	}

	.nabeghe-download-app-box {
		margin: 16rem auto 0 auto !important;
	}
}

/* end footer style */

/* start blog style */
.nabeghe-breadcrumb {
    font-size: .9rem;
    margin: 4rem 0 1rem 0;
    direction: rtl;
}

.nabeghe-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nabeghe-breadcrumb-link {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.nabeghe-breadcrumb-link:hover {
    text-decoration: underline;
}

.nabeghe-breadcrumb-separator {
    margin: 0 8px;
    color: #888;
}

.nabeghe-breadcrumb-current {
    color: #555;
    font-weight: 600;
}

.nabeghe-blog-search-from {
    gap: 1.5rem;
}

.nabeghe-blog-search-from .nabeghe-input-box {
    width: 100%;
}

.nabeghe-blog-search-box input[type="search"] {
    background: #f5f5f5;
    width: 100%;
    max-width: 100%;
}

.nabeghe-blog-search-box .nabeghe-input-box::before {
    border: 1px solid #eee;
}

.nabeghe-blog-search-popular-item-box {
    margin-top: 1.5rem;
}

.nabeghe-blog-search-popular-title {
    font-size: 1.1rem;
    margin-left: .5rem;
}

.nabeghe-blog-search-popular-items {
    gap: 1rem;
}

.nabeghe-blog-search-popular-items a {
    border-bottom: 1px dashed #333;
    opacity: .7;
}

.nabeghe-blog-search-popular-items a:hover {
    opacity: 1;
}

.nabeghe-blog-articles-filter-type-box {
    gap: .5rem;
    margin-right: 1rem;
}

.nabeghe-blog-articles-filter-type {
    padding: .2rem 1rem;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    color: #666;
}

.nabeghe-blog-articles-filter-type:hover {
    background: var(--primary-color);
    color: white;
}

.nabeghe-blog-articles-filter-type.nabeghe-filter-type-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    transform: translate(-49.5%, -48%);
    border: 1px dashed var(--primary-color);
    border-radius: 18px;
    transition: all 0.3s;
    z-index: 1;
    opacity: 1;
}

.nabeghe-blog-articles-filter-type.nabeghe-filter-type-active {
    background: var(--primary-color);
    color: white;
}

.nabeghe-blog-articles-type-box {
    gap: 1rem;
}

.nabeghe-blog-articles-type-box .nabeghe-icon, .nabeghe-blog-articles-type-box .nabeghe-icon path {
    transition: all .3s;
}

.nabeghe-blog-articles-type-box .nabeghe-icon:hover {
    transform: scale(1.1);
}

.nabeghe-blog-articles-type-box .nabeghe-icon:hover path {
    stroke: var(--primary-color);
}

/*.nabeghe-blog-categories-box {
    margin-bottom: 10rem;
}

.nabeghe-blog-categories-box .swiper-wrapper{
    gap: 1rem;
    padding: 2rem 0 4rem 0 !important;
}
.nabeghe-blog-categories-box .swiper-wrapper .swiper-slide{
    flex: 0 0 calc(25% - 1rem);
    display: flex;
    min-height: 150px;
    border-radius: 20px;
    gap: 1rem;
    transition: all .3s;
    border: 1px solid var(--primary-color);
}

.nabeghe-blog-category-item:hover {
    background: rgba(113, 80, 230, .05);
}

.nabeghe-blog-category-item span {
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-blog-category-item-icon {
    width: 4rem;
    position: relative;
}

.nabeghe-blog-category-item-icon:before {
    content: '';
    width: 40px;
    position: absolute;
    height: 40px;
    border-radius: 50px;
    opacity: .2;
    display: inline-block;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
}

.nabeghe-blog-category-item-icon svg path, .nabeghe-blog-category-item-icon svg circle {
    stroke: var(--primary-color) !important;
}*/

.nabeghe-blog-side-image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
    pointer-events: none;
}

.blog-side-image-left,
.blog-side-image-right {
    position: absolute;
    top: 0;
    max-height: 100%;
}


.blog-side-image-left {
    left: 0;
}


.blog-side-image-right {
    right: 0;
    transform: scaleX(-1);
}

.nabeghe-share-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nabeghe-share-popup {
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.nabeghe-share-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.nabeghe-share-popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.nabeghe-share-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.nabeghe-share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: none;
    cursor: pointer;
    transition: all 0.2s;
}

.nabeghe-share-option:hover {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .nabeghe-blog-side-image-box {
        display: none;
    }
}
/* end blog style */

/* start single blog style */
.nabeghe-single-blog-box {
    margin-top: 4rem;
}

.nabeghe-faq-big-box.nabeghe-faq-box {
}

.nabeghe-article-title {
    font-size: 1.7rem;
    color: var(--primary-color);
    font-family: 'Vazir-Bold', sans-serif !important;
    font-weight: bold;
}

.nabeghe-article-category-items {
    margin: 1rem 0;
    gap: 1rem;
}

.nabeghe-article-category-item {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: .3rem 1rem;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-article-publish-info {
    margin: 4rem 0 1.5rem 0;
}

.nabeghe-article-publish-item {
    gap: .5rem;
}

.nabeghe-article-cover-box img {
    width: 100%;
    border-radius: 25px;
}

.nabeghe-article-actions-box {
    margin: 1.5rem 0;
}

.nabeghe-article-action-box-right {
    gap: 2rem;
}

.nabeghe-article-action-item .nabeghe-icon {
    margin-right: .5rem;
}

.nabeghe-article-action-item .nabeghe-icon path {
    stroke-width: 2 !important;
}

.nabeghe-article-headline-box {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 20px;
}

.nabeghe-article-headline-top {
    cursor: pointer;
}

.nabeghe-article-headline-title {
    font-size: 1.2rem;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-article-headline-list {
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: height 0.3s ease, margin-top 0.3s ease;
}

.nabeghe-article-headline-item {
    position: relative;
    padding-bottom: 1rem;
    padding-right: 1rem;
    font-family: 'Vazir-Medium', sans-serif;
    font-size: 1rem;
    color: #777;
}

.nabeghe-article-headline-item:hover {
    color: #333;
}

.nabeghe-article-headline-item::before {
    content: '';
    position: absolute;
    right: 2px;
    top: .5rem;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    z-index: 2;
}

.nabeghe-article-headline-item::after {
    content: '';
    position: absolute;
    right: 3px;
    top: .8rem;
    width: 2px;
    height: 100%;
    border-right: 2px dotted #bbb;
    z-index: 1;
}

.nabeghe-article-headline-item:last-child::after {
    display: none;
}

.nabeghe-article-content {
    margin: 2rem 0;
}

.nabeghe-article-content p {
    line-height: 3rem;
    font-size: 1.2rem;
    color: #444;
    font-family: 'Vazir-Light', sans-serif;
    text-align: justify;
}

.nabeghe-article-content img {
    width: 100%;
    border-radius: 20px;
}

.nabeghe-article-content .nabeghe-related-article {
    background: rgba(113, 80, 230, .1);
    position: relative;
    padding: 2rem 0;
    border-radius: 20px;
    margin: 3rem 0;
}

.nabeghe-article-content .nabeghe-related-article:before {
    content: "";
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    margin-right: .1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 12C7.97056 12 12 7.97056 12 3C12 7.97056 16.0294 12 21 12C16.0294 12 12 16.0294 12 21C12 16.0294 7.97056 12 3 12Z' fill='rgb(113,80,230)' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.nabeghe-related-article-subtitle {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-top: 1rem;
    font-family: 'Vazir-Light', sans-serif;
}

.nabeghe-related-article-title {
    font-size: 1.5rem;
    font-family: 'Vazir-Medium', sans-serif;
    margin-bottom: 2rem;
}

.nabeghe-article-resource-box {
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0 6rem 0;
}

.nabeghe-article-resource-box-fa-title {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-article-resource-box-en-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
    opacity: .3;
}

.nabeghe-article-resource-box-list {
    margin-top: 2rem;
    gap: .5rem;
}

.nabeghe-article-resource-item {
    transition: all .3s;
}

.nabeghe-article-resource-item:hover {
    padding-right: .5rem;
}

.nabeghe-article-resource-item .nabeghe-icon {
    width: 1.5rem;
    margin-left: .5rem;
}

.nabeghe-article-resource-item .nabeghe-icon path {
    stroke: var(--primary-color);
}

.nabeghe-similar-article-slider {
    padding-bottom: 4rem !important;
}

.nabeghe-comment-box {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
    margin-top: 4rem;
}

.nabeghe-comment-item {
    border: 1px solid #e0e0e0;
    padding: 2rem;
    min-width: 100%;
    border-radius: 20px;
    position: relative;
}

.nabeghe-comment-item.nabeghe-comment-item-have-reply:before {
    content: '';
    width: 100px;
    right: -1px;
    bottom: -70px;
    display: inline-block;
    position: absolute;
    height: 120px;
    background: transparent;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-right-radius: 20px;
}

.nabeghe-comment-item-header {
    margin-bottom: 1.5rem;
}

.nabeghe-comment-profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: 1.5rem;
}

.nabeghe-comment-username {
    font-size: 1.1rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-comment-timestamp {
    color: #999;
}
.nabeghe-comment-reply-item .nabeghe-comment-timestamp{
    margin-right: 1rem;
}

.nabeghe-comment-text {
    line-height: 2.3rem;
    text-align: justify;
    color: #666;
    font-family: 'Vazir-Light', sans-serif;
}

.nabeghe-comment-reply-item {
    border: 1px solid var(--primary-color);
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 100px);
}

.nabeghe-comment-reply-item:before {
    content: '';
    position: absolute;
    width: 84px;
    height: 38px;
    right: -65px;
    background-image: url('../nabeghe_images/comment-replay-star.png');
    top: 34px;

}

.nabeghe-comment-reply-item .nabeghe-comment-username {
    color: var(--primary-color);
}

/* end single blog style */


/* start single tool style */
.nabeghe-single-tool-box {
    border-radius: 20px;
    gap: 2rem;
    padding: 1.5rem 1rem;
}

.nabeghe-single-tool-box .nabeghe-single-tool-right-sidebar, .nabeghe-single-tool-box .nabeghe-single-tool-left-sidebar {
    flex: 0 0 calc((100% - 768px) / 2);
    max-width: calc((100% - 768px) / 2);
}

.nabeghe-single-tool-box .nabeghe-single-tool-right-sidebar {
    justify-content: end;
}

.nabeghe-single-tool-box .nabeghe-single-tool-body {
    width: 768px;
}

.nabeghe-single-tool-bottom-access-bar {
    width: 100%;
    transition: all .3s;
    z-index: 999;
    right: 0;
    left: 0;
    bottom: -100%;
    padding: 2rem;
    position: fixed;
    border: 1px solid #eee;
}
.nabeghe-single-tool-bottom-access-bar .nabeghe-single-tool-headline-box {
    margin: 0 0 2rem 0;
    gap: 2rem;
    overflow: auto;
}

.nabeghe-single-tool-bottom-access-bar .nabeghe-single-tool-redirect-btn {
    margin-right: 2rem;
}

.nabeghe-single-tool-bottom-access-bar .nabeghe-single-tool-headline-box a:before {
    display: none;
}

.nabeghe-single-tool-bottom-access-bar-education-items {
    gap: 1rem;
    margin-left: 3rem;
}

.nabeghe-single-tool-bottom-access-bar.fixed {
    bottom: 0;
    background: rgba(255, 255, 255, 1) !important;
}

.nabeghe-single-tool-bottom-access-bar .nabeghe-single-tool-redirect-btn {
    margin-top: 0;
    white-space: nowrap;
}

.nabeghe-single-tool-logo {
    max-width: 100px;
    max-height: 40px;
    min-height: 30px;
}

.nabeghe-single-tool-right-sidebar .nabeghe-tool-info {
    align-items: end;
}

.nabeghe-tool-info-header {
    width: 100%;
}

.nabeghe-single-tool-headline-box {
    background: var(--light-primary-tool-color);
    border-radius: 20px;
    padding: .5rem 1.5rem;
    margin-top: 1rem;
    overflow: hidden;
}

.nabeghe-single-tool-headline-box a {
    font-family: 'Vazir-Medium', sans-serif;
    position: relative;
    padding: .7rem 0;
    white-space: nowrap;
}

.nabeghe-single-tool-headline-box a:hover {
    color: var(--primary-tool-color);
}

.nabeghe-single-tool-headline-box a:hover::before {
    opacity: 1;
}

.nabeghe-single-tool-headline-box a:before {
    content: '';
    width: 7px;
    opacity: 0;
    position: absolute;
    right: -1.5rem;
    height: 20px;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    background: var(--primary-tool-color);
}

.nabeghe-single-tool-body h2 {
    font-weight: normal;
    font-family: 'Vazir-Bold', sans-serif;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.nabeghe-single-tool-body p {
    line-height: 3rem;
    font-size: 1.2rem;
    /*margin-bottom: 4rem;*/
    color: #666;
    text-align: justify;
}

.nabeghe-single-tool-cover {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #eee;
}

.nabeghe-single-tool-body-properties-box {
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.nabeghe-single-tool-body-property-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nabeghe-single-tool-body-property-item-title {
    font-size: 1.2rem;
    color: #444;
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-single-tool-body-property-item-subtitle {
    font-family: 'Vazir-Light', sans-serif;
    color: #666;
}

.nabeghe-single-tool-body-property-item svg {
    width: 3rem;
}

.nabeghe-single-tool-body-property-item svg path {
    stroke: #3cb043;
}

.nabeghe-advantages-and-disadvantages-box {
    gap: 1rem;
    margin: 2rem 0 4rem 0;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box {
    border: 2px solid #3cb043;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box {
    border: 2px solid #f03;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box, .nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    flex: 0 0 calc((100% / 2) - 1rem);
    padding: 1rem;
    border-radius: 20px;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box div, .nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box div {
    display: flex;
    align-items: center;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box div span, .nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box div span {
    font-size: 1.1rem;
    font-family: 'Vazir-Medium', sans-serif;
    margin-right: .5rem;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box div svg, .nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box div svg {
    width: 2.5rem;
    height: 2.5rem;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box div svg path {
    stroke: #3cb043;
    stroke-width: 1.5;
}

.nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box div svg path {
    stroke: #f03;
    stroke-width: 1.5;
}

.nabeghe-col-sub-title {
    margin-bottom: 3rem;
}

.nabeghe-col-sub-items {
    gap: .5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.nabeghe-col-sub-title-name {
    font-family: 'Vazir-Bold', sans-serif;
    font-size: 1.2rem;
}

.nabeghe-col-sub-title-name:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--primary-tool-color);
    font-size: 1.5rem;
    display: inline-block;
    border-radius: 7px;
    margin-left: .5rem;
}

.nabeghe-tool-property-icon {
    display: flex;
    gap: .5rem;
    background: #eee;
    padding: .5rem 1rem;
    border-radius: 10px;
}

.nabeghe-tool-property-icon span {
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-tool-property-icon svg {
    width: 20px;
    height: 20px;
}

.nabeghe-col-sub-items .nabeghe-tool-category {
    display: flex;
    gap: .5rem;
    border: 1px solid #333;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 10px;
}

.nabeghe-col-sub-items .nabeghe-tool-tag-item {
    display: flex;
    gap: .5rem;
    border: 1px solid #333;
    padding: .5rem 1rem;
    border-radius: 20px;
}

.nabeghe-col-sub-items.nabeghe-tool-social-media .nabeghe-icon {
    box-sizing: content-box;
    padding: .5rem;
    background: var(--light-primary-tool-color);
    border-radius: 10px;
}

.nabeghe-col-sub-items.nabeghe-tool-social-media .nabeghe-icon path {
    stroke: var(--primary-tool-color);
}

.nabeghe-single-tool-redirect-btn {
    background: var(--primary-tool-color);
    margin-top: 1.5rem;
    width: calc(100% - .3rem);
}

.nabeghe-single-tool-redirect-btn.nabeghe-btn:before {
    border: 1px solid var(--primary-tool-color);
}

.nabeghe-single-tool-education-box {
    padding: 1rem;
    background: #eee;
    border-radius: 20px;
    margin-top: 1.5rem;
}

.nabeghe-single-tool-education-top {
    cursor: pointer;
}

.nabeghe-single-tool-education-top svg {
    width: 1.5rem;
}

.nabeghe-single-tool-education-top span {
    font-size: 1.1rem;
    font-family: 'Vazir-Bold', sans-serif;
}

.nabeghe-single-tool-education-items {
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: height 0.3s ease, margin-top 0.3s ease;
}

.nabeghe-single-tool-education-items.open {
    margin-top: 1.5rem;
}

.nabeghe-single-tool-education-items a:hover {

}

.nabeghe-single-tool-education-items a:last-child {
    border: none;
}

.nabeghe-single-tool-education-item-title {
    font-family: 'Vazir-Medium', sans-serif;
}

.nabeghe-single-tool-education-items a {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nabeghe-single-tool-education-item-hover-show {
    opacity: 0;
    position: absolute;
    left: 0;
    background: var(--primary-tool-color);
    color: var(--primary-tool-text-color);
    pointer-events: none;
    padding: .2rem .5rem;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    user-select: none;
}

.nabeghe-single-tool-education-item-hover-hide {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.nabeghe-single-tool-education-items a:hover .nabeghe-single-tool-education-item-hover-hide {
    opacity: 0;
}

.nabeghe-single-tool-education-items a:hover .nabeghe-single-tool-education-item-hover-show {
    opacity: 1;
    pointer-events: auto;
}

/* end single tool style */

/* start responsive style */

.nabeghe-responsive-menu-icon{
    display: none;
}
.nabeghe-responsive-menu-icon .nabeghe-icon{
    width: 2.5rem;
    height: 2.5rem;
}
.nabeghe-hide-in-mobile-size{
    display: flex;
}
.nabeghe-show-in-mobile-size{
    display: none;
}


@media (max-width: 2560px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
    .nabeghe-box{
        width: 90%;
    }
    .nabeghe-page-title{
        font-size: 2rem;
        margin-bottom: .5rem;
    }
    .nabeghe-page-subtitle{
        font-size: 1rem;
    }
    .nabeghe-responsive-menu-icon{
        display: flex;
    }
    .nabeghe-hide-in-mobile-size{
        display: none;
    }
    .nabeghe-show-in-mobile-size{
        display: flex;
    }
    .nabeghe-website-menu-items {
        position: fixed;
        bottom: 0;
        top: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        right: 0;
        background: white;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
        padding: 2rem;
        border-radius: 20px 20px 0 0;
    }
    .nabeghe-website-menu-items.open {
        top: 10%;
    }
    .nabeghe-website-menu-top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }
    .nabeghe-website-menu-box{
        flex-direction: column;
    }
    .nabeghe-website-menu-box li a{
        padding: 1rem 0;
        font-size: 1.2rem;
    }

    .nabeghe-website-menu-box li {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .nabeghe-website-menu-box li.show {
        opacity: 1;
        transform: translateY(0);
    }
    .nabeghe-hero-box .nabeghe-hero-title{
        text-align: center;
        font-size: 2rem;
    }
    .nabeghe-hero-box .nabeghe-hero-description{
        width: 100%;
        text-align: justify-all;
    }
    .nabeghe-solar-system-container{
        flex-direction: column;
        gap: 25rem;
    }
    .nabeghe-download-app-box{
        flex-direction: column;
        margin: 35rem auto 0 auto;
        gap: 10rem;
    }
    .nabeghe-download-app-box-right{
        display: flex;align-items: center;
        width: 100%;
        flex: auto;
        background-position: center;
        justify-content: center;
    }
    .nabeghe-download-app-box-left{
        width: 100%;
    }
    .nabeghe-download-app-mockup{
        margin-right: 0;
        max-width: 80%;
    }
    .nabeghe-solar-system-box-right-title, .nabeghe-download-app-box-left-title{
        text-align: center;
        font-size: 2rem;
    }
    .nabeghe-solar-system-box-right-description, .nabeghe-download-app-box-left-description{
        text-align: justify;
    }
    .nabeghe-solar-system-box{
        margin: 5rem 0;
    }
    .nabeghe-subscribe-box{
        margin: 5rem 0 5rem 0;
    }
    .nabeghe-subscribe-responsive-buttons{
        display: flex !important;
    }
    .nabeghe-subscribe-responsive-buttons button{
        cursor: pointer;
    }
    .nabeghe-subscribe-plan{
        flex: 0 0 100%;
    }
    .nabeghe-footer-newsletter-box div:first-child{
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    .nabeghe-tool-slider-box .swiper-wrapper {
        gap: 1rem;
    }

    .nabeghe-tool-slider-box .swiper-wrapper .swiper-slide {
        min-width: calc(50% - 1rem);
    }

    .nabeghe-box.nabeghe-tool-box {
        width: 100%;
    }

    .nabeghe-box.nabeghe-tool-box .nabeghe-section-title-box {
        width: 90%;
        margin: 0 auto;
    }
    /*.nabeghe-blog-categories-box .swiper-wrapper {
        gap: 1rem;
    }
    .nabeghe-blog-categories-box .swiper-wrapper .swiper-slide{
        flex: 0 0 calc(50% - 1rem);
    }*/
    .nabeghe-single-tool-right-sidebar{
        display: none;
    }
    .nabeghe-single-tool-box{
        flex-direction: column;
        padding: 0;
    }
    .nabeghe-single-tool-box .mini-nabeghe-box.nabeghe-single-tool-body{
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .nabeghe-single-tool-box .nabeghe-single-tool-right-sidebar, .nabeghe-single-tool-box .nabeghe-single-tool-left-sidebar{
        flex: unset;
        max-width: unset;
    }
    .nabeghe-single-tool-left-sidebar{
        display: flex;
        flex-wrap: wrap;
    }
    .nabeghe-col-sub-title{
        flex: 0 0 calc(50%);
    }
    .nabeghe-video-education-item{
        flex: 0 0 calc(50% - .75rem);
    }

}
@media (max-width: 768px) {
    .mini-nabeghe-box{
        width: 90%;
        min-width: 90% !important;
        max-width: 90% !important;
    }
    .nabeghe-login-form-container{
        flex-direction: column;
    }
    .nabeghe-login-form-container .nabeghe-login-form-description-box{
        height: 200px !important;
        width: 100% !important;
    }
    .nabeghe-login-form-container .nabeghe-login-form-left,.nabeghe-login-form-box{
        width: 95% !important;
        text-align: center;
        margin: 1rem auto 0 auto !important;
    }
    .nabeghe-otp-inputs{
        gap: unset !important;
    }
    .nabeghe-otp-inputs input{
        width: 4rem !important;
        height: 4rem !important;
    }
    .nabeghe-blog-search-box .nabeghe-blog-search-from{
        flex-direction: column;
    }
    .nabeghe-hero-box .nabeghe-info-box{
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
    }
    .nabeghe-hero-box .nabeghe-info-box .nabeghe-info-item{
        width: calc(50% - 4rem);
    }
    .nabeghe-categories-box{
        flex-wrap: nowrap;
        overflow: auto;
    }
    .nabeghe-categories-box .nabeghe-size-50,.nabeghe-categories-box .nabeghe-size-25{
        flex: 0 0 calc(50%);
    }
    .nabeghe-download-app-btn-box{
        flex-direction: column;
    }
    .nabeghe-download-app-box{
        flex-direction: column;
        margin: 30rem auto 0 auto;
    }
    .nabeghe-faq-box{
        flex-direction: column;
    }
    .nabeghe-footer-newsletter-form-box form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nabeghe-footer-newsletter-form-box{
        width: 100%;
    }
    .nabeghe-footer-newsletter-form{
        width: 100%;
    }
    .nabeghe-input-box ,.nabeghe-input-box input{
        width: 100%;
    }
    .nabeghe-footer-col-double{
        flex-direction: column;
    }
    .nabeghe-footer-bottom{
        flex-direction: column;
        gap: 2rem;
    }
    .nabeghe-box.nabeghe-tool-box {
        width: 100%;
    }

    .nabeghe-box.nabeghe-tool-box .nabeghe-section-title-box {
        width: 90%;
        margin: 0 auto;
    }

    .nabeghe-blog-search-popular-title{
        white-space: nowrap;
    }
    .nabeghe-blog-search-popular-items{
        white-space: nowrap;
        overflow: auto;
        gap: 2rem;
        padding: 0 0 1rem 0;
    }

    .nabeghe-blog-articles{
        padding-bottom: 4rem !important;
    }
    .nabeghe-blog-content *{
        font-size: 16px;
    }
    .nabeghe-blog-author span ,.nabeghe-blog-date ,.nabeghe-blog-category,.nabeghe-blog-excerpt{
        font-size: .9rem;
    }
    .nabeghe-show-more-article-box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;
        height: auto;
    }
    /*    .nabeghe-blog-categories-box{
            margin-bottom: 5rem;
        }
        .nabeghe-blog-categories-box .swiper-wrapper .swiper-slide{
            flex: 0 0 calc(100% - 1rem);
        }*/

    .nabeghe-blog-box .nabeghe-section-title-box .nabeghe-blog-box-filter-header{
        flex-direction: column;
        align-items: flex-start;
    }
    .nabeghe-blog-articles-filter-type-box{
        margin-right: 0;
        margin-top: 1rem;
    }
    .nabeghe-article-publish-item span strong{
        display: none;
    }
    .nabeghe-article-title{
        text-align: center;
    }
    .nabeghe-article-category-items{
        flex-direction: column;
        align-items: center;
    }
    .nabeghe-article-publish-item{
        gap: .2rem;
    }
    .nabeghe-article-publish-item .nabeghe-icon{
        width: 1.3rem;
        height: 1.3rem;
    }
    .nabeghe-podcast-mic-icon{
        display: none;
    }
    .nabeghe-podcast-top-box .nabeghe-podcast-title{
        text-align: center;
        width: 100%;
    }
    .nabeghe-advantages-and-disadvantages-box{
        flex-direction: column;
    }
    .nabeghe-advantages-and-disadvantages-box .nabeghe-advantages-box, .nabeghe-advantages-and-disadvantages-box .nabeghe-disadvantages-box{
        width: 100%;
    }
    .nabeghe-subscribe-banner{
        flex-direction: column;
        height: 300px;
    }
    .nabeghe-subscribe-banner .right-side{
        align-items: center;
    }
    .nabeghe-subscribe-banner-features{
        width: 100% !important;
    }
    .nabeghe-subscribe-banner-feature-items{
        bottom: 70px;
        height: unset !important;
    }
    .nabeghe-single-tool-bottom-access-bar-education-items{
        display: none;
    }
    .nabeghe-single-tool-bottom-access-bar .nabeghe-single-tool-redirect-btn span{
        display: none;
    }
    .nabeghe-single-tool-bottom-access-bar .nabeghe-single-tool-redirect-btn{
        padding: .5rem !important;
    }
    .nabeghe-tool-slider-box .swiper-wrapper {
        gap: 1rem;
    }

    .nabeghe-tool-slider-box .swiper-wrapper .swiper-slide {
        min-width: calc(100% - 1rem);
    }

    .nabeghe-box.nabeghe-tool-box {
        width: 100%;
    }

    .nabeghe-box.nabeghe-tool-box .nabeghe-section-title-box {
        width: 90%;
        margin: 0 auto;
    }
    .nabeghe-comment-item .nabeghe-comment-timestamp{
        margin-right: 0;
    }
    .nabeghe-podcast-education-item,
    .nabeghe-video-education-item{
        flex: 0 0 calc(100%);
    }
    .nabeghe-popup {
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }
    .nabeghe-popup.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .nabeghe-popup.closing {
        transform: translateY(100%);
        opacity: 0;
    }
    .nabeghe-recommendation-tool-input{
        padding: 1rem 2rem 5rem 2rem;
    }
    .nabeghe-recommendation-tool-btn{
        position: relative !important;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nabeghe-recommendation-tool-box:before{
        display: none;
    }

}
@media (min-width: 769px) {
    .nabeghe-popup {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    .nabeghe-popup.open {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
    }
    .nabeghe-popup.closing {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}
@media (max-width: 425px) {
    .nabeghe-blog-search-box .nabeghe-blog-search-from .nabeghe-input-submit-box button{
        width: 100%;
        justify-content: center;
    }
    .nabeghe-blog-search-box .nabeghe-blog-search-from .nabeghe-input-submit-box{
        width: 100%;

    }
    .nabeghe-categories-box .nabeghe-size-50,.nabeghe-categories-box .nabeghe-size-25{
        flex: 0 0 calc(100% - 2rem);
    }
    .nabeghe-box.nabeghe-tool-box .nabeghe-section-title-box {
        width: 90%;
        margin: 0 auto;
    }

    .nabeghe-download-app-box-right{
        height: 350px;
    }
    .nabeghe-download-app-mockup{
        margin-top: 0;
        width: 100%;
        margin-right: 2rem;
    }
    .nabeghe-download-app-box{
        flex-direction: column;
        gap: 10rem;
        margin: 30rem auto 0 auto;
    }
    .nabeghe-subscribe-plan{
        flex: 0 0 calc(100%);
    }
    .nabeghe-blog-categories-box .swiper-wrapper .swiper-slide{
        min-width: calc(100% - 1rem);
    }
    .nabeghe-blog-box-filter-icon{
        display: flex;
    }
    .nabeghe-blog-articles-filter-type-box ,.nabeghe-blog-articles-type-box{
        display: none;
    }
    .nabeghe-blog-box .nabeghe-section-title-box .nabeghe-blog-box-filter-header{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .nabeghe-blog-box-filter-header{
        width: 100%;
    }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}

/* end responsive style */

/* Video Player Styles -------------mahdi */
.nabeghe-video-wrapper {
    width: 100%;
    max-width: 100%;
}

.nabeghe-custom-video-player {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    outline: none;
}

/* Video Education Section */
.nabeghe-video-education-box, .nabeghe-podcast-education-box {
    margin: 2rem auto 4rem auto;
    width: 100%;
    padding: 0 1rem;
}

.nabeghe-video-education, .nabeghe-podcast-education-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1rem;
    margin-bottom: 2rem;
}

.nabeghe-video-education-item {
    position: relative;
    flex: 1 1 100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    transition: all 0.3s;
    margin-bottom: 1rem;
}

.nabeghe-podcast-education-item {
    flex: 1 1 100%;
}

.nabeghe-video-education-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.nabeghe-video-education-item img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

/* Single Video Page Layout */
.nabeghe-single-video-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.nabeghe-single-video-similar-box, 
.nabeghe-single-video-player {
    border-radius: 12px;
    width: 100%;
}

.nabeghe-single-video-player {
    position: relative;
}

/* Video Thumbnail & Player */
.nabeghe-single-video-player .video-thumbnail {
    cursor: pointer;
    position: relative;
    width: 100%;
}

.nabeghe-single-video-player .video-thumbnail img {
    width: 100%;
    border-radius: 12px;
    display: block;
    height: auto;
}

.nabeghe-single-video-player .video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nabeghe-single-video-player .video-player {
    width: 100%;
    border-radius: 12px;
    height: auto;
    aspect-ratio: 16/9;
}

/* Video Info Section */
.nabeghe-single-video-info-title {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    line-height: 1.4;
    color: #333;
}

.nabeghe-single-video-info-des {
    color: #555;
    margin-top: 1rem;
    font-size: 1rem;
    font-family: 'Vazir-Light', sans-serif;
    line-height: 1.8;
}

.nabeghe-single-video-info-author {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.nabeghe-single-video-info-author img {
    margin-left: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.nabeghe-single-video-info-author-name {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    font-family: 'Vazir-Medium', sans-serif;
    color: #333;
}

.nabeghe-single-video-info-author-role {
    color: var(--primary-color);
    margin-right: 0.3rem;
    font-size: 0.8rem;
}

.nabeghe-single-video-info-box {
    width: 100%;
}

.nabeghe-single-video-info-action-box {
    width: 100%;
    margin-top: 1.5rem;
}

.nabeghe-hr {
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    margin: 1rem 0;
    border: none;
}

.nabeghe-single-video-info-detail-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: #666;
}

.nabeghe-single-video-info-detail-box span {
    font-family: 'Vazir-Medium', sans-serif;
    color: #444;
}

.nabeghe-single-video-info-tag-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.nabeghe-single-video-info-tag-box a {
    color: var(--primary-color);
    font-size: 0.8rem;
    text-decoration: none;
}

.nabeghe-single-video-info-tag-box a:before {
    content: '#';
}

/* Action Buttons */
.nabeghe-article-action-box-right {
    display: flex;
    gap: 1rem;
}

.nabeghe-article-action-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.3rem;
}

.nabeghe-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

.nabeghe-icon:hover {
    opacity: 0.8;
}

.nabeghe-like-btn.is-liked path,
.nabeghe-bookmark-btn.is-bookmarked path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

/* Similar Videos */
.nabeghe-single-video-similar-item {
    display: flex;
    margin-bottom: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.nabeghe-single-video-similar-item:hover {
    transform: translateX(-5px);
}

.nabeghe-single-video-similar-item-thumb-box {
    position: relative;
    width: 120px;
    min-width: 120px;
    margin-left: 0.8rem;
}

.nabeghe-single-video-similar-item-thumb {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.nabeghe-single-video-similar-item-thumb-duration,
.nabeghe-video-education-item-thumb-duration {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
    left: 8px;
    bottom: 8px;
    color: white;
    position: absolute;
}

.nabeghe-single-video-similar-item-title {
    margin-bottom: 0.3rem;
    font-family: 'Vazir-Medium', sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nabeghe-single-video-similar-item-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #777;
}

/* Comments Section */
.mini-nabeghe-box {
    width: 100%;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
}

.nabeghe-faq-send-question-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.nabeghe-faq-send-question-des {
    color: #666;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.nabeghe-comment-counter-box {
    background: #f5f5f5;
    padding: 0.8rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #555;
}

.nabeghe-textarea-box {
    width: 100%;
}

.nabeghe-textarea-box textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    min-height: 120px;
    font-family: inherit;
    resize: vertical;
}

/* Share Popup */
.nabeghe-share-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.nabeghe-share-popup {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.nabeghe-share-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.nabeghe-share-popup-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.nabeghe-share-popup-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.nabeghe-share-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.nabeghe-share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 8px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.nabeghe-share-option:hover {
    background: #f0f0f0;
}

.nabeghe-share-option svg {
    width: 30px;
    height: 30px;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
    .nabeghe-video-education-item {
        flex: 0 0 calc(50% - 0.5rem);
    }
    
    .nabeghe-podcast-education-item {
        flex: 0 0 calc(50% - 0.5rem);
    }
    
    .nabeghe-single-video-box {
        flex-direction: row;
    }
    
    .nabeghe-single-video-similar-box {
        width: 300px;
    }
    
    .nabeghe-single-video-player {
        width: calc(100% - 320px);
    }
    
    .nabeghe-single-video-info-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .nabeghe-video-education-box, .nabeghe-podcast-education-box {
        margin: 4rem auto 8rem auto;
        max-width: 1200px;
        padding: 0;
    }
    
    .nabeghe-video-education-item {
        flex: 0 0 calc(33.333% - 1rem);
    }
    
    .nabeghe-single-video-box {
        max-width: 1200px;
        margin: 4rem auto 0 auto;
        padding: 0;
    }
    
    .nabeghe-single-video-similar-box {
        width: 350px;
    }
    
    .nabeghe-single-video-player {
        width: calc(100% - 370px);
    }
    
    .nabeghe-single-video-similar-item-thumb-box {
        width: 150px;
    }
    
    .nabeghe-single-video-similar-item-thumb {
        height: 90px;
    }
}

/* Tooltip Styles */
.nabeghe-tooltip {
    position: relative;
}

.nabeghe-tooltip:hover::after {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.7rem;
    white-space: nowrap;
    z-index: 10;
}

.nabeghe-tooltip:hover::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    z-index: 10;
}

/* Podcast Player - Responsive Styles */
.nabeghe-podcast-box {
    background: linear-gradient(90deg, rgba(113, 80, 230, 1) 0%, rgba(130, 99, 242, 1) 100%);
    margin: 1rem 0;
    padding: 1.5rem;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* Podcast Controls */
.nabeghe-podcast-control-box {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.nabeghe-podcast-play-btn,
.nabeghe-podcast-pause-btn,
.nabeghe-podcast-play-loading-icon {
    background: white;
    padding: 0.8rem;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nabeghe-podcast-play-btn path,
.nabeghe-podcast-pause-btn path,
.nabeghe-podcast-play-loading-icon path {
    stroke: var(--primary-color) !important;
}

.nabeghe-podcast-pause-btn {
    display: none;
}

.nabeghe-podcast-play-loading-icon {
    display: none;
    animation: rotate 1s linear infinite;
}

/* Podcast Info */
.nabeghe-podcast-top-box .nabeghe-podcast-title {
    color: white;
    font-size: 1.1rem;
    font-family: 'Vazir-Bold', sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/* Waveform */
.nabeghe-podcast-waveform {
    margin: 1rem 0;
    height: 60px;
    width: 100%;
    transition: all 0.3s;
}

/* Time Display */
.nabeghe-podcast-footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.nabeghe-podcast-footer-box .nabeghe-podcast-start-time,
.nabeghe-podcast-footer-box .nabeghe-podcast-end-time {
    color: white;
    min-width: 40px;
    text-align: center;
    font-size: 0.8rem;
}

/* Loading State */
#nabeghe-podcast-loading {
    text-align: center;
    padding: 0.5rem;
}

#nabeghe-podcast-loading span {
    color: white;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

/* Icons */
.nabeghe-podcast-box .nabeghe-icon {
    fill: white;
}

.nabeghe-podcast-box .nabeghe-icon path {
    stroke: white;
}

.nabeghe-podcast-mic-icon {
    width: 2rem;
    height: 2rem;
    margin-left: 0.5rem;
}

/* Animation */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Adjustments */
@media (min-width: 576px) {
    .nabeghe-podcast-box {
        padding: 2rem;
        margin: 1.5rem 0;
        border-radius: 20px;
    }

    .nabeghe-podcast-control-box {
        gap: 1.5rem;
    }

    .nabeghe-podcast-play-btn,
    .nabeghe-podcast-pause-btn,
    .nabeghe-podcast-play-loading-icon {
        padding: 1rem;
        width: 28px;
        height: 28px;
    }

    .nabeghe-podcast-top-box .nabeghe-podcast-title {
        font-size: 1.2rem;
    }

    .nabeghe-podcast-waveform {
        height: 70px;
    }

    .nabeghe-podcast-footer-box .nabeghe-podcast-start-time,
    .nabeghe-podcast-footer-box .nabeghe-podcast-end-time {
        min-width: 50px;
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .nabeghe-podcast-box {
        margin: 2rem 0;
    }

    .nabeghe-podcast-control-box {
        gap: 2rem;
    }

    .nabeghe-podcast-mic-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-left: 1rem;
    }
}

/* Single Podcast Player Layout */
.nabeghe-single-podcast-player {
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .nabeghe-single-podcast-player {
        width: calc(100% - 400px);
    }
}


/* end of ----------------- mahdi */
