body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', 'Jost', 'Josefin Sans', 'League Spartan',  'Montserrat', sans-serif;
    font-weight: 400;
    color:#373737;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}
h1 {
    margin-left: 50px;
}
p {
    font-family: 'Poppins', 'Jost', 'Josefin Sans', 'League Spartan',  'Montserrat', sans-serif;
    font-weight: 400;
    color:#373737;
    line-height: 1.25;
    font-size: 16px;
}
a {
    text-decoration: none;
    font-family: 'Poppins', 'Jost', 'Josefin Sans', 'League Spartan',  'Montserrat', sans-serif;
    /* font-weight: 400; */
    line-height: 1.25;
}
main {
    /* flex: 1; */
    align-self: center;
    /* display: grid; */
    /* grid-gap: 3%; */
    max-width: 100%;
    /* height: auto; */
    margin: 3% 50px;
    /* margin-top: 30%; */
}
.index main, .column {
    display: grid;
}
.brown-title{color: #997642;}
.grey-text {
    color: rgba(0, 0, 0, 0.5);
}
.purple-text {
    /* text-decoration: none; */
    font-style: italic;
    color: rgb(136, 140, 247);
}

hr {
    display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: .5px;
  color: rgba(0, 0, 0, 0.2);
}



/* HEADER & FOOTER ============================================== */
.header-container, .header-container-policy, .header-container-services, .header-container-contact, .header-container-booking,
.header-container-collection,
.header-container-pricing {
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    margin: 0;
    width: 100%;
    position: relative;
}
.header-container header {
    display: flex;
    flex-direction: column;
    /* align-items: left; */
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}
.header-container header img {
    /* width: 400px;
    height: auto; */
    align-self: center;
    /* margin-left: 20%; */
    min-width: 200px;
}
.header-container p{
    /* font-size: 16px; */
    /* line-height: 100%; */
    /* font-weight: 600; */
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    /* margin-left: 22%; */
    margin-bottom: 5px;
    /* margin-top: 10px; */
}
.header-container{
    background-image: url('../images/bg/home.png');
}
.header-container-policy {
    background-image: url('../images/bg/policy.jpg');
}
.header-container-contact {
    background-image: url('../images/bg/contact.jpg');
}
.header-container-services {
    background-image: url('../images/bg/service.jpg');
}
.header-container-booking {
    background-image: url('../images/bg/howtobook.jpg');
}
.header-container-collection {
    background-image: url('../images/bg/collection.jpg');
}
.header-container-pricing {
    background-image: url('../images/bg/price.jpg');
}

/* sticky header */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  /* Original Height */
  /* background-color: #333; */
  transition: .8s ; /* Smooth transition */
  /* color: white; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* padding: 0 20px; */
  z-index: 99;
}

/* Class to be added by JavaScript */
#navbar.sticky {
    position: fixed;
    height: 20px; /* Shrunk Height */
  /* background-color: #000; */
  /* padding-top: 10px; */
  padding-bottom: 20px;
}
#navbar.sticky p {display: none;}
#navbar.sticky h1 {
    font-size: 20px;
    margin-top: -1%;
}
#navbar.sticky .main-title {
    width: 50px;
    /* margin-top: 10px; */
}
/* #navbar.sticky header {margin-top: -10px;} */

#navbar.sticky .menu-icon {top: 20%;}



.menu-icon{
    position: absolute;
    top: 10%;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 10px;
    padding: 10px;
}
.menu-close {
    position: absolute;
    top: 1.5%;
    right: 10px;
    /* width: 20px;
    height: 20px; */
    border: none;
    background: rgba(0,0,0,0);
    /* color: #111; */
    /* font-size: 1.5rem; */
    border-radius: 10px;
    cursor: pointer;
}
.menu-icon1 {
    width: 20px;
    height: 20px;
    padding: 10px 5px;
}
.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
    background: radial-gradient(circle at top left, rgba(3, 242, 250, 0.95), rgba(221, 235, 172, 0.8) 45%, rgba(238, 232, 214, 0.72));
    backdrop-filter: blur(12px);
}
.menu-overlay.open {
    display: flex;
}
.menu-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    text-align: center;
}
.menu-list a {
    display: block;
    color: #373737;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px;
    /* border-bottom: 1px solid rgba(55,55,55,0.14); */
}
.menu-list a:hover {
    color: #000;
}



footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    opacity: 0.6;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
footer p {
    margin: 20px 0;
}
footer .instagram {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
footer a {
    color: #373737;
    text-decoration: none;
}




/* BUTTONS ====================================================== */
/* [title ->] button */
/* .index-main  */

.index .color-button {
    margin: 0;
    padding: 14px 0;
}
.color-button {
    /* width: 100%; */
    color: #373737;
    border: none;
    font-size: 16px;
    font-family: 'Poppins', 'Jost', 'Josefin Sans', 'League Spartan',  'Montserrat', sans-serif;
    padding: 10px 20px;
    margin-bottom: 7%;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.policy .color-button {background: radial-gradient(circle,rgba(255, 233, 181, 1) 0%, rgba(255, 207, 236, 1) 55%, rgba(255, 245, 255, 1) 100%);}
.services .color-button  {background: radial-gradient(circle,rgba(247, 198, 219, 1) 0%, rgba(173, 254, 255, 1) 100%);}
.howtobook .color-button, .bookingsite .color-button {background: radial-gradient(circle,rgba(252, 230, 240, 1) 0%, rgba(255, 252, 232, 1) 47%, rgba(255, 235, 176, 1) 90%, rgba(255, 234, 186, 1) 100%);}

.button-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


/* read more */
#more {display: none;}
#myBtn {
    text-decoration: none;
    font-family: 'Poppins', 'Jost', 'Josefin Sans', 'League Spartan',  'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    border: none;
    background-color: #ffffff;
    font-style: italic;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 0 10px 0;
}

/* read before booking - collapsible */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-family: 'Poppins', 'Jost', 'Josefin Sans', 'League Spartan',  'Montserrat', sans-serif;
  background-color: #fff;
}
.services .collapsible {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .active, .collapsible:hover {
  background-color: #fff;
} */

/* Style the collapsible content. Note: hidden by default */
.content {
  /* padding: 0 18px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* add icon */
.collapsible:after {
  content: url('../images/arrowdown.png');
  /* font-size: 5px; */
  /* color: white; */
  /* float: right; */
  margin-left: 10px;
  /* font-style: normal; */
}
.index .collapsible:after {margin-left: 5px;}
.active:after {content: url('../images/arrowup.png');}


/* Index ============================== */
.main-title {max-width: 60%;}
.location {margin-top: 32px;}

.policy hr, .pricing hr, .contact hr, .collection hr
{margin: 16px 0;}
/* Pricing =============================== */
/* .pricing .content {font-style: italic;} */
.pricing .content p {margin: 0;}
.pricing-column p {line-height: 1.25;}
.pricing-column {
    display: grid;
    grid-template-columns: 1fr 87px;
}
.pricing .collapsible, .collection .collapsible {
    display: grid;
    grid-template-columns: 1.5fr 1fr 20px;
}
.note .collapsible {grid-template-columns: 1fr 20px;}
.price {text-align: right;}

/* contact =============================== */
.contact .collapsible {
    display: grid;
    grid-template-columns: 1fr 20px;
}
.contact main div {width: 100%;}

/* Collection ============================= */
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding-top: 10px;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures images fill the area without stretching */
  /* border-radius: 8px; */
  border: none;
  border-radius: 3px;
  filter: brightness(1.1) saturate(1.1);
}
.q ul {margin-top: 0; padding-bottom: 10px;}
.q p {margin-bottom: 0;}

/* booking site ============================= */
.bookingsite main {
    margin-top: 120px;
}


/* RESPONSIVE ===================================== */
@media screen and (min-width: 800px) {
    h1 {margin-left: 15%;}
    #navbar.sticky h1 {font-size: 30px;}
    main {
        width: 70%; 
        margin-top: 170px;
        padding-top: 10%;
    }
    .index main, .column {
        /* display: grid; */
        grid-template-columns: 1fr 1fr;
        grid-gap: 7%;
    }
    .howtobook .column {
        grid-gap: 10%;
    }

    .hidden-line {display: none;}
    
    .header-container header img {
    align-self: start;
    margin-left: 20%;
    }
    .header-container p {
        font-size: 25px;
        text-align: left;
        margin-left: 22%;
    }
    .main-title {max-width: 40%;}
    #navbar.sticky .main-title {
        width: 20%;
        margin-top: -2%;
        margin-left: 15%;
    }
    #navbar.sticky h1 {margin-top: -2%;}
    .menu-close {top: 2.5%;}
    .collection main {padding-top: 50px;}

    .location {margin-top: 16px;}
    .gallery {grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 800px) {
    main {
        margin-top: 125px;
        padding-top: 10%;
    }
}
@media screen and (max-width: 450px) {
    .bookingsite h1 {
        max-width: 300px;
        margin-top: 5px;
    }
    footer {gap: 15px;}
    .gallery {grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
}


/* meh =========================== */
img {
    max-width: 100%;
    height: auto;
}
/* .visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
} */
html {scroll-behavior: smooth}
* {color: #373737;}
/* body {overflow-x: hidden;} */