@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
}
body {
  font-family: "Open Sans";
  background-color: #ffffff;
}

html {
  background-color: #ffffff;
}

/* Container needs relative positioning */
.container {
  position: relative;
}

/* Cream background rectangle - starts at section/app image position */
.bb-background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 480px;
  background-color: #F9F1DC;
  z-index: 0;
  top: 140px; /* Adjust based on header height - approximately where app image starts */
}

/* Ensure content appears above background */
section, header, footer {
  position: relative;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.logo {
  height: 100px;
}

section h1 {
  color: #454545;
  leading-trim: both;
  text-edge: cap;
  font-family: "Playfair Display";
  font-size: 34px;
  font-style: normal;
  font-variation-settings: "wght" 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}

section p {
  color: #454545;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 23px;
}

.link {
  cursor: pointer;
  color: #C7C7C7;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: normal;
  text-decoration-line: underline;
}

.link:hover {
  color: #E9C364;
}

footer a {
  color: #454545;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: normal;
  text-decoration-line: underline;
}

.container {
  max-width: 1180px;
}

.modal-content {
  padding: 30px;
}

.modal-dialog {
  max-width: 350px;
}

#confirmModal h5 {
  align-self: stretch;
  color: #454545;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "wght" 900;
  line-height: 24px;
}

#confirmModal p {
  align-self: stretch;
  color: #454545;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 23px;
}

.modal-footer {
  flex-wrap: nowrap !important;
  padding: 1rem 0px 0px;
}

.close-button {
  border-radius: 5px;
  background: #EDEDED;
  display: flex;
  height: 47px;
  padding: 15px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #454545;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border: 1px solid #C7C7C7;
}

.confirm-button {
  border-radius: 5px;
  border: 0;
  background: #E9C364;
  display: flex;
  height: 47px;
  padding: 15px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration-line: none;
}

.counter-left {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #E3E3E3;
  background: linear-gradient(180deg, #FFF 14.04%, #EAEAEA 98.49%);
  color: #E9C364;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 23px; /* 57.5% */
}

.counter-right {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #E3E3E3;
  background: linear-gradient(180deg, #FFF 14.04%, #EAEAEA 98.49%);
  color: #E9C364;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 23px;
}

.point {
  padding: 20px 10px 0px 10px;
  align-self: stretch;
}

.counter {
  color: #454545;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}


