
@font-face {
    font-family: bootstrap-icons;
    src: url("/static/fonts/bootstrap-icons.woff2") format("woff2"), url("/static/fonts/bootstrap-icons.woff") format("woff");
    font-display: swap;
}

body {
    height: 100%;
/*    font-family: 'Lato', sans-serif;*/
    padding-top: 60px;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3 {
/*    font-family: 'Playfair Display', serif;*/
    margin-bottom: 1rem;
}

section {
    padding: 3rem 0;
}

.breadcrumb {
    margin-bottom: 0;
}

a {
    color: #9c27a3 !important;
    text-decoration: underline;
}

#booking-modal-body-content {
    padding: 0;
    min-height: 620px;
}

/* Navbar */
.navbar {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)); 
    background-color: #485055;
    margin-bottom: 0;
    color: white;
    border: 0;
    letter-spacing: 4px;
    border-radius: 0;
    padding: 0 !important;
}

.navbar-dates {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)); 
    background-color: #485055;
}

.bg-header-custom {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)); 
    background-color: #485055;
    color: white;
}

.month-nav-link{
    font-size: .7rem;
}

.day-nav-link{
    font-size: .9rem;
}

.available-time-slot {
    padding: .5rem 0;
}

.time-slot{
    padding: .5rem 3rem;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.nav-dates-container {
    overflow-x: hidden;
    white-space: nowrap;
}

#available-dates-nav {
    display: flex;     
    flex-wrap: nowrap; 
}

#available-dates-nav .nav-link {
    padding: .35rem .75rem;
    color: #fff !important;
}

#available-dates-nav .nav-link.active {
    color: #9c27a3 !important;
    background-color: #fff;
    border-radius: 0;
}

#available-dates-nav .nav-link:hover {
    color: #9c27a3 !important;
}

#nav-control-prev, #nav-control-next {
    padding: .75rem;
    color: white;
}

#nav-control-prev:hover, #nav-control-next:hover {
    color: #9c27a3 !important;
}

#slots-datepicker {
    width: 40px;
    border: none;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)); 
    background-image: url('/static/images/date-picker-dark.png');
    background-repeat: no-repeat;
    background-position: 50% center;
    color: transparent;
}

.nav-link {
    padding: 1.075rem !important;
}

.navbar-brand{
    padding: 0 !important;
}

.navbar-brand img {
    width: 86px;
    height: 60px;
}

.profile {
    height: 46px;
}

.navbar-nav li a:hover, .navbar-nav a.active{
    color: #9c27a3 !important;
    background-color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #9c27a3 !important;
    background-color: #fff !important;
}

.navbar-toggler {
    border-color: #9c27a3;
}

.dropdown-toggle-split::after {
    margin-left: 0;
    position: absolute;
    top: 60%;
    left: 45px;
}

.lang-switcher {
    position: relative;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)); 
    background-color: #485055;
    height: 38px;
    width: 100%;
}

/* Header & Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), 
                url('/static/images/hero-background.webp');
    background-color: #485055;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-section h2 {
    font-size: 3.0rem;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.hero-content {
    min-height: 220px;
    width: 100%;
}

.btn-primary {
    background: #9c27a3  !important;
    color: white !important;
    /*font-size: 1.5rem;*/
}

.btn-primary:disabled {
    background: #986c9a;
}

.btn-primary:hover {
    background: #822185;
    border-color:#822185;
}

/* Services Section */
.border-custom {
    border-color: #9c27a3 !important;
}

#about {
    min-height: 360px;
}

button .right {
    position: absolute;
    right: 0;
    margin-right: 15px;
}

#services .btn-outline-primary, #booking .btn-outline-primary {
    border-color: #9c27a3 !important;
    color: #9c27a3 !important;
    /*font-size: 1.5rem;*/
}

#services .btn-outline-primary:hover, #booking .btn-outline-primary:hover {
    background: #822185 !important;
    color: white !important;
}


/* Booking Form */
.booking {
    padding: 4rem 2rem;
    background: white;
}

.booking-form {
    max-width: 600px;
    margin: 0 auto;
}
#confirm-booking {
    margin-top: 2rem;
}
input, select, textarea {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#service-select, #capacity-select, #date-select {
    margin-bottom: 1rem;
}

label[for="service-select"], label[for="capacity-select"], label[for="date-select"] {
    font-size: 1.2rem;
}

#time_slots_container {
    font-size: 1.2rem;
}

.date-picker {
    background-image: url('/static/images/date-picker.png');
    background-position: 100% center; /* Adjust as needed */
    background-repeat: no-repeat;
    cursor: pointer; /* Indicate it's clickable */
}

.date-picker-container {
    width: 60px;
}

/* Pricing Section */
img.length_chart {
    height: 28px;
    aspect-ratio: 23/28;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    color: #822185 !important;
}

.carousel-indicators button {
    background-color: #822185;
}

#galleryCarousel .carousel-indicators [data-bs-target] {
    width: auto;
    height: 10vh;
    text-indent: 0;
}

.carousel-indicators button.active {
    background-color: #822185;
}
        
/*.hero-carousel {
    height: 60vh;
}*/
#galleryCarousel .carousel-item-container {
    /* Set container to be a flexbox to center content */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    height: 88vh;           /* Make container fill the full height of the viewport */
}

.carousel-item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
}

.carousel-item span {
    font-style: normal;
}

#galleryCarousel .carousel-item {
    margin: 0;
}

#galleryCarousel .carousel-item img {
/*    height: 88vh;*/
    width: 100%;
    object-fit: contain;
}

#galleryCarousel .carousel-indicators {
    overflow-x: auto; /* Enable horizontal scrolling when content overflows */
    white-space: nowrap; /* Prevent indicators from wrapping to the next line */
    position: static;
    justify-content: flex-start;
    margin: 0;
}

#galleryCarousel .carousel-indicators button.thumbnail {
    display: inline-block;
}

#reviewsCarousel .carousel-item-inner {
    min-height: 520px; /* Set a height that fits your longest text slide */
    width: 100%;
}

#reviewsCarousel .carousel-item {
    padding-bottom: 3rem;
}

#reviewsCarousel .carousel-item-inner-content {
    min-height: 435px; /* Set a height that fits your longest text slide */
    width: 100%;
}

.carousel-indicators img {
    height: 100%;
    aspect-ratio: .75/1;
    object-fit: cover;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.5;
}

#galleryCarousel .carousel-control-next, #galleryCarousel .carousel-control-prev {
    filter: invert(1) grayscale(100) !important;
}

.indicators-scroll-wrap {
    overflow-x: auto; /* Enable horizontal scrolling when content overflows */
    white-space: nowrap; /* Prevent indicators from wrapping to the next line */
    /* Adjust height and padding as needed for positioning and style */
    height: 10vh; 
}

/* Hide the scrollbar for aesthetic reasons, if desired */
/* .indicators-scroll-wrap::-webkit-scrollbar {
       display: none; /* For Chrome, Safari, and Opera */
/*}*/

.indicators-scroll-wrap {
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
}

.img-thumbnail {
    width: 100%;
    aspect-ratio: .75;
/*  max-height: 100%;*/
    object-fit: cover;
/*            height: auto;*/
}

.bi-facebook {
    color: #fff;
    background-color: #3B5998; /* Official Facebook blue */
}

.btn-facebook {
    color: #fff !important;
    background-color: #3B5998 !important; /* Official Facebook blue */
    border-color: #3B5998 !important; /* Official Facebook blue */
}

.btn-facebook:hover {
    color: #fff !important;
    background-color: #3B5998 !important; /* Official Facebook blue */
    opacity: .8 !important;
}

.bi-line {
    color: #fff;
    background-color: #06C755;
}

.btn-line {
    color: #fff !important;
    background-color: #06C755 !important;
    border-color: #06C755 !important;
}

.btn-line:hover {
    color: #fff !important;
    background-color: #06C755 !important;
    border-color: #06C755 !important;
    opacity: .8 !important;
}

/* Footer */
footer {
    background: #333;
    color: white;
    padding: 2rem;
    text-align: center;
    padding-bottom: 25vh;;
}

.social-links a {
    color: white;
    margin: 0 1rem;
    font-size: 1.5rem;
}

.modal-close {
    z-index: 1111;
    padding: 10px;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, .3);
}

.qr-code {
    width: 350px;
    height: 350px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other content */
}

.pdf-content {
    font-size: 12pt;
}

.pdf-content h4 {
    font-size: 18pt;
}

div.pdf-content .card {
    border: 0;
}

div.pdf-content .card-header {
    background-color: #fff;
    padding: 0;
}

/*        #contact {
            min-height: 100vh;
        }*/

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-line {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
 /* background-image: url('../images/icons/line.svg');*/
}

.bi-facebook {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
 /* background-image: url('../images/icons/line.svg');*/
}

.bi-telephone {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
 /* background-image: url('../images/icons/line.svg');*/
}

.bi-calendar-date {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bi-geo-alt {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bi-clock {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bi-people {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bi-line::before {
    content: "\f660";
}

.bi-facebook::before {
    content: "\f344";
}

.bi-telephone::before {
    content: "\f5c1";
}

.bi-calendar-date::before {
    content: "\F1E4";
}

.bi-geo-alt::before {
    content: "\f3e8";
}

.bi-clock::before {
    Content: "\f293";
}

.bi-people::before {
    content: "\f4e1";
}

.pt-60 {
    padding-top: 60px;
}

@page {
  margin: 1in;
  size: A4;  /* Explicit page size */
}

@media (max-width: 767.98px) {
    .nav-dates-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Optional: adds smoother scrolling on iOS */
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
}

/* Media query for desktop screens (e.g., screens wider than 768px) */
@media (min-width: 768px) {
    .hero-section {
        background-size: contain; /* Changes to contain for desktop screens */
    }
    #galleryCarousel .carousel-indicators {
        justify-content: center;
    }
}

@media print {
  body { font-size: 12pt; }
  h1 { font-size: 18pt; }
  h2 { font-size: 16pt; }
}