* { margin: 0; padding: 0; box-sizing: border-box; }


body {
  /* font-family: 'Poppins', Arial, sans-serif; */
  font-family: 'Playfair Display', serif;
  color: #333;
  /*#fff   white?*/
  background: #F0FFF0;
  line-height: 1.6;
}

/* this helped fit the logo into nav without stretching the nav vertically */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;  /* fix the navbar height */
  padding: 0 2rem;
  width: 90%;
  margin: auto;
  background: white;
}



/* logo container */
.logo {
  height: 60px;       /* max height for the logo itself */
  display: flex;
  align-items: center; /* vertically center the image inside */
}

.logo img {
  height: 100%;       /* make image fit the container height */
  width: auto;        /* maintain aspect ratio */
  display: block;
}


.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.nav-links a {
  color: #228B22;
  text-decoration: none;
  font-weight: 500;
  font-weight: bold;
  font-size: 20px
}


.services h2 {
  font-family: 'Great Vibes', cursive;
  color: #2d5016;
  font-size:50px;
}

.hero-image {
  min-height: 650px; /* Reserve space before image loads */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff;  #F0FFF0, ade159*/
  background-color: #F0FFF0; 
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 650px;
  object-fit: cover;
}


/* .contact-image img {
  width: 25%;
  height: auto;
  display: block;
  max-height: 650px;
  object-fit: cover;
} */

.hero-tagline {
  text-align: center;
  padding: 2rem 1rem;
}

.hero-tagline p {
  margin: 0;
  font-size: 20px;
  color:#2d5016
}

/* the css here makes the hero image half size like a sqauare */
/* .hero-image img {
  width: 350px;   
  height: auto;
  display: block;
  margin: 20px auto;  
  border-radius: 10px;
  object-fit: cover;
} */

/* ORIGINALLLLLLLLL Navbar */
header {
  /* background: #222; */
  background: white;
  color: #ade159;
  padding: 1rem 0;
}

/* .navbar {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */


/* .logo a {
  color: #ade159;
  text-decoration: none;
  font-size: 1.5rem;
} */

/* .nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
} */

/* .nav-links a { */
  /* color: #ccc; */
  /* color: #ade159; */
  /* text-decoration: none; */
/* } */

/* .nav-links a.active,
.nav-links a:hover {
  color: #fff;
} */

/* Hero */
.hero {
  /* background: #f8f8f8; */
  background : #ade159;
  text-align: center;
  padding: 4rem 1rem;
}

.hero h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero p {
  color: #555;
}

.swiper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}

.swiper-slide img {
  width: 100%;
  max-width: 350px;
  border-radius: 16px;
}

/* Make the center slide bigger */
.swiper-slide-active {
  transform: scale(1.15);
}



.btn {
  background: #d63384;
  color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.btn:hover { background: #ad1e67; }
.btn.small { padding: 0.4rem 1rem; font-size: 0.9rem; }

/* Services */
.services {
  width: 90%;
  margin: 3rem auto;
  text-align: center;
}

.service-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 2rem;
}

.card {
  /*#fff   white?*/
  /*#A8D5BA  soft green*/
  /*#99d538  closest to color*/
  /*#f7b185  soft orange*/
  background: #F6CFD5;
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.content {
  width: 90%;
  max-width: 800px;
  margin: 3rem auto;
}

/* Contact */
.contact {
  background: #f9f9f9;
  padding: 3rem 1rem;
  text-align: center;
}



.contact-form {
  max-width: 600px;
  margin: 1.5rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Footer */
footer {
  background: #222;
  color: #aaa;
  text-align: center;
  padding: 1rem 0;
  margin-top: 3rem;
}

/* Table styles for hands */
/* table styles */
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-top: 20px;
}

/* Header styling */
th {
  border-bottom: 2px solid #333; /* Only border for the header row */
  padding: 8px 12px;
  font-weight: bold;
  background-color: #F6CFD5; /* optional subtle header background */
}

/* Data cells */
td {
  padding: 8px 12px;
  border: none; /* no cell borders */
}

/* Optional: row hover effect */
tr:hover td {
  background-color: #F6CFD5;
}

/* table image layout */
.table-image-layout {
  display: flex;              /* side by side layout */
  align-items: flex-start;    /* align top edges */
  gap: 2rem;    /*20px  */              /* space between image and table */
}

.image-wrapper {
  flex: 0 0 35%;      /* 0 0 200px */      /* fix image width or adjust as needed */
}

.image-wrapper img {
  width: 100%;
  max-width: auto; /* max-width: 350px;*/
  border-radius: 16px;
  object-fit: cover;
}

.table-wrapper {
  flex: 0 0 65%;       /* flex: 1; */             /* table takes remaining space */
}

/* Ensure table fills its column */
.table-wrapper table {
  width: 100%;
}

.note {
  font-size: 0.9rem;
  margin-top: 10px;
  font-style: italic;
}
@media (max-width: 768px) {
  .table-image-layout {
    flex-direction: column;
  }

  .image-wrapper,
  .table-wrapper {    /* .image-wrapper img */
    flex: 100%;  /* max-width: 100%; */
  }
}


ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}

h1, h2, h3 {
  font-family: 'Great Vibes', cursive;
}

.card > h2 {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
}

.card > h4 {
  font-size: 20px;
}

.card > p {
  font-size: 20px;
}

table {
  font-size: 18px;
}


.content-title h2 {
  font-size: 43px;
}

.content-title p {
  font-size: 18px;
}

.contact-text p h2 {
  font-size: 18px;
}

.contact h2 {
  font-family: 'Great Vibes', cursive;
}

.contact-text h2 {
  font-size: 30px;   /* adjust as you like */
}

.contact-text p {
  font-size: 20px;
}

.instagram-logo {
  font-size: 60px;
}

.boba-image {
  margin-top: 15px;
  
}
