@charset "utf-8";
/* MoonChalk — custom.css  |  Sticker Theme Edition
   Palette: Cream #F5F0E8  |  Black #1A1A1A  |  Magenta #C850A0  |  Off-white #EDE8DC
   ------------------------------------------------------------------ */

:root {
  --mc-cream:    #F5F0E8;
  --mc-offwhite: #EDE8DC;
  --mc-black:    #1A1A1A;
  --mc-pink:     #C850A0;
  --mc-pink-dk:  #A03880;
  --mc-gray:     #888078;
  --mc-card-bg:  #FFFFFF;
}

/* ── Base ──────────────────────────────────────────────────────── */
body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--mc-cream);
  color: var(--mc-black);
}

p.small-txt {
  font-size: 13px !important;
}

/* ── Header ─────────────────────────────────────────────────────── */
.top-section {
  background: var(--mc-black);
  border-bottom: 3px solid var(--mc-pink);
  padding: 0;
}

.top-section p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

/* Brand text replacing logo */
.top-section .col-md-6:first-child p,
.top-section .col-xs-6:first-child p {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--mc-cream);
}

.head-row {
  background: transparent;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.logo {
  max-width: 100%;
  margin-top: 3px;
}

.hdrtxt {
  width: 195px;
  float: right;
  font-size: 13px;
  line-height: 22px;
  text-align: right;
  padding: 0;
  color: #ccc;
}

.hdrtxt span {
  font-size: 15px;
}

.hdrtxt b {
  color: var(--mc-pink);
  font-size: 16px;
}

.phicon {
  height: 38px;
  width: 22px;
  background: url(../images/phicon.png?v2.1) center center no-repeat;
  border: 2px solid var(--mc-pink);
  border-radius: 40px;
  display: inline-block;
  float: left;
  margin: 4px 10px 0 0;
  filter: invert(1);
}

/* ── Main Section ───────────────────────────────────────────────── */
.main-section {
  background: var(--mc-cream);
  padding-bottom: 80px;
}

.main-section .row {
  margin-left: 4%;
  margin-right: 4%;
}

.main-section h2 {
  font-size: 28px;
  font-weight: 900;
  color: var(--mc-black);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 28px;
  line-height: 1.25;
  position: relative;
}

.main-section h2::after {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  background: var(--mc-pink);
  border-radius: 2px;
  margin: 12px auto 0;
}

.garden {
  width: 300px;
  margin-bottom: 8px;
  margin-top: 32px;
}

/* ── Progress Bar ───────────────────────────────────────────────── */
.progress-bar {
  margin: 16px auto 20px;
  display: block;
  width: 100%;
  height: 7px;
  float: none;
  border: 0;
  border-radius: 99px;
  background-color: var(--mc-offwhite);
  transition: width 0.8s ease;
  -webkit-appearance: none;
  appearance: none;
}

progress::-webkit-progress-bar {
  background: var(--mc-offwhite);
  border-radius: 99px;
  border: 0;
  height: 7px;
}

progress::-webkit-progress-value {
  background: var(--mc-pink);
  border-radius: 99px;
}

progress::-moz-progress-bar {
  background: var(--mc-pink);
  border-radius: 99px;
  border: 0;
}

progress {
  color: var(--mc-pink);
}

/* ── Step Box ───────────────────────────────────────────────────── */
.step-box {
  background: var(--mc-card-bg);
  border: 2px solid var(--mc-black);
  border-radius: 16px;
  padding: 28px 28px 22px;
  transition: all 0.35s ease-in-out;
  box-shadow: 4px 4px 0px var(--mc-black);
  margin-bottom: 4px;
}

/* ── Step Titles ────────────────────────────────────────────────── */
p.step-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mc-pink);
  text-align: left;
  margin-bottom: 4px;
}

p.step-title + p.step-title {
  font-size: 21px;
  font-weight: 800;
  color: var(--mc-black);
  text-transform: none;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* ── Option Labels ──────────────────────────────────────────────── */
.step-box label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  margin-bottom: 8px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  background: var(--mc-cream);
  cursor: pointer;
  transition: all 0.15s ease;
  color: var(--mc-black);
}

.step-box label input[type="radio"] {
  margin-right: 14px;
  accent-color: var(--mc-pink);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}

.step-box label:hover {
  color: var(--mc-black);
  background-color: var(--mc-offwhite);
  border-color: var(--mc-pink);
  box-shadow: 2px 2px 0 var(--mc-pink);
  transform: translateX(2px);
}

.step-box label.mc-selected {
  background: var(--mc-black);
  color: var(--mc-cream);
  border-color: var(--mc-black);
}

/* ── Transition Screen ──────────────────────────────────────────── */
#mc-transition {
  display: none;
  text-align: center;
  padding: 50px 20px;
  background: var(--mc-card-bg);
  border: 2px solid var(--mc-black);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--mc-black);
  animation: mcFadeIn 0.4s ease;
}

#mc-transition.active {
  display: block;
}

@keyframes mcFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

#mc-transition .mc-spinner {
  width: 54px;
  height: 54px;
  border: 4px solid var(--mc-offwhite);
  border-top-color: var(--mc-pink);
  border-radius: 50%;
  animation: mcSpin 0.85s linear infinite;
  margin: 0 auto 22px;
}

@keyframes mcSpin {
  to { transform: rotate(360deg); }
}

#mc-transition p {
  font-size: 18px;
  font-weight: 800;
  color: var(--mc-black);
  margin-bottom: 6px;
}

#mc-transition small {
  font-size: 14px;
  color: var(--mc-gray);
  font-weight: 500;
}

/* ── Modal ──────────────────────────────────────────────────────── */
#myModal .modal-content {
  border: 2px solid var(--mc-black);
  border-radius: 16px;
  background: var(--mc-cream);
  box-shadow: 6px 6px 0 var(--mc-black);
}

#myModal .modal-header {
  border-bottom: 2px solid var(--mc-offwhite);
  padding: 24px 28px 16px;
  position: relative;
}

#myModal .modal-header .close {
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 1;
}

h4#myModalLabel {
  font-size: 20px;
  font-weight: 900;
  color: var(--mc-black);
  text-align: left;
  margin-bottom: 6px;
}

p.drop {
  font-size: 14px;
  color: var(--mc-gray);
  margin-bottom: 0;
  line-height: 1.6;
}

#myModal .modal-body {
  padding: 20px 28px;
}

#myModal .form-control {
  height: 48px;
  border: 2px solid var(--mc-black);
  border-radius: 10px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--mc-black);
  padding: 10px 16px;
  transition: border-color 0.15s ease;
  position: relative;
}

#myModal .form-control:focus {
  border-color: var(--mc-pink);
  box-shadow: 0 0 0 3px rgba(200, 80, 160, 0.12);
  outline: none;
}

#myModal .modal-header,
#myModal .modal-footer {
  border: none;
}

#myModal .modal-footer {
  border-top: 2px solid var(--mc-offwhite) !important;
  padding: 16px 28px 24px;
}

.submit-btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff !important;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  background-color: var(--mc-pink) !important;
  border: 2px solid var(--mc-black) !important;
  border-radius: 10px;
  font-size: 17px;
  padding: 14px 24px;
  width: 100%;
  white-space: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 3px 3px 0 var(--mc-black);
}

.submit-btn:hover,
.btn-primary:hover {
  background-color: var(--mc-pink-dk) !important;
  transform: translateY(-1px);
  box-shadow: 3px 5px 0 var(--mc-black);
}

.mc-trust {
  text-align: center;
  font-size: 11px;
  color: var(--mc-gray);
  margin-top: 10px;
}

.mc-trust a {
  color: var(--mc-pink);
  text-decoration: underline;
}

/* ── Form input icons ───────────────────────────────────────────── */
.fn {
  background-image: url(../images/name2.png);
  background-repeat: no-repeat;
  background-position: 97%;
}

.em {
  background-image: url(../images/email2.png);
  background-repeat: no-repeat;
  background-position: 97%;
}

.ph {
  background-image: url(../images/phone2.webp);
  background-repeat: no-repeat;
  background-position: 97%;
}

/* ── Footer ─────────────────────────────────────────────────────── */
.footer-section {
  background-color: var(--mc-black);
  padding: 28px 0;
  border-top: 3px solid var(--mc-pink);
}

.foot-list {
  padding-left: 0;
  text-align: center;
}

.foot-list li {
  display: inline-block;
  list-style-type: none;
}

.foot-list li a {
  color: #aaa;
  font-size: 12px;
  padding: 8px 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.15s ease;
}

.foot-list li a:hover {
  color: var(--mc-pink);
}

.ftrtxt {
  text-align: center;
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media only screen and (max-width: 767px) {
  .hide-767 { display: none; }

  .logo {
    max-width: 180px;
    margin: 2px auto;
  }

  .hdrtxt { width: 160px; }

  .top-section p { font-size: 16px; }

  .hdrtxt span { font-weight: bold; font-size: 15px; }

  .garden { width: 200px; }

  p.step-title { font-size: 11px; }

  p.step-title + p.step-title { font-size: 18px; }

  .main-section h2 { font-size: 22px; }

  .main-section .row { margin-left: 0; margin-right: 0; }

  .step-box { padding: 20px 16px 16px; }
}

@media only screen and (max-width: 480px) {
  .main-section .row { margin-left: 0; margin-right: 0; }

  .top-section p { margin-bottom: 0; color: #fff; font-size: 13px; text-align: left; }

  .hdrtxt span { font-size: 14px; line-height: 20px; color: #ccc; }

  .phicon { height: 32px; width: 18px; margin: 0 12px 0 0; }

  p.step-title + p.step-title { font-size: 17px; }
}