* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
html, body {
    width: 100%;
    height: 100%;
}
.banner {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url('./images/milosz-roman-vPDXflDlk2E-unsplash.jpg');
    background-size: cover;
    background-position: center;
}
.menu-icon {
    color: white;
    display: none;
}
.navbar {
    display: flex;
    padding: 10px 30px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
    height: 70px;
    background-color: #2e4e2d;
}
.navbar h2 {
    color: white;
    font-size: 1.5rem;
}
.navbar ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
.navbar ul li {
    color: white;
    font-size: 1rem;
    position: relative;
}
.navbar ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: white;
    position: absolute;
    transition: 0.5s;
}
.navbar ul li:hover::after {
    width: 100%;
}
.hero {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
}
.hero h1 {
    font-size: 2.5rem;
    margin-top: 80px;
}
.hero p {
    font-size: 1.125rem;
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
}
.btn {
    display: inline-block;
    color: white;
    background-color: #2e4e2d;
    background: transparent;
    font-weight: bold;
    padding: 15px 0;
    margin: 20px 10px;
    width: 200px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-family: sans-serif;
    border: 2px solid #2e4e2d;
    transition: 0.3s;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}
.btn:hover {
    background-color: #2e4e2d;
    color: white;
    border: 2px solid #2e4e2d;
}
#services {
    background-color: ;
    padding: 80px 20px;
    text-align: center;
}
.services-h2 {
    font-size: 2rem;
    margin-bottom: 50px;
    color: #2e4e2d;
}
.services-container {
    max-width: 1200px;
    margin: 0 auto;
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.service-item {
    background-color: #f9f9f9;
    border: 1px solid black;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    justify-content: flex-start;

}

.service-item:hover {
    transform: translateY(-8px);
}

.service-item i {
    font-size: 2.5rem;
    color: #2e4e2d;
    margin-bottom: 20px;
}
.service-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2e4e2d;
}
.service-item p {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.6;
}

.listings {
    background-color: #f9f9f9;
    padding: 80px 20px;
    text-align: center;
}
.listings-h2{
      font-size: 2rem;
    margin-bottom: 50px;
    color: #2e4e2d;
    text-align: center;
}
.listings-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.listing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
.listing-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}


.listing-item h3 {
    text-align: center;
    font-size: 1.2rem;
}
.listing-item p {
    text-align: center;
    font-size: 0.9rem;
    color: #2e4e2d;
    line-height: 1.6;
    margin: 10px 0;
}
.listing-item span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #2e4e2d;
    margin-top: 5px;
} 
.listing-item button {
     display: inline-block;
    color: white;
    background-color: #2e4e2d;
    background: #2e4e2d;
    font-weight: bold;
    padding: 15px 0;
    margin: 20px 10px;
    width: 200px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-family: sans-serif;
    border: 2px solid #2e4e2d;
    transition: 0.3s;
    cursor: pointer;
     font-family: "Inter", sans-serif;
    
    /* display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: transparent;
    background-color: #2e4e2d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease; */
}


.testimonials {
    padding: 60px 20px;
    background-color: white;
    color: #2e4e2d;
    text-align: center;
}
.testimonials-h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.testimonials-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;

    /* display: grid;
    grid-template-columns: 1fr 1fr; */
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}
.testimonial-item {
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}
.testimonial-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.testimonial-item p {
    font-size: 0.95rem;
    color: #2e4e2d;
    margin-bottom: 15px;
}
.rating {
    color: #f39c12;
}

.footer {
  background-color: #2e4e2d;
  color: #ffffff;
  padding: 60px 20px 30px;
  font-family: sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer h3 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #ffffff;
}

.footer p {
  margin: 8px 0;
  font-size: 0.95rem;
  color: #ddd;
}

.footer i {
  margin-right: 10px;
  color: white;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: white;
}

.footer-newsletter input {
  padding: 10px;
  width: 70%;
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
}

.footer-newsletter button {
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  background-color: white;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid white;
  font-size: 0.85rem;
  color: #aaa;
}


@media (max-width: 768px) {
  .navbar ul {
    display: none;
    flex-direction: column;
    background: #2e4e2d;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    gap: 0;
    overflow: hidden;
    height: 0;
    text-align: center;
    transition: height 0.3s ease;
    z-index: 99;
  }

    .navbar ul li {
        padding: 20px;
    }

  .navbar ul.active {
    display: flex;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
  }

  #menulist.active {
    height: 310px;
  }

  .testimonials-container {
    flex-direction: column;
    align-items: center;
  }

  .listings-container {
    padding: 0 15px;
  }

  .listing-item h3 {
    margin-top: 10px;
  }

  .rating {
    color: #f39c12;
    display: inline-block;
}

}