/* Quote Calculator - modern, mobile-first styles */

.qc-page {
  margin-top: 10px;
}

.qc-header {
  margin: 10px 0 20px;
}
.qc-header h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

/* Card look for Bootstrap 3 panels */
.qc-card.panel {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  overflow: hidden;
}
.qc-card .panel-heading {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-weight: 600;
}
.qc-card .panel-body {
  padding: 16px;
}
.qc-card .panel-footer {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.06);
}

/* Better spacing for form fields */
.qc-form .form-group {
  margin-bottom: 14px;
}
.qc-form label {
  font-weight: 600;
  font-size: 13px;
  color: #344054;
}
.qc-form .form-control {
  height: 38px;
  border-radius: 8px;
  border-color: #d0d5dd;
}
.qc-form .form-control:focus {
  border-color: #6ea8fe;
  box-shadow: 0 0 0 3px rgba(13,110,253,0.12);
}

/* Submit button */
.qc-submit.btn {
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
}

/* Totals and option cards */
.qc-total.lead {
  font-size: 20px;
  margin: 0 0 8px;
}

.qc-option .panel-heading {
  background: #f8fafc;
}
.qc-total-header {
  font-weight: 700;
  font-size: 18px;
}
.qc-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #0958d9;
  background: #e6f0ff;
  border-radius: 999px;
  vertical-align: middle;
}
.qc-option .btn-enquire {
  margin-top: 8px;
}

.qc-inclusions {
  margin: 8px 0 12px;
}
.qc-inclusions li {
  padding-left: 2px;
  margin-bottom: 4px;
}

/* Back link */
.qc-back-link {
  margin: 8px 0 12px;
}

/* Responsive tweaks */
@media (min-width: 768px) {
  .qc-header h1 { font-size: 28px; }
  .qc-total.lead { font-size: 22px; }
}

/* --- Additional modern styles --- */
.qc-hero { background:#fff; border-radius:16px; box-shadow:0 10px 30px rgba(2,6,23,0.06); padding:20px 20px 16px; }
.qc-subtitle { color:#667085; margin-top:6px; }
.qc-label-icon{ display:inline-block; width:18px; text-align:center; margin-right:6px; }
.qc-submit.btn { width:100%; box-shadow:0 6px 16px rgba(13,110,253,0.22); }
.qc-badge.popular { color:#0b7a2a; background:#e6f7eb; }
.qc-inclusions li { position:relative; padding-left:20px; }
.qc-inclusions li:before { content:'✔'; position:absolute; left:0; top:0; color:#16a34a; font-weight:700; }
.qc-section-card { background:#fff; border-radius:16px; box-shadow:0 10px 30px rgba(2,6,23,0.06); padding:16px 18px; }
.qc-section-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.qc-section-title { font-weight:700; font-size:20px; margin:0; }
.qc-new-quote.btn { border-radius:10px; font-weight:600; background:#f2f4f7; color:#111827; }
.qc-option.budget { border-top:4px solid #f59e0b; }
.qc-option.mid { border-top:4px solid #22c55e; }
.qc-option.beachfront { border-top:4px solid #2563eb; }
.qc-option .panel-heading { border-bottom:1px solid rgba(0,0,0,0.05); padding: 10px 15px; }

/* Big primary CTA like screenshot */
.qc-option .btn-quote-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #2F56F6; /* vivid blue */
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
}
.qc-option .btn-quote-request:hover {
  background: #2448e0;
  color: #fff;
}
.qc-option .btn-quote-request .qc-icon { display:inline-flex; line-height:0; opacity: 0.95; }
.qc-option .btn-quote-request .qc-label { display:inline-block; }

/* Quote Modal Styles */
.qc-modal .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 24px 16px;
}
.qc-modal .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.qc-modal .modal-body {
  padding: 20px 24px;
}

.qc-quote-preview {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.qc-package-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.qc-package-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.qc-total-price {
  text-align: right;
}
.qc-total-price span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}
.qc-total-price small {
  display: block;
  color: #6b7280;
  margin-top: 2px;
}

.qc-trip-details {
  margin-bottom: 20px;
}
.qc-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.qc-detail-item i {
  color: #6b7280;
  width: 16px;
  text-align: center;
}
.qc-detail-item small {
  display: block;
  color: #6b7280;
  font-size: 12px;
}
.qc-detail-item > div > div {
  font-weight: 500;
  color: #111827;
}

.qc-package-includes h6 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.qc-includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qc-includes-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #374151;
}
.qc-includes-list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 700;
}

.qc-quote-form .form-group {
  margin-bottom: 16px;
}
.qc-quote-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.qc-quote-form label i {
  color: #6b7280;
  width: 16px;
}
.qc-quote-form .form-control {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  font-size: 14px;
}
.qc-quote-form .form-control:focus {
  border-color: #2F56F6;
  box-shadow: 0 0 0 3px rgba(47, 86, 246, 0.1);
}

.qc-submit-quote {
  background: #2F56F6;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.qc-submit-quote:hover {
  background: #2448e0;
}