.roofing-contact-section {
  background: var(--dark);
  padding: 60px 0;
}

/* Center + max width like design */

.roofing-contact-section .roofing-contact-form__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom:40px;
}

/* Inputs */
.roofing-contact-section .roofing-contact-form .form-control,
.roofing-contact-section .roofing-contact-form .form-select {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  height: 54px;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: none;
  color: #333;
}

.roofing-contact-section .roofing-contact-form textarea.form-control {
  height: 120px;
  resize: vertical;
  text-transform: none; /* message shouldn't force uppercase */
  font-size: 13px;
}

/* Make selects look clean */
.roofing-contact-section .roofing-contact-form .form-select {
  background-color: #fff;
}

/* CF7 validation look (optional but useful) */
.roofing-contact-section .roofing-contact-form .wpcf7-not-valid {
  outline: 2px solid rgba(255, 180, 0, 0.55);
}
.roofing-contact-section .roofing-contact-form .wpcf7-not-valid-tip {
  color: #ffd27a;
  font-size: 12px;
  margin-top: 6px;
}

/* Acceptance */
.roofing-contact-section .roofing-contact-form .wpcf7-form-control.wpcf7-acceptance {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.roofing-contact-section .roofing-contact-form .wpcf7-form-control.wpcf7-acceptance a {
  color: #ffb400;
  text-decoration: underline;
}

/* Submit button like screenshot */
.roofing-contact-section .roofing-contact-form__submit {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    font-family: "Bebas Neue";
    color:var(--dark);
    background-color: var(--orange);
    display: inline-block;
    padding: 18px 38px;
    border-radius: 0px;
    position: relative;
    border: 2px solid var(--orange);
    text-transform: uppercase;
    text-decoration:none!important;
}
.roofing-contact-section .roofing-contact-form__submit:hover {
	background-color: var(--blue);
	color:var(--white);
	border: 2px solid var(--orange);
}

/* CF7 wrap width fix */
.roofing-contact-section .roofing-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.roofing-contact-section .wpcf7-list-item {
    margin-left:0;
}

.roofing-contact-section .wpcf7-response-output {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
  margin: 20px 0 0;
}
/*.roofing-contact-section .roofing-contact-form .row > [class*="col-"] {
  margin-bottom: 1rem;
}*/

/* Mobile spacing similar to screenshot */
@media (max-width: 767px) {
  .roofing-contact-section {
    padding: 40px 0;
  }
}

/*************************************/
/* HERO FORM BAR WRAPPER */
.inner-pages-contact-form-section{
  padding: 40px 0 18px;
}

.inner-pages-contact-form-section .hb-form-title{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
font-size: 24px;
line-height: 36px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 30px;
}

/* CF7 form inside hero */
.inner-pages-contact-form-section .hb-roofing-form .form-control{
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  height: 40px;
  padding: 8px 12px;
  font-size: 12px;
  color: #333;
}

/* CF7 wrap width fix */
.inner-pages-contact-form-section .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

.inner-pages-contact-form-section .wpcf7-not-valid{
  outline: 2px solid rgba(255, 180, 0, 0.55);
}
.inner-pages-contact-form-section .wpcf7-not-valid-tip{
  color: #ffd27a;
  font-size: 12px;
  margin-top: 6px;
}

/* Acceptance (small, white) */
.inner-pages-contact-form-section .hb-acceptance,
.inner-pages-contact-form-section .hb-acceptance .wpcf7-form-control.wpcf7-acceptance{
  color: var(--white);
  font-size: 11px;
  line-height: 1.35;
}
.inner-pages-contact-form-section .hb-acceptance a{
  color: var(--orange);
  text-decoration: underline;
}
.inner-pages-contact-form-section .wpcf7-list-item{
  margin-left: 0;
}

/* Submit */
.inner-pages-contact-form-section .hb-form-submit{
  width: 100%;
  font-weight: 400;
  font-size: 24px; 
  line-height: 29px;
  font-family: "Bebas Neue";
  color: var(--dark);
  background-color: var(--orange);
  display: inline-block;
  padding: 12px 20px;
  border-radius: 0;
  border: 2px solid var(--orange);
  text-transform: uppercase;
  text-decoration: none !important;
}
.inner-pages-contact-form-section .hb-form-submit:hover{
  background-color: var(--blue);
  color: var(--white);
  border: 2px solid var(--orange);
}

/* Response message */
.inner-pages-contact-form-section .wpcf7-response-output{
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
  margin: 10px 0 0;
}

/* Mobile */
@media (max-width: 767px){
  .inner-pages-contact-form-section{
    padding: 14px 0;
  }
  .inner-pages-contact-form-section .hb-form-title{
    margin-bottom: 12px;
  }
  .roofing-contact-section .roofing-contact-form__title {
    margin-bottom:12px;
  }
}

