.roof-form-wrap {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 30px;
}

.roof-form-wrap label {
  display: block;
  margin-bottom: 5px;
}

.roof-form-wrap input {
  width: 100%;
  padding: 9px 10px !important;
  border: 1px solid rgba(0, 0, 0, 10%) !important;
  outline-color: #26522d;
}

#placePhoto {
  display: none;
  width: 100%;
  max-height: 600px;
  margin: 0;
  border-radius: 6px;
  object-fit: cover;
}

.maintenance-row:first-child .remove {
  display: none;
}

#placePhoto {
  display: none;
  width: 100%;
  border-radius: 6px;
}

.roof-content + .roof-content {
  margin-top: 20px;
}

.roof-content .roof-row + .roof-row {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.removeRow {
  background: red;
  color: #fff;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
}

#addRow,
.removeRow {
  background: transparent !important;
  color: #1a3229 !important;
  text-decoration: underline !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.addRow-wrap {
  text-align: right;
  margin-top: 15px;
}

.text-end {
  text-align: right;
}

.pac-container {
  z-index: 999999 !important;
}

.roof-photo img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.roof-success-message {
  display: none;
}

.roof-form-wrap .roof-success-message {
  margin-bottom: 20px;
  color: #1a322a;
  display: block;
}

.section-project,
.roof-record-single {
  padding-top: 168px;
  padding-bottom: 100px;
}

.roof-form-block {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
}

.roof-content .roof-row {
  gap: 0;
}

.roof-col {
  width: 50%;
  padding: 15px 0;
  display: flex;
}

.roof-col p {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #1a322a;
}

.roof-col.roof-col-full p {
  width: 25%;
}
.roof-col p:last-child {
  font-size: 18px;
}

.roof-col p:first-child {
  opacity: 0.5;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-col {
  width: calc(50% - 10px);
}

.roof-form-block .form-group + .form-group {
  margin-top: 15px;
}

.roof-form-block + .roof-form-block {
  margin-top: 20px;
}

.roof-form-wrap button[type="submit"] {
  width: 100%;
  background: #add036;
  outline: none !important;
  border: 1px solid #add036 !important;
  margin-top: 10px;
  color: #1a322a;
}

.roof-form-wrap button[type="submit"]:hover {
  background: #26522d;
  color: #fff;
  border-color: #26522d !important;
}

.maintenance-row + .maintenance-row {
  border-top: 1px dashed #000;
  padding-top: 20px;
  margin-top: 10px;
}

.section-project .main-title h1 {
  color: #1a322a;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
}

.roof-record-single h1 {
  color: #1a322a !important;
  margin-bottom: 10px;
  margin-top: 0;
}

.page-template-mytreecare .contact-form-sec,
.page-template-mytreecare .get-in-touch,
.page-template-mytreecare .faq,
.single-roof_record .contact-form-sec,
.single-roof_record .get-in-touch {
  display: none;
}

.roof-record-wrap {
  padding: 0 95px;
  max-width: 1536px;
  margin: 0 auto;
}

.roof-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.roof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roof-content-col {
  width: calc(62% - 10px);
}

.roof-content {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

.roof-photo {
  width: calc(38% - 10px);
}

.roof-col-full {
  width: 100%;
}

.post-password-form {
  padding: 160px 16px 60px 16px;
  width: 100%;
  max-width: 520px;
}

.post-password-form label {
  width: 100%;
}

.post-password-form p {
  margin-bottom: 28px;
}

.post-password-form p:last-child {
  margin-bottom: 0 !important;
}

.post-password-form input {
  outline-color: #26522d;
  border: 1px solid rgba(0, 0, 0, 10%) !important;
}

.view-records-button a.button,
.single-roof_record .btn-download-pdf {
  background: #add036;
  outline: none !important;
  border: 1px solid #add036 !important;
  margin-bottom: 24px;
  color: #1a322a;
  padding: 12px 25px;
  display: block;
  text-align: center;
  font-family: "Manrope", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  border-radius: 5px;
  transition: all 0.4s;
}
.single-roof_record .btn-download-pdf {
  display: inline-block !important;
  margin-bottom: 0 !important;
}

.view-records-button a.button:hover,
.single-roof_record .btn-download-pdf:hover {
  background: #26522d;
  border-color: #26522d !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
  .roof-record-wrap {
    padding: 0 30px;
  }

  .roof-content-col,
  .roof-photo {
    width: 100%;
  }

  .roof-record-single {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .roof-form-wrap,
  .roof-record-wrap {
    padding: 0 16px;
  }

  .section-project,
  .roof-record-single {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-project .main-title h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .form-row {
    gap: 15px;
  }

  .form-col {
    width: 100%;
  }

  .roof-form-block {
    padding: 30px 10px;
  }

  .roof-col {
    width: 100%;
  }

  .roof-content {
    padding: 5px 10px;
  }

  .roof-col + .roof-col {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  .roof-photo {
    display: none;
  }

  .roof-col.roof-col-full p {
    width: 50%;
  }
  .roof-header {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .roof-col p {
    font-size: 14px;
  }
  .roof-col p:last-child {
    font-size: 16px;
  }
}
