/* mobile styles */

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  background-color: white;
  scrollbar-width: none;
  overflow-x: hidden;
  overflow: hidden;
  max-width: 100dvw;
}
header {
  z-index: 2000; 
  position: fixed; 
  display: flex; 
  overflow: hidden; 
  justify-content: space-between;
  align-items: center; 
  height: 70px;
  width: 100%;
  top: 0; 
  padding: 0;
  margin: 0;
  background: rgb(255, 255, 255);
}
.logo-container {
  display: flex;
  margin-left: 2%;
}
.logo {
  z-index: 2500;
  width: 70px;
}
.hamburger-menu {
  z-index: 1500;
  display: block;
  cursor: pointer;
  background-color:transparent;
  margin-right: 6%;
}
.hamburger-menu .bar {
  width: 23px;
  height: 2px;
  background-color: black;
  margin: 6px 0;
  border-radius: 10%;
  z-index: 2;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.nav-links {
  display: none;
  z-index: 1;
  max-width: 1200px;
}
.nav-links.show {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%; 
  height: 100%; 
  top:0;
  background: transparent;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}
.nav-links a {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: none;
  display: block;
  padding: 25px;
  font-size: 1em;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 30%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.6px;
}
.nav-links a.active {
  border: 2px solid black;
}
a {
  padding: 2%;
  color: black;
  text-decoration: none;
}
a.show {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  background-color: white;
}
.bar.rotate-in {
  animation: rotateIn 0.7s forwards;
}
.bar.rotate-out {
  animation: rotateOut 0.7s forwards;
}
.hamburger-menu.show .bar:nth-child(1) {
  animation: rotateIn 0.7s forwards; 
}
.hamburger-menu.show .bar:nth-child(2) {
  animation: rotateOut 0.7s forwards; 
}
@keyframes slideDown {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0); 
    opacity: 1;
  }
}
.nav-links.falling {
  animation: slideDown 0.7s ease-out forwards;
}
.bar.rotate-back-in {
  animation: rotateBackIn 0.7s forwards;
}
.bar.rotate-back-out {
  animation: rotateBackOut 0.7s forwards;
}
.hamburger-menu .bar:nth-child(1) {
  animation: rotateBackIn 0.7s forwards;
}
.hamburger-menu .bar:nth-child(2) {
  animation: rotateBackOut 0.7s forwards;
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.nav-links.falling-out {
  animation: slideOut .7s ease-out forwards;
}
main {
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-items: center;
  height: 100dvh;
  width: 100%;
  scrollbar-width: none;
  letter-spacing: .2px;
  background-color: wite;

}
main::-webkit-scrollbar {
  width: 0;
}
main strong {
  font-weight: 500;
  color: black;
}
main h1, h2, h3 {
  font-weight: 500;
  letter-spacing: .5px;
}
.index-container {
  padding: 0;
  margin: 0;
  overflow-y: auto;
  scrollbar-width: none;
  width: 100%;
  max-width: 1400px;
  color: rgb(28, 28, 28);
  display: flex;
  flex-direction: column;
  align-items: center;
  scrollbar-width: none;
}
.mission {
  height: calc( 100dvh - 70px);
  width: 100%;
  padding: 0;
  margin: 70px 0 0 0;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  background-image: url('Media/Photo/tentpic2.png');
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;

  position: relative;
}
.mission p {
  margin: 5px;
  padding: 0;
  font-size: 1em;
  line-height: 1.6; 
}
.mission h1 {
  margin: 5px;
  padding: 0;
  font-size: 1.3em;
  font-weight: 500;
}
.mission-title {
  margin: 40px 0 0 0;
  padding: 15px 15px;
  width: auto;

  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  text-align: left;

  color: black;

  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;

  background: #ffffff00;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.403) 23%, rgba(255, 255, 255, 0.403) 50%, rgba(255, 255, 255, 0.536) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.mission-body {
  margin: 0 0 40px 0;
  padding: 15px 15px;
  width: auto ;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-self: flex-end;
  text-align: right;

  color: black;

  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;

  background: #ffffff00;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.658) 23%, rgba(255, 255, 255, 0.585) 50%, rgba(255, 255, 255, 0.429) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.mission-body-inlay {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cta-button {
  margin: 0 0 0 20px;
  padding: 16px 20px;
  background-color: white;
  color: black;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .8px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  text-align: center;

}
.cta-button:hover {
  background-color: #c3c3c3;
}
.services {
  margin: 20px 20px;
  padding: 20px;
  max-width: 1200px;
  width: auto;
  text-align: center;
  align-self: center;
  text-align: center;
}
.services h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: rgb(181, 222, 255);
  margin: 10px auto 0;
  border-radius: 2px;
}
.services p {
  line-height: 1.6; 
}
.services h3 {
  text-align: center;
  margin: 10px 0 10px 0;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
.services-grid > div {
  flex: 1 1 300px; /* Grow, shrink, base width */
  min-width: 280px;
  max-width: 400px;
  padding: 20px 0;
  border: 2px solid rgb(215, 237, 255);
  border-radius: 10px;
  background-color: #f8f9ff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
}
.services-pricing p{
  left: 0;
}
.howitworks {
  margin: 20px 30px;
  max-width: 1000px;
  text-align: left;
}
.howitworks h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}
.howitworks h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background: rgb(181, 222, 255);
  margin: 10px auto 0;
  border-radius: 2px;
}
.howitworks p {
  position: relative;
  padding-left: 44px;
  margin-bottom: 25px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.howitworks p strong {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 500;
}
.howitworks p::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(0, 0, 0);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgb(215, 237, 255);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: -2px 0 0 0;
}
.howitworks {
  counter-reset: step;
}
.aboutus {
  margin: 20px 30px;
  max-width: 1000px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin: 0 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 90%;
  background-color: rgb(115, 128, 0); */
}
.about-text {
  text-align: left;
  width: 90%;
  align-self: center;
  margin-bottom: 40px;
}
.aboutus h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #222;
  position: relative;
}
.aboutus h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: rgb(181, 222, 255);
  margin: 10px auto 0;
  border-radius: 2px;
}
.about-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.founder-photos {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    width: 90%;               /* corrected unit */
    flex-wrap: nowrap;         /* prevent wrapping */
}
.founder {
    text-align: center;
}
.founder p {
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.founder-photos img {
    aspect-ratio: 4 / 5;       /* keeps ratio */
    flex: 1 1 0;              /* grow & shrink, base width 0 */
    max-width: 250px;            /* max 45% of container width */
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: auto;  
    width: 40%;            /* keep aspect ratio */
    min-width: 120px;          /* optional minimum size */
}
.contact-sheet {
  min-height: 100dvh;
  width: auto;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-sheet h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: rgb(181, 222, 255);
  margin: 10px auto 0;
  border-radius: 2px;
}
.contact-sheet p {
  line-height: 1.6;
  margin: 5px 0;
}
.contact-details {
  border: 2px solid rgb(181, 222, 255);
  border-radius: 10px;
  padding: 20px;
  max-width: 400px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.faq-button {
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  background-color: white;
  color: #3895d6;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s;
}
.faq-button:hover {
  background-color: #f2f8ff;
  transform: translateY(-2px);
}
.faq-page {
  max-width: 800px;
  margin: 90px 0 30px 0;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.faq-page h2 {
  text-align: center;
  margin-bottom: 10px;
}
.faq-page  h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: rgb(181, 222, 255);
  margin: 10px auto 0;
  border-radius: 2px;
}
.faq-page p{
  margin: 0;
  padding: 0 40px;
  line-height: 1.5;
}
.faq-item {
  min-width: 280px;
  max-width: 700px;
  margin: 0 30px;
  width: 100%;
  padding: 0 20px 20px 20px;
  border: 2px solid rgb(181, 222, 255);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.faq-item h3 {
  margin-bottom: 10px;
}
.faq-item p {
  padding: 0;
}
.booking-container {
  background-color: white;
  margin: 30px 0 0 0;
  padding: 2rem;
  border-radius: 12px;
  max-width: 700px;
  width: 95%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.booking-container::-webkit-scrollbar {
  display: none;
}
.booking-container h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #1a1a1a;
}
.booking-container  h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: rgb(181, 222, 255);
  margin: 10px auto 0;
  border-radius: 2px;
}
form p,
form fieldset {
  margin-bottom: 20px
}
label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
  margin-left: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
  min-height: 80px;
}
fieldset {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
}
legend {
  font-weight: 500;
  padding: 0 0.5rem;
  letter-spacing: 0.7;
}
input[type="checkbox"] {
  margin-right: 0.5rem;
  transform: scale(1.2);
  cursor: pointer;
}
button[type="submit"] {
  background-color: #0070f3;
  color: white;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
button[type="submit"]:hover {
  background-color: #0059c1;
}
.site-footer {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #333;
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

/* desktop styles */

@media (min-width: 750px) {

  body, html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    overflow: hidden;
    scrollbar-width: none;
  }
  header {
    z-index: 1500;
    position: fixed;
    top: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    left: 0;
    right: 0;
    box-sizing: border-box;
  }
  .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%; 
    max-width: 800px;
    position: relative;
    
  }
  .nav-links a {
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: none;
    display: block;
    padding: 20px;
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 30%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.8px;
  }
    .nav-links a:nth-child(2) {
    margin-right: 80px; 
  }
    .nav-links a:nth-child(3) {
    margin-left: 80px; 
  }
  .nav-links a:hover {
    transform: scale(1.1); 
  }
  .logo:hover {
    transform: scale(1.1); 
  }
  .logo-container {
    position: absolute; 
    margin-left: 0;
    z-index: 1000; 
  }
  .logo {
    left: 0;
    width: 90px;
    margin-left: 0%; 
    margin: 0px 0px;
    transition: transform 0.3s ease;
  }
  .hamburger-menu {
    display: none;
  }
  main {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    align-items: center;
    height: 100dvh;
    scrollbar-width: none;
  }
  main::-webkit-scrollbar {
    width: 0;
  }
  .mission-title {
    margin: 40px 0 0 40px;
    padding: 30px;
    border-radius: 10px;
  }
  .mission-body {
    margin: 0 40px 40px 0;
    padding: 30px;
    border-radius: 10px;
  }
  .cta-button{
    font-size: 1.2em;
    padding: 16px 30px;
  }
  .aboutus {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .about-text {
    flex: 0 1 80%;
  }
  .aboutus img {
    flex: 0 1 20%;
    object-fit: cover;
  }
  .founder-photos {
    padding-top: 20px;
    flex-direction: column;
    width: 30%;               /* corrected unit */

  }
}