/* builder.css - horizontal step UI look */
.rb-root {
  max-width: 1100px;
  margin: 24px auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #222;
}
.rb-heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.rb-stepbar {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.rb-stepbar .rb-step-ind {
  flex: 1;
  text-align: center;
  padding: 8px 6px;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  font-weight: 700;
  color: #666;
  position: relative;
}
.rb-stepbar .rb-step-ind.active {
  border-bottom-color: #c6a44a;
  color: #111;
}
.rb-stepbar .rb-step-ind .subtitle {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.rb-steps {
  min-height: 260px;
  margin-bottom: 18px;
}
.rb-step {
  display: none;
  padding: 10px 0;
}
.rb-step.active {
  display: block;
}

.step-header {
  text-align: center;
  margin-bottom: 10px;
}
.step-header .line {
  height: 1px;
  background: #eaeaea;
  flex: 1;
}
.step-header-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 6px;
}
.step-header .title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0;
}
.step-header .desc {
  font-size: 13px;
  color: #7a7a7a;
  margin-top: 6px;
}

.rb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.rb-card {
  width: 160px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.rb-card img {
  width: 120px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 8px;
}
.rb-card p {
  margin: 0;
  font-size: 13px;
  color: #333;
}
.rb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.rb-card.selected {
  border-color: #c6a44a;
  box-shadow: 0 12px 26px rgba(198, 164, 74, 0.12);
}

.rb-card.disabled {
  opacity: 0.45;
  pointer-events: none;
  filter: grayscale(30%);
}

.rb-footer {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}
.rb-preview {
  flex: 1;
  background: #fafafa;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.rb-preview-inner {
  min-height: 120px;
}
.rb-actions {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rb-nav {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.rb-btn {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.rb-primary {
  background: #c6a44a;
  color: #fff;
  border-color: #a8842a;
}
.rb-nav button.rb-btn {
  font-size: unset;
  font-family: auto;
  background: url();
}
.rb-preview {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.rb-preview .content,
.rb-preview .gallary-preview {
  width: 50%;
}
.rb-preview .gallary-preview img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 8px;
}
.rb-contact input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}
.rb-contact button {
  font-family: auto !important;
}
body.page-id-37589 .entry-title {
  display: none;
}

@media (max-width: 800px) {
  .rb-stepbar {
    flex-direction: column;
    align-items: stretch;
  }
  .rb-footer {
    flex-direction: column;
  }
  .rb-actions {
    width: 100%;
  }
  .rb-preview .gallary-preview,
  .rb-preview .content {
    width: 100%;
  }
}
