@import url(font.css);
@import url(variables.css);
@import url(mini-bootstrap.css);
@import url(language.css);
/* ===============================================================================
    Main Style used all pages
=============================================================================== */
/* -----------------------------------------------------------
	Loading bar
----------------------------------------------------------- */
#loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  z-index: 110;
  overflow: hidden;
}
#loading-bar .bar {
  position: absolute;
  left: 0;
  width: 10%;
  min-width: 50px;
  max-width: 100px;
  height: 100%;
  border-radius: 10px;
  background: #50c4ed;
  animation: bounce 1s ease-in-out infinite alternate;
}
@keyframes bounce {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 10%);
  }
}
@media (max-width: 768px) {
  #loading-bar .bar {
    width: 20%;
    min-width: 30px;
    max-width: 80px;
    animation-duration: 1.2s;
  }
}

/* -----------------------------------------------------------
	breadcrumbs page
----------------------------------------------------------- */
.breadcrumb_last,
.fmstlisp-f {
  font-size: var(--fs-h6);
}
.breadcrumbs-pages {
  background-color: #fff;
  padding: 5px;
  margin: 15px 0px;
  border-radius: 8px;
  display: flex;
  height: 43px;
  box-shadow: var(--cm-box-shadow);
}
.breadcrumbs-page-icon {
  background-color: #50c4ed;
  border-radius: 8px;
  padding: 5px;
}
#breadcrumbs {
  padding: 5px 10px 5px 5px;
}
@media (max-width: 480px) {
  .breadcrumb_last {
    font-size: 0.975rem;
  }
  .breadcrumbs-pages {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 38px;
    border-radius: 8px;
  }
  .breadcrumbs-page-icon {
    border-radius: 8px;
  }
  #breadcrumbs {
    white-space: nowrap;
    display: inline-block;
    padding: 2px 10px 5px 5px;
  }
  #breadcrumbs span a {
    font-size: 13px;
  }
}

/* -----------------------------------------------------------	
    Back To IP
----------------------------------------------------------- */
#backToTop {
  position: fixed;
  right: 22px;
  bottom: 25px;
  z-index: 150;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
  color: white;
  cursor: pointer;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 320ms cubic-bezier(0.2, 0.9, 0.3, 1),
    transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1),
    box-shadow 200ms;
  outline: none;
}
#backToTop svg path {
  fill: currentColor;
  transition: transform 200ms;
  color: #50c4ed;
}
#backToTop.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
#backToTop:hover,
#backToTop:focus {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 15px 30px rgba(10, 30, 60, 0.35);
}
#backToTop:focus {
  box-shadow:
    0 15px 30px rgba(10, 30, 60, 0.35),
    0 0 0 4px rgba(88, 132, 255, 0.18);
}
@media (max-width: 520px) {
  #backToTop {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #backToTop,
  #backToTop svg path {
    transition: none;
  }
}

/* -----------------------------------------------------------
	Main Header Desktop
----------------------------------------------------------- */
.jsmh {
  position: sticky;
  padding-top: 8px;
  top: 0;
  width: 100%;
  z-index: 100;
}
.hidden,
form.nav-search-box input[type="submit"] {
  display: none;
}
.nxtheader-2 {
  display: flex;
  position: sticky;
  padding-top: 8px;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
}
.nav-menu-items {
  width: 48%;
}
.nvmnu {
  padding: 5px 15px 5px 5px;
  border-radius: 10px;
  background: var(--color-bg);
  box-shadow: var(--cm-box-shadow);
}
.nav-menu-items-1 ul .menu-item,
.nav-menu-items ul .menu-item {
  padding: 5px 0px 5px 20px;
  white-space: nowrap;
}
.nav-menu {
  height: 50px;
  align-items: center;
}
#menu-main-menu-1,
#menu-main-menu,
#menu-sec-menu {
  display: flex;
}
#menu-main-menu-1 li a,
#menu-main-menu li a,
#menu-sec-menu li a {
  color: #2e3a59;
  transition: 0.3s ease !important;
}
#menu-main-menu li a:hover,
#menu-main-menu-1 li a:hover,
#menu-sec-menu li a:hover {
  color: #50c4ed;
  transition: 0.3s ease !important;
}
/* هدر مخصوص ویزا */
.header-visa {
  color: #fff;
}
.header-visa #menu-main-menu-1 li a:hover,
.header-visa #menu-main-menu li a:hover,
.header-visa #menu-sec-menu li a:hover,
.header-visa .search-icon-ph,
.header-visa .user-nav-icon,
.header-visa .user-profile-nav-icon {
  color: #ee1500;
}
.header-visa .nav-search {
  border: solid 1px #ee1500;
}
.header-visa .submit-search,
.header-visa .menu-user-item ul li a:hover,
.header-visa .user-btn {
  background-color: #ee1500;
}
.header-visa .submit-search:hover,
.header-visa .user-btn:hover {
  background-color: #ff7800;
}
.header-visa .menu-toggle .hamburger,
.header-visa .ph-pflusr {
  background-color: #ee1500;
}
/* هدر مخصوص تور */
.header-tour #menu-main-menu-1 li a:hover,
.header-tour #menu-main-menu li a:hover,
.header-tour #menu-sec-menu li a:hover,
.header-tour .search-icon-ph,
.header-tour .user-nav-icon,
.header-tour .user-profile-nav-icon {
  color: #fba834;
}
.header-tour .nav-search {
  border: solid 1px #fba834;
}
.header-tour .submit-search,
.header-tour .menu-user-item ul li a:hover,
.header-tour .user-btn {
  background-color: #fba834;
}
.header-tour .submit-search:hover,
.header-tour .user-btn:hover {
  background-color: #ff7800;
}
.header-tour .menu-toggle .hamburger,
.header-tour .ph-pflusr {
  background-color: #fba834;
}

/* -----------------------------------------------------------
	nav search box
----------------------------------------------------------- */
input[type="search"]:focus,
.search-input:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.nav-search {
  position: relative;
  width: 22%;
  border: solid 1px #50c4ed;
  padding: 2px 10px 2px 2px;
  border-radius: 8px;
  margin-bottom: auto;
  margin-top: auto;
}
.nav-search-box {
  width: 100%;
  font-family: inherit;
  color: #2e3a59;
}
.form-control {
  border-radius: 8px;
}
.submit-search {
  background-color: #50c4ed;
  padding: 7px 12px;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s ease !important;
  align-items: center;
}
.submit-search:hover {
  background-color: #387adf;
  cursor: pointer;
  transition: 0.3s ease !important;
}
ul.ajax-search-results li {
  display: flex;
  gap: 10px;
  height: 70px;
  border-radius: 5px;
  padding: 0px 5px;
  transition: 0.3s ease !important;
  align-items: center;
}
.modal-content-se .search-results-nav-p.active .ajax-search-results {
  height: 92% !important;
}
ul.ajax-search-results li:hover {
  background-color: #eee;
  transition: 0.3s ease !important;
}
.ajax-search-results .sbsvg {
  padding: 15px;
  border: 1px solid #c0bfbf;
  border-radius: 6px;
}
.ajax-search-results .sbsvghtl {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  width: 55px !important;
  height: 55px !important;
}
.ajax-search-icon.wp-post-image {
  width: 55px !important;
  height: 55px !important;
  border-radius: 4px;
}
.ajax-search-results-ulli.dggp5 {
  width: auto;
}
.ajax-search-results-ulli span {
  color: #878787;
  width: 100%;
}
.htl-lcic {
  display: flex;
  gap: 5px;
}
.htl-lcic svg {
  margin-top: 1px;
}
.ajax-search-results {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
ul.ajax-search-results li a {
  color: #2e3a59;
  width: 100%;
  display: contents;
}
/* -----------------------------------------------------------
	nav search
----------------------------------------------------------- */
.search-results-nav {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  max-width: 90vw;
  background: #fff;
  z-index: 90;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
  overflow-y: auto;
  max-height: 400px;
  display: none;
  overflow-y: auto;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  animation: fadeIn 0.3s ease-in-out;
}
.search-results-nav.active {
  display: block;
}
.modal.srch-ph {
  width: 100%;
  height: 100%;
}
.modal-content-se {
  position: relative;
  background-color: white;
  margin: auto;
  width: 100%;
  height: 100%;
}
.close-btn {
  top: 1.5rem;
  right: 1rem;
  color: #50c4ed;
  border: none;
  border-radius: 10%;
  cursor: pointer;
  margin-left: 10px;
}
.hotel-location-row .htl-lcic {
  align-items: center;
}
/* -----------------------------------------------------------
	nav user btn
----------------------------------------------------------- */
.user-btn {
  color: #fff;
  background-color: #50c4ed;
  padding: 6px 16px;
  border-radius: 6px;
  transition: 0.3s ease !important;
  cursor: pointer;
  margin: 10px;
}
.user-btn:hover {
  background-color: #387adf;
  transition: 0.3s ease !important;
  cursor: pointer;
}
/* -----------------------------------------------------------
	Login modal
----------------------------------------------------------- */
.login-modal-backdrop,
.reserve-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  display: flex;
  align-items: center; /* تغییر: مودال از پایین بیاد */
  justify-content: center;
}
.login-modal-backdrop.show,
.reserve-modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}
.login-modal,
.reserve-modal {
  background: #fff;
  width: 95%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
}
.login-modal-backdrop.show .login-modal,
.reserve-modal-backdrop.show .reserve-modal {
  transform: translateY(0);
}
.close-modal,
.reserve-close-modal {
  position: absolute;
  background: none;
  cursor: pointer;
  margin: 0.5rem;
  padding: 0.75rem;
  display: flex;
  z-index: 110;
}
.login-body,
.reserve-login-body,
.reserve-login-body {
  padding: 4.5rem 8rem;
  height: fit-content;
}
.login-body {
  display: grid;
  gap: 1rem;
}
#login-form {
  margin-top: 1rem;
}
#login-form,
#reserve-login-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.login-body h2,
.reserve-login-body h2 {
  font-weight: 700;
}
.login-body strong {
  text-align: center;
  font-size: var(--fs-h3);
  font-weight: 500;
}
#step-mobile span,
#step-code span {
  display: flex;
  text-align: center;
  justify-content: center;
}
.login-body h2,
.login-body h4,
.reserve-login-body h2,
.reserve-login-body h4 {
  text-align: center;
  margin-bottom: 0.75rem;
}
.login-body h4,
.reserve-login-body h4 {
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.logout-btn {
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.logout-btn.tab-btn-user-header-exit {
  background: #50c4ed;
  color: white;
}
.logout-btn.tab-btn-user-header-exit:hover {
  background: #387adf;
}
.logout-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.logout-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 320px;
  width: 90%;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
}
.logout-modal-actions {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-confirm,
.btn-cancel {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-confirm {
  background: #50c4ed;
  color: #fff;
}
.btn-cancel {
  background: #ddd;
  color: #333;
}
.btn-cancel:hover {
  background: #bbb;
}
.btn-confirm:hover {
  background: #387adf;
}
@media (max-width: 480px) {
  .login-modal-backdrop {
    align-items: end;
  }
  .login-modal {
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0px 0px;
    animation: fadeInUp 0.3s ease;
  }
  .login-body {
    padding: 1.5rem 3rem 2.5rem;
  }
  .login-body h2 {
    font-size: var(--fs-h5);
  }
  #step-mobile h4,
  #step-password h4,
  #step-code h4 {
    font-size: var(--fs-h6);
  }
}
/* ------------------ Loader ------------------ */
button .btn-text {
  transition: opacity 0.2s ease;
}
.btn-loading .btn-text {
  opacity: 0;
  visibility: hidden;
}
.btn-loading {
  position: relative;
  pointer-events: none;
}
.btn-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: dots 1s infinite ease-in-out;
  box-shadow:
    12px 0 #fff,
    -12px 0 #fff;
  transform: translate(-50%, -50%);
}
@keyframes dots {
  0%,
  80%,
  100% {
    box-shadow:
      12px 0 #fff,
      -12px 0 #fff;
  }
  40% {
    box-shadow:
      0 0 #fff,
      0 0 #fff;
  }
}
/* ------------------ input ------------------ */
.a_input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.a_input-opt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  margin-bottom: 1rem;
}
.a_input-ps {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1.75rem;
}
.inn-lgm-re {
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0rem 0.5rem;
}
.inn-lgm-re input {
  text-align: left;
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 1px 0 0;
  background: none;
  outline: none !important;
  background: none;
}
.inn-lgm-re span {
  padding-top: 2px;
  height: 1.5rem;
  align-content: center;
  border-right: solid 1px #d8d8d8;
}
.submit-login,
.vfy-lgn-btn,
.sbt-lgn-btn,
.reserve-submit-login,
.reserve-sbt-lgn-btn,
.reserve-final-submit,
.reserve-vfy-lgn-btn {
  width: 100%;
  border-radius: 8px;
  background-color: #50c4ed;
  color: #fff;
  height: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.3s ease !important;
}
.reserve-submit-login,
.reserve-sbt-lgn-btn,
.reserve-final-submit,
.reserve-vfy-lgn-btn,
button#reserve-resend-code-btn {
  background-color: #fba834 !important;
}
#reserve-switch-to-username-login {
  color: #fba834;
}
.submit-login:hover,
button#verify-btn:hover,
.sbt-lgn-btn:hover {
  background-color: #387adf;
  transition: 0.3s ease !important;
}
.submit-login:disabled {
  opacity: 0.7;
  background-color: #387adf !important;
  color: #eaeaea !important;
  cursor: not-allowed;
  pointer-events: none;
  transition: 0.3s ease !important;
}
.submit-login:disabled:hover {
  background-color: #ccc !important;
  color: #387adf !important;
  cursor: not-allowed;
  transition: 0.3s ease !important;
}
.reserve-back-to-mobile {
  background: none;
  color: #fba834;
  transition: 0.3s ease !important;
}
.reserve-back-to-mobile:hover {
  color: #ff7800;
  transition: 0.3s ease !important;
}
.back-to-mobile,
.text-link {
  padding: 0.5rem 0.5rem 0rem;
  background: #ffffff;
  color: #50c4ed;
  cursor: pointer;
  transition: 0.3s ease !important;
}
.back-to-mobile:hover,
.text-link:hover {
  color: #387adf;
  transition: 0.3s ease !important;
}
.resend-timer,
.reserve-resend-timer {
  text-align: center;
  margin-bottom: 1rem;
}
button#resend-code-btn,
button#reserve-resend-code-btn {
  background: none;
  color: #50c4ed;
  cursor: pointer;
  transition: 0.3s ease !important;
}
button#resend-code-btn:hover,
button#reserve-resend-code-btn:hover {
  color: #387adf;
  transition: 0.3s ease !important;
}
.bck-lgmdl {
  text-align: center;
  margin-bottom: 0.75rem;
}
.floating-input {
  position: relative;
}
.floating-input input {
  width: 100%;
  padding: 12px 10px;
  outline: none;
}
.floating-input label {
  position: absolute;
  top: 12px;
  right: 10px;
  background: #fff;
  color: #777;
  transition: all 0.2s ease;
  pointer-events: none;
  padding: 0 4px;
  font-weight: 400;
}
.floating-input input:focus + label,
.floating-input input:not(:placeholder-shown):valid + label {
  top: -10px;
  right: 8px;
  color: #969696;
}
.otp-inputs,
.reserve-otp-inputs {
  direction: ltr !important;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0.2rem 0 0.5rem;
}
.otp-digit,
.reserve-otp-digit {
  width: 20%;
  height: 55px;
  text-align: center;
  border: 1px solid #ccc !important;
  border-radius: 6px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff00 inset !important;
  box-shadow: 0 0 0 1000px #ffffff00 inset !important;
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* ------------------ user menu ------------------ */
.user-menu-wrapper {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 15px;
  color: #2e3a59;
  border-radius: 8px;
  transition: 0.3s ease !important;
  height: 52px;
}
.user-menu-wrapper:hover {
  border: var(--color-border);
  border-radius: 8px;
  transition: 0.3s ease !important;
}
.user-menu-wrapper .submenu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 15rem;
}
.user-menu-wrapper:hover .submenu {
  display: block;
}
.menu-user-item ul li a {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 5px 0px;
  font-size: var(--font-size-base);
}
.menu-user-item ul li a:hover {
  color: #fff;
  background: #50c4ed;
}
.submenu .user-info-header {
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.submenu .user-info-header .user-info {
  padding: 10px;
  height: auto;
  background: #f7f7f7;
  border-radius: 6px;
}

/* Global Grids */
.tn-title {
  margin: 0;
  font-size: var(--fs-h4);
  line-height: var(--line-height-heading);
  color: var(--color-text-strong);
}
.cat-hero__desc h1,
.cat-hero__desc h2 {
  font-size: var(--fs-h4);
}
.cat-hero__desc h3,
.cat-hero__desc h4,
.cat-hero__desc h5,
.cat-hero__desc h6 {
  font-size: var(--fs-h5);
}
/*------------------------------------------------------------
	Tab Footer
------------------------------------------------------------*/
#ns-services,
.ns-faq,
.nxt-footer {
  padding-inline: 10px;
}

.ns-tabs {
  background: #fff;
  border-radius: var(--radius-lg);
}
.ns-tablist {
  font-size: var(--fs-h6);
  justify-content: space-between;
  position: relative;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.5rem;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-inline: 0.5rem;
  max-width: 100%;
  touch-action: pan-x; /* برای موبایل */
  overscroll-behavior-inline: contain;
}
.ns-panels {
  padding: 1rem;
}

.ns-tab {
  position: relative;
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  background: transparent;
  color: var(--color-text);
  font-weight: 600;
  cursor: pointer;
  border-radius: calc(var(--radius) - 2px);
  transition:
    background var(--transition),
    color var(--transition),
    transform var(--transition);
  white-space: nowrap;
}
.ns-tab:hover {
  background: var(--color-bg-sec);
  color: var(--color-primary);
}
.ns-tab.is-active {
  color: var(--color-primary);
}
.ns-tab:focus-visible {
  box-shadow: 0 0 0 3px var(--focus-ring);
}

/* Underline ink */
.ns-ink {
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition:
    inline-size 0.3s ease,
    inset-inline-start 0.3s ease;
}

/* ── Panels ───────────────────────────────────────────────── */
.ns-panel[hidden] {
  display: none !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Content helpers */
.ns-bullets {
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.ns-bullets li {
  background: var(--color-bg-sec);
  border: 1px solid var(--color-divider);
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  font-size: var(--fs-small);
}
.ns-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 0.75rem;
}
.ns-chip {
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 0.6rem 0.8rem;
  border-radius: 0.7rem;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
}
.ns-ctas {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

/* Subtle hover on CTA container */
.ns-ctas .btn {
  will-change: transform;
}

/*------------------------------------------------------------
   Modern FAQ (Accordion)
------------------------------------------------------------*/
.ns-faq {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ns-faq-title {
  font-size: var(--fs-h4);
  font-weight: 700;
  color: var(--color-text-strong);
  margin-bottom: 1.75rem;
}
.ns-faq-item {
  box-shadow: var(--cm-box-shadow);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  background: #fff;
  margin-bottom: 1rem;
  transition: border-color 0.25s;
}
.ns-faq-item:hover {
  border-color: var(--color-primary);
}
.ns-faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: var(--fs-h6);
  font-weight: 600;
  color: var(--color-text-strong);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.25s;
}
.ns-faq-question:hover {
  color: var(--color-primary);
}
.ns-faq-question::after {
  content: "⌄";
  font-size: 1.1rem;
  transition: transform 0.3s;
}
.ns-faq-item.active .ns-faq-question::after {
  transform: rotate(180deg);
}
.ns-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: var(--color-text-muted);
  line-height: 1.65;
  padding-right: 0.25rem;
}
.ns-faq-item.active .ns-faq-answer {
  margin-top: 0.75rem;
}
html[dir="rtl"] .ns-faq-question {
  text-align: right;
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
/* ========================== Footer (NextSafar) ========================== */

/* --- Layout columns --- */
.grid-3col-balance {
  display: grid;
  grid-template-columns: minmax(270px, 1fr) minmax(550px, 3.2fr) minmax(
      180px,
      0.7fr
    );
  gap: 2rem;
  align-items: start;
}
.footer-col {
  min-width: 0;
}
.footer-col--right .sfp3-logo img {
  max-width: 100%;
  height: auto;
}

/* --- Center menus grid --- */
.sfp3-center-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 1rem;
  align-items: start;
}
.sfp3-center-block {
  min-width: 0;
}

/* --- Trustbox (badges) --- */
.sfp3-trustbx {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 0.6rem;
  box-shadow: var(--cm-box-shadow);
  margin-right: 10px;
  margin-top: 0.75rem;
}
.fmst-wbi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(60px, 1fr));
  gap: 0.5rem;
  align-items: center;
  justify-items: center;
}
.fmst-wbi {
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
}
.fmstwbi-img-el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 0.25rem;
  transition: filter 0.3s ease;
}
.fmst-wbi a:hover .fmstwbi-img-el {
  filter: brightness(0.95);
}

.nxt-footer {
  padding-top: 1rem;
  background: var(--color-bg-sec);
  color: var(--color-text);
  border-top: 1px solid var(--color-border);
}
.nxt-footer a {
  color: var(--color-text);
}
.nxt-footer a:hover {
  color: var(--color-txthover);
  fill: var(--color-txthover);
}
.nxt-footer hr {
  margin-top: 5px;
}

.sfp3-logo img {
  display: block;
  height: auto;
}

/* --- Contact list --- */
.sfp3-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sfp3-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem !important;
}
.sfp3-contact-list li + li {
  margin-top: 0.35rem;
}

.sfp3-ci {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 0.5rem 0.6rem;
  padding: 0.55rem 0;
}
.sfp3-ci + .sfp3-ci {
  border-top: 1px solid var(--color-border);
}
.sfp3-ct {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.sfp3-clabel {
  font-weight: 800;
  color: var(--color-text-strong);
}
.sfp3-cvalue {
  font-weight: 400;
}
.sfp3-cvalue.link {
  font-weight: 400;
}
.sfp3-cvalue[dir="ltr"] {
  unicode-bidi: isolate;
}

/* --- Section heads --- */
.sfp3-head {
  position: relative;
  padding-inline-start: 1rem;
  margin: 0 0 0.6rem;
  color: var(--color-text-strong);
  font-weight: 800;
}
.sfp3-head::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.2rem;
  width: 0.25rem;
  height: 1.1rem;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--color-primary), var(--blue-600));
  box-shadow: 0 4px 10px rgba(2, 6, 23, 0.15);
}

/* --- Links list --- */
.sfp3-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  margin-top: 0.75rem;
}
.sfp3-links li + li {
  margin-top: 0.5rem;
}

/* --- Strip & rail (chips) --- */
.sfp3-strip {
  display: grid;
  gap: 0.9rem;
}

.sfp3-rail:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--focus-ring);
  border-radius: 0.75rem;
}
.sfp3-rail {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.6rem;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x !important;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0.25rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.sfp3-strip,
.sfp3-line {
  overflow: visible !important;
  width: 100%;
  min-width: 0;
}
/* Chip */
.sfp3-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: var(--fs-small);
  position: relative;
  isolation: isolate;
  transition: 0.3s ease;
}
.sfp3-chip:hover {
  border-color: color-mix(in srgb, var(--color-primary), #000 14%);
  transition: 0.3s ease;
}
.sfp3-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
  background: var(--color-primary);
  box-shadow: 0 0 0 6px rgba(80, 196, 237, 0.1);
}
.sfp3-line--vn {
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.sfp3-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 0.85rem;
  box-shadow: var(--cm-box-shadow);
}
.sfp3-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.sfp3-card-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.sfp3-card-title h4 {
  position: relative;
  padding-inline-start: 1rem;
}
.sfp3-card-title h4::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.15rem;
  width: 0.4rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--color-primary);
  opacity: 0.9;
}
.sfp3-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--color-primary);
  font-weight: 700;
  font-size: calc(var(--font-size-base) * 0.85);
}
.sfp3-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sfp3-list li + li {
  margin-top: 0.45rem;
}
.sfp3-li-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-inline-start: 0.2rem;
  background: linear-gradient(90deg, var(--color-primary), var(--blue-600));
}
/* --- Bottom bar --- */
.sfp3-bottom {
  padding-block: 0.5rem;
}
.sfp3-social-bottom .btn {
  border-radius: 0.6rem;
}
.sfp3-social-bottom a {
  color: var(--color-text-muted);
  fill: var(--color-text-muted);
  transition: 0.3s;
  border: 1px solid var(--color-border);
  height: 40px;
}
/* --- Scrollbar (WebKit) --- */
.sfp3-rail::-webkit-scrollbar {
  height: 10px;
}
.sfp3-rail::-webkit-scrollbar-track {
  background: var(--sb-track);
}
.sfp3-rail::-webkit-scrollbar-thumb {
  background: var(--color-hv);
  border-radius: var(--sb-radius);
  border: 2px solid transparent;
  background-clip: content-box;
}

/* ========================== Responsive ========================== */
@media (max-width: 1200px) {
  .grid-3col-balance {
    grid-template-columns:
      minmax(160px, 0.8fr)
      minmax(460px, 2.2fr)
      minmax(200px, 1fr);
    gap: 1.5rem;
  }
  .sfp3-center-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}
@media (max-width: 992px) {
  .grid-3col-balance {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0 0.5rem;
  }
  .footer-col--right {
    order: 1;
  }
  .footer-col--center {
    order: 2;
  }
  .footer-col--left {
    order: 3;
  }

  .sfp3-trustbx {
    margin-right: 0;
  }
  .sfp3-center-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-col--center .sfp3-center-grid {
    justify-items: start;
  }

  .sfp3-line--vn {
    grid-template-columns: 1fr;
  }
  .sfp3-bottom {
    justify-content: center;
    text-align: center;
  }
  .sfp3-social-bottom {
    justify-content: center;
    gap: 0.75rem !important;
    margin-bottom: 2rem;
  }

  .sfp3-rail {
    --fade: linear-gradient(
      90deg,
      transparent 0,
      #000 16px,
      #000 calc(100% - 16px),
      transparent 100%
    );
    -webkit-mask-image: var(--fade);
    mask-image: var(--fade);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }
}
@media (max-width: 576px) {
  .sfp3-center-grid {
    grid-template-columns: 1fr;
  }
  .fmst-wbi-grid {
    grid-template-columns: repeat(3, minmax(60px, 1fr));
  }
  .fmst-wbi {
    max-inline-size: 78px;
    max-block-size: 78px;
  }
  .sfp3-links {
    margin-inline-start: 0;
  }
  .sfp3-card {
    padding: 0.75rem;
  }

  /* rail chips compact */
  .sfp3-chip {
    padding: 0.42rem 0.6rem;
    font-size: 0.9rem;
  }
  .sfp3-dot {
    width: 7px;
    height: 7px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
  }

  /* contact rows compact */
  .sfp3-ci {
    grid-template-columns: 16px 1fr;
    gap: 0.45rem 0.5rem;
  }
  .sfp3-clabel {
    font-weight: 700;
  }

  .nxt-footer hr {
    margin-top: 15px;
  }
  .sfp3-bottom {
    flex-direction: column;
    gap: 1.5rem !important;
  }
  .nxt-footer .container {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 993px) {
  .sfp3-rail {
    overflow-x: visible;
    flex-wrap: wrap;
    -webkit-mask-image: none;
    mask-image: none;
    scroll-snap-type: none;
    touch-action: auto;
  }
}
@media (min-width: 1440px) {
  .grid-3col-balance {
    grid-template-columns:
      minmax(280px, 1fr)
      minmax(640px, 3.5fr)
      minmax(220px, 1fr);
    gap: 2rem;
  }
  .sfp3-chip {
    padding: 0.45rem 0.7rem;
  }
}
@media (max-width: 992px) {
  .sfp3-rail {
    --fade: linear-gradient(
      90deg,
      transparent 0,
      #000 16px,
      #000 calc(100% - 16px),
      transparent 100%
    );
    -webkit-mask-image: var(--fade);
    mask-image: var(--fade);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }
}
@media (min-width: 993px) {
  .sfp3-rail {
    overflow-x: visible !important;
    flex-wrap: wrap !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    scroll-snap-type: none;
    touch-action: auto;
  }
}
.sfp3-rail::-webkit-scrollbar {
  height: 10px;
}
.sfp3-rail::-webkit-scrollbar-track {
  background: var(--sb-track, transparent);
}
.sfp3-rail::-webkit-scrollbar-thumb {
  background: var(--color-hv, #c7c7c7);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/*------------------------------------------------------------
	Post Default Class
------------------------------------------------------------*/
.phmc p,
.phmc span,
.phmc li {
  font-weight: 300;
  line-height: 1.6;
}
.phmc p {
  text-align: justify;
  margin-bottom: 0.9rem;
}
.phmc h1,
.phmc h2,
.phmc h2 span,
.phmc h3 {
  font-size: var(--fs-h4);
  font-weight: 600;
  margin-block: 0.5rem;
}
.phmc p a,
.phmc a {
  font-size: 0.975rem;
  color: #50c4ed;
  transition: 0.3s ease !important;
}
.phmc p a:hover,
.phmc a:hover {
  color: #387adf;
  transition: 0.3s ease !important;
}
.phmc li strong {
  font-size: 0.975rem;
  font-weight: 500;
}
.hotel-sections-wrapper .hotel-section h3,
.airport-facilities-wrapper .airport-section-card h3,
.nearby-category-title {
  margin-bottom: 0.5rem;
  font-size: 0.975rem;
}
.phmc img {
  width: 100%;
  height: 400px;
  margin-top: 10px;
  border-radius: 8px;
}
.post-author-branding {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  text-align: right;
}
.post-author-branding strong {
  color: #969696;
  font-size: 13px;
}
.htl-ces-pics {
  margin-top: 1rem !important;
}
@media (max-width: 480px) {
  .phmc p,
  .phmc span,
  .phmc li {
    font-weight: 300;
    line-height: 1.6;
  }
  .phmc p {
    text-align: justify;
  }
  .phmc h1,
  .phmc h2,
  .phmc h2 span,
  .phmc h3,
  .phmc h4,
  .phmc h5,
  .phmc h6 {
    padding: 10px 0 5px 0;
  }
  .phmc p a {
    font-size: 15px;
    color: #50c4ed;
    transition: 0.3s ease !important;
  }
  .phmc p a:hover {
    color: #387adf;
    transition: 0.3s ease !important;
  }
  .sid-ttl {
    font-size: 1rem;
    font-weight: 500;
  }
  .htl-ces-pics {
    margin-top: 0 !important;
  }
}

/*------------------------------------------------------------
	About US Page
------------------------------------------------------------*/
.header-aus {
  height: 185px;
}
.hedrttl-aus {
  height: 125px;
  background: #fff;
  border-radius: 8px;
  gap: 10px;
  text-align: center;
  align-content: center;
}
.ab-nxtsfr {
  display: grid;
  gap: 10px;
}
.nsctusbx {
  display: flex;
  gap: 30px;
  height: 100%;
}
.tel-nsctusbx,
.mail-nsctusbx,
.add-nsctusbx {
  height: 200px;
  width: 30%;
  background: #fff;
  border-radius: 8px;
}
.mail-nsctusbx span {
  text-align: center;
}
@media (max-width: 480px) {
  .ab-nxtsfr {
    text-align: justify;
  }
  .header-aus {
    height: 80px;
  }
}
.about-us {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  font-family: "IRANSans", sans-serif;
  line-height: 1.9;
  color: #333;
}
.about-us-index h2,
.hedrttl-aus h1 {
  font-size: var(--fs-h2);
  color: #387adf;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.about-us-index h3 {
  font-size: 28px;
  color: #387adf;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.about-us span {
  display: block;
  font-size: 18px;
  color: #666;
  margin-bottom: 25px;
  text-align: center;
}
.about-us h4 {
  font-size: 22px;
  color: #387adf;
  margin: 25px 0 15px;
  border-right: 4px solid #387adf;
  padding-right: 10px;
  font-weight: 600;
}
.about-us p {
  margin-bottom: 20px;
  font-size: 0.975rem;
  text-align: justify;
}
.about-us ul {
  margin: 0 0 20px;
  padding: 0 20px;
  list-style: none;
}
.about-us ul li {
  position: relative;
  margin-bottom: 12px;
  padding-right: 25px;
  font-size: 0.975rem;
  color: #444;
}
.about-us ul li::before {
  content: "✔";
  position: absolute;
  right: 0;
  top: 0;
  color: #387adf;
  font-size: 14px;
}
.about-us strong {
  color: #387adf;
  font-weight: 600;
}
@media (max-width: 768px) {
  .nsctusbx {
    width: 100% !important;
  }
  .about-us-index h3 {
    font-size: 18px;
  }
  .about-us {
    padding: 20px;
  }
  .about-us h3 {
    font-size: 1.25rem;
  }
  .about-us h4 {
    font-size: 1.125rem;
  }
}
/* ===== Team Pro (No :root, RTL, fully responsive) ===== */
.team-pro {
  direction: rtl;
  position: relative;
}
.tp-head {
  text-align: center;
  margin-bottom: 18px;
}
.tp-head h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.2px;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  background: linear-gradient(90deg, #06b6d4, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tp-sub {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 0.95rem;
}

.tp-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .tp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tp-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
  gap: 16px;
  background: #fff;
  border-radius: var(--card-radius);
  padding: 16px 16px 18px;
  box-shadow: var(--cm-box-shadow);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  opacity: 0;
  transform: translateY(14px);
  animation: tp-in 0.55s ease forwards;
}
.tp-card:nth-child(2) {
  animation-delay: 0.06s;
}
@keyframes tp-in {
  to {
    opacity: 1;
    transform: none;
  }
}

.tp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 20px rgba(2, 6, 23, 0.048);
}

.tp-media {
  position: relative;
  width: 120px;
  height: 120px;
}
.tp-ring {
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: conic-gradient(from 0deg, #22d3ee, #3b82f6, #8b5cf6, #22d3ee);
  animation: tp-spin 7s linear infinite;
  filter: blur(0.5px);
}
@keyframes tp-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tp-ring {
    animation: none;
  }
  .tp-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.tp-avatar {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 4px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.4);
}

.tp-body {
  min-width: 0;
  height: 100%;
  display: grid;
}
.tp-name {
  margin: 0;
  color: #0f172a;
  font-weight: 800;
  font-size: clamp(1.05rem, 0.9rem + 0.8vw, 1.35rem);
}

.tp-roles {
  list-style: none;
  padding: 0;
  margin: 12px 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.86rem;
  background: #fdfdfd;
  color: #334155;
  border: 1px solid rgba(2, 6, 23, 0.06);
}
.tp-bio {
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.9;
}
.tp-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tp-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  height: 35px;
  background: #fdfdfd;
  border: 1px solid rgba(2, 6, 23, 0.06);
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 0.92rem;
}
.tp-meta svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: 0.85;
}
.tp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(2, 6, 23, 0.1);
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.15s,
    border-color 0.2s;
}
.tp-btn:active {
  transform: translateY(1px) scale(0.99);
}
.tp-primary {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  color: #fff;
  border-color: transparent;
}
.tp-ghost {
  background: #fff;
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.35);
}
@media (max-width: 480px) {
  .tp-card {
    grid-template-columns: 1fr;
    text-align: right;
  }
  .tp-media {
    width: 120px;
    height: 120px;
    margin: 4px 0 2px;
  }
}

/*------------------------------------------------------------
	Contact US Page
------------------------------------------------------------*/
.contact-pro,
.contact-pro * {
  color-scheme: light !important;
}
.contact-title {
  background: linear-gradient(
    90deg,
    var(--color-primary),
    color-mix(in srgb, var(--color-primary), #7c3aed 40%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.75rem;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 0.9rem;
  height: 100%;
  box-shadow: var(--cm-box-shadow);
  transition:
    border-color var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}
.c-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, var(--color-primary), #000 12%);
}
.c-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 0.65rem;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 6px 14px color-mix(in srgb, var(--color-primary), #000 25%);
}
.c-card__body {
  min-width: 0;
  display: grid;
  align-content: space-between;
  gap: 0.25rem;
}
.c-card__body a {
  justify-self: flex-start;
}
.c-panel {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--cm-box-shadow);
}
.c-form .field {
  margin-bottom: 0.9rem;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
@media (max-width: 768px) {
  .field-grid {
    grid-template-columns: 1fr;
  }
}
.c-form .input,
.c-form select,
.c-form textarea {
  border-radius: var(--radius);
}
.c-form textarea {
  resize: vertical;
  min-height: 150px;
}
.radio-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.7rem;
  border-radius: var(--card-radius);
  cursor: pointer;
  user-select: none;
}
.radio-chip input {
  accent-color: var(--color-primary);
}
.consent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
}
.hours {
  display: grid;
  gap: 0.45rem;
}
.hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius);
  background: var(--color-bg-sec);
}
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg-sec);
}
.map-wrap iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}
#formStatus.success {
  color: #166534;
}
#formStatus.error {
  color: #991b1b;
}

/*------------------------------------------------------------
	post Sidebar
------------------------------------------------------------*/
.pgsdb-ttl {
  height: 50px;
  align-content: center;
  padding: 5px 15px;
  border-radius: 12px 12px 0px 0px;
}
.pgsdb-pst {
  height: auto;
  padding: 10px 10px;
  border-radius: 0px 0px 12px 12px;
  margin: 5px 0px 20px 0px;
}
.ps-lit {
  height: auto;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 7px;
}
.ps-lit-img-bx {
  width: 35%;
  height: auto;
  max-height: 85px;
  max-width: 85px;
}
.ps-lit-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.ps-lit-dts {
  padding: 5px 10px 5px 0px;
  display: grid;
}
.ps-litdts-ctsp a {
  font-size: 12px;
  font-weight: 300;
  padding: 3px 6px 1px 6px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  transition: 0.3s ease !important;
}
.ps-litdts-ctsp a:hover {
  color: #fff;
  border: 1px solid #ebebeb;
  background: #50c4ed;
  transition: 0.3s ease !important;
}
.ps-lit-dte {
  font-weight: 300;
  color: #2e3a59;
  padding: 3px 6px;
}
.ps-lit-dte span {
  font-size: 0.75rem;
}
.ps-lit-dts h4 {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
}
.sngl-pgsdb,
.sngpg-dis-border-sec {
  position: sticky;
  top: 100px;
}
.pslit-atag {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .sngl-pgsdb,
  .sngpg-dis-border-sec {
    gap: 1rem !important;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
	Responsive Style
------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1023px) {
  .htl-ces-pics-2,
  .nxt-navbar-ph,
  .main-header-ph,
  .nxtrls-m {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .nxt-header-ph {
    padding-block: 8px;
    position: sticky;
    top: 0;
    z-index: 110;
  }
  .nxtheader,
  .nxtheader-2,
  .nxtheader-main,
  .nxtrls {
    display: none !important;
  }
  .main-header-ph {
    justify-content: space-between;
    box-shadow: var(--cm-box-shadow);
    padding-block: 5px;
    border-radius: 6px;
    background: #fff;
  }
  .mobile-menu-wrapper {
    position: fixed;
    top: 65px;
    right: 0;
    height: 100%;
    width: 280px;
    max-width: 80%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
    z-index: 90;
    transform: translateX(+100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
  }
  .mobile-menu-wrapper.open {
    transform: translateX(0);
    right: 8px;
  }
  .nav-menu-icon {
    width: 20%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
  }
  .nav-logo {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .menu-toggle {
    position: absolute;
    top: 9px;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 110;
  }
  .menu-toggle .hamburger {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #50c4ed;
    margin-bottom: 5px;
    transition:
      transform 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
    border-radius: 15px;
  }
  .menu-toggle.open .hamburger:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu-toggle.open .hamburger:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open .hamburger:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .user-nav-icon,
  .user-profile-nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #50c4ed;
    width: 50%;
  }
  .search-icon-ph {
    color: #50c4ed;
    width: 50%;
    cursor: pointer;
  }
  .modal-content svg {
    width: auto;
  }
  .search-results-nav-p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
    z-index: 80;
    display: none;
    padding: 0px 10px 10px 10px;
    animation: fadeIn 0.3s ease-in-out;
  }
  .search-results-nav-p.active {
    display: block;
  }
  form.nav-p-search-box input[type="submit"] {
    display: none;
  }
  input.searchInputModal {
    width: 75%;
  }
  .nav-p-search-box {
    align-items: center;
    justify-content: space-around;
    padding: 15px 20px 13px;
    border-bottom: solid 1px #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 110;
    background: #fff;
  }
  .submit-search-ph {
    padding: 5px 0px;
    color: #50c4ed;
  }
  #mobile-navigation {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10px 15px 0px 15px;
  }
  .ph-pflusr {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: var(--blue-500);
    color: var(--color-bg) !important;
    transition: 0.3s;
  }
  .ph-pflusr {
    background: var(--blue-700);
    transition: 0.3s;
    color: var(--color-bg) !important;
  }
  .ph-pflusr a {
    text-align: center;
    justify-content: center;
  }
  .back-button {
    background: none;
    border: none;
    color: #555;
    padding: 10px 20px;
    margin-bottom: 2px;
    cursor: pointer;
    border-bottom: solid 1px #ededed;
    width: 100%;
    text-align: inherit;
  }
  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-list li {
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .mobile-menu-list li:last-child {
    border-bottom: none;
  }
  .mobile-menu-list > li > a,
  .menu-item-wrapper a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    width: 80%;
  }
  .mobile-menu-list > li > a:hover,
  .menu-item-wrapper a:hover {
    background-color: #f2f2f2;
  }
  .menu-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .submenu-toggle {
    background: none;
    border: none;
    color: #777;
    cursor: pointer;
    font-size: 20px;
    width: 20%;
    border-right: 1px solid #eee;
  }
  .mobile-menu-list .sub-menu {
    display: none;
    padding-left: 0;
  }
  .mobile-menu-list .sub-menu.active {
    display: block;
  }
  .mobile-menu-list .sub-menu li a {
    padding: 10px 20px;
    display: block;
    color: #777;
  }
  .hidden {
    display: none !important;
  }
  .user-button,
  .user-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #50c4ed;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: none;
  }
  .nav-user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    object-fit: cover;
  }
  /* ===== Search Modal (slide from bottom) ===== */
  #fullModal.srch-ph {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }
  #fullModal.srch-ph.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #fullModal .modal-content-se {
    width: 100%;
    max-width: 800px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25);

    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  #fullModal.srch-ph.is-open .modal-content-se {
    transform: translateY(0);
  }
  #fullModal .close-btn {
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .srch-ph {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1022px) {
}

@media (max-width: 767px) {
  .nav-menu-icon {
    width: 25%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
  }
  .cat-hero__img {
    width: 100% !important;
  }
  .cat-hero__img img {
    height: 300px !important;
  }
}

/*------------------------------------------------------------
  visa (tidy + responsive, light only)
------------------------------------------------------------*/

/* ================== Design System (Light) ================== */
:root {
  --vb-bg: #ffffff; /* صفحه */
  --vb-card: #ffffff; /* کارت‌ها */
  --vb-soft: #f7fafc; /* بخش‌های روشن‌تر کارت/دکمه‌های خنثی */
  --vb-text: #0f172a; /* متن اصلی (تیره) */
  --vb-muted: #6b7280; /* متن فرعی (خاکستری) */
  --vb-primary: #ee1500; /* اصلی برند */
  --vb-border: #e5e7eb; /* مرزها */
  --vb-success: #16a34a;
  --vb-warning: #f59e0b;
  --vb-danger: #ef4444;
  --vb-cyan: #0891b2;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.vb-wrap {
  direction: rtl;
  text-align: right;
  font-family: IRANSans, Vazirmatn, YekanBakh, sans-serif;
  background: var(--vb-bg);
  padding: 20px 16px;
  min-height: 60vh;
  color: var(--vb-text);
  border-radius: 10px;
}
.vb-container {
  max-width: 1100px;
  margin: 0 auto;
}
.vb-muted {
  color: var(--vb-muted);
}

/* ================== Header ================== */
.vb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.vb-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.vb-hint {
  font-size: 0.92rem;
  margin-top: 2px;
  color: var(--vb-muted);
}
.vb-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.vb-search {
  position: relative;
  min-width: 240px;
  flex: 1 1 240px;
}
.vb-search input {
  width: 100%;
  padding: 10px 36px 10px 10px;
  border-radius: 10px;
  border: 1px solid var(--vb-border);
  background: #fff;
  color: var(--vb-text);
  outline: none;
}
.vb-search svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}
.vb-select {
  min-width: 160px;
  border: 1px solid var(--vb-border);
  background: #fff;
  color: var(--vb-text);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

/* ================== Tabs ================== */
.vb-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 16px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.vb-tab {
  border: 1px solid var(--vb-border);
  background: #fff;
  color: var(--vb-text);
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: 0.15s;
  scroll-snap-align: start;
  min-height: 44px;
}
.vb-tab:hover {
  border-color: #d1d5db;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.vb-tab.active {
  border-color: #50c4ed;
}
.vb-chip {
  background: #f3f4f6;
  color: #374151;
  padding: 0.1rem 0.45rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.8rem;
}
.vb-tabs::-webkit-scrollbar {
  height: 6px;
}
.vb-tabs::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 6px;
}

/* ================== Cards (Bookings) ================== */
.vb-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.vb-card {
  background: var(--vb-card);
  border: 1px solid var(--vb-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
  margin-top: 0.5rem;
}
.vb-card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.vb-card-title {
  font-size: 1.02rem;
  font-weight: 800;
  margin: 0;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.vb-badge {
  font-weight: 800;
  font-size: 0.78rem;
  border: 1px solid transparent;
  padding: 0.28rem 0.55rem;
  border-radius: 10px;
}
.vb-badge--pending {
  background: #fff7ed;
  color: #9a3412;
  border-color: #fdba74;
}
.vb-badge--paid {
  background: #ecfdf5;
  color: #065f46;
  border-color: #86efac;
}
.vb-badge--failed {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}
.vb-badge--canceled {
  background: #f1f5f9;
  color: #334155;
  border-color: #cbd5e1;
}
.vb-badge--refunded {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.vb-card-body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 12px;
  align-items: center;
}
.vb-kv {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  color: #111827;
}
.vb-kv small {
  color: var(--vb-muted);
}
.vb-divider {
  height: 1px;
  background: var(--vb-border);
  margin: 10px 0;
  grid-column: 1 / -1;
}

/* ================== Actions ================== */
.vb-actions-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.vb-btn {
  appearance: none;
  border: 1px solid var(--vb-border);
  background: var(--vb-soft);
  color: #111827;
  padding: 10px 14px;
  border-radius: 11px;
  cursor: pointer;
  transition: 0.18s;
  text-decoration: none;
  align-items: center;
  min-width: 145px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.vb-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}
.vb-btn--primary {
  background: var(--vb-primary);
  border-color: var(--vb-primary);
  color: #fff;
}
.vb-btn--pay {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-color: #16a34a;
  color: #ffffff;
}
.vb-btn--ghost {
  background: #fff;
  color: #6b7280;
  border-style: dashed;
}

/* ================== ID / Copy ================== */
.vb-id {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfeff;
  color: #075985;
  border: 1px dashed #67e8f9;
  padding: 0.35rem 0.6rem;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.86rem;
}
.vb-copy {
  cursor: pointer;
  opacity: 0.75;
}
.vb-copy:hover {
  opacity: 1;
}

/* ================== Empty State & Messages ================== */
.vb-empty {
  background: #fff;
  border: 1px dashed var(--vb-border);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  color: var(--vb-muted);
}
.vb-msg {
  max-width: 1000px;
  margin: 1rem auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  color: #111827;
}
.vb-msg--warn {
  background: #fffbea;
  border-color: #fde68a;
  color: #92400e;
}

/* ================== Responsive Layer ================== */

/* Grid کارت‌ها */
@media (min-width: 1200px) {
  .vb-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (min-width: 900px) and (max-width: 1199.98px) {
  .vb-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 899.98px) {
  .vb-list {
    grid-template-columns: 1fr;
  }
}

/* Header & Actions */
@media (max-width: 1024px) {
  .vb-container {
    max-width: 920px;
  }
  .vb-header {
    flex-wrap: wrap;
  }
  .vb-title {
    gap: 8px;
  }
  .vb-actions {
    width: 100%;
    justify-content: stretch;
  }
  .vb-search {
    flex: 1 1 auto;
    min-width: 0;
  }
  .vb-select {
    flex: 0 0 180px;
  }
}
@media (max-width: 768px) {
  .vb-container {
    max-width: 720px;
  }
  .vb-wrap {
    padding: 16px 12px;
  }
  .vb-header {
    gap: 12px;
    margin-bottom: 14px;
  }
  .vb-hint {
    font-size: 0.9rem;
  }
  .vb-search input {
    padding: 9px 36px 9px 9px;
  }
  .vb-select {
    padding: 9px 10px;
    min-width: 150px;
  }
}
@media (max-width: 520px) {
  .vb-actions {
    gap: 8px;
  }
  .vb-search {
    width: 100%;
  }
  .vb-select {
    width: 100%;
  }
}

/* Tabs: بهبود موبایل */
@media (max-width: 640px) {
  .vb-tabs {
    gap: 6px;
    margin-bottom: 12px;
  }
  .vb-tab {
    padding: 7px 10px;
    font-size: 0.86rem;
  }
  .vb-chip {
    font-size: 0.76rem;
    padding: 0.06rem 0.4rem;
  }
}

/* Card & Body */
@media (min-width: 1025px) {
  .vb-card {
    padding: 16px;
  }
  .vb-card-head {
    margin-bottom: 10px;
  }
  .vb-card-body {
    grid-template-columns: 1.2fr 0.8fr auto;
    gap: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .vb-card {
    padding: 14px;
  }
  .vb-card-title {
    font-size: 1rem;
  }
  .vb-card-body {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  } /* تبلت: دو ستونه */
  .vb-actions-row {
    grid-column: 1 / -1;
  }
  .vb-divider {
    margin: 8px 0;
  }
}
@media (max-width: 639.98px) {
  .vb-card {
    padding: 12px;
  }
  .vb-card-head {
    gap: 8px;
  }
  .vb-card-title {
    font-size: 0.98rem;
  }
  .vb-card-body {
    grid-template-columns: 1fr;
    gap: 10px;
  } /* موبایل: تک‌ستونه */
}

/* Key/Value Row */
@media (max-width: 900px) {
  .vb-kv {
    gap: 6px;
  }
  .vb-kv small {
    font-size: 0.88rem;
  }
}
@media (max-width: 640px) {
  /* حذف جداکننده‌ی « | » وسط برای جلوگیری از شکستن بد خط */
  .vb-kv span:nth-of-type(2) {
    display: none;
  }
}

/* Buttons */
@media (max-width: 768px) {
  .vb-actions-row {
    justify-content: flex-start;
  }
  .vb-btn {
    min-width: 0;
    padding: 9px 12px;
    border-radius: 10px;
  }
}
@media (max-width: 560px) {
  .vb-actions-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .vb-btn,
  .vb-actions-row form .vb-btn {
    width: 100%;
    text-align: center;
  }
  .vb-actions-row form {
    width: 100%;
  }
}

/* لمس بدون Hover (برخی موبایل‌ها) */
@media (hover: none) {
  .vb-btn:hover {
    transform: none;
    box-shadow: none;
  }
}

/*------------------------------------------------------------
	User Dashboard
------------------------------------------------------------*/
.user-header-info {
  height: 200px;
  border-radius: 8px;
  display: grid;
}
.user-avatar {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}
.ubi-d {
  padding: 20px 30px 0px;
  height: 100%;
  min-height: max-content;
  gap: 30px;
}
.ubi-tb {
  padding: 0px 30px;
}
.tab-buttons {
  font-size: 0.95rem;
  font-weight: 400;
  gap: 30px;
}
.tab-btn-user-header,
.tab-btn-user-header-exit {
  background: none;
  border-bottom: solid 1px #00000000;
  cursor: pointer;
}
.tab-btn-user-header:hover {
  color: #50c4ed;
  fill: #50c4ed;
  border-bottom: solid 1px #50c4ed;
}
.tab-btn-user-header.active,
.tab-btn.active {
  color: #50c4ed !important;
  fill: #50c4ed;
  border-bottom: solid 1px #50c4ed;
}
.user-secrions {
  gap: 20px;
}
.user-panel-sid {
  width: 20%;
  height: fit-content;
  padding: 5px 0px;
  border-radius: 8px;
}
.user-panel-section {
  width: 80%;
}
.panel-section.active {
  display: block;
}
.menu-list li {
  align-content: center;
  padding: 5px 10px;
}
.hidden {
  display: none;
}
.menu-link {
  color: #2e3a59;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 10px;
  align-content: center;
  height: 40px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
}
.menu-link.active {
  color: #50c4ed;
}
#change-avatar-btn {
  background: #50c4ed;
  color: #fff;
  transition: 0.3s;
}
#change-avatar-btn:hover {
  background: #387adf;
  transition: 0.3s;
}
.account-section {
  padding: 20px;
  border-radius: 8px;
}
.a-c-usr-pn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.a-c-usr-pn h2,
.a-c-ust-edit h2 {
  margin-bottom: 0;
}
.a-c-ust-edit {
  display: grid;
  width: 100%;
}
#user-profile-form {
  display: flex;
  flex-direction: column;
}
.urprs-fm-ed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.user-name {
  font-size: 1.25rem;
}
.floating-label {
  position: relative;
}
.floating-label input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--vb-border);
  border-radius: 6px;
  outline: none;
}
.floating-label label {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 12px;
  transition: 0.2s ease all;
  color: #aaa;
  background: white;
  padding: 0 4px;
}
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
  top: -10px;
  right: 8px;
  color: #333;
  font-size: 12px;
}
.floating-label textarea {
  border: solid 1px var(--vb-border);
  border-radius: 8px;
  width: 100%;
  min-height: 100px;
  padding: 15px;
}
.btn-save {
  background: #fff;
  color: #333;
  transition: 0.3s ease !important;
}
.btn-save:hover {
  background: #50c4ed;
  color: #fff;
  transition: 0.3s ease !important;
}
@media (max-width: 480px) {
  .user-index.container {
    width: 100%;
  }
  .user-header-info {
    height: fit-content;
  }
  .user-avatar {
    width: 60px;
    height: 60px;
  }
  .user-header-info {
    overflow-x: hidden;
  }
  .user-name {
    font-size: 1rem;
  }
  .ubi-d {
    padding: 20px 20px 0px;
    height: fit-content;
    gap: 15px;
  }
  .ubi-tb {
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-btn-ov {
    width: max-content;
  }
  .tab-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: max-content;
  }
  .tab-btn-user-header,
  .tab-btn-user-header-exit {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .usif-tl.dg h2 {
    font-size: 1rem;
  }
  .tab-buttons::-webkit-scrollbar {
    display: none;
  }
  .tab-btn-user-header,
  .tab-btn-user-header-exit {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 12px;
  }
  .tab-btn,
  .tab-btn.active {
    font-size: 1rem !important;
  }
  .user-panel-sid,
  .user-panel-section {
    width: 100%;
  }
  .user-panel-sid .user-sidebar {
    margin-top: 0;
  }
  .user-secrions.d-flex.mt-4 {
    flex-direction: column;
  }
  .user-sidebar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-list {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 12px;
    padding: 0 8px;
  }
  .menu-list li {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .menu-list::-webkit-scrollbar {
    display: none;
  }
  .urprs-fm-ed {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .btn-save {
    width: 100% !important;
  }
}

/*------------------------------------------------------------
  Blog Hero Style
------------------------------------------------------------*/
.tg-item .tg-title {
  padding: 12px 14px;
}
.tg-title {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  margin: 0 !important;
  color: #fff;
  font-size: var(--fs-h6);
  font-weight: var(--fw-heading, 600);
  line-height: var(--line-height-heading, 1.3);
  text-align: right;
  direction: rtl;
  text-shadow: var(--cm-text-shadow);
  background: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.tg-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--card-radius, 14px);
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--color-border);
  background: var(--color-bg-sec);
  transition:
    box-shadow var(--transition, 0.25s),
    transform var(--transition, 0.25s);
  isolation: isolate;
}
.tg-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45) 14%,
    rgba(0, 0, 0, 0.16) 42%,
    rgba(0, 0, 0, 0) 70%
  );
}
.tg-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 12%,
    transparent 24%
  );
  mix-blend-mode: screen;
  transform: translateX(-35%) skewX(-12deg);
  transition:
    opacity 0.6s ease,
    transform 0.9s ease;
}
.tg-item:hover::after {
  opacity: 0.9;
  transform: translateX(28%) skewX(-12deg);
}

.tg-item a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.tg-item a picture {
  width: 100%;
  height: 100%;
  display: block;
}
.tg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
  transition:
    transform 700ms cubic-bezier(0.2, 0.6, 0.2, 1),
    filter 700ms ease;
  will-change: transform;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.12));
}
.tg-item:hover img {
  transform: scale(1.05);
  filter: saturate(1.04) contrast(1.02);
}

.tg-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
}
.tg-viewport.dragging {
  cursor: grabbing;
  user-select: none;
}
.tg-track {
  display: flex;
  flex-direction: row-reverse !important;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tg-slide {
  flex: 0 0 100%;
  height: 330px;
  display: flex;
}
.tg-slide > .travelguide-grid {
  width: 100%;
}

.travelguide-grid {
  display: grid;
  grid-template-areas:
    "item-1 item-3 item-4"
    "item-2 item-3 item-5";
  grid-template-columns: 1fr 2fr 1fr;
  gap: var(--card-gap, 20px);
  height: 100%;
}
.tg-item-1 {
  grid-area: item-1;
}
.tg-item-2 {
  grid-area: item-2;
}
.tg-item-3 {
  grid-area: item-3;
  height: 100%;
}
.tg-item-4 {
  grid-area: item-4;
}
.tg-item-5 {
  grid-area: item-5;
}

.tg-item .grd-img-ix {
  pointer-events: none;
}

.tg-item a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--focus-ring, rgba(80, 196, 237, 0.35));
  border-radius: var(--card-radius, 14px);
}

@media (max-width: 768px) {
  .tg-slide {
    height: auto;
  }
  .travelguide-grid {
    display: block;
  }
  .tg-item {
    height: 120px;
    margin-bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg-track {
    transition-duration: 0.01ms !important;
  }
  .tg-item img {
    transition-duration: 0.01ms !important;
  }
}

.cat-lst {
  margin-top: 2rem;
}
.cat-archive {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.cat-card {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cat-img-btn img {
  height: 100%;
  width: 100%;
}
.hab-card-title {
  position: absolute;
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: var(--font-size-base);
  font-weight: 500;
}
.cat-archive-box {
  padding: 1rem;
  background-color: #f6f6f6;
  border-radius: 10px;
}

/*------------------------------------------------------------
  Adds header Style
------------------------------------------------------------*/
.header-ads {
  height: 50px;
  width: 100%;
}
/*------------------------------------------------------------
  Adds popup Style
------------------------------------------------------------*/
#ads-modal.ads-1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  opacity: 1;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-ads-1 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  justify-content: right;
  display: flex;
}
.ads-container {
  position: absolute;
  bottom: 15px;
  width: 97%;
  height: 20%;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
}
#close-ads-1 {
  position: absolute;
  padding: 3px 5px;
  margin-inline: 5px;
  background: none;
  font-size: 20px;
  z-index: 999;
}
#close-ads-1:hover {
  cursor: pointer;
}
.ads-box {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ads-1-cont {
  border: solid 1px #eee;
  width: 97%;
  height: 90%;
  border-radius: 6px;
}
.section-archive {
  width: 70%;
  margin: 0 auto;
}
#result-list .post-thumb {
  height: 120px;
}
.archive-sort .results-head {
  max-width: 200px;
}
.archive-sort {
  text-align: right;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.archive-sort select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.card-list,
#category-result-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-card {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.post-card img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
#sort-posts {
  max-width: 150px;
}
.post-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #222;
}

.post-card p {
  margin: 5px 0 0;
  color: #555;
}

.pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 20px;
}

.pagination button {
  padding: 6px 12px;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
}

.pagination button.active,
.pagination button:hover {
  background: #222;
  color: #fff;
}
