@charset "UTF-8";
/* CSS Document */

/* aramasonuc - haritada seçili işletme ribbon vurgusu */
.tour_container_wrapper.ribbon-active .ribbon_3 {
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	z-index: 10;
}
.tour_container_wrapper.ribbon-active .tour_container {
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	outline: 2px solid #fc5c63;
}

/* Login ve Register sayfaları - tam sayfa ve ortalanmış */
body.page-login #hero.login,
body.page-register #hero.login {
	min-height: 100vh;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-login #login,
body.page-register #login {
	margin: 0 auto;
}

  .rm-widget *, .rm-widget *::before, .rm-widget *::after { box-sizing: border-box; }

  .rm-widget {
    --rm-primary: #1a4f7a;
    --rm-primary-light: #e8f1f8;
    --rm-primary-hover: #153d5e;
    --rm-accent: #c8a97e;
    --rm-text: #1c1c1c;
    --rm-text-muted: #7a7a7a;
    --rm-border: #ddd8d0;
    --rm-shadow: 0 4px 24px rgba(0,0,0,0.08);
    font-family: 'DM Sans', sans-serif;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: var(--rm-shadow);
    overflow: hidden;
    width: 100%;
    max-width: 860px;
  }

  .rm-header {
    background: var(--rm-primary);
    color: white;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rm-header-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    letter-spacing: 0.3px;
    margin: 0; padding: 0;
  }
  .rm-header-sub { font-size: 13px; opacity: 0.7; margin-top: 4px; }

  .rm-step-badges { display: flex; gap: 8px; }
  .rm-step-badge {
    width: 28px; height: 28px; border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.35);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5);
    transition: all 0.3s;
  }
  .rm-step-badge.rm-active { background: var(--rm-accent); border-color: var(--rm-accent); color: white; }
  .rm-step-badge.rm-done  { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.4); color: white; }

  .rm-body { display: grid; grid-template-columns: 280px 1fr; }

  /* CALENDAR */
  .rm-calendar-panel { border-right: 1px solid var(--rm-border); padding: 28px 24px; }
  .rm-cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
  .rm-cal-nav-btn {
    background: var(--rm-primary-light); border: none;
    width: 32px; height: 32px; border-radius: 8px;
    cursor: pointer; color: var(--rm-primary); font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; padding: 0;
  }
  .rm-cal-nav-btn:hover { background: var(--rm-primary); color: white; }
  .rm-cal-month-year {
    font-weight: 600; font-size: 15px; color: var(--rm-text);
    display: flex; gap: 6px; align-items: center;
  }
  .rm-cal-month-year select {
    border: none; background: transparent;
    font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 15px;
    color: var(--rm-primary); cursor: pointer; outline: none;
    appearance: none; -webkit-appearance: none;
  }
  .rm-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
  .rm-cal-day-name {
    text-align: center; font-size: 11px; font-weight: 600;
    color: var(--rm-text-muted); padding: 6px 0 10px; letter-spacing: 0.5px;
  }
  .rm-cal-day {
    text-align: center; padding: 7px 4px; font-size: 13px;
    border-radius: 8px; cursor: pointer; transition: all 0.15s;
    color: var(--rm-text); position: relative;
  }
  .rm-cal-day:hover:not(.rm-disabled):not(.rm-empty) { background: var(--rm-primary-light); color: var(--rm-primary); }
  .rm-cal-day.rm-selected { background: var(--rm-primary); color: white; font-weight: 600; }
  .rm-cal-day.rm-today:not(.rm-selected) { font-weight: 700; color: var(--rm-primary); }
  .rm-cal-day.rm-today:not(.rm-selected)::after {
    content: ''; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; background: var(--rm-accent); border-radius: 50%;
  }
  .rm-cal-day.rm-disabled { color: #ccc; cursor: not-allowed; }
  .rm-cal-day.rm-empty    { cursor: default; }
  .rm-cal-day.rm-other-month { color: #ccc; }

  /* SLOTS */
  .rm-slots-panel { padding: 28px; display: flex; flex-direction: column; }
  .rm-slots-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
  .rm-slots-date {
    font-family: 'Playfair Display', serif; font-size: 20px;
    color: var(--rm-primary); margin: 0; padding: 0;
  }
  .rm-slots-nav { display: flex; gap: 8px; }
  .rm-slots-nav-btn {
    background: var(--rm-primary-light); border: none;
    width: 34px; height: 34px; border-radius: 10px;
    cursor: pointer; color: var(--rm-primary); font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; padding: 0;
  }
  .rm-slots-nav-btn:hover { background: var(--rm-primary); color: white; }
  .rm-slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; flex: 1; }
  .rm-slot-btn {
    background: #ffffff; border: 1.5px solid var(--rm-border); border-radius: 10px;
    padding: 13px 8px; font-family: 'DM Sans', sans-serif; font-size: 14px;
    font-weight: 500; color: var(--rm-text); cursor: pointer;
    transition: all 0.18s; text-align: center;
  }
  .rm-slot-btn:hover:not(.rm-taken) { border-color: var(--rm-primary); color: var(--rm-primary); }
  .rm-slot-btn.rm-selected {
    border-color: var(--rm-primary); background: var(--rm-primary); color: white;
    font-weight: 600; box-shadow: 0 4px 14px rgba(26,79,122,0.3); transform: translateY(-1px);
  }
  .rm-slot-btn.rm-taken {
    background: #f8f8f6; color: #bbb; cursor: not-allowed;
    border-color: #ebe8e2; font-style: italic; font-size: 12px;
  }
  .rm-slots-empty {
    grid-column: 1/-1; text-align: center;
    color: var(--rm-text-muted); font-size: 14px; padding: 40px 0;
  }
  .rm-slots-loading {
    grid-column: 1/-1; text-align: center;
    color: var(--rm-text-muted); font-size: 14px; padding: 40px 0;
  }

  /* FOOTER */
  .rm-footer {
    border-top: 1px solid var(--rm-border); padding: 18px 36px;
    display: flex; align-items: center; justify-content: space-between;
    background: #fafaf8;
  }
  .rm-selected-info { font-size: 13px; color: var(--rm-text-muted); }
  .rm-selected-info strong { color: var(--rm-primary); font-weight: 600; }
  .rm-confirm-btn {
    background: var(--rm-primary); color: white; border: none;
    padding: 12px 28px; border-radius: 10px;
    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600;
    cursor: pointer; transition: all 0.2s; opacity: 0.4; pointer-events: none;
  }
  .rm-confirm-btn.rm-active { opacity: 1; pointer-events: all; }
  .rm-confirm-btn.rm-active:hover {
    background: var(--rm-primary-hover); transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(26,79,122,0.3);
  }

  @media (max-width: 680px) {
    .rm-body { grid-template-columns: 1fr; }
    .rm-calendar-panel { border-right: none; border-bottom: 1px solid var(--rm-border); }
    .rm-slots-grid { grid-template-columns: repeat(3, 1fr); }
    .rm-header { flex-direction: column; gap: 12px; align-items: flex-start; }
  }


