/* Base Styles */
body {
  background-color: #fff;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  color: #222;
  line-height: 1.7;
}

p {
  font-weight: 300;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", serif;
  color: #111;
}

/* Navbar */
.navbar {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Hero Section */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  width: 100%;
}

/* Typography */
.title-xl {
  font-weight: 400;
  font-size: 2.5rem;
}

.leadish {
  font-size: 1.1rem;
}

/*cardPage*/

.lead-mini {
  font-size: 0.9rem;
  color: #6c757d;
}

/* Card option styling */
.option-card {
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  height: 100%;
  padding: 30px 0px;
}

.option-card:hover {
  background: #fafafa;
  border-radius: 10px;
}
.option-card-redeem {
  background: #fafafa;
  border-radius: 10px;
}

.redeemPageBelowText {
  margin: 0px;
  margin-bottom: 120px;
  margin-top: 60px;
}

.cardBox {
  margin: 25px;
}
/*    .option-card.selected {
      border-color:#0d6efd;
      box-shadow: 0 .75rem 1.5rem rgba(13,110,253,.15);
    }*/
/* Fake “card” image placeholder – replace with your real image */
.membercard {
  height: 140px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #7b0d1d, #c01a2f);
}
.membercard.dark {
  background: linear-gradient(135deg, #222, #3a3a3a);
}

/* “View details ▸” */
.view-details {
  font-size: 0.9rem;
  color: #6c757d;
  text-decoration: none;
}

/* Circular radio below cards (custom look, still a true radio) */
.circle-radio {
  width: 28px;
  height: 28px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.circle-radio:hover {
  border-color: #adb5bd;
}
.circle-radio .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.15s ease, transform 0.15s ease;
  transform: scale(0.7);
}
input[type="radio"]:checked + .circle-radio {
  border-color: #bababa;
  box-shadow: none;
}
input[type="radio"]:checked + .circle-radio .dot {
  background: #0d6efd;
  transform: scale(1);
}

/* Hide the native radio, keep it accessible */
.visually-hidden-radio {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0;
  height: 0;
}

/* Bottom helper text */
.helper {
  color: #313131;
  font-size: 0.95rem;
}

#proceedBtn:disabled {
  background-color: #6c757d; /* Bootstrap secondary */
  color: #fff;
  border: 1px solid #6c757d;
  opacity: 0.65;
  cursor: not-allowed;
  margin-bottom: 120px;
  margin-top: 75px;
}

/* Enabled state: outline style only */
#proceedBtn:not(:disabled) {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  margin-top: 75px;
  margin-bottom: 120px;
}

/* Hover effect when enabled */
#proceedBtn:not(:disabled):hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

#culinaireSubmit:not(:disabled):hover,
#submitBtn:not(:disabled):hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.enrolmentText {
  margin: 80px 0px;
}

.form-select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);

  border: none;
  border-bottom: 1px solid gray;
  border-radius: 0px;
  outline: none;
}

.form-select:focus {
  border-color: none;

  outline: 0;
  box-shadow: none;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: var(--bs-btn-close-focus-opacity);
}

label.form-check-label {
  font-size: 14px;
  font-weight: 300;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  background-color: white;
  color: black;
  border: 2px solid #000;
}

#culinaireModal [type="button"]:not(:disabled) {
  border: none;
}
button.close {
  border: none !important;
}

#dupModal .modal-header {
  border: none;
  justify-content: flex-end !important;
  padding-top: 0px;
}

#dupModal .modal-footer {
  justify-content: center;
  border: none !important;
  padding: 50px 0px;
}

#dupModal .existLogo {
  padding: 0px 0px 25px 0px;
}

#dupModal .modal-body {
  font-weight: 300;
  text-align: center;
  padding: 0px 40px;
}

#dupModal button.btn-close {
  border: none !important;
}

#dupModal .modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
  max-width: 688px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%) !important;
  z-index: 99999;
  overflow: hidden;
}

.modal-dialog {
  position: relative;
  z-index: 1060;
}

body.modal-open {
  overflow: hidden !important;
  height: 100% !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: #000 !important;
  border-color: #000 !important;
}

input[type="radio"]:checked + .circle-radio .dot {
  background: black;
  transform: scale(1);
}

.gap-1 {
  gap: 1rem !important;
}

.redeem {
  margin-top: 80px;
  margin-bottom: 80px !important;
  color: #313131;
}

/*radio desing*/
/* Hide native radio but keep it focusable and screen-reader friendly */
.program-radio__input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

/* Visual control */
.program-radio__control {
  inline-size: 36px;
  block-size: 36px;
  border-radius: 50%;
  border: 2px solid #b9b9b9; /* grey ring when unchecked */
  display: inline-block;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  background: #fff;
}

/* Hover state */
.program-radio:hover .program-radio__control {
  border-color: #8f8f8f;
}

/* Focus ring (keyboard users) */
.program-radio__input:focus-visible + .program-radio__control {
  box-shadow: 0 0 0 4px rgba(30, 111, 234, 0.2);
  border-color: #1e6fea;
}

/* Checked: green ring + tick */
.program-radio__input:checked + .program-radio__control {
  border-color: #2a9a50; /* green ring */
}

/* The tick itself (built with borders) */
.program-radio__input:checked + .program-radio__control::after {
  content: "";
  position: absolute;
  inset: 8px 10px 8px 10px; /* positions the tick nicely */
  width: 12px;
  height: 20px;
  border-right: 3px solid #2a9a50; /* green tick */
  border-bottom: 3px solid #2a9a50;
  transform: rotate(45deg);
  left: 11px; /* fine tuning */
  top: 4px;
}

/* Optional: make label look clickable */
.program-radio {
  cursor: pointer;
  user-select: none;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

/*subscription page*/

.btn-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: gray;
  color: white;
  border: none;
  margin: 0 auto;
  display: block;
}
.btn-custom.active {
  opacity: 1;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/* base */
.circle-radio {
  width: 35px;
  height: 35px;
  border: 2.5px solid #bfc5d1; /* light grey ring when NOT selected */
  border-radius: 50%;
  background: #fff; /* white center */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative; /* so ::after can center inside */
  transition: all 0.25s ease;
}

/* on hover (optional) */
.option-card:hover .circle-radio {
  border-color: #8f96a3;
}

/* SELECTED: blue ring + soft glow, white center stays */
.option-card.selected .circle-radio {
  border-color: #0d6efd; /* Bootstrap primary blue */
  background: #fff;
  box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.16); /* soft blue glow ring */
}

/* SELECTED: blue check */
.option-card.selected .circle-radio::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(images/yesRadio.svg) no-repeat center center / contain;
  left: 69%;
  top: 43%;
  transform: translate(-50%, -50%);
}

/* completely hide native radio appearance */
.visually-hidden-radio {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

.circle-radio .dot {
  display: none !important;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #313131 !important;
}

button#proceedCardBtn {
  border: none;
  width: 300px;
  border: 2px solid #313131;
  margin: 0 auto;
  border-radius: 34px;
  padding: 11px;
}

button.btn.btn-outline-secondary.py-2 {
  border: none;
  font-size: 20px;
  font-weight: 500;
}

button.btn.btn-outline-secondary.py-2:hover {
  border: none;
  font-size: 20px;
  font-weight: 500;
  background: none;
  color: #313131;
}

.thankyoupage {
  max-width: 1020px;
  margin: 0 auto;
}

.thankyoupage a:hover {
  color: #313131;
  text-decoration: none;
}

.contacthdng button a:hover,
.contacthdng button:hover {
  color: #fff;
  text-decoration: none;
}

.contacthdng button a {
  color: #313131;
  text-decoration: none;
}
.thankyoupage a {
  color: #313131;
  text-decoration: none;
}
.thankyoupage button:hover {
  background: black;
  color: white;
}

.thankyou-btn {
  display: inline-block;
  background: white;
  color: black;
  padding: 10px 20px;
  border: 1px solid black;
  text-decoration: none;
  transition: all 0.3s ease;
}

.thankyou-btn:hover {
  background: black;
  color: white;
}

.thankyoupage h1 {
  font-size: 42px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.thankyoupage p {
  text-align: left;
  color: #313131;
  font-size: 18px;
  padding-top: 0px;
}

address {
  font-size: 18px;
  font-family: "Noto Sans";
  font-weight: 300;
  margin: 30px 0px;
}

.thankyoupage button {
  border: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 2px solid #313131;
  border-radius: 34px;
  padding: 3px 39px;
  margin-bottom: 120px;
  font-size: 18px;
  font-family: "Noto Sans";
  margin-top: 50px;
}

#orderinfo span.content-text {
  font-size: 13px;
  width: 70%;
}

.form-select:focus {
  border-color: gray;
  outline: 0;
  box-shadow: none;
}

/*redeem section*/

/* ---------- Redeemed Tag Design ---------- */
.option-card-redeem {
  position: relative;
}

/* Ribbon-style banner (like your image) */
.redeemed-banner {
  position: absolute;
  top: 15px;
  left: -12px;
  width: 100%;
  background: #545454; /* dark grey */
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  line-height: 1.2;
  z-index: 2;
  text-align: center;
}

/* Left folded corner effect */
.redeemed-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 11px solid #333; /* slightly darker shade for depth */
  border-left: 12px solid transparent;
}
.redeemStrip {
  position: relative;
}

.redeemHeading {
  margin-top: 75px;
  font-size: 20px;
  font-weight: 400;
  color: #313131;
}

redeemSubheading {
  font-size: 16px;
  font-weight: 300;
}
/* Media Query */
@media (max-width: 768px) {
  .redeemed-banner {
    width: 175px;
  }
  .thankyoupage p {
    padding-top: 0px;
  }

  .thankyoupage h1 {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .thankyoupage button {
    border: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 2px solid #313131;
    border-radius: 34px;
    padding: 3px 39px;
    margin-bottom: 75px;
    margin-top: 75px;
    font-size: 18px;
    font-family: "Noto Sans";
  }

  .option-card.padding.p-4 {
    padding: 50px 30px !important;
  }

  .option-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    height: 100%;
    padding: 0px 30px !important;
  }
  .cardBox {
    margin: 0px;
  }

  .Naviation img {
    height: 40px !important;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .Naviation img.leftlogo {
    height: 70px !important;
  }

  .cardBox {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    min-height: auto;
    border-radius: 12px;
  }

  /*scrollcard*/

  :root {
    --peek: 80px;
    --gutter: 8px;
  }

  .programs-row {
    display: flex;
    /*    flex-wrap:nowrap;*/
    overflow-x: auto;
    gap: var(--gutter);
    padding: 0 12px 12px; /* left/right padding so 1st card nicely aligns */
    scroll-snap-type: x mandatory;
    scroll-padding-left: 12px; /* snap start at left padding */
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start !important; /* center se bachaye */
  }
  .programs-row::-webkit-scrollbar {
    display: none;
  }

  /* Har column ki width = screen width - (peek + gutter)
     -> isse 1st card full dikhega aur next thoda सा नजर आएगा */
  .programs-row > [class*="col-"] {
    /*    flex: 0 0 calc(100% - (var(--peek) + var(--gutter)));*/
    /*    max-width: calc(100% - (var(--peek) + var(--gutter)));*/
    scroll-snap-align: start;
  }

  /* End par thoda breathing space so last card bhi center-left snap ho sake */
  .programs-row::after {
    content: "";
    flex: 0 0 12px;
  }

  /* Card internals */
  .programs-row .option-card {
    border-radius: 16px;
  }
  .programs-row img[width="330"] {
    width: 100% !important;
    height: auto;
  }

  p.text-center.text-secondary.mb-4 {
    margin-top: 80px;
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 80px;
  }

  .fw-semibold {
    font-size: 20px;
    font-weight: 400;
    color: #313131;
  }

  .view-details {
    font-size: 14px;
    color: #595959;
    text-decoration: none;
    font-weight: 500;
  }

  .evouchers-table {
    font-size: 13px;
  }
  .evouchers-table .col-voucher {
    min-width: 260px;
  }
  .evouchers-table .col-applicable {
    min-width: 300px;
  }

  .title-xl {
    font-size: 2rem;
  }

  .benefits-title {
    font-size: 1.25rem;
  }
  .benefits-table {
    font-size: 13px;
  }
  .benefits-table .col-benefit {
    min-width: 240px;
  }

  .navbar {
    background-color: #fff;
    box-shadow: none;
  }

  p.text-center.text-secondary.mb-4 {
    margin-top: 28px;
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 28px;
  }

  #proceedBtn:disabled {
    background-color: #6c757d;
    color: #fff;
    border: 1px solid #6c757d;
    opacity: 0.65;
    cursor: not-allowed;
    margin-bottom: 70px;
    margin-top: 28px;
  }
  #proceedBtn:not(:disabled) {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    margin-top: 28px;
    margin-bottom: 70px;
  }
}
