* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.6;
  /* color: #374151; */
  background-color: #f0fdf4;
}
.top-service-1 {
  height: 100vh;
  color: white;
  padding: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/img-service/img-service-3.png);
}
.h1-top {
  font-size: 80px;
  padding-top: 20px;
}
.btn-top-4 {
  margin-top: 30px;
  font-size: 20px;
  padding: 16px;
  width: 180px;
  text-align: center;
  color: white;
  background: #bc6c25;
  border: none;
  border-radius: 50px;
}
.btn-top-3 {
  margin-top: 30px;
  font-size: 20px;
  padding: 16px;
  width: 180px;
  text-align: center;
  color: white;
  background: #000000a9;
  border: 2px solid orange;
  border-radius: 50px;
}
.btn-top-3:hover {
  background-color: #e36414;
}
.btn-top-4:hover {
  background-color: #db7c26;
}
.h1-seevice {
  font-size: 50px;
  padding-bottom: 50px;
  font-family: serif;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.par-top-sevice {
  font-size: 20px;
  padding-right: 380px;
}

.top {
  font-size: 80px;
}

.form-btn {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.btn-top {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  width: 130px;
  margin: 10px 0;
  padding: 16px;
  border: none;
}

.service-content {
  padding: 5rem 0;
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.service-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-card-content {
  padding: 2rem;
}

.service-card h3 {
  color: #5c5f5d;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.service-card p {
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.service-features {
  list-style: none;
  margin-bottom: 2rem;
}

.service-price {
  font-size: 1.3rem;
  font-weight: 600;
  color: #373837;
  text-align: center;
  padding: 1rem;
  background: #f0fdf4;
  border-radius: 0.5rem;
}

.cta-section {
  text-align: center;
  padding: 3rem;
  background: #f0fdf4;
  border-radius: 1rem;
  margin-top: 4rem;
}

.cta-section h2 {
  color: #4b4c4b;
  margin-bottom: 1rem;
}

.cta-section p {
  color: #6b7280;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.cta-button {
  background: #353736;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #4b4f4d;
  transform: translateY(-2px);
}

.buttom-service {
  text-align: center;
  color: white;
  padding: 200px;
  height: 90vh;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/img-contact/img-contact-13.png);
}
.h1-bu-service {
  margin-top: -50px;
  font-size: 80px;
  font-family: serif;
}
.h2-bu {
  font-family: Arial, Helvetica, sans-serif;
}
.footer-service {
  padding: 0px 50px;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/img-footer/footer-3.png);
}
@media (min-width: 768px) and (max-width: 840px) {
  .top-service-1 {
    height: 60vh;
  }
  .h1-top {
    padding: 30px 0 0 0;
    /* padding-top: -200px; */
  }
  .par-top-sevice {
    font-size: 30px;
    padding: 0;
  }
  .buttom-service {
    height: 40vh;
    margin: 0;
    padding: 0;
  }
  .h1-bu-service {
    padding: 100px 0 0 0;
    margin: 0;
  }
  .h2-bu {
    padding: 0;
    margin: 0;
  }
  .footer-service {
    padding: 0;
    height: 60vh;
  }
}
@media (min-width: 300px) and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  .top-service-1 {
    height: 55vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .h1-top {
    padding-left: 30px;
    margin-left: -1px;
    padding-top: 100px;
    font-size: 60px;
    /* padding-left: 30px; */
  }
  .par-top-sevice {
    font-size: 15px;
    margin: 0;
    padding: 10px 10px 0 30px;
  }
  .form-btn {
    margin-top: -1px;
    margin-left: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-top-4,
  .btn-top-3{
    width: 150px;
    font-size: 15px;
  }
  .btn-top-3{
    margin-left: -40px;
  }
  .buttom-service {
    margin: 0;
    padding: 0;
    height: 40vh;
  }
  .h2-bu {
    padding: 0 10px;
    font-size: 18px;
  }
  .h1-bu-service {
    padding-bottom: 10px;
    padding-top: 60px;
    font-size: 50px;
  }
  .footer-service {
    padding: 0;
    height: 78vh;
  }
}
