/* =========================================
   1) Bootstrap control polish (override)
========================================= */
.form-select,
.form-control {
  border-radius: 10px !important;
  height: 46px !important;
  padding: 0.75rem 1rem !important;
  font-weight: 500 !important;
  border: 1px solid #d6d6d6 !important;
  background-color: #ffffff !important;
  width: 100%;
  color: #212529 !important;
  margin: 0 !important;
}

.form-select:focus,
.form-control:focus {
  border-color: #c8a96a !important;
  box-shadow: 0 0 0 0.15rem rgba(200, 169, 106, 0.25) !important;
}

.form-select {
  background-image: none !important;
}

input[type="date"].form-control {
  appearance: auto !important;
}

/* =========================================
   2) Specials filter soft background panel
   (your missing background-color fixed)
========================================= */
.specials-filter-wrap {
  position: relative;
  border-radius: 18px;
  padding: 22px 32px;
  margin-bottom: 40px;
  border: 1px solid rgba(0,0,0,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.86));
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  z-index: 0;
}

/* soft glow layer (subtle background texture) */
.specials-filter-wrap::before {
  content: "";
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(800px 220px at 20% 0%, rgba(200,169,106,0.22), transparent 65%),
    radial-gradient(520px 220px at 80% 10%, rgba(0,179,143,0.14), transparent 60%);
  pointer-events: none;
}

.specials-filter-wrap > * {
  position: relative;
  z-index: 1;
}

.specials-filter-wrap p {
  color: #444;
  max-width: 820px;
}

.specials-filter-wrap .btn-primary {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .specials-filter-wrap {
    padding: 18px 18px;
  }
}

/* =========================================
   3) Tier headings
========================================= */
#blog h2 {
  color: #ffd400;
  font-weight: 900;
  letter-spacing: 0.3px;
  margin-top: 22px;
  margin-bottom: 14px;
}

/* =========================================
   4) Wedding Specials Cards (Dark theme + spacing fix)
   Unified: target the actual card wrapper you use (#calculator_box)
========================================= */
#blog #calculator_box .card {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #1c1c1c 0%, #222 100%);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
  /* Safari */
  -webkit-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Konqueror HTML */
  -khtml-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* Standard property, supported by most modern browsers */
  user-select: none;
}

#blog #calculator_box .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

/* Header */
#blog #calculator_box .card-header {
  background: #1f1f1f !important;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 18px 16px 14px;
  text-align: center;
}

#blog #calculator_box .card-header h3,
#blog #calculator_box .card-header .h5 {
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}

#blog #calculator_box .card-header .small {
  color: #e5e5e5 !important;
  margin-bottom: 8px;
  opacity: 0.9;
}

#blog #calculator_box .card-header hr {
  margin: 10px 0;
  border: 0;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

/* Body (spacing fix + sticky CTA) */
#blog #calculator_box .card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
}

/* Discount badge */
#blog #calculator_box .badge.bg-warning,
#blog #calculator_box .badge {
  background: #ffd400 !important;
  color: #1f1f1f !important;
  font-weight: 900;
  border-radius: 999px;
  padding: 8px 12px;
  letter-spacing: 0.4px;
  align-self: flex-start;
  margin-bottom: 14px;
}

/* Price rows */
#blog #calculator_box .card-body .d-flex {
  margin-bottom: 8px;
  line-height: 1.35;
}

#blog #calculator_box .card-body span {
  color: #eaeaea;
  font-size: 0.95rem;
}

#blog #calculator_box .card-body strong,
#blog #calculator_box .card-body .fw-bold {
  color: #ffffff;
}

/* Muted text */
#blog #calculator_box .text-muted,
#blog #calculator_box .text-muted.small {
  color: #bdbdbd !important;
}

/* Dividers */
#blog #calculator_box hr {
  margin: 12px 0;
  opacity: 0.3;
}

/* Total price block */
#blog #calculator_box .bg-light {
  background: linear-gradient(180deg, #2a2a2a, #1f1f1f) !important;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  color: #ffffff !important;
  padding: 12px 14px !important;
  margin: 14px 0 10px;
}

#blog #calculator_box .bg-light span:first-child {
  font-size: 0.9rem;
  opacity: 0.85;
  color: #ffd400 !important;
  font-weight: 700;
}

#blog #calculator_box .bg-light span:last-child {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff !important;
}

/* Description text */
#blog #calculator_box p.small {
  margin: 10px 0 14px;
  line-height: 1.45;
  font-size: 0.85rem;
  opacity: 0.85;
}

/* WhatsApp CTA */
#blog #calculator_box .btn-success {
  margin-top: auto;
  background: #00b38f;
  border: none;
  border-radius: 12px;
  font-weight: 800;
  padding: 12px 14px;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0,179,143,0.35);
  transition: transform .15s ease, box-shadow .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#blog #calculator_box .btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,179,143,0.5);
}

#blog #calculator_box .btn-success img {
  display: inline-block;
  vertical-align: middle;
}

/* Mobile polish */
@media (max-width: 576px) {
  #blog #calculator_box .card-body {
    padding: 14px;
  }
}
/* Filter panel */
    .specials-filter-wrap{
      background: linear-gradient(180deg,#f7efe6 0%,#fbf8f4 100%);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 18px;
      padding: 28px 32px;
      margin-bottom: 8px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }
    @media (max-width:768px){ .specials-filter-wrap{padding:22px 18px;} }

    .tier-title{
      color:#222;
      font-weight:900;
      letter-spacing:.3px;
      margin-top:18px;
      margin-bottom:12px;
    }

    /* ===============================
       CARD STYLE (matches screenshot)
    =============================== */
    .special-card{
      border-radius:16px;
      overflow:hidden;
      background: linear-gradient(180deg,#1c1c1c 0%, #222 100%);
      border: 1px solid rgba(255,255,255,0.10);
      box-shadow: 0 18px 40px rgba(0,0,0,0.35);
      color:#fff;
    }
    .special-card__header{
      background: linear-gradient(180deg,#1b1b1b 0%, #202020 100%);
      padding:18px 16px 14px;
      border-bottom: 1px solid rgba(255,255,255,0.12);
    }
    .special-hr{
      margin:10px 0;
      border:0;
      height:1px;
      background: rgba(255,255,255,0.18);
    }
    .special-card__body{
      padding:18px 18px 20px;
      position: relative;
      background:
        radial-gradient(1200px 500px at 50% 0%, rgba(255,212,0,0.10) 0%, rgba(0,0,0,0) 55%),
        linear-gradient(180deg,#1f1f1f 0%, #232323 100%);
    }

    .discount-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#ffd400;
      color:#111;
      font-weight:900;
      border-radius:999px;
      padding:8px 14px;
      letter-spacing:.4px;
      margin-top:6px;
      margin-bottom:10px;
      width: fit-content;
      box-shadow: 0 10px 25px rgba(255,212,0,0.22);
    }

    .price-row{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:6px 0;
      font-size: 0.98rem;
    }
    .price-row span{ color:#f0f0f0; }
    .price-row strong{ color:#ffffff; font-weight:800; }

    .was-row{
      color:#bdbdbd;
      font-size:0.9rem;
      margin-top:2px;
    }

    .divider{
      height:1px;
      background: rgba(255,255,255,0.18);
      margin: 12px 0;
    }

    .total-pill{
      border-radius:12px;
      padding:12px 14px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      border:1px solid rgba(255,255,255,0.14);
      background: linear-gradient(180deg,#2a2a2a, #1f1f1f);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
      margin-bottom: 2px;
    }
    .total-pill span:first-child{
      color:#ffd400;
      font-weight:800;
    }
    .total-pill span:last-child{
      color:#ffffff;
      font-weight:900;
    }

    .help-text{
      color:#bdbdbd;
      font-size:0.9rem;
      line-height:1.45;
    }

    .special-cta{
      background:#00b38f;
      border:none;
      border-radius:12px;
      font-weight:900;
      padding:12px;
      color:#fff;
      box-shadow: 0 12px 30px rgba(0,179,143,0.35);
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
    }
    .special-cta:hover{
      background:#00a884;
      color:#fff;
    }

    /* keep cards consistent height spacing */
    #blog .col-12{ }