.elementor-kit-90{--e-global-color-primary:#C2A27C;--e-global-color-secondary:#F6F1EB;--e-global-color-text:#9B7E5C;--e-global-color-accent:#3B2F2F;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-90 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 *//* =====================================================
   PASTEL KAHVERENGİ – PREMIUM ELEMENTOR TEMA CSS
   Elementor izi bırakmaz | Wedding / Butik / Villa
   ===================================================== */

/* ---------- GLOBAL RENKLER ---------- */
:root {
  --primary: #C2A27C;
  --secondary: #F6F1EB;
  --accent: #9B7E5C;
  --text: #3B2F2F;
  --white: #ffffff;
}

/* ---------- GENEL GÖVDE ---------- */
body {
  font-family: 'Inter', sans-serif;
  background-color: var(--secondary);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

/* ---------- BAŞLIKLAR ---------- */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: var(--text);
}

/* ---------- SECTION BOŞLUKLARI ---------- */
.elementor-section {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .elementor-section {
    padding: 60px 0;
  }
}

/* ---------- KART (CARD) TASARIM ---------- */
.elementor-widget-container {
  background: var(--white);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* İsteğe bağlı özel kart */
.premium-card {
  background: var(--white);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* ---------- BUTONLAR ---------- */
.elementor-button,
button,
input[type="submit"] {
  background: var(--primary) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  font-weight: 600;
  letter-spacing: .5px;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 10px 25px rgba(194,162,124,.35);
}

.elementor-button:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--accent) !important;
  transform: scale(1.04);
  box-shadow: 0 15px 30px rgba(155,126,92,.45);
}

/* ---------- HEADER (CAM EFEKT) ---------- */
header {
  background: rgba(246,241,235,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* ---------- MENÜ ---------- */
.elementor-nav-menu a {
  font-weight: 500;
  letter-spacing: .6px;
  color: var(--text) !important;
  transition: all .3s ease;
}

.elementor-nav-menu a:hover {
  color: var(--accent) !important;
}

/* ---------- HERO / ÖZEL ALAN ---------- */
.hero-soft {
  background: linear-gradient(135deg, #F6F1EB, #EFE6DB);
  border-radius: 32px;
  padding: 80px 60px;
}

@media (max-width: 768px) {
  .hero-soft {
    padding: 50px 25px;
  }
}

/* ---------- GÖRSELLER ---------- */
img {
  border-radius: 16px;
}

/* ---------- LINK & MICRO INTERACTION ---------- */
a {
  text-decoration: none;
  transition: all .3s ease;
}

/* ---------- FOOTER ---------- */
footer {
  background: #EFE6DB;
  padding: 80px 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

/* ---------- FORM ALANLARI ---------- */
input, textarea, select {
  border-radius: 14px;
  padding: 14px 18px;
  border: 1px solid #ddd;
  font-family: 'Inter', sans-serif;
}

/* ---------- ELEMENTOR İZLERİNİ YUMUŞAT ---------- */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}/* End custom CSS */