@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/playfair-display/playfair-display-latin-400-normal-316033a8.woff2") format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/playfair-display/playfair-display-latin-700-normal-a51941ef.woff2") format('woff2');
}
html {
  scroll-behavior: smooth;
}
body {
  --tw-bg-opacity: 1;
  --color-bg: 255, 255, 255;
  background-color: rgba(var(--color-bg),var(--tw-bg-opacity)) !important;
  /* background-color: #252525 !important; */
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .025em;
  text-transform: uppercase;
}
strong {
  font-weight: 500;
}
.navbar{
  --tw-bg-opacity: 1;
  --color-bg: 255, 255, 255;
  background-color: rgba(var(--color-bg),var(--tw-bg-opacity)) !important;
}
/* .bg-white, .bg-light {
  background-color: #F9F9F9 !important;
} */
.nav-link {
  font-weight: 500;
}
.nav-link:hover {
  text-decoration: underline;
}
.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.navbar-brand svg {
  display: inline-block;
  vertical-align: middle;
}
.order-btn {
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #b085d8;
  border-color: #ffffff;
  color: white;
  text-decoration: none;
}
.order-btn:hover {
  background-color: #b99bd6;
  color: white;
  text-decoration: none;
}
@media (min-width: 769px) {
  .navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #c0b88b;
  }
}
main {
  margin-top: 0px;
}
section {
  height: auto;
  width: 100vw;
  min-height: 1200px;
  .blacked {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: white;
    /* font-size: 1.5rem;
    line-height: 1.5;
    text-align: center; */
  }
  .container-desktop {
    padding-left: 20%;
    padding-right: 10%;

    .content_block {
      padding: 30px;
    }
  }
  .container-mobile {
    padding: 70px 20px 50px 20px;
  }
}
.section-text {
  @media (min-width: 769px) {
    min-height: 300px;
    padding: 200px 0;
  }
}
.section-voucher-img {
  min-height: 700px;
}  
/* Hide text sections on desktop */
[id*="_text"] {
  display: none;
}
@media (max-width: 768px) {
  .bg-cover {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* min-height: 100vh !important; */
    width: 100vw !important;
  }
  section {
    /* min-height: 100vh !important; */
    min-height: 309px;
    width: 100vw !important;
    overflow: hidden !important;
    .container-desktop {
      display: none;
    }
  }
  /* Show text sections on mobile */
  [id*="_text"] {
    display: flex !important;
  }
  .navbar-brand { font-size: 1.2rem; }
  section { font-size: 16px; }
}
@media (max-width: 600px) {
  .navbar-brand { font-size: 1.2rem; }
  section { font-size: 16px; }
}


.main-image-mobile {
  margin-top: 50px;
}
.secondary-image-mobile {
  margin-top: 10px;
}
.price {
  font-weight: 500;
}
.price_express {
  color: #cb3766 !important;
}
.price_regular {
  color: #000000 !important;
}
.bg-biege {
  background-color: rgb(240, 229, 216);
}
.bg-brown-light {
  background-color: rgb(226, 220, 217);
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}

/* Admin */
input {
  border-radius: 0px !important;
}
.btn-primary {
  background-color: #12494F;
  border-color: #12494F;
  border-radius: 5px !important;
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn-primary:hover {
  background-color: #1B636B;
  border-color: #1B636B;
  border-radius: 5px !important;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 47, 97, 0.35);
}
.btn-primary:active {
  transform: translateY(0);
  background: #0D383D;
  border-color: #0D383D;
}
.card {
  border-radius: 0px !important;
}
.alert-info {
  background-color: rgb(240, 229, 216);
  border-color: rgb(240, 229, 216);
  border-radius: 0px !important;
}
.alert-warning {
  background-color: rgb(226, 220, 217);
  border-color: rgb(226, 220, 217);
  border-radius: 0px !important;
}
.form-check-input:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.service-card {
  transition: all 0.2s ease;
}
.service-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.service-card:has(.form-check-input:checked) {
  border: 2px solid #cb3766;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}