body {
  font-family: Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  background-image: url('PCAPhoto.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.responsive-image {
  max-width: 800px;
  max-height: 300px;
  width: auto;
  height: auto;
  bottom-margin: 0px;
}

header {
  background: #256F15;
  color: white;
  padding: 5px 5px;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: 2.5rem;
}

h2 {
  text-align: center;
  font-size: 150%;
}

.container {
  display: grid;
  grid-template-columns: auto auto 450px 125px;
  max-width: 900px;
  left-margin: auto;
  right-margin: auto;
  margin: 5px auto;
  padding: 5px;
}

.container h2 {
  text-align: center;
}

.container h3 {
  text-align: center;
}

.container h5 {
  text-align: center;
}

.contact-box {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.contact-title {
  background: yellow;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  width: 15%;
  min-width: 250px;
  box-shadow: 0 25px 25px rgba(0,0,0,5);
  margin-top: 5px;
  background-color: #f0e330;
  border-color: #ffffff;
  opacity: 1;
  background-size: cover;
}

input,
textarea {
  width: calc(100% - 24px);
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.contact-item {
  background: white;
  padding: 5px;
  border-radius: 10px;
  min-width: 450px;
  width: 40%;
  box-shadow: 0 25px 25px rgba(0,0,0,5);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

input,
textarea {
  width: calc(100% - 24px);
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.submit-btn {
  background: #256F15;
  color: white;
  border: none;
  text-align: center;
  padding: 15px;
  width: 250px;
  border-radius: 6px;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.call-now {
  display: block;
  background: #ed5823;
  color: white;
  text-align: center;
  width: 250px;
  padding: 15px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2rem;
  margin-top: 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.services {
  margin-top: 10px;
}

.services h2 {
  text-align: center;
}

.services h3 {
  text-align: center;
}

.service-list {
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
  flex-wrap: wrap;
  box-shadow: 20 25px 25px rgba(0,0,0,5);
}

.service-item {
  background: white;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  width: 50%;
  min-width: 250px;
  box-shadow: 0 25px 25px rgba(0,0,0,5);
  margin-bottom: 5px;
}

p {
  color: #000000;
}

span {
  border-color: #d94343;
  background-color: #f0e330;
  display: block;
  float: none;
  color: #000000;
}