@charset "UTF-8";

@-webkit-keyframes buttonPulse {
  0% {
    padding: 16px 26px;
  }

  50% {
    padding: 16px 35px;
  }

  100% {
    padding: 16px 26px;
  }
}

@font-face {
  font-family: 'chaloops';
  src: url('../fonts/chaloops/Chaloops-Regular.ttf') format('woff2'),
    url('../fonts/chaloops/Chaloops-Regular.ttf') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'chaloops-medium';
  src: url('../fonts/chaloops/Chaloops-Medium.ttf') format('woff2'),
    url('../fonts/chaloops/Chaloops-Medium.ttf') format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'chaloops-bold';
  src: url('../fonts/chaloops/Chaloops-Bold.ttf') format('woff2'),
    url('../fonts/chaloops/Chaloops-Bold.ttf') format('woff');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('woff2'),
    url('../fonts/montserrat/Montserrat-Medium.ttf') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'montserrat-medium';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('woff2'),
    url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('woff2'),
    url('../fonts/montserrat/Montserrat-Bold.ttf') format('woff');
  font-weight: 600;
  font-display: swap;
}

.buttonPulseClass {
  -webkit-animation-name: buttonPulse;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --gray: #f5f5f5;
  --white: #ffffff;
  --black: #000000;
  --links: #333333;
  --linksHover: #777777;
  --linksActive: #444444;
  --linksBackgroundHover: #DDDDDD;
  --specialLink: #0057AD;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
  display: block;
}

.my-body-noscroll-class {
  overflow: hidden;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none;
  height: calc(100% + 1px);
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.feature {
  height: 100%;
}

a {
  text-decoration: none;
}

.hiddenTags {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-family: "chaloops", sans-serif;
  text-align: center;
}

.menu-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 20px;
  width: 30px;
  z-index: 1000;
  cursor: pointer;
  display: block;
}

.menu-icon .bar {
  width: 100%;
  height: 2px;
  background-color: var(--black);
}

#barOne,
#barTwo {
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}

#barTwo {
  margin-top: 5px;
}

.invert {
  background-color: var(--white) !important;
}

.blackOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.mainnav {
  background-color: white;
  position: fixed;
  width: 300px;
  height: 100%;
  left: -300px;
  z-index: 999;
  display: none;
  overflow: scroll;
  transition: left 0.3s ease-in-out;
}

.mainnav ul {
  text-align: center;
  width: 100%;
}

.mainnav ul li a {
  color: var(--black);
  font-family: "chaloops-medium", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 20px 0;
  display: block;
  font-size: 1.8rem;
}

.mainnav ul li a:hover {
  background-color: var(--linksBackgroundHover);
  transition: 0.4s;
}

.mainnav ul li a:active {
  background-color: var(--linksActive);
  transition: 0.4s;
}

/************* Hero *********************/

#hero {
  width: 100%;
  position: relative;
  transition: 0.8s;
  min-height: 400px;
}

.portraits {
  min-height: 500px;
  padding: 0;
}

.zoom {
  transform: scale(1.02);
}

header {
  display: block;
  padding: 60px 50px;
  z-index: 10;
  position: relative;
}

.logo {
  max-width: 250px;
  width: 100%;
  margin: auto;
  display: block;
}

#fade {
  height: 100%;
  background-color: var(--gray);
  /* background-color: #FF6600; */
  /* background: linear-gradient(175deg,#CE4703, #FF6600); */
  /* background-color: #202020;
background: linear-gradient(180deg,#0f0f0f, #202020); */
}

.home>div:nth-child(odd) {
  background-color: var(--gray);
}

.home>div:nth-child(even) {
  background-color: var(--white);
}

/* Icon Navigation */
nav {
  display: flex;
  justify-content: center;
}

nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  /* Adjusted width for each link */
  height: 70px;
  /* Adjusted height for each link */
  margin: 0 5px;
  /* Adjusted margin between links */
  position: relative;
  border-radius: 50%;
  /* Ensures links are circular */
  overflow: hidden;
  /* Hides overflow if icons are larger than the link */
  transition: background-color 0.3s ease;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

nav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  /* Semi-transparent background on hover */
}

nav a:active {
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent background on hover */
}

nav a i {
  font-size: 3em;
  /* Increased icon size */
  color: var(--links);
  /* Adjust icon color */
}

nav .fa {
  font-size: 2rem;
}

.headerLink{
  color: var(--specialLink) !important;
}

icon-nav-component a {
  color: var(--links); /* ensure SVGs get same color as FA icons */
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
}

icon-nav-component a svg {
  display: block;
}

@media screen and (max-width: 500px) {
  nav a {
    width: 50px;
    /* Adjusted width for each link */
    height: 50px;
    /* Adjusted height for each link */
  }

  nav .fa {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 350px) {
  nav a {
    width: 40px;
    /* Adjusted width for each link */
    height: 40px;
    /* Adjusted height for each link */
  }

  nav .fa {
    font-size: 1rem;
  }
}

/* Wrapper */
.inside-wrapper {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.inside-wrapper p {
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  /* font-size: 2vw; */
  font-size: 1.7em;
  line-height: 1.5em;
  text-align: center;
  padding: 50px 20px;
}

.inside-wrapper a {
  color: var(--links);
}

.inside-wrapper a:hover {
  filter: brightness(90%);
  transition: 0.4s;
}

.inside-wrapper a:active {
  filter: brightness(100%);
  transition: 0s;
}

#main-cta {
  color: var(--white);
  padding: 16px 26px;
  transition: 0.4s;
  border-radius: 40px;
  font-size: 0.8em;
  background-color: var(--links);
  text-align: center;
  font-weight: 600;
}

#main-cta:hover {
  filter: brightness(30%);
  transition: 0.4s;
}

#main-cta:active {
  filter: brightness(10%);
  transition: 0s;
}

img,
iframe,
picture {
  width: 100%;
}

iframe {
  max-width: 700px;
  height: 20vw;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.wrap-iframe {
  padding: 0px 30px;
}

hr {
  border: none;
  height: 1px;
  background-color: var(--gray);
}

@-moz-document url-prefix() {
  hr {
    border: none;
    height: 1px;
    background-color: var(--gray);
  }
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 30px;
  text-align: left;
  justify-content: center;
  box-sizing: border-box;
}

.row img {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  pointer-events: none;
}

.row picture {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  pointer-events: none;
}

.row .text {
  width: 100%;
  text-align: center;
}

.row h2 {
  font-family: "chaloops", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--black);
  /* font-size: 2vw; */
  font-size: 1.3em;
  line-height: 1.7em;
}

.row p {
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  /* font-size: 2vw; */
  font-size: 1.1em;
  line-height: 1.7em;
  padding-top: 10px;
}

.process {
  background-color: var(--white);
  padding: 50px 0px;
}

.process p {
  margin: 0px 20px;
}

.process p,
.modal-paragraph {
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  font-size: 1.1em;
  line-height: 1.7em;
  padding-top: 10px;
  text-align: center;
}

.modal-paragraph {
  padding: 10px;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}

.follow-text {
  margin-top: 30px !important;
}

.process-cta {
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  padding: 16px 26px;
  transition: 0.4s;
  border-radius: 40px;
  font-size: 1em;
  background-color: var(--gray);
  text-align: center;
  display: block;
  max-width: 120px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.process-cta:hover {
  background-color: #953200;
  transition: 0.4s;
  color: var(--white);
}

.process-cta:active {
  background-color: #4E1A00;
  transition: 0s;
  color: var(--white);
}

.row a {
  color: var(--specialLink);
}

.row-cta,
.row a .fa,
.modal-exit,
.modal-exit-bottom {
  font-weight: 600;
}

.row a:hover {
  filter: brightness(30%);
}

.row-cta span {
  padding-right: 0px;
  transition: 0.4s;
}

.row-cta:hover span {
  padding-right: 10px;
  transition: 0.4s;
}

/* Add this to your CSS */
.caricature {
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 400 / 500;
}

.caricature picture {
  display: block;
  width: 100%;
}

.caricature img {
  display: block;
  width: 100%;
  height: auto;
}

.media-caricature {
  aspect-ratio: auto !important;
}

.content {
  color: var(--black);
  padding: 40px 0;
  font-family: "chaloops", sans-serif;
}

.flex {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.information:nth-child(odd) .flex {
  flex-direction: row;
}

.information:nth-child(even) .flex {
  flex-direction: row-reverse;
}

.content h3 {
  font-weight: 900;
  font-family: 'chaloops-bold', sans-serif;
  font-size: 2em;
  line-height: 2em;
  padding: 10px 20px;
}

.flex h3 {
  text-align: left;
}

.content p {
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1.5em;
  padding: 10px 20px;
  box-sizing: border-box;
}

.shop .content p {
  flex: 1;
}

.flex p {
  text-align: left;
}

.content img {
  padding: 10px;
  box-sizing: border-box;
}

.content picture {
  padding: 0;
  box-sizing: border-box;
}

.content nav {
  justify-content: left;
  padding-left: 20px;
}

.text {
  max-width: 600px;
  width: 100%;
}

#questions .text {
  max-width: 1000px;
  width: 100%;
  text-align: left;
  margin: auto;
}

#questions h3 {
  text-align: center;
}

.question {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-family: 'chaloops-medium', sans-serif;
  cursor: pointer;
}

.answer {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease;
}

.question:hover {
  color: var(--linksHover);
  cursor: pointer;
}

.question-container {
  border-bottom: solid;
  border-bottom-color: var(--black);
  border-bottom-width: 1px;
  margin: 15px 10px 0;
}

.question .fa {
  padding-left: 5px;
  box-sizing: border-box;
}

strong {
  font-family: 'chaloops-bold', sans-serif;
}

/************* Media Items ****************/

.media-logo {
  padding: 20px 10px;
  box-sizing: border-box;
  aspect-ratio: auto;
}

.black {
  background-color: var(--black);
}

button {
  cursor: pointer;
  padding: 10px 30px;
  background: transparent;
  border: solid var(--black) 1px;
  color: var(--black);
}

button:hover {
  background: var(--black);
  color: var(--white);
}

.black button {
  border: solid var(--white) 1px;
  color: var(--white);
}

.black button:hover {
  background: var(--white);
  color: var(--black);
}

.center {
  text-align: center;
  display: block;
  margin: auto;
}

.video-container {
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.video-container iframe {
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
  min-height: 600px;
}

/************* Shop *********************/

.shop .row {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap on smaller screens */
  justify-content: center;
  align-items: stretch;
  /* Ensure items have equal height */
  padding: 10px 15px;
  /* Reduced horizontal padding for better mobile view */
  gap: 20px;
  /* Add space between items */
}

.shop .item {
  flex: 0 1 calc(25% - 20px);
  /* Base width for desktop (4 items per row) */
  max-width: 400px;
  /* Maximum width for larger items */
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.shop .image-container {
  position: relative;
  width: 100%;
  /* Make width responsive */
  aspect-ratio: 1 / 1.1;
  /* Maintain a consistent aspect ratio */
  perspective: 1000px;
}

.shop .image-container img,
.shop .image-container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
  transition: transform 0.5s;
}

.shop .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  flex-grow: 1;
}

.shop .item.sold-out .image-container img,
.shop .item.sold-out .image-container picture {
  opacity: 0.5;
  filter: grayscale(100%);
}

@media screen and (max-width: 1000px) {
  .shop .item {
    flex: 0 1 100%;
    width: 100%;
    margin: 10px auto;
  }
}

@media screen and (max-width: 700px) {
  .shop .content img {
    padding: 10px;
  }

  .shop .text {
    padding: 0;
  }
}

.shop .text button {
  width: 100%;
  max-width: 200px;
  margin: 5px 0;
}

.shop .image-container .back {
  transform: rotateY(180deg);
  /* Initially rotate the back image */
}

.shop .image-container.flipped .front {
  transform: rotateY(180deg);
  /* Flip the front image */
}

.shop .image-container.flipped .back {
  transform: rotateY(0deg);
  /* Rotate the back image back to normal */
}

.shop .item form section img,
.shop .item form section picture {
  width: 70px;
  height: auto !important;
}

.shop .item form input {
  text-align: center;
  border: none;
  border-radius: 1.5rem;
  min-width: 11.625rem;
  padding: 0 2rem;
  height: 2.625rem;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.shop .item form .offerButton{
  text-align: center;
  border: none;
  border-radius: 1.5rem;
  min-width: 11.625rem;
  height: auto;
  font-weight: bold;
  background-color: #CCC;
  color: var(--black);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
  padding: 10px 0px;
}

.shop .item form input:hover {
  background-color: #333;
  transition: 0.3s;
}

.shop .item form a.offerButton:hover{
  background-color: #AAA !important;
  transition: 0.3s;
  filter: brightness(1);
}

.sorting-controls {
  text-align: center;
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  width: 100%;
}

.sorting-controls select {
  padding: 8px;
}

.sorting-controls select:hover {
  cursor: pointer;
}

.sorting-controls select option {
  font-family: "chaloops", sans-serif;
}

/************* Footer *******************/

footer {
  text-align: center;
  background-color: var(--links);
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: var(--white);
  padding: 30px 50px;
}

footer a {
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: var(--black);
  padding: 0px 8px;
  box-sizing: border-box;
}

footer a:hover {
  filter: brightness(30%);
}

footer a:active {
  filter: brightness(10%);
}

footer div {
  padding-bottom: 0px;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

/************* Invoice ********************/

.invoice .right {
  text-align: right;
}

.invoice .row {
  justify-content: space-between;
}

.invoice #sum {
  font-size: 10rem;
  font-family: 'chaloops', sans-serif;
}

.invoice .end {
  justify-content: flex-end !important;
}

.gray {
  background-color: #DDD;
}

.invoice h3 {
  font-size: 5rem;
  font-family: 'chaloops', sans-serif;
}

/************* Modals ********************/

.modal {
  padding: 0px;
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
  height: calc(100% + 1px);
}

#modal-wwg img:nth-child(2),
#modal-wwg img:nth-child(3) {
  margin-top: 0px;
}

.modal img {
  max-width: 800px;
  display: block;
  margin: auto;
  margin-top: 60px;
}

.modal-exit {
  position: absolute;
  right: 50px;
  top: 30px;
  color: #0057AD;
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.7em;
}

.modal-exit-bottom {
  position: relative;
  text-align: center;
  color: #0057AD;
  font-family: "chaloops", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.7em;
  display: block;
}

.modal-exit:hover,
.modal-exit-bottom:hover {
  filter: brightness(30%);
  transition: 0.4s;
}

.fa {
  padding-top: 0px !important;
}

/* Button in Panel */
.button-panel-wrapper{
  padding: 10px 20px;
  text-align: left;
}

.button-panel-wrapper button{
  margin:20px auto !important;
}

@media screen and (max-width: 1500px) {

  iframe {
    max-width: 700px;
    height: 30vw;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }

}

/************* Mobile ******************/

@media screen and (max-width: 700px) {

  header {
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
    position: relative;
  }

  #hero {
    min-height: 100px;
  }

  .portraits {
    min-height: 900px;
    padding: 0 30px;
  }

  .logo {
    max-width: 180px;
  }

  iframe {
    max-width: 700px;
    height: 40vw;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }

  .rawLogo {
    /* font-size: 2.4vw; */
    font-size: 1.5em;
  }

  nav {
    /* font-size: 2.4vw; */
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .inside-wrapper p {
    font-family: "chaloops", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: center;
    padding: 25px 20px;
  }

  .inside-wrapper p:nth-of-type(2),
  .row p:nth-of-type(2) {
    text-align: center;
  }

  .row p:nth-of-type(2) {
    padding-bottom: 40px;
  }

  #main-cta {
    padding: 13px 23px;
  }

  .row {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }

  .row:nth-of-type(even) {
    flex-direction: column;
  }

  .row img {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .row .text {
    width: 100%;
  }

  .row h2 {
    font-size: 1.1em;
  }

  .row p {
    text-align: left;
    font-size: 1em;
  }

  .row .center {
    text-align: center !important;
  }

  .row-cta {
    text-align: center;
  }

  .footer {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  footer {
    padding: 20px 10px;
  }

  footer div {
    padding-bottom: 10px;
  }

  .modal-exit {
    right: 30px;
    top: 30px;
  }

  .modal img:first-child {
    margin-top: 60px;
  }

  .modal img {
    margin-top: 20px;
  }

  .flex {
    flex-direction: column;
  }

  .home .flex {
    flex-direction: column;
  }

  .content img {
    padding: 10px 50px;
    box-sizing: border-box;
  }

  .content h3 {
    font-weight: 900;
    font-size: 1.7em;
    line-height: 1.6em;
    padding: 10px 20px;
  }

  .flex h3 {
    text-align: center;
  }

  .content p {
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 10px 20px;
  }

  .shop .content p {
    flex: 1;
  }

  .flex p {
    text-align: center;
  }

  .content nav {
    justify-content: center;
    padding: 0;
  }

  .question .fa {
    padding-left: 10px;
    box-sizing: border-box;
  }

  .information:nth-child(odd) .flex {
    flex-direction: column;
  }

  .information:nth-child(even) .flex {
    flex-direction: column;
  }

  /* Button in Panel */
  .button-panel-wrapper{
    text-align: center;
  }

}

@media screen and (max-width: 350px) {
  .invert {
    background-color: var(--black) !important;
  }
}

/************* Offer Modal ********************/

/* Reuse your existing .blackOverlay for the modal overlay */
.modal-overlay {
  /* Inherits from .blackOverlay - just need to add these: */
  cursor: pointer;
}

.offer-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-family: "chaloops", sans-serif;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid var(--gray);
}

.modal-header h3 {
  margin: 0;
  font-family: 'chaloops-bold', sans-serif;
  font-size: 2em;
  color: var(--black);
  line-height: 1.2em;
}

.close-x {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--linksHover);
  color: var(--black);
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  border-radius: 40px;
}

.modal-body {
  padding: 1.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: 'chaloops-medium', sans-serif;
  font-weight: 600;
  color: var(--black);
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--linksHover);
  border-radius: 4px;
  font-size: 1rem;
  font-family: "chaloops", sans-serif;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: var(--specialLink);
  box-shadow: 0 0 0 3px rgba(0, 87, 173, 0.1);
}

.form-control[readonly] {
  background-color: var(--gray);
  cursor: not-allowed;
  color: var(--linksHover);
}

.form-status {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-family: 'chaloops-medium', sans-serif;
}

.form-status.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-status.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.modal-footer {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 1px solid var(--gray);
  justify-content: center;
}

.btn-submit,
.btn-close {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'chaloops-medium', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-submit {
  background-color: var(--black);
  color: var(--white);
}

.btn-submit:hover:not(:disabled) {
  background-color: var(--linksActive);
}

.btn-submit:disabled {
  background-color: var(--linksHover);
  cursor: not-allowed;
}

.btn-close {
  background-color: var(--gray);
  color: var(--black);
}

.btn-close:hover {
  background-color: var(--linksBackgroundHover);
  color: var(--black);
}

.close-x:hover{
  color: var(--links);
  background-color: var(--linksBackgroundHover);
}

/* Responsive Design */
@media screen and (max-width: 600px) {
  .offer-modal {
    width: 95%;
    max-height: 95vh;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 1rem;
  }

  .modal-footer {
    flex-direction: column;
  }

  .btn-submit,
  .btn-close {
    width: 100%;
  }
}

/* Book Now Button Styles */
.book-now-button {
  position: fixed;
  background-color: var(--black);
  color: var(--white);
  border: none;
  border-radius: 40px;
  font-size: 0.9rem;
  padding: 12px 20px;
  font-family: 'montserrat', 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  z-index: 900;
  transition: all 0.3s 
ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Desktop positioning - left of hamburger menu */
@media screen and (min-width: 701px) {
  .book-now-button {
      top: 10px;
      right: 90px; /* Position to the left of the menu icon */
      opacity: 1;
      transform: translateY(0);
      padding: 8px 14px;
      font-size: 0.75rem;
  }

  .book-now-button:hover {
      background-color: var(--linksActive);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transform: translateY(-2px);
  }

  .book-now-button:active {
      background-color: var(--links);
      transform: translateY(0);
  }
}

/* Mobile positioning - bottom center, hidden by default */
@media screen and (max-width: 700px) {
  .book-now-button {
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%) translateY(100px);
      opacity: 0;
      width: auto;
      max-width: 90%;
      /* White shadow/gradient effect for contrast */
      box-shadow: 
        0 -20px 40px 20px rgba(255, 255, 255, 0.9),
        0 -40px 60px 30px rgba(255, 255, 255, 0.7),
        0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .book-now-button.visible {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
  }

  .book-now-button:active {
      background-color: var(--linksActive);
      transform: translateX(-50%) scale(0.95);
  }
}

/* Hero Button */
.hero-button{
  position: relative;
  background-color: var(--black);
  color: var(--white);
  border: none;
  border-radius: 40px;
  font-size: 0.9rem;
  padding: 12px 20px;
  font-family: 'montserrat', 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  z-index: 900;
  transition: all 0.3s 
ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.hero-button:hover {
  background-color: var(--linksActive);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* Fix Safari mobile select styling */
.form-control[type="date"],
.form-control[type="time"],
select.form-control {
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    padding-right: 2.5rem;
}

/* Optional: Style the date/time picker icons */
.form-control[type="date"]::-webkit-calendar-picker-indicator,
.form-control[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0.6;
}