:root {
  --e-global-color-primary: #FF7350;
  --e-global-color-secondary: #4B3D3B;
  --e-global-color-text: #4B3D3B;
  --e-global-color-accent: #BBAE9F;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mw-text);
  line-height: 1.1;
}

a {
  color: var(--mw-primary);
  text-decoration: none;
  transition: var(--mw-transition);
}

a:hover {
  color: var(--mw-dark);
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-container,
.e-con {
  max-width: var(--mw-container);
}

.elementor-button,
.mw-btn {
  background: var(--mw-primary);
  color: var(--mw-white);
  border-radius: var(--mw-radius-md);
  padding: 16px 28px;
  border: 1px solid var(--mw-primary);
  transition: var(--mw-transition);
  box-shadow: var(--mw-shadow-sm);
}

.elementor-button:hover,
.mw-btn:hover {
  background: #ef6846;
  border-color: #ef6846;
  color: var(--mw-white);
}

.mw-btn-outline {
  background: transparent;
  color: var(--mw-text);
  border: 1px solid var(--mw-text);
}

.mw-btn-outline:hover {
  background: var(--mw-text);
  color: var(--mw-white);
}

.mw-section {
  padding: 90px 0;
}

.mw-section-light {
  background: var(--mw-bg);
}

.mw-section-surface {
  background: var(--mw-surface);
}

.mw-section-dark {
  background: var(--mw-dark);
  color: var(--mw-white);
}

.mw-section-dark h1,
.mw-section-dark h2,
.mw-section-dark h3,
.mw-section-dark h4,
.mw-section-dark .elementor-heading-title,
.mw-section-dark p,
.mw-section-dark li,
.mw-section-dark a {
  color: var(--mw-white);
}

.mw-card,
.elementor-widget-image-box.mw-card .elementor-widget-container,
.elementor-widget-icon-box.mw-card .elementor-widget-container {
  background: var(--mw-white);
  border-radius: var(--mw-radius-lg);
  box-shadow: var(--mw-shadow-sm);
  padding: 28px;
}

.mw-stone-image img,
.mw-rounded img {
  border-radius: var(--mw-radius-lg);
}

.mw-divider {
  width: 90px;
  height: 3px;
  background: var(--mw-primary);
  margin: 18px 0 24px;
}

.mw-topbar,
.mw-header-contact {
  font-size: 15px;
}

.mw-header-sticky.is-scrolled {
  background: rgba(243, 237, 236, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(75, 61, 59, 0.08);
}

.mw-hero-overlay {
  position: relative;
}

.mw-hero-overlay:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(75,61,59,.62) 0%, rgba(75,61,59,.18) 60%, rgba(75,61,59,.05) 100%);
  border-radius: inherit;
  pointer-events: none;
}

.mw-hero-overlay > * {
  position: relative;
  z-index: 1;
}

.mw-testimonial {
  border-left: 4px solid var(--mw-primary);
  padding-left: 22px;
}

.mw-contact-box {
  background: var(--mw-white);
  padding: 34px;
  border-radius: var(--mw-radius-lg);
  box-shadow: var(--mw-shadow-md);
}

.mw-contact-box input,
.mw-contact-box textarea,
.mw-contact-box select,
.elementor-field,
.elementor-field-textual {
  border-radius: var(--mw-radius-sm) !important;
  border: 1px solid #d7cbc8 !important;
  background: #fff !important;
}

.mw-footer a {
  color: rgba(255,255,255,.88);
}

.mw-footer a:hover {
  color: var(--mw-primary);
}

@media (max-width: 1024px) {
  .mw-section {
    padding: 70px 0;
  }

  h1, .elementor-heading-title.elementor-size-xxl {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .mw-section {
    padding: 54px 0;
  }

  h1, .elementor-heading-title.elementor-size-xxl {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .elementor-button,
  .mw-btn,
  .mw-btn-outline {
    width: 100%;
    text-align: center;
  }
}
