@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap");

/* =========================
   DESIGN TOKENS
========================= */

:root {
  --k-bg: #fcf8f2;
  --k-bg-soft: #f4ede3;
  --k-bg-cream: #ece2d4;
  --k-card: #ffffff;
  --k-card-warm: #faf3e9;
  --k-text: #1f1813;
  --k-text-soft: #5c5249;
  --k-text-muted: #8a7d71;
  --k-accent: #d97822;
  --k-accent-soft: #f0c48f;
  --k-accent-deep: #93531d;
  --k-espresso: #221813;
  --k-wine: #33211c;
  --k-border: rgba(67, 48, 33, 0.1);
  --k-border-strong: rgba(67, 48, 33, 0.18);
  --k-shadow-sm: 0 14px 28px rgba(44, 28, 18, 0.07);
  --k-shadow-md: 0 24px 54px rgba(44, 28, 18, 0.11);
  --k-shadow-lg: 0 34px 86px rgba(44, 28, 18, 0.14);
  --k-radius-sm: 10px;
  --k-radius-md: 16px;
  --k-radius-lg: 22px;
  --k-radius-xl: 30px;
  --k-space-1: 6px;
  --k-space-2: 10px;
  --k-space-3: 16px;
  --k-space-4: 24px;
  --k-space-5: 32px;
  --k-space-6: 48px;
  --k-space-7: 72px;
  --k-space-8: 96px;
  --k-container: 100%;
  --k-font-heading: "Outfit", "Manrope", "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --k-font-body: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================
   GLOBAL RESET
========================= */

html {
  background:
    radial-gradient(circle at top left, rgba(217, 120, 34, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(34, 24, 19, 0.045), transparent 28%),
    var(--k-bg);
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(217, 120, 34, 0.08), transparent 30%),
    radial-gradient(circle at right 10%, rgba(34, 24, 19, 0.04), transparent 24%),
    linear-gradient(180deg, #fdf9f4 0%, #fcf8f2 16%, #f7f0e7 100%);
  color: var(--k-text);
  font-family: var(--k-font-body);
  font-size: 17px;
  line-height: 1.78;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font-family: var(--k-font-body);
}

body * {
  box-sizing: border-box;
}

a {
  color: var(--k-accent-deep);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--k-accent);
}

img {
  max-width: 100%;
  height: auto;
}

body.elementor-default {
  background-color: var(--k-bg) !important;
}

body.elementor-default .elementor-section:not(.elementor-sticky),
body.elementor-default .e-con:not(.elementor-sticky) {
  color: var(--k-text);
}

body.elementor-default .elementor-section.elementor-top-section:not(.elementor-sticky),
body.elementor-default .e-con.e-parent:not(.elementor-sticky) {
  background-color: var(--k-bg) !important;
}

body.elementor-default .elementor-background-overlay {
  opacity: 0.075 !important;
}

body.elementor-default .elementor-container,
body.elementor-default .e-con-boxed > .e-con-inner {
  max-width: var(--k-container);
}

/* =========================
   TYPOGRAPHY
========================= */

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-heading .elementor-heading-title {
  color: var(--k-text) !important;
  font-family: var(--k-font-heading) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  line-height: 1.02 !important;
  text-wrap: balance;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 64px !important;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
  font-size: 50px !important;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
  font-size: 32px !important;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
  font-size: 24px !important;
}

p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-icon-box-description,
.wdk-element {
  color: var(--k-text-soft) !important;
  font-family: var(--k-font-body) !important;
  font-size: 17px;
  line-height: 1.86;
}

.elementor-widget-text-editor strong,
.elementor-widget-text-editor b,
.elementor-icon-box-title,
.wdk-title,
.wdk-title a {
  color: var(--k-text) !important;
  font-weight: 800;
}

.elementor-widget-heading + .elementor-widget-text-editor,
.elementor-widget-heading + .elementor-widget-container {
  margin-top: 18px;
}

.elementor-widget-heading .elementor-heading-title::selection,
.elementor-widget-text-editor ::selection {
  background: rgba(255, 106, 0, 0.18);
}

/* =========================
   SECTION SYSTEM
========================= */

body.elementor-default .elementor-section.elementor-top-section:not(.elementor-sticky) {
  padding-top: clamp(74px, 8vw, 118px);
  padding-bottom: clamp(74px, 8vw, 118px);
  position: relative;
}

body.elementor-page-3509 .elementor-element-aa839e0,
body.elementor-page-3509 .elementor-element-9d44cf9,
body.elementor-page-3509 .elementor-element-c09e7db,
body.elementor-page-3509 .elementor-element-603b8d6,
body.elementor-page-3509 .elementor-element-6d4bbe0,
body.elementor-page-4314 .elementor-element-aa839e0,
body.elementor-page-4314 .elementor-element-4c5532f,
body.elementor-page-4947 .elementor-element-f0600c6,
body.elementor-page-4973 .elementor-element-9d44cf9,
body.elementor-page-4960 .elementor-element-71fdd98,
body.elementor-page-4488 .elementor-element-9d44cf9,
body.elementor-page-4938 .elementor-element-c8f30a6 {
  background-color: var(--k-bg-soft) !important;
}

body.elementor-page-4314 .elementor-element-a5f9d05,
body.elementor-page-4314 .elementor-element-3dfa16a,
body.elementor-page-3509 .elementor-element-81d4a84,
body.elementor-page-4488 .elementor-element-36909d7,
body.elementor-page-4488 .elementor-element-343a258 {
  background-color: var(--k-card) !important;
}

body.elementor-default .elementor-widget-image img,
body.elementor-default .gallery-item img {
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-md);
}

body.elementor-page-4314 .elementor-element-fc3f8e7 img,
body.elementor-page-4314 .elementor-element-11be0a3 img {
  filter: saturate(0.82) brightness(1.04);
}

body.elementor-default .elementor-widget-image a {
  display: inline-block;
}

body.elementor-default .elementor-widget-spacer {
  opacity: 0.2;
}

/* Page title banners */
body .elementor-element-6bec13b {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0)),
    var(--k-bg-cream) !important;
  border-top: 1px solid var(--k-border);
  border-bottom: 1px solid var(--k-border);
  padding: 102px 20px 92px !important;
}

body .elementor-element-6bec13b .elementor-heading-title {
  color: var(--k-text) !important;
  font-size: clamp(42px, 6vw, 66px) !important;
  text-transform: uppercase;
}

/* =========================
   HEADER
========================= */

.sec-topbar,
body .elementor-section:has(.elementor-widget-icon-list):has(.elementor-widget-social-icons):not(.elementor-sticky) {
  background: linear-gradient(135deg, #35211d 0%, #291814 100%) !important;
  color: #fff8ee !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.sec-topbar .item,
.sec-topbar .item i,
body .elementor-widget-icon-list .elementor-icon-list-text,
body .elementor-widget-icon-list .elementor-icon-list-icon i,
body .elementor-widget-social-icons .elementor-social-icon i {
  color: #fff4e8 !important;
}

.sec-topbar .container-topbar,
body .elementor-section:has(.elementor-widget-icon-list):has(.elementor-widget-social-icons) > .elementor-container {
  max-width: var(--k-container);
  min-height: 34px;
}

body .elementor-section.elementor-sticky {
  background: transparent !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  z-index: 1000;
}

body .elementor-section.elementor-sticky > .elementor-container,
header > .container {
  width: min(var(--k-container), calc(100vw - 32px)) !important;
  min-height: 90px;
  margin: 0 auto;
  padding: 15px 28px !important;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(246, 237, 225, 0.94)) !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--k-radius-xl);
  box-shadow: 0 24px 64px rgba(44, 28, 18, 0.12);
  backdrop-filter: blur(20px);
  overflow: visible !important;
}

body .elementor-section.elementor-sticky > .elementor-container > .elementor-column,
body .elementor-section.elementor-sticky > .elementor-container > .elementor-column > .elementor-widget-wrap {
  min-height: 0 !important;
}

body .elementor-section.elementor-sticky > .elementor-container > .elementor-column:first-child {
  width: 22% !important;
  flex: 0 0 22% !important;
}

body .elementor-section.elementor-sticky > .elementor-container > .elementor-column:last-child {
  width: 78% !important;
  flex: 0 0 78% !important;
}

body .elementor-section.elementor-sticky > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px;
}

body .elementor-section.elementor-sticky .elementor-widget-eli-menu {
  width: auto !important;
  max-width: none !important;
  flex: 0 1 auto;
}

body .elementor-section.elementor-sticky .elementinvader-addons-for-elementor .wl-nav-menu--layout-horizontal .wl-nav-menu {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

body .elementor-section.elementor-sticky .elementor-widget-wdk-button-addlisting {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
}

body .elementor-section.elementor-sticky .elementinvader-addons-for-elementor .wl-nav-menu--layout-horizontal .wl-nav-menu > li:not(:last-child) {
  margin-right: 8px !important;
}

body .elementor-section.elementor-sticky.elementor-sticky--active > .elementor-container {
  box-shadow: 0 28px 80px rgba(44, 28, 18, 0.16);
}

header {
  background: transparent !important;
  padding: 14px 0 !important;
}

header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .elementor-widget-theme-site-logo img,
header .logo img {
  width: auto !important;
  max-width: 198px !important;
  max-height: 74px !important;
  object-fit: contain;
  box-shadow: none !important;
  border-radius: 0;
}

body .elementor-widget-eli-menu .elementinvader-addons-for-elementor .wl-nav-menu--main .wl-item,
header nav ul li a,
.mobile-menu ul li a {
  color: var(--k-text) !important;
  font-family: var(--k-font-heading) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.2;
  padding: 14px 12px !important;
  text-transform: uppercase;
}

body .elementor-widget-eli-menu .elementinvader-addons-for-elementor .wl-nav-menu--main .wl-item:hover,
body .elementor-widget-eli-menu .elementinvader-addons-for-elementor .wl-nav-menu--main .current-menu-item > .wl-item,
body .elementor-widget-eli-menu .elementinvader-addons-for-elementor .wl-nav-menu--main .current-menu-parent > .wl-item,
header nav > ul > li.current-menu-parent > a,
header nav > ul > li > a:hover,
header nav > ul > li.current_page_item > a {
  color: var(--k-accent) !important;
  background: rgba(217, 120, 34, 0.1) !important;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(217, 120, 34, 0.08);
}

/* ElementInvader Addons 1.4.4 compatibility: the ELI menu wrapper no longer
   includes the legacy plugin class, so keep the header overrides scoped to the
   Elementor menu widget's current markup. */
body .elementor-section.elementor-sticky .elementor-widget-eli-menu .eli .wl-nav-menu--layout-horizontal .wl-nav-menu {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

body .elementor-section.elementor-sticky .elementor-widget-eli-menu .eli .wl-nav-menu--layout-horizontal .wl-nav-menu > li:not(:last-child) {
  margin-right: 8px !important;
}

body .elementor-widget-eli-menu .eli .wl-nav-menu--main .wl-item {
  color: var(--k-text) !important;
  font-family: var(--k-font-heading) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.2;
  padding: 14px 12px !important;
  text-transform: uppercase;
}

body .elementor-widget-eli-menu .eli .wl-nav-menu--main .wl-item:hover,
body .elementor-widget-eli-menu .eli .wl-nav-menu--main .current-menu-item > .wl-item,
body .elementor-widget-eli-menu .eli .wl-nav-menu--main .current-menu-parent > .wl-item {
  color: var(--k-accent) !important;
  background: rgba(217, 120, 34, 0.1) !important;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(217, 120, 34, 0.08);
}

body .elementor-widget-eli-menu .wl-nav-menu--dropdown,
.mobile-menu {
  background: var(--k-card) !important;
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-md);
  box-shadow: var(--k-shadow-md);
}

body .elementor-widget-eli-menu .wl-menu-toggle,
.menu-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--k-text) !important;
  background: linear-gradient(135deg, #f7efe4, #f3e7d9) !important;
  border: 1px solid var(--k-border);
  border-radius: 50%;
}

/* =========================
   BUTTONS
========================= */

body .wdk-element .wdk-element-button,
body .wdk-btn,
body .wdk-search-form .wdk-search-start,
body .elementinvader_addons_for_elementor_f button,
body .eli_f button,
header .sign-in-pr .sign li a.lnk-btn,
body a.lnk-btn,
body button[type="submit"],
body input[type="submit"] {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #e38526, #cb6716) !important;
  border: 1px solid rgba(203, 103, 22, 0.75) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 34px rgba(217, 120, 34, 0.22);
  font-family: var(--k-font-heading) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 15px 26px !important;
  text-transform: uppercase;
}

body .wdk-element .wdk-element-button:hover,
body .wdk-btn:hover,
body .wdk-search-form .wdk-search-start:hover,
body .elementinvader_addons_for_elementor_f button:hover,
body .eli_f button:hover,
header .sign-in-pr .sign li a.lnk-btn:hover,
body a.lnk-btn:hover,
body button[type="submit"]:hover,
body input[type="submit"]:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #241915, #37241d) !important;
  border-color: #37241d !important;
  box-shadow: 0 18px 38px rgba(33, 27, 23, 0.24);
  transform: translateY(-2px);
}

/* =========================
   HERO AND SEARCH
========================= */

body.elementor-page-3509 .elementor-element-ad2f9c4,
body.elementor-page-3509 .elementor-element-f78f41b {
  overflow: hidden;
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: clamp(640px, 74vh, 780px);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.elementor-page-3509 .elementor-element-ad2f9c4 {
  padding-inline: 0 !important;
}

body.elementor-page-3509 .elementor-element-f78f41b,
body.elementor-page-3509 .elementor-element-f78f41b > .elementor-widget-container,
body.elementor-page-3509 .elementor-element-f78f41b .e-hosted-video,
body.elementor-page-3509 .elementor-element-f78f41b .elementor-wrapper {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
}

body.elementor-page-3509 .elementor-element-f78f41b video.elementor-video {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
}

body.elementor-page-3509 .elementor-element-ad2f9c4::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(24, 17, 12, 0.2) 0%, rgba(24, 17, 12, 0.05) 32%, rgba(24, 17, 12, 0.32) 100%),
    radial-gradient(circle at top right, rgba(245, 207, 152, 0.22), transparent 26%);
}

body.elementor-page-3509 .elementor-element-0a65db7 {
  width: min(980px, calc(100vw - 56px)) !important;
  min-height: 0 !important;
  height: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-inline: auto !important;
  padding: 20px 22px 18px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(247, 240, 231, 0.62)) !important;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(38, 24, 16, 0.14);
  backdrop-filter: blur(16px);
  align-self: center !important;
  align-items: stretch !important;
  justify-content: center !important;
  transform: translateY(4px);
}

body .wdk-search-form {
  width: 100%;
  margin: 0;
}

body .wdk-search-form > .wdk-row {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.45fr) minmax(210px, 1fr) minmax(210px, 1fr) 172px;
  gap: 16px;
  align-items: stretch;
  margin: 0 !important;
}

body .wdk-search-form .wdk-col,
body .wdk-search-form .wdk-field {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .wdk-search-form .wdk-field-group,
body .wdk-search-form .wdk-field-group-search,
body .wdk-search-form .wdk-field-btn {
  width: 100%;
}

body .wdk-search-form .wdk-col-btns {
  grid-column: auto !important;
  width: auto !important;
  max-width: none !important;
}

body .wdk-search-form .wdk-field-btn {
  display: block !important;
}

body .wdk-search-form .wdk-field-group-additional,
body .wdk-search-form .wdk-field-group-reset {
  display: none !important;
}

body .wdk-search-form .wdk-field-group-search {
  display: block !important;
  width: 100%;
}

body .wdk-search-form .wdk-field-label {
  display: block;
  margin: 0 0 12px;
  color: rgba(92, 82, 73, 0.82) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  min-height: 18px;
  text-transform: uppercase;
}

body.elementor-page-3509 .wdk-search-form .wdk-field-label {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
}

body .wdk-search-form .wdk-control:not([type="checkbox"]),
body .wdk_dropdown_tree .btn-group .btn,
body .eli_f input,
body .eli_f textarea,
body .elementinvader_addons_for_elementor_f input.elementinvader_addons_for_elementor_f_field,
body .elementinvader_addons_for_elementor_f textarea.elementinvader_addons_for_elementor_f_field,
body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="number"],
body input[type="search"],
body textarea {
  min-height: 58px;
  width: 100%;
  color: var(--k-text) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 240, 0.98)) !important;
  border: 1px solid rgba(67, 48, 33, 0.11) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.35;
  padding: 16px 18px !important;
}

body.elementor-page-3509 .wdk-search-form .wdk-field-group {
  min-height: 58px;
}

body.elementor-page-3509 .wdk-search-form .wdk_dropdown_tree,
body.elementor-page-3509 .wdk-search-form .wdk_dropdown_tree .btn-group,
body.elementor-page-3509 .wdk-search-form .wdk_dropdown_tree .btn-group .btn,
body.elementor-page-3509 .wdk-search-form .wdk_dropdown_tree .btn-group .dropdown-toggle,
body.elementor-page-3509 .wdk-search-form .wdk-field-group-search,
body.elementor-page-3509 .wdk-search-form .wdk-search-start {
  min-height: 58px !important;
  height: 58px !important;
}

body.elementor-page-3509 .wdk-search-form .wdk-search-start {
  width: 100%;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row {
  grid-template-columns: minmax(208px, 1.2fr) minmax(188px, 1fr) minmax(188px, 1fr) 190px;
  gap: 14px 16px;
  align-items: end;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk_dropdown_tree .btn-group {
  grid-template-columns: minmax(0, 1fr) 48px;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk_dropdown_tree .btn-group > .btn:not(.dropdown-toggle) {
  display: flex !important;
  align-items: center;
  min-width: 0;
  padding: 0 12px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk_dropdown_tree .btn-group > .dropdown-toggle {
  width: 48px;
  min-width: 48px;
  padding: 0 !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-field,
body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col {
  min-width: 0;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk_search_field_6 {
  grid-column: 1 / span 2;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-field-btn {
  align-self: end;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child > .wdk-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px 10px;
  width: 100%;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child > .wdk-row > .wdk-field {
  width: auto !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child > .wdk-row > .wdk_search_field_6 {
  order: 1;
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child > .wdk-row > .CHECKBOX {
  order: 2;
  flex: 0 0 auto !important;
  width: auto !important;
}

body.elementor-page-3509 .wdk-search-form .wdk-field-label {
  margin-bottom: 10px;
  color: rgba(88, 76, 65, 0.74) !important;
  font-size: 11px;
  letter-spacing: 0.18em;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk_search_field_6 .min_max_row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk_search_field_6 {
  flex: 1 0 100%;
  min-width: min(320px, 100%);
  width: 100% !important;
  max-width: none;
  margin-right: 0 !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk_search_field_6 .min_max_row .wdk-col {
  min-width: 0;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX {
  width: auto !important;
  flex: 0 0 auto;
  justify-content: flex-start !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-field-group {
  display: flex;
  align-items: flex-end;
  min-height: 0;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-field-label {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content !important;
  max-width: 100%;
  min-height: 42px;
  margin: 0 !important;
  padding: 11px 14px !important;
  color: rgba(74, 60, 49, 0.88) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 241, 233, 0.58)) !important;
  border: 1px solid rgba(95, 75, 57, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-control[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-grid !important;
  place-content: center;
  flex: 0 0 16px;
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  min-height: 16px;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1.5px solid rgba(113, 88, 64, 0.34) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  cursor: pointer;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-control[type="checkbox"]::after {
  content: "";
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin-top: -1px;
  transform: rotate(45deg) scale(0);
  transition: transform 0.18s ease;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-control[type="checkbox"]:checked {
  background: linear-gradient(180deg, var(--k-accent), #c96c1d) !important;
  border-color: var(--k-accent) !important;
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-control[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-control[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(217, 120, 34, 0.16) !important;
}

body .wdk-search-form .wdk-control::placeholder,
body input::placeholder,
body textarea::placeholder {
  color: rgba(138, 125, 113, 0.92) !important;
  opacity: 1 !important;
}

body .wdk_dropdown_tree .btn-group .btn,
body .wdk_dropdown_tree .btn-group .btn i,
body .wdk_dropdown_tree .btn-group .btn span {
  color: var(--k-text) !important;
}

body.elementor-default .elementor-widget-wdk-search .wdk_dropdown_tree .btn-group button.btn,
body.elementor-default .wdk-element .wdk_dropdown_tree .btn-group button.btn,
body.elementor-default .wdk-element .wdk_dropdown_tree .btn-group button.btn i {
  color: var(--k-text) !important;
}

body .wdk_dropdown_tree .btn-group {
  display: grid;
  grid-template-columns: 1fr 56px;
  width: 100%;
}

body .wdk_dropdown_tree .btn-group .dropdown-toggle {
  border-left: 0 !important;
  background: rgba(244, 237, 227, 0.86) !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

body .wdk-search-form .wdk-control:focus,
body .wdk_dropdown_tree .btn-group .btn:focus,
body .elementinvader_addons_for_elementor_f input:focus,
body .elementinvader_addons_for_elementor_f textarea:focus,
body .eli_f input:focus,
body input:focus,
body textarea:focus {
  border-color: rgba(217, 120, 34, 0.48) !important;
  box-shadow: 0 0 0 5px rgba(217, 120, 34, 0.1) !important;
  outline: none;
}

body .wdk_dropdown_tree .list_container,
body .wdk_suggestion .list_container {
  background: var(--k-card) !important;
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-md);
  box-shadow: var(--k-shadow-md);
  overflow: hidden;
}

body .wdk_dropdown_tree .list_items li,
body .wdk_suggestion .list_items li {
  color: var(--k-text-soft);
  padding: 11px 14px;
}

body .wdk_dropdown_tree .list_items li:hover,
body .wdk_suggestion .list_items li:hover {
  color: var(--k-text);
  background: var(--k-bg-soft);
}

/* =========================
   STATS AND CONTENT BLOCKS
========================= */

body .elementor-counter {
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.95));
  border: 1px solid var(--k-border);
  border-radius: 24px;
  box-shadow: var(--k-shadow-sm);
}

body .elementor-counter .elementor-counter-number-wrapper {
  color: var(--k-accent) !important;
  font-family: var(--k-font-heading) !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1;
  letter-spacing: -0.05em;
}

body .elementor-counter .elementor-counter-title {
  color: var(--k-text-soft) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em;
  margin-top: 12px;
  text-transform: uppercase;
}

body .elementor-widget-image-carousel .swiper-slide img,
body .elementor-widget-image-carousel .slick-slide img {
  border-radius: var(--k-radius-md);
  box-shadow: var(--k-shadow-sm);
}

body .wdk-categories-card-cover {
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-sm);
}

body .wdk-categories-card-cover .wdk-image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 260ms ease;
}

body .wdk-categories-card-cover:hover .wdk-image {
  transform: scale(1.06);
}

body .wdk-categories-card-cover .overlay {
  background: rgba(20, 16, 12, 0.24) !important;
}

body .wdk-categories-card-cover .wdk-categories-card-body {
  padding: 20px !important;
}

body .wdk-categories-card-cover .wdk-title {
  color: #ffffff !important;
  font-family: var(--k-font-heading) !important;
  font-size: 21px !important;
  line-height: 1.2;
}

body .wdk-categories-card-cover .wdk-listings-count {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 13px;
}

body .wdk-categories-card-cover .wdk-category-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--k-text) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 50%;
}

/* =========================
   PROPERTY CARDS
========================= */

body .wdk-listing-card.grid {
  overflow: hidden;
  color: var(--k-text-soft) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96)) !important;
  border: 1px solid var(--k-border);
  border-radius: 26px;
  box-shadow: var(--k-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body .wdk-listing-card.grid:hover {
  border-color: rgba(217, 120, 34, 0.24);
  box-shadow: 0 32px 78px rgba(35, 22, 14, 0.16);
  transform: translateY(-8px);
}

body .wdk-listing-card.grid .wdk-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.16 / 0.78;
  min-height: 258px;
  background: var(--k-bg-soft) !important;
}

body .wdk-listing-card.grid .wdk-thumbnail img,
body .wdk-listing-card.grid .wdk-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 260ms ease;
}

body .wdk-listing-card.grid:hover .wdk-thumbnail img {
  transform: scale(1.045);
}

body .wdk-listing-card.grid .wdk-thumbnail .overlay {
  background: linear-gradient(180deg, rgba(20, 16, 12, 0.04), rgba(20, 16, 12, 0.24)) !important;
}

body .wdk-listing-card.grid .wdk-over-image-top,
body .wdk-listing-card.grid .wdk-over-image-bottom {
  position: absolute;
  z-index: 2;
}

body .wdk-listing-card.grid .wdk-over-image-top span,
body .wdk-listing-card.grid .wdk-over-image-bottom span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--k-accent-deep) !important;
  background: rgba(255, 250, 243, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(22, 14, 8, 0.12);
  font-family: var(--k-font-heading) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 6px 13px !important;
  text-transform: uppercase;
}

body .wdk-listing-card.grid .wdk-title,
body .wdk-listing-card.grid .wdk-subtitle-part,
body .wdk-listing-card.grid .wdk-features-part,
body .wdk-listing-card.grid .wdk-footer {
  background: transparent !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body .wdk-listing-card.grid .wdk-title {
  padding-top: 26px !important;
  padding-bottom: 10px !important;
}

body .wdk-listing-card.grid .wdk-title .title,
body .wdk-listing-card.grid .wdk-title .title a,
body .wdk-listing-card.grid .wdk-title .wdk-field-post_title {
  color: var(--k-text) !important;
  font-family: var(--k-font-heading) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
}

body .wdk-listing-card.grid .wdk-subtitle-part {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding-bottom: 18px !important;
}

body .wdk-listing-card.grid .wdk-subtitle-part span {
  color: var(--k-text-muted) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .wdk-listing-card.grid .wdk-subtitle-part .wdk-field-6 {
  color: var(--k-accent-deep) !important;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.03em;
  text-transform: none;
}

body .wdk-listing-card.grid .wdk-features-part {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 2px !important;
  padding-bottom: 22px !important;
}

body .wdk-listing-card.grid .wdk-features-part .wdk-field-item {
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  color: var(--k-text-soft) !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(244, 237, 227, 0.86) !important;
  border: 1px solid rgba(67, 48, 33, 0.08);
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.4;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

body .wdk-listing-card.grid .wdk-features-part .wdk-rc-field-label,
body .wdk-listing-card.grid .wdk-features-part .wdk-rc-field-prefix,
body .wdk-listing-card.grid .wdk-features-part .wdk-rc-field-value,
body .wdk-listing-card.grid .wdk-features-part .wdk-rc-field-suffix {
  color: var(--k-text-soft) !important;
  white-space: normal !important;
}

body .wdk-listing-card.grid .wdk-features-part .wdk-rc-field-label {
  color: var(--k-text) !important;
  font-weight: 800;
}

body .wdk-listing-card.grid .wdk-features-part .wdk-icon {
  width: 16px !important;
  height: 16px !important;
  margin-right: 4px;
  box-shadow: none !important;
}

body .wdk-listing-card.grid .wdk-divider {
  display: none !important;
}

body .wdk-listing-card.grid .wdk-footer {
  margin-top: auto;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}

body .wdk-listing-card.grid .wdk-footer .wdk-right,
body .wdk-listing-card.grid .wdk-footer .wdk-btn {
  width: 100%;
}

body .wdk-listing-card.grid .wdk-footer .wdk-btn {
  min-height: 48px;
  background: linear-gradient(135deg, #241a15, #31231d) !important;
  border-color: rgba(36, 26, 21, 0.92) !important;
  box-shadow: 0 14px 30px rgba(36, 26, 21, 0.12);
}

body .wdk-listing-card.grid .wdk-footer .wdk-btn:hover {
  background: linear-gradient(135deg, #e38526, #cb6716) !important;
  border-color: rgba(203, 103, 22, 0.75) !important;
}

body .wdk-listing-real-estate-dark-house .wdk-row,
body .wdk-listing-real-estate-dark-house .wdk-listings-results {
  gap: 24px !important;
}

body .wdk-listing-real-estate-dark-house .wdk-inner-listings-results > .wdk-col {
  width: calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  flex: 0 0 calc((100% - 48px) / 3) !important;
}

body .wdk-listing-real-estate-dark-house .wdk-card--wrapper,
body .wdk-listing-real-estate-dark-house .wdk-listing-card.grid {
  width: 100% !important;
}

/* =========================
   TESTIMONIALS AND CAROUSELS
========================= */

body .elementor-testimonial,
body .elementor-testimonial__content,
body .elementor-testimonial__footer,
body .testimonial-sec .tsti-slider {
  color: var(--k-text-soft) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96)) !important;
  border: 1px solid var(--k-border);
  border-radius: 26px;
  box-shadow: var(--k-shadow-sm);
}

body .elementor-testimonial {
  position: relative;
  padding: 38px 36px !important;
  overflow: hidden;
}

body .elementor-testimonial::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(217, 120, 34, 0.12);
  font-family: var(--k-font-heading);
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
}

body .elementor-testimonial__text {
  color: var(--k-text-soft) !important;
  font-size: 19px !important;
  line-height: 1.9 !important;
}

body .elementor-testimonial__name {
  color: var(--k-text) !important;
  font-family: var(--k-font-heading) !important;
  font-weight: 800 !important;
  font-size: 18px !important;
}

body .elementor-swiper-button,
body .slick-arrow,
body .wdk-slider-prev,
body .wdk-slider-next {
  width: 48px;
  height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--k-text) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 236, 225, 0.9)) !important;
  border: 1px solid var(--k-border);
  border-radius: 50%;
  box-shadow: var(--k-shadow-sm);
}

body .elementor-swiper-button:hover,
body .slick-arrow:hover,
body .wdk-slider-prev:hover,
body .wdk-slider-next:hover {
  color: #ffffff !important;
  background: var(--k-accent) !important;
  border-color: var(--k-accent);
}

body .swiper-pagination-bullet,
body .slick-dots li button::before {
  background: var(--k-accent-soft) !important;
  color: var(--k-accent-soft) !important;
  opacity: 0.45 !important;
}

body .swiper-pagination-bullet-active,
body .slick-dots li.slick-active button::before {
  background: var(--k-accent) !important;
  color: var(--k-accent) !important;
  opacity: 1 !important;
}

/* =========================
   GALLERY
========================= */

body .elementor-widget-image-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

body .elementor-widget-image-gallery .gallery-item {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body .elementor-widget-image-gallery .gallery-icon {
  overflow: hidden;
  border-radius: var(--k-radius-md);
  box-shadow: var(--k-shadow-sm);
}

body .elementor-widget-image-gallery .gallery-item img {
  width: 100%;
  aspect-ratio: 1.28 / 0.82;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  transition: transform 240ms ease;
}

body .elementor-widget-image-gallery .gallery-item:hover img {
  transform: scale(1.05);
}

/* =========================
   FORMS AND BLOG
========================= */

body .elementinvader_addons_for_elementor_f,
body .eli_f,
body .elementor-widget-eli-blog,
body .elementor-widget-wdk-categories-list {
  color: var(--k-text-soft) !important;
}

body .elementor-widget-eli-contact-form {
  max-width: 980px;
  margin-inline: auto !important;
}

body .elementor-widget-eli-contact-form > .elementor-widget-container {
  width: 100%;
  padding: 34px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 243, 234, 0.96));
  border: 1px solid var(--k-border);
  border-radius: 30px;
  box-shadow: var(--k-shadow-md);
}

body .elementinvader_addons_for_elementor_f {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body .elementinvader_addons_for_elementor_f textarea.elementinvader_addons_for_elementor_f_field {
  grid-column: 1 / -1;
  min-height: 150px;
  resize: vertical;
}

body .elementinvader_addons_for_elementor_f button {
  grid-column: 1 / -1;
  justify-self: center;
}

body .eli_f {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  background: var(--k-card);
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-sm);
}

body .elementor-widget-eli-blog {
  padding: 24px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96));
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-sm);
}

body .elementor-widget-wdk-categories-list {
  padding: 26px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96));
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-sm);
}

body .elementor-widget-wdk-categories-list a,
body .elementor-widget-wdk-categories-list li,
body .elementor-widget-wdk-categories-list span {
  color: var(--k-text-soft) !important;
  font-size: 16px;
}

body .elementor-widget-wdk-categories-list a:hover {
  color: var(--k-accent) !important;
}

/* =========================
   ICON BOXES, MAPS, FOOTER
========================= */

body .elementor-widget-icon-box .elementor-icon-box-wrapper {
  height: 100%;
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96));
  border: 1px solid var(--k-border);
  border-radius: var(--k-radius-lg);
  box-shadow: var(--k-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body .elementor-widget-icon-box .elementor-icon-box-wrapper a,
body .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title a,
body .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-description a {
  color: var(--k-text) !important;
}

body .elementor-widget-icon-box .elementor-icon-box-wrapper a:hover,
body .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title a:hover,
body .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-description a:hover {
  color: var(--k-accent) !important;
}

body .elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 120, 34, 0.2);
  box-shadow: var(--k-shadow-md);
}

body .elementor-widget-social-icons .elementor-social-icon {
  width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--k-accent) !important;
  background: rgba(217, 120, 34, 0.08) !important;
  border: 1px solid rgba(217, 120, 34, 0.14);
  border-radius: 50%;
}

body .elementor-widget-social-icons .elementor-social-icon:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #e38526, #cb6716) !important;
  border-color: rgba(203, 103, 22, 0.75);
}

body .elementor-widget-social-icons .elementor-social-icon i,
body .elementor-widget-social-icons .elementor-social-icon svg {
  color: currentColor !important;
  fill: currentColor !important;
}

.sec-topbar .elementor-social-icon,
body .elementor-section:has(.elementor-widget-icon-list):has(.elementor-widget-social-icons):not(.elementor-sticky) .elementor-social-icon {
  width: auto;
  height: auto;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body .elementor-widget-icon-box .elementor-icon {
  color: var(--k-accent) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: rgba(217, 120, 34, 0.1) !important;
  border: 1px solid rgba(217, 120, 34, 0.16);
  border-radius: 22px;
}

body .elementor-widget-icon-box .elementor-icon i,
body .elementor-widget-icon-box .elementor-icon svg {
  color: var(--k-accent) !important;
  fill: var(--k-accent) !important;
}

body .elementor-icon-box-title {
  margin-bottom: 6px !important;
}

body .leaflet-container,
body .wdk-map,
body .elementor-widget-eli-map {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--k-shadow-md);
}

body .elementor-widget-eli-map {
  border: 1px solid var(--k-border);
}

body .sec-footer,
body.elementor-default .elementor-section.elementor-element-3fe738a,
body.elementor-default .elementor-section.elementor-element-a3bdd7b,
body.elementor-default .elementor-section.elementor-element-3f68d7a,
body.elementor-default .elementor-section.elementor-element-e51bbf4,
body.elementor-default .elementor-section.elementor-element-d61a1cb,
body.elementor-default .elementor-section.elementor-element-343a258,
body.elementor-default .elementor-section.elementor-element-c8f30a6,
body.elementor-default .elementor-section.elementor-element-10eeb22,
body.elementor-default .elementor-section.elementor-element-0617877,
body.elementor-default .elementor-section.elementor-element-ec19974,
body.elementor-default .elementor-section.elementor-element-72432b0,
body.elementor-default .elementor-section.elementor-element-7aa1c75,
body.elementor-default .elementor-section.elementor-element-b286d96,
body .elementor-element-10eeb22,
body .elementor-element-0617877,
body .elementor-element-ec19974,
body .elementor-element-72432b0,
body .elementor-element-7aa1c75,
body .elementor-element-b286d96,
body .elementor-element-d9486ac,
body .elementor-element-b7958d9,
body .elementor-element-d61a1cb,
body .elementor-element-343a258 {
  background: linear-gradient(180deg, #241a15 0%, #1b130f 100%) !important;
  color: #fff6ed !important;
}

body .sec-footer a,
body .sec-footer p,
body .sec-footer .label,
body .sec-footer .value,
body.elementor-default .elementor-section.elementor-element-3fe738a .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-a3bdd7b .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-3f68d7a .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-e51bbf4 .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-d61a1cb .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-343a258 .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-c8f30a6 .elementor-heading-title,
body.elementor-default .elementor-section.elementor-element-3fe738a a,
body.elementor-default .elementor-section.elementor-element-a3bdd7b a,
body.elementor-default .elementor-section.elementor-element-3f68d7a a,
body.elementor-default .elementor-section.elementor-element-e51bbf4 a,
body.elementor-default .elementor-section.elementor-element-d61a1cb a,
body.elementor-default .elementor-section.elementor-element-343a258 a,
body.elementor-default .elementor-section.elementor-element-c8f30a6 a,
body.elementor-default .elementor-section.elementor-element-10eeb22 p,
body.elementor-default .elementor-section.elementor-element-0617877 p,
body.elementor-default .elementor-section.elementor-element-ec19974 p,
body.elementor-default .elementor-section.elementor-element-72432b0 p,
body.elementor-default .elementor-section.elementor-element-7aa1c75 p,
body.elementor-default .elementor-section.elementor-element-b286d96 p,
body .elementor-element-10eeb22 p,
body .elementor-element-0617877 p,
body .elementor-element-ec19974 p,
body .elementor-element-72432b0 p,
body .elementor-element-7aa1c75 p,
body .elementor-element-b286d96 p {
  color: #fff0e2 !important;
}

body .sec-footer,
body.elementor-default .elementor-section.elementor-element-3fe738a,
body.elementor-default .elementor-section.elementor-element-a3bdd7b,
body.elementor-default .elementor-section.elementor-element-3f68d7a,
body.elementor-default .elementor-section.elementor-element-e51bbf4,
body.elementor-default .elementor-section.elementor-element-d61a1cb,
body.elementor-default .elementor-section.elementor-element-343a258,
body.elementor-default .elementor-section.elementor-element-c8f30a6,
body.elementor-default .elementor-section.elementor-element-10eeb22,
body.elementor-default .elementor-section.elementor-element-0617877,
body.elementor-default .elementor-section.elementor-element-ec19974,
body.elementor-default .elementor-section.elementor-element-72432b0,
body.elementor-default .elementor-section.elementor-element-7aa1c75,
body.elementor-default .elementor-section.elementor-element-b286d96,
body.elementor-default .elementor-section.elementor-element-d9486ac,
body.elementor-default .elementor-section.elementor-element-b7958d9 {
  position: relative;
  overflow: hidden;
}

body .sec-footer::before,
body.elementor-default .elementor-section.elementor-element-3fe738a::before,
body.elementor-default .elementor-section.elementor-element-a3bdd7b::before,
body.elementor-default .elementor-section.elementor-element-3f68d7a::before,
body.elementor-default .elementor-section.elementor-element-e51bbf4::before,
body.elementor-default .elementor-section.elementor-element-d61a1cb::before,
body.elementor-default .elementor-section.elementor-element-343a258::before,
body.elementor-default .elementor-section.elementor-element-c8f30a6::before,
body.elementor-default .elementor-section.elementor-element-10eeb22::before,
body.elementor-default .elementor-section.elementor-element-0617877::before,
body.elementor-default .elementor-section.elementor-element-ec19974::before,
body.elementor-default .elementor-section.elementor-element-72432b0::before,
body.elementor-default .elementor-section.elementor-element-7aa1c75::before,
body.elementor-default .elementor-section.elementor-element-b286d96::before,
body.elementor-default .elementor-section.elementor-element-d9486ac::before,
body.elementor-default .elementor-section.elementor-element-b7958d9::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(217, 120, 34, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

body .elementor-element-c8f30a6 .elementor-widget-icon-box .elementor-icon-box-wrapper,
body .elementor-element-d61a1cb .elementor-widget-icon-box .elementor-icon-box-wrapper,
body .elementor-element-3f68d7a .elementor-widget-icon-box .elementor-icon-box-wrapper,
body .elementor-element-343a258 .elementor-widget-icon-box .elementor-icon-box-wrapper {
  background: var(--k-card-warm);
}

body.elementor-page-4314 .elementor-element-3dfa16a {
  background-color: #f2e5d6 !important;
  background-image: linear-gradient(135deg, #f4e7d7 0%, #ebdac4 100%) !important;
  border: 1px solid rgba(67, 48, 33, 0.12);
  border-radius: 30px;
  box-shadow: var(--k-shadow-md);
  overflow: hidden;
}

body.elementor-page-4314 .elementor-element-3dfa16a .elementor-heading-title,
body.elementor-page-4314 .elementor-element-3dfa16a p,
body.elementor-page-4314 .elementor-element-3dfa16a span,
body.elementor-page-4314 .elementor-element-3dfa16a strong {
  color: var(--k-text) !important;
  text-shadow: none !important;
}

body.single-wdk-listing .elementor-element-1b577f3 {
  padding-top: 28px !important;
  padding-bottom: 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.42)),
    var(--k-bg) !important;
  border-bottom: 1px solid var(--k-border);
}

body.single-wdk-listing .elementor-element-1b577f3 h1,
body.single-wdk-listing .elementor-element-1b577f3 h2,
body.single-wdk-listing .elementor-element-1b577f3 h3,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-title,
body.single-wdk-listing .elementor-element-1b577f3 .title,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-field-post_title,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-field-post_city,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-field-post_location,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-field,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-field-value,
body.single-wdk-listing .elementor-element-1b577f3 .wdk-field-value .value,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field-value,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field-value .value {
  color: var(--k-text) !important;
  text-shadow: none !important;
}

body.single-wdk-listing .elementor-element-34365a5 a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--k-text) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 229, 0.95)) !important;
  border: 1px solid rgba(67, 48, 33, 0.1);
  border-radius: 999px;
  box-shadow: var(--k-shadow-sm);
  font-family: var(--k-font-heading) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  padding: 0 22px !important;
  text-transform: uppercase;
}

body.single-wdk-listing .elementor-element-34365a5 a:hover,
body.single-wdk-listing .elementor-element-34365a5 a:focus {
  color: var(--k-accent) !important;
  border-color: rgba(217, 120, 34, 0.2);
  box-shadow: var(--k-shadow-md);
}

body.single-wdk-listing .elementor-section.elementor-element-3ca1f54,
body.single-wdk-listing .elementor-section.elementor-element-54bc7d5 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96)) !important;
  border: 1px solid rgba(67, 48, 33, 0.1);
  border-radius: 28px;
  box-shadow: var(--k-shadow-md);
}

body.elementor-default .elementor-section.elementor-top-section.elementor-element-3fe738a,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-a3bdd7b,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-3f68d7a,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-e51bbf4,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-d61a1cb,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-343a258,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-c8f30a6,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-10eeb22,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-0617877,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-ec19974,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-72432b0,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-7aa1c75,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-b286d96,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-d9486ac {
  background-color: var(--k-espresso) !important;
}

body.elementor-default .elementor-section.elementor-top-section.elementor-element-3fe738a,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-a3bdd7b,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-3f68d7a,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-e51bbf4,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-d61a1cb,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-343a258,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-c8f30a6,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-d9486ac {
  padding-top: 52px !important;
  padding-bottom: 24px !important;
}

body.elementor-default .elementor-section.elementor-top-section.elementor-element-10eeb22,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-0617877,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-ec19974,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-72432b0,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-7aa1c75,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-b286d96,
body.elementor-default .elementor-section.elementor-top-section.elementor-element-b7958d9 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-top: 1px solid rgba(255, 240, 226, 0.12);
}

body .menu-menu-footer-container,
body .menu-footer-container {
  width: 100%;
  margin-top: 16px;
}

body .menu-menu-footer-container ul,
body .menu-footer-container ul,
body footer .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 240, 226, 0.14);
}

body .menu-menu-footer-container li,
body .menu-footer-container li {
  margin: 0;
  padding: 0;
}

body .menu-menu-footer-container a,
body .menu-footer-container a,
body footer .menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: rgba(255, 240, 226, 0.92) !important;
  font-family: var(--k-font-heading) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 999px;
}

body.elementor-default .elementor-section.elementor-element-3fe738a nav .wl-item,
body.elementor-default .elementor-section.elementor-element-a3bdd7b nav .wl-item,
body.elementor-default .elementor-section.elementor-element-d61a1cb nav .wl-item,
body.elementor-default .elementor-section.elementor-element-343a258 nav .wl-item,
body.elementor-default .elementor-section.elementor-element-d9486ac nav .wl-item,
body.elementor-default .elementor-section.elementor-element-b7958d9 nav .wl-item,
body.elementor-default .elementor-section.elementor-element-3fe738a .menu-menu-footer-container a,
body.elementor-default .elementor-section.elementor-element-a3bdd7b .menu-menu-footer-container a,
body.elementor-default .elementor-section.elementor-element-d61a1cb .menu-menu-footer-container a,
body.elementor-default .elementor-section.elementor-element-343a258 .menu-menu-footer-container a,
body.elementor-default .elementor-section.elementor-element-d9486ac .menu-menu-footer-container a,
body.elementor-default .elementor-section.elementor-element-b7958d9 .menu-menu-footer-container a {
  color: rgba(255, 244, 235, 0.96) !important;
  opacity: 1 !important;
}

body.elementor-default .elementor-section.elementor-element-3fe738a nav .wl-item:hover,
body.elementor-default .elementor-section.elementor-element-3fe738a nav .current-menu-item > .wl-item,
body.elementor-default .elementor-section.elementor-element-a3bdd7b nav .wl-item:hover,
body.elementor-default .elementor-section.elementor-element-a3bdd7b nav .current-menu-item > .wl-item,
body.elementor-default .elementor-section.elementor-element-d61a1cb nav .wl-item:hover,
body.elementor-default .elementor-section.elementor-element-d61a1cb nav .current-menu-item > .wl-item,
body.elementor-default .elementor-section.elementor-element-343a258 nav .wl-item:hover,
body.elementor-default .elementor-section.elementor-element-343a258 nav .current-menu-item > .wl-item,
body.elementor-default .elementor-section.elementor-element-d9486ac nav .wl-item:hover,
body.elementor-default .elementor-section.elementor-element-d9486ac nav .current-menu-item > .wl-item,
body.elementor-default .elementor-section.elementor-element-b7958d9 nav .wl-item:hover,
body.elementor-default .elementor-section.elementor-element-b7958d9 nav .current-menu-item > .wl-item {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body .menu-menu-footer-container a:hover,
body .menu-menu-footer-container .current-menu-item > a,
body .menu-footer-container a:hover,
body .menu-footer-container .current-menu-item > a,
body footer .menu a:hover,
body footer .menu .current-menu-item > a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body .sec-footer .elementor-heading-title,
body .sec-footer p,
body .sec-footer a,
body .sec-footer li,
body .sec-footer span {
  position: relative;
  z-index: 1;
}

body.elementor-default .elementor-section.elementor-element-3fe738a .elementor-icon-box-wrapper,
body.elementor-default .elementor-section.elementor-element-d61a1cb .elementor-icon-box-wrapper,
body.elementor-default .elementor-section.elementor-element-343a258 .elementor-icon-box-wrapper,
body.elementor-default .elementor-section.elementor-element-d9486ac .elementor-icon-box-wrapper {
  padding: 24px 22px;
}

body.elementor-default .elementor-section.elementor-element-3fe738a .elementor-icon-box-wrapper a,
body.elementor-default .elementor-section.elementor-element-d61a1cb .elementor-icon-box-wrapper a,
body.elementor-default .elementor-section.elementor-element-343a258 .elementor-icon-box-wrapper a,
body.elementor-default .elementor-section.elementor-element-d9486ac .elementor-icon-box-wrapper a,
body.elementor-default .elementor-section.elementor-element-3fe738a .elementor-icon-box-title a,
body.elementor-default .elementor-section.elementor-element-d61a1cb .elementor-icon-box-title a,
body.elementor-default .elementor-section.elementor-element-343a258 .elementor-icon-box-title a,
body.elementor-default .elementor-section.elementor-element-d9486ac .elementor-icon-box-title a,
body.elementor-default .elementor-section.elementor-element-3fe738a .elementor-icon-box-description a,
body.elementor-default .elementor-section.elementor-element-d61a1cb .elementor-icon-box-description a,
body.elementor-default .elementor-section.elementor-element-343a258 .elementor-icon-box-description a,
body.elementor-default .elementor-section.elementor-element-d9486ac .elementor-icon-box-description a {
  color: var(--k-text) !important;
}

body.single-wdk-listing .elementor-element-7038a5e .wdk-element,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field *,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field-value,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field-value *,
body.single-wdk-listing .elementor-element-7038a5e .wdk-field-label,
body.single-wdk-listing .elementor-element-7038a5e .prefix,
body.single-wdk-listing .elementor-element-7038a5e .suffix,
body.single-wdk-listing .elementor-element-7038a5e .value,
body.single-wdk-listing .elementor-element-7038a5e i,
body.single-wdk-listing .elementor-element-7038a5e svg {
  color: var(--k-text) !important;
  fill: var(--k-text) !important;
  opacity: 1 !important;
  text-shadow: none !important;
  filter: none !important;
}

body.single-wdk-listing .elementor-element-7038a5e > .elementor-container {
  display: block;
}

body.single-wdk-listing .elementor-element-7038a5e > .elementor-container > .elementor-top-column {
  width: 100% !important;
  max-width: 100% !important;
}

body.single-wdk-listing .elementor-element-7038a5e > .elementor-container > .elementor-top-column > .elementor-widget-wrap {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-section > .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-column {
  width: calc((100% - 90px) / 6) !important;
  max-width: calc((100% - 90px) / 6) !important;
  flex: 0 0 calc((100% - 90px) / 6) !important;
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  min-height: 214px;
  padding: 24px 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 234, 0.96)) !important;
  border: 1px solid rgba(67, 48, 33, 0.1);
  border-radius: 24px;
  box-shadow: var(--k-shadow-sm);
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-widget,
body.single-wdk-listing .elementor-element-7038a5e .elementor-widget-container,
body.single-wdk-listing .elementor-element-7038a5e .wdk-element {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center;
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-widget-wdk-field-icon,
body.single-wdk-listing .elementor-element-7038a5e .elementor-widget-wdk-field-value,
body.single-wdk-listing .elementor-element-7038a5e .elementor-widget-wdk-field-label {
  width: 100% !important;
  height: auto !important;
}

body.single-wdk-listing .elementor-element-7038a5e .wdk-field-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}

body.single-wdk-listing .elementor-element-7038a5e img[src*="listing_preview_icon"] {
  filter: brightness(0) saturate(100%) invert(10%) sepia(16%) saturate(785%) hue-rotate(346deg) brightness(97%) contrast(93%) !important;
  opacity: 0.78 !important;
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-widget-wdk-field-value {
  font-family: var(--k-font-heading) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 1.15 !important;
}

body.single-wdk-listing .elementor-element-7038a5e .elementor-widget-wdk-field-label {
  color: var(--k-text-muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

body.single-wdk-listing .elementor-element-1006d25 .wdk-element,
body.single-wdk-listing .elementor-element-9d29aee .wdk-element,
body.single-wdk-listing .elementor-element-37d3978 .wdk-element,
body.single-wdk-listing .elementor-element-8b0db4b .wdk-element,
body.single-wdk-listing .elementor-element-01842a9 .wdk-element,
body.single-wdk-listing .elementor-element-d4a612f .wdk-element {
  color: var(--k-text-soft) !important;
}

body.single-wdk-listing table,
body.single-wdk-listing .table,
body.single-wdk-listing .wdk-table {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(67, 48, 33, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--k-shadow-sm);
}

body.single-wdk-listing table,
body.single-wdk-listing table *,
body.single-wdk-listing .table,
body.single-wdk-listing .table *,
body.single-wdk-listing .wdk-table,
body.single-wdk-listing .wdk-table * {
  color: var(--k-text) !important;
}

body.single-wdk-listing table th,
body.single-wdk-listing table td,
body.single-wdk-listing .table th,
body.single-wdk-listing .table td,
body.single-wdk-listing .wdk-table th,
body.single-wdk-listing .wdk-table td {
  color: var(--k-text) !important;
  border-color: rgba(67, 48, 33, 0.08) !important;
  padding: 16px 18px !important;
}

body.single-wdk-listing .elementor-section.elementor-element-9d29aee,
body.single-wdk-listing .elementor-section.elementor-element-d4a612f,
body.single-wdk-listing .elementor-section.elementor-element-37d3978,
body.single-wdk-listing .elementor-section.elementor-element-8b0db4b,
body.single-wdk-listing .elementor-section.elementor-element-01842a9,
body.single-wdk-listing .elementor-section.elementor-element-d41a1c0 {
  margin-top: 22px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  :root {
    --k-container: 1080px;
  }

  h1,
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 54px !important;
  }

  h2,
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: 42px !important;
  }

  body .elementor-section.elementor-sticky > .elementor-container,
  header > .container {
    width: min(1040px, calc(100vw - 28px)) !important;
  }
}

@media (max-width: 1024px) {
  .sec-topbar,
  body .elementor-section:has(.elementor-widget-icon-list):has(.elementor-widget-social-icons):not(.elementor-sticky) {
    display: none !important;
  }

  body.elementor-default .elementor-section.elementor-top-section:not(.elementor-sticky) {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  body .elementor-section.elementor-sticky > .elementor-container,
  header > .container {
    min-height: 80px;
    padding: 12px 18px !important;
  }

  body .elementor-widget-theme-site-logo img,
  header .logo img {
    max-width: 150px !important;
    max-height: 58px !important;
  }

  body .wdk-search-form .wdk-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  body.elementor-page-3509 .elementor-element-ad2f9c4,
  body.elementor-page-3509 .elementor-element-f78f41b {
    min-height: auto;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 {
    transform: none;
  }

  body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-section > .elementor-container {
    gap: 18px;
  }

  body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-column {
    width: calc((100% - 18px) / 2) !important;
    max-width: calc((100% - 18px) / 2) !important;
    flex: 0 0 calc((100% - 18px) / 2) !important;
    margin-bottom: 18px;
  }

  body .wdk-search-form .wdk-col-btns {
    grid-column: 1 / -1;
  }

  body .wdk-search-form .wdk-col-btns .wdk-search-start {
    width: 100%;
  }

  body .wdk-listing-real-estate-dark-house .wdk-inner-listings-results > .wdk-col {
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
    flex-basis: calc((100% - 24px) / 2) !important;
  }

  body .wdk-listing-card.grid .wdk-features-part {
    grid-template-columns: 1fr;
  }

  body .elementor-widget-image-gallery .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .elementor-widget-eli-menu.wl-nav-menu--toggle .elementinvader-addons-for-elementor .wl-menu-toggle:not(.wl-active) + .wl-nav-menu__container {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  body .elementor-widget-eli-menu.wl-nav-menu--toggle .eli .wl-menu-toggle:not(.wl-active) + .wl-nav-menu__container {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .wl-nav-menu--dropdown.wl-nav-menu__container {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    width: min(320px, calc(100vw - 32px)) !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    padding: 12px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 229, 0.96)) !important;
    border: 1px solid rgba(67, 48, 33, 0.1);
    border-radius: var(--k-radius-md);
    box-shadow: var(--k-shadow-lg);
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .eli .wl-nav-menu--dropdown.wl-nav-menu__container {
    position: fixed !important;
    top: clamp(92px, 12vw, 116px) !important;
    right: 16px !important;
    left: auto !important;
    width: min(320px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 132px);
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    visibility: visible !important;
    z-index: 10020 !important;
    padding: 12px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 229, 0.96)) !important;
    border: 1px solid rgba(67, 48, 33, 0.1);
    border-radius: var(--k-radius-md);
    box-shadow: var(--k-shadow-lg);
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show {
    overflow: visible !important;
    z-index: 1002;
  }

  body .elementor-section.elementor-sticky.elementor-element-abb5308 {
    overflow: visible !important;
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .wl-nav-menu--dropdown .wl-item {
    display: block !important;
    color: var(--k-text) !important;
    background: transparent !important;
    border-radius: var(--k-radius-sm);
    padding: 14px 16px !important;
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .wl-nav-menu--dropdown .wl-item:hover,
  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .wl-nav-menu--dropdown .wl-item-active {
    color: var(--k-accent) !important;
    background: rgba(255, 106, 0, 0.08) !important;
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .eli .wl-nav-menu--dropdown .wl-item {
    display: block !important;
    color: var(--k-text) !important;
    background: transparent !important;
    border-radius: var(--k-radius-sm);
    padding: 14px 16px !important;
  }

  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .eli .wl-nav-menu--dropdown .wl-item:hover,
  body .elementor-section.elementor-sticky .elementor-widget-eli-menu.wl_nav_show .eli .wl-nav-menu--dropdown .wl-item-active {
    color: var(--k-accent) !important;
    background: rgba(255, 106, 0, 0.08) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.elementor-page-3509 .elementor-element.elementor-element-c6d2b25,
  body.elementor-page-3509 .elementor-element.elementor-element-a5dde6a {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.elementor-page-3509 .elementor-element.elementor-element-c6d2b25 {
    padding: 24px 18px !important;
    background: transparent !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.74;
  }

  h1,
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 42px !important;
  }

  h2,
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: 34px !important;
  }

  h3,
  .elementor-widget-heading h3.elementor-heading-title {
    font-size: 26px !important;
  }

  body.elementor-default .elementor-section.elementor-top-section:not(.elementor-sticky) {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body .elementor-section.elementor-sticky {
    padding: 10px 0 !important;
  }

  body .elementor-section.elementor-sticky > .elementor-container,
  header > .container {
    width: calc(100vw - 20px) !important;
    min-height: 70px;
    padding: 10px 14px !important;
    border-radius: var(--k-radius-lg);
  }

  body .elementor-widget-theme-site-logo img,
  header .logo img {
    max-width: 128px !important;
    max-height: 52px !important;
  }

  body .elementor-widget-eli-menu .elementinvader-addons-for-elementor .wl-nav-menu--main .wl-item,
  header nav ul li a,
  .mobile-menu ul li a {
    font-size: 12px !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 {
    width: calc(100vw - 24px) !important;
    padding: 16px !important;
    border-radius: var(--k-radius-lg);
  }

  body.elementor-page-3509 .wdk-search-form .wdk-field-label {
    margin-bottom: 8px;
    letter-spacing: 0.12em;
  }

  body .wdk-search-form > .wdk-row,
  body .elementinvader_addons_for_elementor_f,
  body .eli_f {
    grid-template-columns: 1fr !important;
  }

  body .wdk-search-form > .wdk-row > .wdk-col,
  body .wdk-search-form > .wdk-row > .wdk-field,
  body .wdk-search-form .wdk-col-btns {
    grid-column: 1 / -1 !important;
  }

  body .wdk-search-form .wdk-control:not([type="checkbox"]),
  body .wdk_dropdown_tree .btn-group .btn,
  body .eli_f input,
  body .elementinvader_addons_for_elementor_f input.elementinvader_addons_for_elementor_f_field,
  body .elementinvader_addons_for_elementor_f textarea.elementinvader_addons_for_elementor_f_field,
  body input[type="text"],
  body input[type="email"],
  body input[type="tel"],
  body input[type="number"],
  body input[type="search"],
  body textarea {
    min-height: 56px;
    font-size: 16px !important;
  }

  body .wdk-listing-card.grid .wdk-features-part {
    grid-template-columns: 1fr;
  }

  body .wdk-listing-real-estate-dark-house .wdk-inner-listings-results > .wdk-col {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  body .wdk-listing-card.grid .wdk-title .title,
  body .wdk-listing-card.grid .wdk-title .title a,
  body .wdk-listing-card.grid .wdk-title .wdk-field-post_title {
    font-size: 22px !important;
  }

  body .elementor-widget-image-gallery .gallery {
    grid-template-columns: 1fr;
  }

  body .elementor-widget-icon-box .elementor-icon-box-wrapper {
    padding: 24px;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk_search_field_search,
  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .LOCATION,
  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .CATEGORY,
  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-field-btn,
  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk_search_field_6 {
    grid-column: 1 / -1 !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child {
    grid-column: 1 / -1 !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .wdk-col:last-child > .wdk-row {
    gap: 10px !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row > .CHECKBOX {
    grid-column: auto !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk_search_field_6 .min_max_row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk_search_field_6 {
    flex-basis: 100%;
    max-width: none;
    min-width: 0;
    margin-right: 0 !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX .wdk-field-label {
    width: 100% !important;
  }

  body.single-wdk-listing .elementor-element-7038a5e > .elementor-container > .elementor-top-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-section > .elementor-container {
    gap: 14px;
  }

  body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 14px;
  }

  body.single-wdk-listing .elementor-element-7038a5e .elementor-inner-column > .elementor-widget-wrap {
    min-height: 0;
    padding: 20px 16px !important;
  }

  body .menu-menu-footer-container ul,
  body .menu-footer-container ul,
  body footer .menu {
    gap: 10px 12px;
    padding-top: 12px;
  }

  body .menu-menu-footer-container a,
  body .menu-footer-container a,
  body footer .menu a {
    min-height: 38px;
    font-size: 11px !important;
    letter-spacing: 0.1em;
    padding: 0 14px;
  }
}

@media (max-width: 420px) {
  h1,
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 36px !important;
  }

  h2,
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: 30px !important;
  }

  body .wdk-element .wdk-element-button,
  body .wdk-btn,
  body .wdk-search-form .wdk-search-start,
  body .elementinvader_addons_for_elementor_f button,
  body .eli_f button,
  header .sign-in-pr .sign li a.lnk-btn,
  body a.lnk-btn,
  body button[type="submit"],
  body input[type="submit"] {
    width: 100%;
    padding-inline: 18px !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-search-form > .wdk-row {
    grid-template-columns: 1fr !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk_search_field_6 .min_max_row {
    grid-template-columns: 1fr !important;
  }

  body.elementor-page-3509 .elementor-element-0a65db7 .wdk-field.CHECKBOX {
    flex-basis: 100%;
  }
}


/* My CSS */

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}
.elementor-3509 .elementor-element.elementor-element-1eaf582 > .elementor-container {
    max-width: 100% !important;
}
