
a:hover {
  text-decoration-line: none !important;
  text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

.navbar-toggler-icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.modal-content {
  background-color: #fff; /* Ensure opaque white background */
}

.modal-body {
  background-color: #fff;
}

#pickupWizardModal .modal-body > div {
  background-color: #fff;
}

li {
  font-family: Montserrat !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

.modal-dialog, .modal-content, .modal-body {
  overflow: visible !important;
}

.wrapper-body {
  background: linear-gradient(180deg, #dfe9f8 0%, #ffffff 50%) !important;
}

#pickupSlots h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#pickupSlots button.active {
  border-width: 2px;
}

/* progress bar */
#progressBar {
  height: 6px;
  background: #e0e0e0;
  margin: 0px 0px 20px
}

#progressFill {
  height: 100%;
  width: 0;
  background: #0078d4;
  transition: width .6s
}

/* full-step overlay */
.spinner-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.spinner-overlay.d-none {
  display: none;
}


/* ============================================================
  1) Container: position: relative so the label can “float”
============================================================ */
.modern-field {
  position: relative;
  margin: 1.75rem 0;
}

/* ============================================================
  2) Floating label: overlaps the border
============================================================ */
.modern-field .form-label {
  position: absolute;
  top: -0.6rem;            /* pull label above the border */
  left: 1rem;              /* align with input/select padding */
  background-color: #fff;  /* cut out the border behind it */
  padding: 0 0.25rem;      /* small horizontal padding */
  font-size: 0.9rem;
  color: #0d6efd;          /* Bootstrap primary blue */
  pointer-events: none;    /* clicks go through to input/select */
  z-index: 1;
}

/* ============================================================
  3) Shared styles for <input> and <select>
============================================================ */
.modern-field .form-control, .modern-field .form-select {
  border: 2px solid #aac3e7;   /* thick blue border */
  border-radius: 1.25rem;       /* pill-shaped corners */
  padding: 0.75rem 1.25rem;    /* vertical/horizontal padding */
  background-color: #fff;      /* ensure white background */
  box-shadow: none;            /* reset any default shadow */
}

/* ============================================================
 4) Focus state: blue glow ring for both
============================================================ */
.modern-field .form-control:focus, .modern-field .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* ============================================================
 5) Override default arrow icon for .form-select
============================================================ */
.modern-field .form-select {
  /* Use Bootstrap’s built-in SVG arrow, but recolor it to #0d6efd */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-chevron-down'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 01.708 0L8 11.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}

/* ============================================================
 6) Placeholder styling (optional)
============================================================ */
.form-select::placeholder {
  color: #ccc !important;
  opacity: 1 !important;
}
.modern-field::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.modern-field .form-select option[disabled][selected] {
  color: #6c757d;
}
/* ============================================================
 Offer Page
============================================================ */
.card-offer {
  border-radius: 1rem;
}

/* Yellow button */
.btn-yellow {
  background-color: #FFC107;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
}

.btn-yellow:hover {
  background-color: #e0a800;
  color: #000;
}

.btn-yellow:disabled{
  background-color: #FFC107;
  color:#797878;
}
/* Tabs: remove default borders */
.nav-tabs .nav-link {
  border: none;
  color: #007bff;
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid #007bff;
}

.social-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.2);
}

footer {
  position: relative;
  color: #ffffff;
}

.footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none !important;
  transition: color 0.3s ease;
  font-size: 14px;
}

.footer-link:hover,
.footer-link:focus {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 1) !important;
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  box-shadow: none;
}


    
:root {
  --themePrimary: var(--portalThemeColor1);
}
.step-pane {
  display: none;
  opacity: 0;
  transition: opacity .6s ease;
}
  
.step-pane.current {
  display: block;
  opacity: 1;
}

  
/* layout helpers */
.wizard-buttons {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.wizard-buttons.vertical {
  flex-direction: column;
  align-items: stretch;
}
  
.btn-back, .btn-back:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.btn-primary:disabled, .btn-back:disabled {
  background: #6c757d;
  border-color: #6c757d;
  cursor: not-allowed;
}
  
/* modern option cards */
.option-btn {
  position: relative;
  background: #fff;
  color: var(--themePrimary);
  border: 2px solid var(--themePrimary);
  border-radius: 12px;
  padding: .8rem 1rem .8rem 2.5rem;
  text-align: left;
  font-weight: 600;
  transition: all .25s;
}
.option-btn::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: background .25s;
}
.option-btn.selected, .option-btn:hover:not(.selected) {
  background: var(--themePrimary);
  color: #fff;
}
.option-btn.selected::before {
  background: currentColor;
}

.gradient-footer {
  background: linear-gradient(135deg, #2e456b 0%, #2a2c2e 100%);
}

.sectionBlockLayout {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

