.elementor-kit-6{--e-global-color-primary:#0A1628;--e-global-color-secondary:#D4A853;--e-global-color-text:#4A5568;--e-global-color-accent:#D4A853;--e-global-color-becbc3f:#1E2A40;--e-global-color-10a5d4d:#F5E9CC;--e-global-color-3c35d3f:#B08A3C;--e-global-color-f50da26:#FAFAF8;--e-global-color-eae8a05:#E2E8F0;--e-global-color-604236f:#38A169;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --navy: #0A1628;
  --gold: #D4A853;
  --gold-soft: #F5E9CC;
  --surface: #FAFAF8;
  --border: #E2E8F0;
  --text-gray: #4A5568;
  --shadow-card: 0 2px 6px rgba(10,22,40,.05), 0 12px 32px rgba(10,22,40,.08);
  --shadow-gold: 0 8px 24px rgba(212,168,83,.35);
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-radius: 9999px;
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: var(--shadow-gold);
  transition: .2s;
}
.btn-primary:hover {
  background: #B08A3C;
  transform: translateY(-2px);
}

.tour-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(10,22,40,.04), 0 4px 16px rgba(10,22,40,.06);
  transition: .25s;
}
.tour-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}
.tour-card img { transition: .4s ease; }
.tour-card:hover img { transform: scale(1.05); }

.navbar-scrolled {
  background: rgba(255,255,255,.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 2px rgba(10,22,40,.06);
  border-bottom: 1px solid var(--border);
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  background: #38A169;
  color: #fff;
  border-radius: 9999px;
  padding: 12px 18px;
  box-shadow: var(--shadow-card);
  transition: .2s;
}
.whatsapp-float:hover { transform: scale(1.05); }

body[dir="rtl"],
body[dir="rtl"] * {
  font-family: 'Vazirmatn', sans-serif !important;
  letter-spacing: 0 !important;
}
body[dir="rtl"] .whatsapp-float {
  right: auto;
  left: 24px;
}/* End custom CSS */