/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-vazir: "Vazirmatn", "vazir", "Tahoma", sans-serif;
    --color-primary: #046C76;
    --color-background: #F8F8F8;
    --color-secondray: #D48E52;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-105 {
    top: calc(var(--spacing) * 105);
  }
  .top-130 {
    top: calc(var(--spacing) * 130);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-8\! {
    bottom: calc(var(--spacing) * 8) !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-100 {
    margin-top: calc(var(--spacing) * 100);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-\[max\(630px\,72vh\)\] {
    height: max(630px, 72vh);
  }
  .h-\[min\(407px\,72vh\)\] {
    height: min(407px, 72vh);
  }
  .h-full {
    height: 100%;
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-80\.25 {
    max-height: calc(var(--spacing) * 80.25);
  }
  .max-h-130 {
    max-height: calc(var(--spacing) * 130);
  }
  .max-h-154 {
    max-height: calc(var(--spacing) * 154);
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-18 {
    min-height: calc(var(--spacing) * 18);
  }
  .min-h-27 {
    min-height: calc(var(--spacing) * 27);
  }
  .min-h-32 {
    min-height: calc(var(--spacing) * 32);
  }
  .min-h-79 {
    min-height: calc(var(--spacing) * 79);
  }
  .min-h-79\.5 {
    min-height: calc(var(--spacing) * 79.5);
  }
  .min-h-100 {
    min-height: calc(var(--spacing) * 100);
  }
  .min-h-151 {
    min-height: calc(var(--spacing) * 151);
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-36\.25 {
    width: calc(var(--spacing) * 36.25);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[min\(334px\,42vw\)\] {
    width: min(334px, 42vw);
  }
  .w-\[min\(560px\,42vw\)\] {
    width: min(560px, 42vw);
  }
  .w-auto {
    width: auto;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-14 {
    max-width: calc(var(--spacing) * 14);
  }
  .max-w-14\.25 {
    max-width: calc(var(--spacing) * 14.25);
  }
  .max-w-67 {
    max-width: calc(var(--spacing) * 67);
  }
  .max-w-83 {
    max-width: calc(var(--spacing) * 83);
  }
  .max-w-83\.25 {
    max-width: calc(var(--spacing) * 83.25);
  }
  .max-w-202 {
    max-width: calc(var(--spacing) * 202);
  }
  .max-w-203 {
    max-width: calc(var(--spacing) * 203);
  }
  .max-w-203\.5 {
    max-width: calc(var(--spacing) * 203.5);
  }
  .max-w-310 {
    max-width: calc(var(--spacing) * 310);
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-23 {
    min-width: calc(var(--spacing) * 23);
  }
  .min-w-31 {
    min-width: calc(var(--spacing) * 31);
  }
  .min-w-31\.25 {
    min-width: calc(var(--spacing) * 31.25);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-45 {
    min-width: calc(var(--spacing) * 45);
  }
  .min-w-64 {
    min-width: calc(var(--spacing) * 64);
  }
  .min-w-100 {
    min-width: calc(var(--spacing) * 100);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-r-2xl {
    border-top-right-radius: var(--radius-2xl);
    border-bottom-right-radius: var(--radius-2xl);
  }
  .rounded-r-3xl {
    border-top-right-radius: var(--radius-3xl);
    border-bottom-right-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#D5D5D5\] {
    border-color: #D5D5D5;
  }
  .border-background {
    border-color: var(--color-background);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/8 {
    border-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .border-white\/32 {
    border-color: color-mix(in srgb, #fff 32%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 32%, transparent);
    }
  }
  .border-b-\[\#D5D5D5\] {
    border-bottom-color: #D5D5D5;
  }
  .bg-\[\#E2F1F3\] {
    background-color: #E2F1F3;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-stone-100 {
    background-color: var(--color-stone-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-l {
    --tw-gradient-position: to left;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to left in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\/source\/images\/background2responsive\.webp\'\)\] {
    background-image: url('https://picsum.photos/seed/sesouk-hero-m/900/1400');
  }
  .bg-\[url\(\'\.\/source\/images\/background402\.png\'\)\] {
    background-image: url('https://picsum.photos/seed/sesouk-hero-m/900/1400');
  }
  .bg-\[url\(\'\.\/source\/images\/parking\.png\'\)\] {
    background-image: url('https://picsum.photos/seed/sesouk-parking/1400/900');
  }
  .from-\[\#55483c\]\/50 {
    --tw-gradient-from: color-mix(in oklab, #55483c 50%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/60 {
    --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-primary {
    --tw-gradient-from: var(--color-primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-gray-500 {
    --tw-gradient-via: var(--color-gray-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-gray-500\/10 {
    --tw-gradient-via: color-mix(in srgb, oklch(55.1% 0.027 264.364) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-gray-500) 10%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#3a3129\] {
    --tw-gradient-to: #3a3129;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#084C52FA\] {
    --tw-gradient-to: #084C52FA;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black {
    --tw-gradient-to: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black\/70 {
    --tw-gradient-to: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-gray-500 {
    --tw-gradient-to: var(--color-gray-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-gray-500\/30 {
    --tw-gradient-to: color-mix(in srgb, oklch(55.1% 0.027 264.364) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-gray-500) 30%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-vazir {
    font-family: var(--font-vazir);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xs\/8 {
    font-size: var(--text-xs);
    line-height: calc(var(--spacing) * 8);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#D5D5D5\] {
    color: #D5D5D5;
  }
  .text-\[\#D5D5D5\]\/48 {
    color: color-mix(in oklab, #D5D5D5 48%, transparent);
  }
  .text-\[\#E5BB97\] {
    color: #E5BB97;
  }
  .text-background {
    color: var(--color-background);
  }
  .text-gray-50 {
    color: var(--color-gray-50);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondray {
    color: var(--color-secondray);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/24 {
    color: color-mix(in srgb, #fff 24%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 24%, transparent);
    }
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_50px_-15px_rgba\(30\,77\,71\,0\.35\)\] {
    --tw-shadow: 0 20px 50px -15px var(--tw-shadow-color, rgba(30,77,71,0.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black {
    --tw-ring-color: var(--color-black);
  }
  .ring-black\/5 {
    --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:fill-background {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-background);
      }
    }
  }
  .group-hover\:stroke-background {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-background);
      }
    }
  }
  .group-hover\:stroke-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-white);
      }
    }
  }
  .hover\:border-2 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }
  .hover\:border-gray-50 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-\[\#7F5531\] {
    &:hover {
      @media (hover: hover) {
        background-color: #7F5531;
      }
    }
  }
  .hover\:bg-background {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-background);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:text-gray-50 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-50);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:max-h-14\.5 {
    @media (width >= 40rem) {
      max-height: calc(var(--spacing) * 14.5);
    }
  }
  .sm\:min-h-22\.5 {
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 22.5);
    }
  }
  .sm\:max-w-20\.75 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 20.75);
    }
  }
  .sm\:max-w-max {
    @media (width >= 40rem) {
      max-width: max-content;
    }
  }
  .sm\:bg-\[url\(\'\.\/source\/images\/background\.png\'\)\] {
    @media (width >= 40rem) {
      background-image: url('https://picsum.photos/seed/sesouk-hero/1600/1000');
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-auto {
    @media (width >= 48rem) {
      top: auto;
    }
  }
  .md\:right-8 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 8);
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:left-8 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 8);
    }
  }
  .md\:left-10 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 10);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:mx-12 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[332px\] {
    @media (width >= 48rem) {
      height: 332px;
    }
  }
  .md\:h-\[340px\] {
    @media (width >= 48rem) {
      height: 340px;
    }
  }
  .md\:min-h-\[500px\] {
    @media (width >= 48rem) {
      min-height: 500px;
    }
  }
  .md\:max-w-43 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 43);
    }
  }
  .md\:max-w-93 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 93);
    }
  }
  .md\:max-w-99\.75 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 99.75);
    }
  }
  .md\:max-w-max {
    @media (width >= 48rem) {
      max-width: max-content;
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:rounded-3xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .md\:rounded-4xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-\[28px\] {
    @media (width >= 48rem) {
      border-radius: 28px;
    }
  }
  .md\:rounded-xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:border-r {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:bg-linear-to-l {
    @media (width >= 48rem) {
      --tw-gradient-position: to left;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to left in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .md\:bg-\[url\(\'\.\/source\/images\/background2\.webp\'\)\] {
    @media (width >= 48rem) {
      background-image: url('https://picsum.photos/seed/sesouk-rooms/1200/1000');
    }
  }
  .md\:bg-\[url\(\'\.\/source\/images\/footer\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('https://picsum.photos/seed/sesouk-footer/1600/700');
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-25 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:pt-6 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-6 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .md\:pr-12 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[48px\] {
    @media (width >= 48rem) {
      font-size: 48px;
    }
  }
  .md\:font-bold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:h-208 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 208);
    }
  }
  .lg\:h-\[min\(560px\,76vh\)\] {
    @media (width >= 64rem) {
      height: min(560px, 76vh);
    }
  }
  .lg\:h-\[min\(613px\,76vh\)\] {
    @media (width >= 64rem) {
      height: min(613px, 76vh);
    }
  }
  .lg\:min-h-154 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 154);
    }
  }
  .lg\:min-h-\[600px\] {
    @media (width >= 64rem) {
      min-height: 600px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[145px\] {
    @media (width >= 64rem) {
      width: 145px;
    }
  }
  .lg\:w-\[min\(334px\,46\%\)\] {
    @media (width >= 64rem) {
      width: min(334px, 46%);
    }
  }
  .lg\:w-\[min\(560px\,46\%\)\] {
    @media (width >= 64rem) {
      width: min(560px, 46%);
    }
  }
  .lg\:max-w-45 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 45);
    }
  }
  .lg\:max-w-100 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 100);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-\[1\.75rem\] {
    @media (width >= 64rem) {
      font-size: 1.75rem;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
}
/*
  فونت‌های محلی (Dana / Vazir) همراه پوشه‌ی source/fonts حذف شدند تا پروژه سبک بماند.
  به‌جای آن‌ها فونت «Vazirmatn» (نزدیک‌ترین فونت آزاد و باکیفیت به IRANSans) از طریق
  Google Fonts در <head> فایل index.html لود می‌شود و روی همان نام "vazir" ست شده
  تا هیچ کلاسی در HTML نیاز به تغییر نداشته باشد.
*/
@layer base {
  body {
    font-family: var(--font-vazir);
  }
}
@layer components {
  .btn-white {
    max-width: max-content;
    cursor: pointer;
    align-items: center;
    border-radius: var(--radius-lg);
    background-color: var(--color-gray-50);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-50);
      }
    }
  }
  .btn-light {
    cursor: pointer;
    align-items: center;
    border-radius: var(--radius-lg);
    background-color: var(--color-gray-50);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    color: var(--color-primary);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #F3F4F6 40%, transparent);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-50);
      }
    }
  }
  .text-calender {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: color-mix(in oklab, #D5D5D5 48%, transparent);
  }
  .footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navlistItems {
    font-size: 16px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
@font-face {
    font-family: "Vazir";
    src: url("/assets/source/fonts/vazir-font-v16.1.0/Vazir.eot");
    src: url("/assets/source/fonts/vazir-font-v16.1.0/Vazir.eot?#iefix") format("embedded-opentype"), url("/assets/source/fonts/vazir-font-v16.1.0/Vazir.woff2") format("woff2"), url("/assets/source/fonts/vazir-font-v16.1.0/Vazir.woff") format("woff"), url("/assets/source/fonts/vazir-font-v16.1.0/Vazir.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Vazir";
    src: url("/assets/source/fonts/vazir-font-v16.1.0/Vazir-Bold.eot");
    src: url("/assets/source/fonts/vazir-font-v16.1.0/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/source/fonts/vazir-font-v16.1.0/Vazir-Bold.woff2") format("woff2"), url("/assets/source/fonts/vazir-font-v16.1.0/Vazir-Bold.woff") format("woff"), url("/assets/source/fonts/vazir-font-v16.1.0/Vazir-Bold.ttf") format("truetype");
    font-weight: 700;
}

* {
    font-family: "Vazir", system-ui, sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: 1.9;
}

input {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

/* Header scrolled state */

#site-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.12);
}

.nav-links a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s;
}

    .nav-links a:hover {
        color: #ffffff;
    }

#site-header.scrolled .nav-links a {
    color: #374151;
}

    #site-header.scrolled .nav-links a:hover {
        color: #046c76;
    }

.nav-lang {
    color: rgba(255, 255, 255, 0.9);
}

#site-header.scrolled .nav-lang {
    color: #374151;
}

.nav-burger {
    color: #ffffff;
}

#site-header.scrolled .nav-burger {
    color: #232c39;
}

/* Mobile menu open */
#mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
}

    #mobile-menu.open #mobile-panel {
        transform: translateX(0);
    }

/* Room tabs */
.room-tab {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

    .room-tab:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    .room-tab.active {
        background: #ffffff;
        color: #06909d;
        box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.12);
    }

/* Gallery coverflow-ish */
.gallery-swiper .swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.55;
    transform: scale(0.9);
}

.gallery-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

/* Features swiper pagination */
.features-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    width: 32px !important;
    height: 3px !important;
    border-radius: 2px !important;
}

.features-swiper .swiper-pagination-bullet-active {
    background: #ffffff !important;
}

/* Float animation */
@keyframes floatY {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.animate-float {
    animation: floatY 2s ease-in-out infinite;
}
/* =================== HEADER STYLES =================== */

/* استایل پیش‌فرض لینک‌های ناوبری در دسکتاپ (وقتی روی هیرو است) */
.nav-links a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    transition: color 0.3s ease;
}

    .nav-links a:hover {
        color: #ffffff;
    }

/* افکت اسکرول هدر (زمانی که جاوااسکریپت کلاس scrolled را اضافه می‌کند) */
#site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    /* تغییر رنگ‌ها پس از اسکرول */
    #site-header.scrolled .nav-links a {
        color: #4b5563; /* gray-600 */
    }

        #site-header.scrolled .nav-links a:hover {
            color: #06909d; /* primary-800 */
        }

    /* دکمه همبرگری موبایل در حالت عادی و بعد از اسکرول */
    #site-header.scrolled #menu-open {
        color: #1f2937; /* gray-800 */
    }

    /* معکوس کردن رنگ لوگو و آیکون اینستاگرام در حالت اسکرول برای خوانایی */
    #site-header.scrolled #site-logo,
    #site-header.scrolled #social-icon {
        filter: none; /* برگرداندن لوگو به رنگ اصلی خود */
    }

/* مدیریت کلاس فعال برای نمایش منوی موبایل */
#mobile-menu.active {
    opacity: 1;
    pointer-events: auto;
}

    #mobile-menu.active #mobile-panel {
        transform: translateX(0);
    }
/* ===== استایل‌های موجود ===== */
.c-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(107, 114, 128, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%), url("/assets/source/images/hero-main.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .c-header {
        min-height: 550px;
        height: 550px;
    }
}

@media (min-width: 1024px) {
    .c-header {
        min-height: 600px;
        height: 600px;
    }
}

/* هدر برای صفحات داخلی */
.c-header-inner {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) -2.54%, rgba(0, 0, 0, 0.224) 49.71%, rgba(0, 0, 0, 0.49) 101.95%), url(/assets/source/images/rules-bg.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .c-header-inner {
        min-height: 550px;
        height: 550px;
    }
}

@media (min-width: 1024px) {
    .c-header-inner {
        min-height: 600px;
        height: 600px;
    }
}

/* لایه شفاف روی هدر */
.c-header .overlay,
.c-header-inner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(128, 128, 128, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%);
}

/* محتوای هدر */
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    gap: 16px;
    position: relative;
    flex: 1;
}

@media (max-width: 768px) {
    .hero-content {
        gap: 16px;
    }

        .hero-content h1 {
            font-size: 24px;
        }

        .hero-content p {
            font-size: 14px;
        }
}

.hero-content .title {
    font-size: 24px;
    z-index: 10;
    font-weight: 800;
    color: #f9fafb;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .hero-content .title {
        font-size: 48px;
    }
}

.hero-content .subtitle {
    z-index: 10;
    color: #f9fafb;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .hero-content .subtitle {
        font-size: 18px;
    }
}

/* مسیریابی */
.breadcrumb {
    display: flex;
    align-items: center;
    position: absolute;
    right: 7%;
    top: 106px;
    z-index: 10;
}

@media (max-width: 768px) {
    .breadcrumb {
        right: 6%;
        top: 90px;
    }

        .breadcrumb span {
            font-size: 12px;
        }
}

.breadcrumb .sep {
    display: flex;
    align-items: center;
}

    .breadcrumb .sep img {
        display: block;
    }

.breadcrumb .page {
    color: #f2ddcb;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    vertical-align: middle;
}

.bg-rooms {
    background: url(/assets/source/images/bg-rooms.png);
}

.park {
    background: url(/assets/source/images/parking.png);
}

.footer {
    background: linear-gradient(180deg, rgba(5, 110, 120, 0.9) 0%, rgba(8, 76, 82, 0.98) 100%), url(/assets/source/images/index-bg-footer.png);
    background-size: cover;
    background-position: center;
}

    .footer .inner {
        padding: 40px 24px;
    }

    .footer .row {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
    }

    .footer .about {
        flex: 1;
        min-width: 240px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: #ffffff;
        font-size: 12px;
        line-height: 2;
    }

        .footer .about .logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 700;
            font-size: 16px;
        }

            .footer .about .logo img {
                height: 40px;
                width: auto;
            }

        .footer .about .text {
            color: rgba(255, 255, 255, 0.9);
            text-align: justify;
        }

    .footer .links {
        min-width: 180px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

@media(max-width:540px) {
    .footer .links.fast {
        width: 100%;
    }
}

.footer .links .title {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
}

.footer .links .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 0;
}

    .footer .links .item:last-child {
        border-bottom: none;
    }

    .footer .links .item a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer .links .item a:hover {
            color: #ffffff;
        }

    .footer .links .item .arrow {
        display: flex;
        align-items: center;
    }

        .footer .links .item .arrow img {
            display: block;
        }

.footer .contact {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer .contact .title {
        font-weight: 700;
        color: #e5bb97;
        font-size: 16px;
    }

    .footer .contact .item {
        display: flex;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 8px 0;
    }

        .footer .contact .item:last-child {
            border-bottom: none;
        }

        .footer .contact .item .icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        .footer .contact .item .text {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
        }

        .footer .contact .item .text-sm {
            color: rgba(255, 255, 255, 0.9);
            font-size: 12px;
        }

.footer .newsletter {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer .newsletter .title {
        font-weight: 700;
        color: #e5bb97;
        font-size: 16px;
    }

    .footer .newsletter .label {
        font-weight: 500;
        color: #d5d5d5;
    }

    .footer .newsletter input {
        background: transparent;
        color: rgba(255, 255, 255, 0.8);
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
        padding: 10px 8px 10px 0;
        font-size: 14px;
        outline: none;
        width: 100%;
    }

        .footer .newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

    .footer .newsletter .text {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
    }

.footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

    .footer .social .label {
        font-weight: 600;
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
    }

    .footer .social .icons {
        display: flex;
        gap: 10px;
    }

        .footer .social .icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1.5px solid #e5bb97;
            opacity: 1;
            border-radius: 12px;
            padding: 8px;
            border-width: 1.5px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

            .footer .social .icons a:hover {
                background: #e5bb97;
                opacity: 0.8;
            }

            .footer .social .icons a img {
                width: 18px;
                height: 18px;
            }

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

    .header.is-scrolled {
        background: rgba(130, 128, 128, 0.6) !important;
        backdrop-filter: blur(10px);
    }

input:focus,
textarea:focus {
    border-color: #06909D !important;
}

/* کلاس‌های کمکی */
.bg-primary {
    background-color: #06909D;
}

.from-primary {
    --tw-gradient-from: #06909D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 144, 157, 0));
}

.bg-linear-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.min-h-79\.5 {
    min-height: 19.875rem;
}

.m-4 {
    margin: 1rem;
}

/*.md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}*/

.md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.rounded-4xl {
    border-radius: 2.5rem;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
}

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

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

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

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    position: relative;
}

.service, .Guestbook {
    margin-top: 72px;
}
.sesok-img, .sesok-img-center {
    width: 145px
}
@media(max-width:768px){
    .sesok-img, .sesok-img-center {
        width: 104px
    }
    .sesok-img-center {
        margin: auto !important;
    }

}

@media(max-width:914px) {
    .gallery-service{
        flex-direction:column
    }
    .gall-ser-content{
        padding:16px !important;
    }
    .gallery-service {
        padding: 0px 20px !important;
    }
    .res-btn {
        width: 100%;
    }
  
}
@media(max-width:1024px) {
    .hotel-intro-box{
        flex-direction:column;
    }
}

/* نوار ناوبری */
.header-nav {
    display: flex;
    position: relative;
    z-index: 10;
    min-height: 4.5rem;
    flex-direction: row;
    border-bottom: 1px solid rgba(229, 231, 235, 0.2);
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 640px) {
    .header-nav {
        min-height: 5.625rem;
    }
}

@media (min-width: 768px) {
    .header-nav {
        padding: 0;
    }
}

.header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

    .header-nav.fixed.is-scrolled {
        background: rgba(130, 128, 128, 0.6) !important;
        backdrop-filter: blur(10px);
    }

/* دکمه منوی موبایل */
.mobile-menu-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

@media (min-width: 1060px) {
    .mobile-menu-btn {
        display: none;
    }
}

/* منوی دسکتاپ */
.desktop-menu {
    display: none;
    /*padding-left: 6.25rem;*/
    /*//padding-right: 6.25rem;*/
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 1060px) {
    .desktop-menu {
        display: block;
    }
}

.desktop-menu-list {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .desktop-menu-list li {
        height: 100%;
    }

        .desktop-menu-list li a {
            color: #e5e7eb;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

            .desktop-menu-list li a:hover {
                color: #ffffff;
            }

/* لوگو */
.header-logo {
    margin-bottom: 1rem;
    max-width: 3.5625rem;
    max-height: 2.5rem;
}

    .header-logo img {
        width: 100%;
        height: auto;
    }

@media (min-width: 640px) {
    .header-logo {
        max-height: 3.625rem;
        max-width: 5.1875rem;
    }
}

/*   @media (min-width: 768px) {
            .header-logo {
                display: none;
            }
        }*/

@media (min-width: 1024px) {
    .header-logo {
        display: block;
    }
}

/* بخش راست هدر */
.header-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .header-right {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}

.hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }
}

.hide-desktop {
    display: inline-block;
}

@media (min-width: 640px) {
    .hide-desktop {
        display: inline-block;
    }
}

/* دکمه سفید */
.btn-white {
    background: #ffffff;
    color: #06909d;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .btn-white:hover {
        background: transparent;
        color: #ffffff;
        border-color: #ffffff;
    }

/* ===== استایل‌های فوتر ===== */
.footer {
    background: linear-gradient(180deg, rgba(5, 110, 120, 0.9) 0%, rgba(8, 76, 82, 0.98) 100%), url(/assets/source/images/index-bg-footer.png);
    background-size: cover;
    background-position: center;
}

    .footer .inner {
        padding: 40px 24px;
    }

    .footer .row {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
    }

@media (max-width: 540px) {
    .footer .row {
        flex-direction: column;
        gap: 24px;
    }

    
}

@media (min-width: 541px) and (max-width: 768px) {
    .footer .row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer .about {
        flex: 0 0 100%;
    }

    .footer .links,
    .footer .contact,
    .footer .newsletter {
        flex: 0 0 calc(50% - 20px);
        min-width: unset;
    }
}

.footer .about {
    flex: 1;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #ffffff;
    font-size: 12px;
    line-height: 2;
}

    .footer .about .logo {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 700;
        font-size: 16px;
    }

        .footer .about .logo img {
            height: 40px;
            width: auto;
        }

    .footer .about .text {
        color: rgba(255, 255, 255, 0.9);
        text-align: justify;
    }

.footer .links {
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer .links .title {
        font-weight: 700;
        color: #ffffff;
        font-size: 16px;
    }

    .footer .links .item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 8px 0;
    }

        .footer .links .item:last-child {
            border-bottom: none;
        }

        .footer .links .item a {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .footer .links .item a:hover {
                color: #ffffff;
            }

        .footer .links .item .arrow {
            display: flex;
            align-items: center;
        }

            .footer .links .item .arrow img {
                display: block;
            }

.footer .contact {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer .contact .title {
        font-weight: 700;
        color: #e5bb97;
        font-size: 16px;
    }

    .footer .contact .item {
        display: flex;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 8px 0;
    }

        .footer .contact .item:last-child {
            border-bottom: none;
        }

        .footer .contact .item .icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        .footer .contact .item .text {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
        }

        .footer .contact .item .text-sm {
            color: rgba(255, 255, 255, 0.9);
            font-size: 12px;
        }

.footer .newsletter {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer .newsletter .title {
        font-weight: 700;
        color: #e5bb97;
        font-size: 16px;
    }

    .footer .newsletter .label {
        font-weight: 500;
        color: #d5d5d5;
    }

    .footer .newsletter input {
        background: transparent;
        color: rgba(255, 255, 255, 0.8);
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
        padding: 10px 8px 10px 0;
        font-size: 14px;
        outline: none;
        width: 100%;
    }

        .footer .newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

    .footer .newsletter .text {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
    }

.footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

@media (max-width: 540px) {
    .footer .social {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.footer .social .label {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer .social .icons {
    display: flex;
    gap: 10px;
}

    .footer .social .icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #e5bb97;
        opacity: 1;
        border-radius: 12px;
        padding: 8px;
        border-width: 1.5px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .footer .social .icons a:hover {
            background: #e5bb97;
            opacity: 0.8;
        }

        .footer .social .icons a img {
            width: 18px;
            height: 18px;
        }

/* ===== منوی موبایل ===== */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    backdrop-filter: blur(4px);
    display: none;
}

    .mobile-menu-backdrop.active {
        display: block;
    }

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 380px;
    height: 100%;
    background: #ffffff;
    z-index: 2001;
    transition: right 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.15);
}

    .mobile-menu.open {
        right: 0;
    }

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 28px;
}

.mobile-menu-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .mobile-menu-list li a {
        display: block;
        padding: 14px 16px;
        color: #1e293b;
        font-size: 16px;
        font-weight: 500;
        border-radius: 12px;
        transition: all 0.2s ease;
        text-decoration: none;
    }

        .mobile-menu-list li a:hover {
            background: #f1f5f9;
            color: #06909d;
        }

.mobile-menu-cta {
    margin-top: auto;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-weight: 600;
    border-radius: 12px;
    background: #ffffff;
    color: #06909d;
    border: 2px solid #06909d;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .mobile-menu-cta:hover {
        background: #06909d;
        color: #ffffff;
    }

/* ===== کلاس‌های کمکی ===== */
.bg-primary {
    background-color: #06909D;
}

.from-primary {
    --tw-gradient-from: #06909D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 144, 157, 0));
}
/*   .bg-linear-to-b {
            background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        }*/
.min-h-79\.5 {
    min-height: 19.875rem;
}

.m-4 {
    margin: 1rem;
}
/* .md\:mx-12 {
            margin-left: 3rem;
            margin-right: 3rem;
        }*/
.md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.rounded-4xl {
    border-radius: 2.5rem;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
}

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

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

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

.w-full {
    width: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.bg-background {
    background-color: #f8f9fa;
}

.hidden {
    display: none;
}

.md\:block {
    display: none;
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:px-25 {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}

.sm\:inline-block {
    display: inline-block;
}

@media (min-width: 640px) {
    .sm\:inline-block {
        display: inline-block;
    }

    .sm\:min-h-22\.5 {
        min-height: 5.625rem;
    }

    .sm\:max-h-14\.5 {
        max-height: 3.625rem;
    }

    .sm\:max-w-20\.75 {
        max-width: 5.1875rem;
    }
}

.lg\:block {
    display: none;
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-3 {
    gap: 0.75rem;
}

.border-b {
    border-bottom: 1px solid rgba(229, 231, 235, 0.2);
}

.border-gray-200 {
    border-color: rgba(229, 231, 235, 0.2);
}

.text-gray-200 {
    color: #e5e7eb;
}

.z-10 {
    z-index: 10;
}

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

.min-h-18 {
    min-height: 4.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.h-full {
    height: 100%;
}

.mb-4 {
    margin-bottom: 1rem;
}

.max-w-14\.25 {
    max-width: 3.5625rem;
}

.max-h-10 {
    max-height: 2.5rem;
}

.desktop-menu-list li {
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #6B7280;
}


/* ===== Hero Section ===== */
.hero-section {
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(107,114,128,0.1) 50%, rgba(0,0,0,0.7) 100%), url('../../assets/source/images/hero-main.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hero-content {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
    width: 100%;
    padding: 70px 0 0 0;
    position: relative;
}

.hero-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding-top: 20px;
}

.reservation-box {
    box-shadow: 0px 1px 8px -1px #00000014;
    backdrop-filter: blur(24px);
    background: rgba(175, 175, 175, 0.08);
    padding: 16px;
    /*margin: 0 16px 24px 16px;*/
    /*border-radius: 16px;*/
    width: calc(100% - 32px);
    position: relative;
    bottom: 0;
}

.header-nav.fixed {
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid white !important;
}

    .header-nav.fixed.is-scrolled {
        background: rgba(130, 128, 128, 0.6) !important;
        backdrop-filter: blur(10px) !important;
    }

.date-input-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.custom-width {
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.search-btn {
    padding: 10px 16px;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .hero-content {
        padding: 60px 0 0 0;
    }

    .hero-title-wrapper h1 {
        font-size: 24px !important;
        white-space: normal !important;
        text-align: center;
        padding: 0 16px;
    }

    .hero-title-wrapper p {
        font-size: 14px !important;
        white-space: normal !important;
        text-align: center;
        padding: 0 16px;
    }

    .reservation-box {
        padding: 12px 16px;
        /*  margin: 0 12px 16px 12px;
                border-radius: 12px;*/
        width: calc(100% - 24px);
    }

        .reservation-box .flex-col {
            gap: 12px;
        }

        .reservation-box .w-full {
            padding-right: 0 !important;
        }

        .reservation-box .border-b {
            border-bottom: 1px solid rgba(213, 213, 213, 0.3) !important;
            padding-bottom: 12px;
            margin-bottom: 4px;
        }

        .reservation-box .pb-5 {
            padding-bottom: 8px !important;
        }

        .reservation-box .text-sm {
            font-size: 13px !important;
        }

    .search-btn {
        width: 100%;
        padding: 12px 16px;
        margin-top: 8px;
    }

    .hero-title-wrapper .flex-col {
        gap: 4px;
    }

    .scroll-down-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        margin: 16px auto;
    }

        .scroll-down-mobile p {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.7);
        }

        .scroll-down-mobile a {
            width: 40px;
            height: 40px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

            .scroll-down-mobile a:hover {
                border-color: #ffffff;
                background: rgba(255, 255, 255, 0.1);
            }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-content {
        padding: 80px 0 0 0;
    }

    .reservation-box {
        padding: 20px 24px;
        margin: 0 24px 24px 24px;
        border-radius: 16px;
        width: calc(100% - 48px);
    }

    .hero-title-wrapper h1 {
        font-size: 36px !important;
    }

    .hero-title-wrapper p {
        font-size: 16px !important;
    }
}

/* ===== دسکتاپ ===== */
@media (min-width: 1024px) {
    .hero-content {
        padding: 90px 0 0 0;
    }

    .reservation-box {
        padding: 24px 32px;
        /* margin: 0 32px 32px 32px;
                border-radius: 20px;*/
        width: calc(100% - 64px);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .search-btn {
        /*width: auto;*/
        max-width: 160px;
        padding: 10px 24px;
    }
}




@media (min-width: 768px) {
    .hero-section {
        min-height: 100vh;
        height: 100vh;
    }

    .hero-content {
        padding: 80px 0 0 0;
    }

    .hero-title-wrapper {
        padding-top: 20px;
    }

        .hero-title-wrapper h1 {
            font-size: 36px !important;
            white-space: nowrap;
            padding: 0;
        }

        .hero-title-wrapper p {
            font-size: 16px !important;
            white-space: nowrap;
            padding: 0;
        }

    .reservation-box {
        /*padding: 20px 24px;*/

        width: 100%;
        max-width: 100%;
    }

        .reservation-box .flex-col {
            flex-direction: row !important;
            gap: 16px;
        }

        .reservation-box .w-full {
            padding-right: 12px !important;
            padding-left: 0 !important;
        }

        .reservation-box .border-b {
            border-bottom: none !important;
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }

        .reservation-box .md\:border-r {
            border-right: 1px solid rgba(213, 213, 213, 0.2) !important;
        }

        .reservation-box .pb-5 {
            padding-bottom: 20px !important;
        }

        .reservation-box .text-sm {
            font-size: 14px !important;
        }

        .reservation-box .text-[#D5D5D5]/48 {
            font-size: 14px !important;
        }

    .search-btn {
        /*width: auto;*/
        max-width: 160px;
        padding: 10px 24px;
        margin-top: 0;
    }

    .scroll-down-mobile {
        display: none !important;
    }
}


@media (min-width: 1024px) {
    .hero-content {
        padding: 90px 0 0 0;
    }

    .hero-title-wrapper h1 {
        font-size: 48px !important;
    }

    .hero-title-wrapper p {
        font-size: 18px !important;
    }

    .reservation-box {
        padding: 24px 32px;
        /*margin: 0 32px 32px 32px;*/
        /*border-radius: 20px;*/
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .reservation-box .flex-col {
            gap: 20px;
        }

        .reservation-box .w-full {
            padding-right: 16px !important;
        }

}

.bg-linear-set {
    background: linear-gradient(259.13deg, rgba(0, 0, 0, 0.56) 17.6%, rgba(0, 0, 0, 0) 132.06%);
}
.intro-box-right{
    padding-right:3rem !important;
}
.container {
    max-width: 1330px;
    margin: auto;
    width: 100%;
    margin: auto;
}
