/* hero */
.hero {
  width: 100%;
  height: 600px;
  background-image: url(/images/hero-image.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-text {
  color: #ffffff;
  font-size: 30px;
  padding: 30%;
}

/* end of hero */

/* why us */

.why-us {
  display: flex;
  justify-content: space-around;
  margin: 100px 120px 100px 120px;
}

.why-us .heading {
  font-size: x-large;
  width: 45%;
  height: auto;
}

.why-us .desc {
  width: 40%;
  font-size: 1.3rem;
}
/* end of why us */

/* start of services */

.services {
  color: white;
  display: flex;
  flex-direction: column;
  background-color: #11181f;
  padding-bottom: 50px;
}

.services .services-title {
  align-self: center;
  font-size: x-large;
  display: flex;
  align-items: center;
  height: 180px;
}

.services-cat {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.service-engineering {
  width: 80%;
  height: 550px;
  margin: 0 20px 0px 40px;
  background-image: url(/images/eng.jpeg);
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-engineering div h1 {
  font-size: 3rem;
}

.service-engineering a {
  text-decoration: none;
  color: white;
}

.service-fire {
  width: 80%;
  height: 550px;
  margin: 0 40px 0px 20px;
  background-image: url(/images/fire.jpg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-fire div h1 {
  font-size: 3rem;
}

.service-fire a {
  text-decoration: none;
  color: white;
}

/* end of services */

/* start of where */

.where {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 180px 150px 180px;
  width: 100%;
}

.where-row {
  width: 80%;
  align-content: flex-start;
}

.where-title {
  font-size: x-large;
  margin-bottom: 30px;
}

.where-desc {
  font-size: 1.3rem;
  width: 90%;
}

.where-row-details {
  display: flex;
  margin-top: 50px;
  flex-direction: row;
  align-content: space-around;
  width: 100%;
}

.where-details {
  font-size: 1.2rem;
  height: auto;
  width: 40%;
}

.where iframe {
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 400px;
}

/* end of where */

@media (max-width: 768px) {
  /* hero */
  .hero {
    width: 100%;
    height: 600px;
    background-image: url(/images/hero-image.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0; /* Add this line to remove any default margin */
  }

  .hero-text {
    color: #ffffff;
    font-size: 20px;
    padding: 0; /* Set padding to 0 */
    text-align: center;
    padding: 10px;
  }

  /* end of hero */

  /* why us */

  .why-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0px 40px 0px;
  }

  .why-us .heading {
    align-self: center;
    font-size: large;
    width: 80%;
  }

  .why-us .desc {
    font-size: 1rem;
    align-self: center;
    width: 80%;
  }
  /* end of why us */

  /* start of services */

  .services {
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #11181f;
    padding-bottom: 0px;
  }

  .services .services-title {
    align-self: center;
    font-size: x-large;
    display: flex;
    align-items: center;
    height: 180px;
  }

  .services-cat {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .service-engineering {
    width: 80%;
    margin: 0 0px 30px 0px;
    background-image: url(/images/eng.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    align-self: center;
  }

  .service-engineering div h1 {
    font-size: 2.3rem;
  }

  .service-fire {
    width: 80%;
    margin: 0 0px 30px 0px;
    background-image: url(/images/fire.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    align-self: center;
  }

  .service-fire div h1 {
    font-size: 2.3rem;
  }

  /* end of services */

  /* where start */

  /* where start */
  .where {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px 0px 20px; /* Adjusted padding */
    width: 100%;
    box-sizing: border-box; /* Ensure padding is included in the width */
  }

  .where-row {
    align-content: flex-start;
  }

  .where-title {
    width: 100%; /* Adjusted width */
    font-size: large;
    margin-bottom: 30px;
  }

  .where-desc {
    width: 100%; /* Adjusted width */
    font-size: 1rem;
  }

  .where-row-details {
    display: flex;
    margin-top: 20px; /* Adjusted margin */
    flex-direction: column;
    align-content: center;
  }

  .where-details {
    font-size: 0.9rem;
    margin-bottom: 20px; /* Adjusted margin */
  }

  .where-map iframe {
    width: 100%; /* Adjusted width */
    height: 400px;
  }

  .where-map {
    margin-bottom: 20px; /* Adjusted margin */
  }
  /* where end */

  /* where end */
}
