/* Start custom CSS for wd_text_block, class: .elementor-element-09269dd */* {
      box-sizing: border-box;
    }

    :root {
      --rs-dark: #211a17;
      --rs-brown: #8e684f;
      --rs-caramel: #b98a68;
      --rs-cream: #fff7ef;
      --rs-soft: #f5eadf;
      --rs-muted: #7c6c62;
      --rs-line: rgba(142, 104, 79, 0.16);
      --rs-shadow: 0 24px 80px rgba(58, 36, 24, 0.14);
      --rs-radius-xl: 36px;
      --rs-radius-lg: 26px;
      --rs-radius-md: 18px;
    }

    body {
      margin: 0;
      font-family: Tahoma, Arial, sans-serif;
      background: #fffaf6;
      color: var(--rs-dark);
    }

    .rs-contact-page {
      min-height: 100vh;
      overflow: hidden;
      position: relative;
      background:
        radial-gradient(circle at 12% 8%, rgba(185, 138, 104, 0.22), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(33, 26, 23, 0.10), transparent 24%),
        radial-gradient(circle at 55% 92%, rgba(185, 138, 104, 0.14), transparent 30%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 52%, #f7eee7 100%);
    }

    .rs-orb {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      filter: blur(1px);
      opacity: .9;
    }

    .rs-orb.one {
      width: 360px;
      height: 360px;
      background: radial-gradient(circle, rgba(185,138,104,.22), transparent 65%);
      top: -120px;
      right: -110px;
    }

    .rs-orb.two {
      width: 280px;
      height: 280px;
      background: radial-gradient(circle, rgba(33,26,23,.09), transparent 66%);
      bottom: 40px;
      left: -90px;
    }

    .rs-contact-hero {
      max-width: 1220px;
      margin: 0 auto;
      padding: 74px 20px 30px;
      position: relative;
      z-index: 1;
    }

    .rs-hero-box {
      position: relative;
      min-height: 430px;
      padding: 58px;
      border-radius: 42px;
      background:
        linear-gradient(115deg, rgba(33,26,23,.96) 0%, rgba(71,49,37,.93) 52%, rgba(185,138,104,.82) 100%);
      box-shadow: var(--rs-shadow);
      overflow: hidden;
      isolation: isolate;
    }

    .rs-hero-box::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 32px;
      z-index: -1;
    }

    .rs-hero-box::after {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      left: -160px;
      top: -130px;
      border-radius: 50%;
      background:
        radial-gradient(circle, rgba(255,255,255,.20), rgba(255,255,255,.06) 34%, transparent 68%);
      z-index: -1;
    }

    .rs-fashion-lines {
      position: absolute;
      left: 55px;
      bottom: 45px;
      width: 310px;
      height: 250px;
      opacity: .95;
      z-index: -1;
    }

    .rs-fashion-lines span {
      position: absolute;
      display: block;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 999px;
      transform: rotate(-18deg);
    }

    .rs-fashion-lines span:nth-child(1) {
      width: 280px;
      height: 120px;
      left: 0;
      top: 18px;
    }

    .rs-fashion-lines span:nth-child(2) {
      width: 210px;
      height: 88px;
      left: 40px;
      top: 82px;
    }

    .rs-fashion-lines span:nth-child(3) {
      width: 150px;
      height: 64px;
      left: 82px;
      top: 136px;
    }

    .rs-mini-title {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      padding: 9px 17px;
      border-radius: 999px;
      background: rgba(255,255,255,.13);
      border: 1px solid rgba(255,255,255,.16);
      color: #ffe7d2;
      backdrop-filter: blur(10px);
      font-size: 14px;
    }

    .rs-mini-title::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffd6b5;
      box-shadow: 0 0 0 5px rgba(255,214,181,.12);
    }

    .rs-hero-content {
      max-width: 760px;
    }

    .rs-hero-content h1 {
      margin: 0 0 18px;
      color: #fff;
      font-size: clamp(34px, 4.8vw, 62px);
      line-height: 1.32;
      font-weight: 900;
      letter-spacing: -1.2px;
    }

    .rs-hero-content p {
      max-width: 690px;
      margin: 0;
      color: rgba(255,255,255,.82);
      font-size: 17px;
      line-height: 2.05;
    }

    .rs-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      margin-top: 30px;
    }

    .rs-hero-actions a,
    .rs-hero-actions span {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 18px;
      border-radius: 999px;
      color: #fff;
      font-size: 14px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.10);
      backdrop-filter: blur(10px);
    }

    .rs-hero-actions a:first-child {
      background: #fff;
      color: var(--rs-dark);
      font-weight: 800;
      box-shadow: 0 16px 42px rgba(0,0,0,.16);
    }

    .rs-floating-card {
      position: absolute;
      left: 54px;
      top: 58px;
      width: 278px;
      padding: 20px;
      border-radius: 28px;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(18px);
      color: #fff;
      box-shadow: 0 22px 60px rgba(0,0,0,.16);
    }

    .rs-floating-card .rs-float-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-bottom: 15px;
    }

    .rs-floating-card .rs-avatar-group {
      display: flex;
      direction: ltr;
    }

    .rs-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      margin-left: -8px;
      border: 2px solid rgba(255,255,255,.75);
      background: linear-gradient(135deg, #fff1e4, #b98a68);
    }

    .rs-floating-card strong {
      display: block;
      font-size: 16px;
      margin-bottom: 7px;
    }

    .rs-floating-card p {
      margin: 0;
      line-height: 1.8;
      color: rgba(255,255,255,.78);
      font-size: 13px;
    }

    .rs-stats-strip {
      max-width: 1120px;
      margin: -42px auto 0;
      padding: 0 20px;
      position: relative;
      z-index: 2;
    }

    .rs-stats-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      padding: 14px;
      border-radius: 28px;
      background: rgba(255,255,255,.82);
      border: 1px solid var(--rs-line);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 60px rgba(61,39,26,.10);
    }

    .rs-stat-item {
      padding: 19px 16px;
      border-radius: 20px;
      background: linear-gradient(180deg, #fff, #fff8f1);
    }

    .rs-stat-item span {
      display: block;
      margin-bottom: 7px;
      color: var(--rs-brown);
      font-size: 13px;
    }

    .rs-stat-item strong {
      font-size: 15px;
      color: var(--rs-dark);
      line-height: 1.7;
    }

    .rs-contact-wrapper {
      max-width: 1220px;
      margin: 0 auto;
      padding: 50px 20px 92px;
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 28px;
      align-items: start;
      position: relative;
      z-index: 1;
    }

    .rs-panel {
      background: rgba(255,255,255,.80);
      border: 1px solid var(--rs-line);
      box-shadow: var(--rs-shadow);
      backdrop-filter: blur(18px);
    }

    .rs-contact-info {
      display: grid;
      gap: 16px;
    }

    .rs-info-card {
      padding: 32px;
      border-radius: var(--rs-radius-xl);
      position: relative;
      overflow: hidden;
    }

    .rs-info-card::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      left: -48px;
      bottom: -48px;
      border-radius: 50%;
      background: rgba(185,138,104,.12);
    }

    .rs-section-kicker {
      display: inline-flex;
      padding: 7px 14px;
      border-radius: 999px;
      background: var(--rs-soft);
      color: var(--rs-brown);
      font-size: 13px;
      margin-bottom: 12px;
    }

    .rs-info-card h2,
    .rs-form-head h2 {
      margin: 0 0 12px;
      font-size: 30px;
      line-height: 1.45;
      color: var(--rs-dark);
      letter-spacing: -.4px;
    }

    .rs-info-card > p,
    .rs-form-head p {
      margin: 0 0 24px;
      color: var(--rs-muted);
      line-height: 1.95;
      font-size: 15px;
    }

    .rs-contact-item {
      display: flex;
      gap: 15px;
      align-items: flex-start;
      padding: 18px 0;
      border-top: 1px solid rgba(142,104,79,.12);
      position: relative;
      z-index: 1;
    }

    .rs-contact-item:first-of-type {
      border-top: 0;
    }

    .rs-icon {
      width: 50px;
      height: 50px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--rs-dark), var(--rs-caramel));
      color: #fff;
      font-size: 20px;
      flex: 0 0 auto;
      box-shadow: 0 16px 34px rgba(91,58,36,.20);
    }

    .rs-contact-item strong {
      display: block;
      color: var(--rs-dark);
      font-size: 16px;
      margin-bottom: 7px;
    }

    .rs-contact-item span {
      display: block;
      color: var(--rs-muted);
      font-size: 14px;
      line-height: 1.85;
    }

    .rs-contact-item a {
      color: inherit;
      text-decoration: none;
    }

    .rs-social-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .rs-social-card {
      border-radius: 26px;
      padding: 23px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #fff, #fff6ee);
      color: var(--rs-dark);
      border: 1px solid var(--rs-line);
      box-shadow: 0 16px 46px rgba(61,39,26,.08);
      min-height: 126px;
    }

    .rs-social-card::after {
      content: "";
      position: absolute;
      width: 92px;
      height: 92px;
      left: -32px;
      top: -32px;
      border-radius: 50%;
      background: rgba(185,138,104,.16);
    }

    .rs-social-card span {
      display: block;
      color: var(--rs-brown);
      font-size: 13px;
      margin-bottom: 9px;
      position: relative;
      z-index: 1;
    }

    .rs-social-card strong {
      display: block;
      font-size: 17px;
      margin-bottom: 8px;
      position: relative;
      z-index: 1;
    }

    .rs-social-card p {
      margin: 0;
      color: var(--rs-muted);
      font-size: 13px;
      line-height: 1.8;
      position: relative;
      z-index: 1;
    }

    .rs-note-box {
      padding: 24px;
      border-radius: 26px;
      background:
        linear-gradient(135deg, rgba(33,26,23,.94), rgba(112,77,55,.9));
      color: #fff;
      box-shadow: 0 20px 58px rgba(33,26,23,.16);
      position: relative;
      overflow: hidden;
    }

    .rs-note-box::before {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -60px;
      top: -80px;
      border-radius: 50%;
      background: rgba(255,255,255,.10);
    }

    .rs-note-box strong {
      display: block;
      margin-bottom: 8px;
      font-size: 17px;
      position: relative;
      z-index: 1;
    }

    .rs-note-box p {
      margin: 0;
      color: rgba(255,255,255,.78);
      line-height: 1.9;
      font-size: 14px;
      position: relative;
      z-index: 1;
    }

    .rs-form-card {
      border-radius: 42px;
      padding: 12px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,246,238,.76));
      border: 1px solid rgba(142,104,79,.15);
      box-shadow: 0 30px 90px rgba(58,36,24,.14);
      backdrop-filter: blur(18px);
      position: relative;
      overflow: hidden;
    }

    .rs-form-card::before {
      content: "";
      position: absolute;
      inset: -80px auto auto -80px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(185,138,104,.15);
    }

    .rs-form-card-inner {
      border-radius: 34px;
      background: rgba(255,255,255,.84);
      border: 1px solid rgba(255,255,255,.70);
      padding: 34px;
      position: relative;
      z-index: 1;
    }

    .rs-form-head {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      align-items: start;
      margin-bottom: 22px;
    }

    .rs-form-head-text {
      min-width: 0;
    }

    .rs-form-badge {
      width: 72px;
      height: 72px;
      border-radius: 25px;
      background:
        linear-gradient(135deg, var(--rs-dark), var(--rs-caramel));
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 30px;
      box-shadow: 0 18px 42px rgba(88,55,34,.20);
    }

    .rs-cf7-form label {
      display: block;
      color: #473b34;
      font-size: 14px;
      font-weight: 700;
    }

    .rs-form-row {
      margin-bottom: 18px;
    }

    .rs-form-row.two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .rs-cf7-form input,
    .rs-cf7-form select,
    .rs-cf7-form textarea {
      width: 100%;
      margin-top: 9px;
      border: 1px solid rgba(121, 88, 64, .17);
      border-radius: 20px;
      background: linear-gradient(180deg, #fff, #fffaf6);
      padding: 16px 18px;
      color: var(--rs-dark);
      font-size: 14px;
      font-family: inherit;
      outline: none;
      transition: all .25s ease;
      box-shadow: inset 0 0 0 1px transparent, 0 10px 24px rgba(58,36,24,.04);
    }

    .rs-cf7-form textarea {
      min-height: 142px;
      resize: vertical;
    }

    .rs-cf7-form input:focus,
    .rs-cf7-form select:focus,
    .rs-cf7-form textarea:focus {
      border-color: var(--rs-caramel);
      box-shadow: 0 0 0 5px rgba(185,138,104,.13), 0 12px 28px rgba(58,36,24,.06);
      transform: translateY(-1px);
    }

    .rs-cf7-form input::placeholder,
    .rs-cf7-form textarea::placeholder {
      color: #b7a89f;
    }

    .rs-submit-wrap {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: center;
    }

    .rs-cf7-form button,
    .rs-cf7-form input[type="submit"] {
      width: 100%;
      border: 0;
      border-radius: 22px;
      padding: 18px 24px;
      background: linear-gradient(135deg, var(--rs-dark), var(--rs-brown), var(--rs-caramel));
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 20px 44px rgba(84, 56, 36, .26);
      font-family: inherit;
      transition: all .25s ease;
    }

    .rs-cf7-form button:hover,
    .rs-cf7-form input[type="submit"]:hover {
      transform: translateY(-2px);
      box-shadow: 0 26px 58px rgba(84, 56, 36, .32);
    }

    .rs-safe-text {
      margin: 0;
      color: var(--rs-muted);
      font-size: 12px;
      line-height: 1.8;
    }

    .rs-faq-box {
      margin-top: 18px;
      padding: 22px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid var(--rs-line);
    }

    .rs-faq-title {
      margin: 0 0 14px;
      font-size: 18px;
      color: var(--rs-dark);
    }

    .rs-faq-list {
      display: grid;
      gap: 10px;
    }

    .rs-faq-item {
      border-radius: 18px;
      background: #fff8f2;
      padding: 14px 16px;
      border: 1px solid rgba(142,104,79,.10);
    }

    .rs-faq-item strong {
      display: block;
      margin-bottom: 6px;
      color: var(--rs-dark);
      font-size: 14px;
    }

    .rs-faq-item span {
      color: var(--rs-muted);
      line-height: 1.8;
      font-size: 13px;
    }

    .rs-wordpress-note {
      max-width: 1220px;
      margin: -58px auto 54px;
      padding: 0 20px;
      position: relative;
      z-index: 1;
    }

    .rs-wordpress-note-inner {
      background: rgba(33,26,23,.95);
      color: rgba(255,255,255,.86);
      border-radius: 24px;
      padding: 21px 25px;
      line-height: 2;
      font-size: 14px;
      border: 1px solid rgba(255,255,255,.10);
      box-shadow: 0 20px 54px rgba(33,26,23,.12);
    }

    .rs-wordpress-note code {
      direction: ltr;
      display: inline-block;
      background: rgba(255,255,255,.11);
      padding: 4px 9px;
      border-radius: 10px;
      color: #ffe0c6;
      font-family: monospace;
    }

    @media (max-width: 1020px) {
      .rs-floating-card {
        display: none;
      }

      .rs-hero-box {
        min-height: auto;
      }

      .rs-contact-wrapper {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 760px) {
      .rs-contact-hero {
        padding: 38px 14px 24px;
      }

      .rs-hero-box {
        padding: 36px 24px;
        border-radius: 32px;
      }

      .rs-hero-box::before {
        inset: 12px;
        border-radius: 24px;
      }

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

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

      .rs-stats-strip {
        margin-top: -28px;
      }

      .rs-stats-inner,
      .rs-social-grid,
      .rs-form-row.two-col,
      .rs-submit-wrap {
        grid-template-columns: 1fr;
      }

      .rs-stat-item {
        padding: 16px;
      }

      .rs-contact-wrapper {
        padding: 34px 14px 82px;
      }

      .rs-info-card,
      .rs-form-card-inner {
        padding: 24px;
        border-radius: 28px;
      }

      .rs-form-card {
        border-radius: 32px;
      }

      .rs-form-head {
        grid-template-columns: 1fr;
      }

      .rs-form-badge {
        width: 58px;
        height: 58px;
        border-radius: 20px;
        font-size: 24px;
      }

      .rs-wordpress-note {
        margin-top: -58px;
        padding: 0 14px;
      }
    }/* End custom CSS */