@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/plugins/mungeh-custom-functions/assets/fonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* برای متن فارسی سایت */
html[lang|="fa"] body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
	
}
/* فونت پایه فارسی */
html[lang|="fa"] body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}

/* Heading های فارسی */
html[lang|="fa"] h1 {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-weight: 900; /* Black */
    font-size: 42px;
    line-height: 1.3;
}

html[lang|="fa"] h2 {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-weight: 700; /* Bold */
    font-size: 36px;
    line-height: 1.4;
}

html[lang|="fa"] h3 {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 30px;
    line-height: 1.5;
}

html[lang|="fa"] h4,
html[lang|="fa"] h5,
html[lang|="fa"] h6 {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-weight: 500; /* Medium */
}

/* پاراگراف های فارسی */
html[lang|="fa"] p {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
}



.mungeh-waiver-box {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 1.6;
}
.meta-author, .author, .post-author,
.meta-category, .cat-links, .posted-on, .meta {
    display: none !important;
}

footer.site-footer {
    display: none !important;
}

html[lang="fa"] body,
html[lang="fa"] body * {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}

html[lang="fa"] .entry-content,
html[lang="fa"] .entry-content * {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
/* Justify Setting */
/* مخصوص فارسی */
html[lang="fa"] .justify-me {
  text-align: justify !important;
  direction: rtl !important;
  line-height: 1.8;
  hyphens: auto;
  word-spacing: -0.2px;
  text-justify: inter-word;
}

/* مخصوص انگلیسی */
html[lang="en-CA"] .justify-me {
  text-align: justify !important;
  direction: ltr !important;
  line-height: 1.6;
  hyphens: auto;
  word-spacing: 0;
  text-justify: inter-word;
}
/* Justify Setting */
/* حذف پس زمینه و خط مشکی فوتر Neve */
.site-footer {
    background-color: transparent !important;
    border-top: none !important;
    box-shadow: none !important;
}
.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}

@media (max-width: 768px) {
  .only-mobile {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }
}
/* بر---------------------------------------------------------------------------------ای پنل کاربری */
/* ---------- Mungeh User Panel - WPEverest Style ---------- */

.mungeh-login-form,
.mungeh-user-panel,
.mungeh-lost-password {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.mungeh-login-form h2,
.mungeh-user-panel h2,
.mungeh-lost-password h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #165d3d;
}

.mungeh-user-panel h3 {
    font-size: 20px;
    color: #333;
    margin-top: 25px;
}

.mungeh-user-panel ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.mungeh-user-panel li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.mungeh-login-form input[type="text"],
.mungeh-login-form input[type="password"],
.mungeh-lost-password input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 16px;
}

.mungeh-login-form input[type="submit"],
.mungeh-lost-password button {
    background-color: #165d3d;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mungeh-login-form input[type="submit"]:hover,
.mungeh-lost-password button:hover {
    background-color: #198754;
}

.mungeh-user-panel a {
    color: #165d3d;
    text-decoration: none;
    font-weight: 500;
}

.mungeh-user-panel a:hover {
    text-decoration: underline;
}

/* ---------- استایل WPEverest برای فرم عضویت Fluent Form ID 7 ---------- */

/* ---------- استایل WPEverest برای همه فرم‌های FluentForm ---------- */

.fluentform {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    padding: 30px;
    max-width: 600px;
    margin: 40px auto;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="password"],
.fluentform select,
.fluentform textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    box-sizing: border-box;
}

.fluentform .ff-btn-submit {
    background-color: #165d3d;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fluentform .ff-btn-submit:hover {
    background-color: #198754;
}


.mungeh-register-btn {
    margin-top: 30px;
    text-align: center;
}
.mungeh-register-btn button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #276749;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.mungeh-register-btn.expired button {
    background-color: #aaa;
    cursor: not-allowed;
}

.mungeh-registered-tours li {
    background: #f1fdf4;
    border: 1px solid #d0e8d5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    transition: 0.3s;
}
.mungeh-registered-tours li:hover {
    background: #e7fbe8;
}
.mungeh-registered-tours a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

/* -------------------------------------------------- */
.persian-numbers {
  list-style-type: none;
  counter-reset: item;
  padding-right: 1.5em;
  direction: rtl;
}

.persian-numbers > li {
  counter-increment: item;
  position: relative;
  margin-bottom: 0.5em;
}

.persian-numbers > li::before {
  content: counter(item, persian) ". ";
  position: absolute;
  right: -1.5em;
}
/* -------------------------------------------------- */
.mungeh-cancel-link a {
    color: #0073aa;
    text-decoration: underline;
    font-size: 14px;
}
