h1 {
  text-align: center;
  color: whitesmoke;
  font-size: 60px;
}

li {
  display: inline;
}

.main {
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
  height: 100%;
}

nav {
  width: 100%;
  float: left;
  margin: 0 0 1em 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 46px;
  color: darkblue;
}

input {
  width: 60%;
}

button {
  background-color: grey;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

table {
  width: 100%;
}

td.fitwidth {
  width: 1px;
  white-space: nowrap;
}

a,
a:link,
a:visited {
  color: whitesmoke;
}


tr.clicked {
  background-color: #abc;
}

td {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  min-width: 20px;
}

th {
  background-color: grey;
  color: white;
  font-size: 20px;
}

#clicked {
  background-color: aqua;
}

.container {
  height: 60%;
  overflow-y: scroll;
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #F9F9F9;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Base html template */
/* Base html Navigation bar */

.hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,.2);
}

.nav-logo img {
  height: 80px;
  max-width: 100%;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin: auto;
}

.nav-links a {
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  padding: 10px 20px;
  color: black;
  font-weight: bold;
}

.nav-links a:hover {
  color: #8c2c69;
}

/* Base html Footer */

.footerwave {
  display: block;
  width: 100vw;
  height: auto;
  margin-bottom: -5px;
}

footer {
  background-color: #161616;
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footerimg {
  flex: 0 0 35%;
}

.footerimg img {
  max-width: 300px;
  height: auto;
}

.footerlinks {
  flex: 0 0 5%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 50px;
}

.footerlinks a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s;
  font-weight: 500;
}

.footerlinks a:hover {
  opacity: 0.8;
}

.footerlinks a:active {
  color: #6F1550;
}

.footercontact {
  flex: 0 0 25%;
  text-align: left;
}

.footercontact h1 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.footercontact p {
  margin: 12px 0;
}

/* Base html responsive */

@media screen and (max-width: 768px) {
    .nav-links {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 80px;
      right: 20px;
      background-color: #fff;
      padding: 1rem;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      z-index: 999;
    }
  
    .nav-links.show {
      display: flex;
    }
  
    .hamburger {
      display: block;
      
    }

  /* .nav-links a {
      font-size: 1.2rem;
      width: 100%;
      padding: 8px 0;
    } */

  .nav-logo img {
        height: 60px;
    }

    footer {
      flex-direction: column;
      padding: 40px 20px;
  }
  
  .footerimg {
      margin-bottom: 30px;
      text-align: center;
  }
  
  .footerlinks, .footercontact {
      text-align: center;
      margin-top: 20px;
  }
  
  .footerlinks {
      align-items: center;
  }
  }

/* Home page */

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
  position: relative;
  height: 40rem; 
  overflow: hidden; 
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  width: 50%;
  text-align: center;
}

.hero h1 {
  font-size: 3.5rem;
  color: #6F1550;
  margin: 0.5rem 0;
  font-weight: 800;
}

.hero h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #35024F;
}

.hero-image {
  width: 50%;
  height: 100%; 
  object-fit: cover; 
  object-position: center 35%; 
  border-radius: 15px;
}

.button {
  background-color: #D4389E;
  color: white;
  padding: 0.6rem 1.6rem;
  font-size: 1.5rem;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.choosing-button {
  background-color: #D4389E;
  color: white;
  padding: 0.6rem 1.6rem;
  font-size: 1.5rem;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.button.small {
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}

.button.full {
  margin-top: 2rem;
  display: inline-block;
  background-color: #D4389E;
  padding: 0.6rem 2rem;
}

.divider-wave1 {
  width: 100%;
  margin-bottom: -5px;
}

.introwrapper {
  background-color: #e7d9fc;
}

.intro {
  padding: 4rem 2rem;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.intro-highlight h2 {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  color: #6F1550;
  font-weight: 800;

}

.intro-highlight p {
  margin: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.highlight {
  color: #c14db9;
  font-weight: bold;
}

.packages {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.package-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  width: 300px;
  text-align: left;
}

.package-card img {
  width: 100%;
  height: 200px;
  object-fit: cover; 
  display: block;
  object-position: center 7%;
}

.card-content {
  padding: 1rem;
}

.card-content h3 {
  margin-top: 0;
}

.divider-wave2 {
  margin-bottom: -5px;
}

.divider-wave2 img{
  width: 101%;
  overflow: hidden;
}

.choosing {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 50px;
    max-width: 80%;
    margin: auto;
    background-color: #F9F9F9;
}

.choosing-image {
  flex: 1;
}

.choosing-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 15px;
}


.choosing-text {
  flex: 1;
  text-align: center;
  font-weight: 700;
}

.choosing-text h2 {
  color: #822f63;
  font-size: 28px;
  margin-bottom: 20px;
}

.choosing-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.choosing-text .choosing-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #D4389E;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 1.2rem;
  cursor: pointer;
}

.choosing-button:hover {
  background-color: #8e3a99;
}

.reasons {
  padding: 2rem;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.reasons .title {
  font-family: 'Brush Script MT', cursive;
  color: #6d3a7d;
  font-size: 4rem;
  margin-bottom: 0.3rem;
}

.reasons .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.reasons-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 40px;
}

.reasons-card {
  background: white;
  padding: 1.5rem;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.reasons-card img {
  width: 60px;
  margin-bottom: 1rem;
}

.reasons-card h4 {
  color: #6d3a7d;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.reasons-card p {
  font-size: 0.9rem;
  color: #333;
}

.divider-wave3 img {
  width: 100%;
}

.reviews-section {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 80%;
  margin: auto;
}

.section-title {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  color: #6d3a7d;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.reviews-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.review-card {
  background-color: #fff;
  padding: 1.5rem;
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.review-text {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 1rem;
}

.review-author {
  font-family: 'Georgia', serif;
  font-size: 1.1rem;
  color: #6d3a7d;
}

.review-button {
  background-color: #D4389E;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  border-radius: 999px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.review-button:hover {
  background-color: #8e3a99;
}