/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/**---------------- Links ----------------**/

.brxe-post-content a {
    text-decoration: underline !important;
}

/**---------------- Expand Content Icons ----------------**/

.fa-plus {
	background: #FF8D42;
	border-radius: 3px;
	color: #2D6AA3;
	margin: 0px 10px 6px 0px;
	padding: 4px 8px;
}

.fa-minus {
	background: #FF8D42;
	border-radius: 3px;
	color: #2D6AA3;
	margin: 0px 10px 6px 0px;
	padding: 4px 8px;
}

.fa-plus:hover, .fa-minus:hover {
	background: #2D6AA3;
	color: #FF8D42;
}

/**---------------- Button ----------------**/

.call-back-button, .bdh-button {
	cursor: pointer;
}

/**---------------- Main Banner ----------------**/

.above-form {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: center;
}
.sub-form {
	font-size: 22px;
	margin: 0 0 36px;
	text-align: center;
}
.below-form {
	font-size: 17px;
	text-align: center;	
}
#trustpilot {
	margin: 25px auto;
	overflow: hidden;
}
#trustpilot .trustpilot-widget iframe {
  transform: scale(1.1);    /* increase everything 20% */
  transform-origin: center center;
}

/**---------------- Mobile Benefits Content ----------------**/

.benefits-top {
    color: #f29b16;
	font-family: "Source Sans 3";
    font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	margin: 0px;
}
.benefits-para {
    color: #515151;
    font-style: italic;
    font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 15px 0px;
}
.benefits-bullets {
	color: #515151;
	font-style: italic;
	font-size: 18px;
	font-weight: 500;
    list-style: none;
    padding-left: 10px;
	margin: 10px 0 7px;
}
.benefits-bullets li::first-letter {
    color: #f29b16;
    font-weight: 900;
    padding-right: 5px;
}

.hero-bullets {
	color: #fff;
	font-style: italic;
	font-size: 18px;
	font-weight: 500;
    list-style: none;
    padding-left: 10px;
	margin: 10px 0 7px;
}
.hero-bullets li::first-letter {
    color: #f29b16;
    font-weight: 900;
    padding-right: 5px;
}

.trustpilot-benefits {
  width: 30%;
  margin: 15px 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 570px) {
  .trustpilot-benefits {
    width: 40%;
  }
}

@media only screen and (max-width: 478px) {
  .trustpilot-benefits {
    width: 48%;
  }
}

.trustpilot-hero {
  width: 30%;
  margin: 15px 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .trustpilot-hero {
  margin: 25px auto 0;
  width: 50%;
  }
}

@media only screen and (max-width: 478px) {
  .trustpilot-hero {
    width: 60%;
  }
}

/**---------------- WP Forms Spam Filter ----------------**/

.wpforms-container .you-wont-win {
	display: none !important;
}


 
/**---------------- Banner form - One row of fields + centered button ----------------**/

#wpforms-13370{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
  overflow: visible;
}

#wpforms-13370.wpforms-container-full{
  margin: 24px auto 0;
}

/* Field row: clean flex layout */
#wpforms-13370 .wpforms-field-container{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center; /* keeps the row visually centred */
  gap: 22px;               /* modern spacing */
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Each field box */
#wpforms-13370 .wpforms-field{
  margin: 0;
  padding: 0;
  text-align: left;
}

/* Fields: fixed-ish but allowed to shrink */
#wpforms-13370 .wpforms-field:not(.wpforms-field-pagebreak):not(.wpforms-field-html):not(.wpforms-field-divider){
  flex: 1 1 260px;     /* can shrink + can grow */
  min-width: 160px;    /* stop them becoming unusably tiny */
  max-width: 300px;    /* optional cap so they don’t get huge */
}

/* Hide labels in a banner row (optional but common) */
#wpforms-13370 .wpforms-field-label{
  display: none;
}

/* Inputs/selects */
#wpforms-13370 input[type="text"],
#wpforms-13370 input[type="email"],
#wpforms-13370 input[type="tel"],
#wpforms-13370 select{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: var(--radius);
  padding: 10px 12px;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease;
}

#wpforms-13370 input:hover,
#wpforms-13370 select:hover{
  border-color: var(--field-bd-hover);
}

#wpforms-13370 input:focus,
#wpforms-13370 select:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* Placeholder styling */
#wpforms-13370 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* If you use WPForms "Choices" select styling anywhere */
#wpforms-13370 .wpforms-form .choices__placeholder{
  opacity: 1;
}

/* Errors (keep visible on dark banner) */
#wpforms-13370 label.wpforms-error,
#wpforms-13370 .wpforms-required-label{
  color: #ffee9b;
  font-size: 12px;
  margin-top: 6px;
}

/* Submit area: centered under the row */
#wpforms-13370 .wpforms-submit-container{
  width: 100%;
  margin: 45px auto 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  clear: both;
}

/* Button */
#wpforms-13370 button[type="submit"]{
  width: 300px;
  border: 0;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px; /* pill */
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2px;
  text-align: center;
  cursor: pointer;
  transition: transform .08s ease, filter .15s ease, background-color .15s ease;
}

#wpforms-13370 button[type="submit"]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}

#wpforms-13370 button[type="submit"]:active{
  transform: translateY(1px);
}

/**---------------- HERO Form ----------------**/

#wpforms-25074{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
}

/* overall form spacing */
#wpforms-25074 .wpforms-field{
  text-align: left;
  margin: 0 0 4px;
}

/* labels */
#wpforms-25074 .wpforms-field-label{
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

/* inputs / selects / textarea */
#wpforms-25074 input[type="text"],
#wpforms-25074 input[type="email"],
#wpforms-25074 input[type="tel"],
#wpforms-25074 input[type="date"],
#wpforms-25074 input[type="time"],
#wpforms-25074 select,
#wpforms-25074 textarea{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: var(--radius);
  padding: 6px 12px;
  min-height: 44px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* hover */
#wpforms-25074 input:hover,
#wpforms-25074 select:hover,
#wpforms-25074 textarea:hover{
  border-color: var(--field-bd-hover);
}

/* focus (modern “ring”) */
#wpforms-25074 input:focus,
#wpforms-25074 select:focus,
#wpforms-25074 textarea:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* placeholders */
#wpforms-25074 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* remove WPForms default field description spacing if it appears */
#wpforms-25074 .wpforms-field-description{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(15, 23, 42, .60);
}

/* two-column date/time row: make it feel aligned */
#wpforms-25074 .wpforms-field-row{
  gap: 12px;
}
#wpforms-25074 .wpforms-field-row .wpforms-field{
  margin-bottom: 14px;
}

/* submit area */
#wpforms-25074 .wpforms-submit-container{
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center; /* centre the button like your design */
}

/* button */
#wpforms-25074 button[type=submit],
#wpforms-submit-25074{
  border: 0;
  width: 100%;
  max-width: 320px;      /* keeps it “modern” inside the card */
  min-height: 44px;
  border-radius: 12px;
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
}

/* button hover / active */
#wpforms-25074 button[type=submit]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}
#wpforms-25074 button[type=submit]:active{
  transform: translateY(1px);
}

/* errors look cleaner */
#wpforms-25074 label.wpforms-error{
  margin-top: 6px;
  font-size: 12px;
}
#wpforms-25074 input.wpforms-error,
#wpforms-25074 select.wpforms-error,
#wpforms-25074 textarea.wpforms-error{
  border-color: rgba(220, 38, 38, .55);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}


/**---------------- POP UP Form ----------------**/

#wpforms-24150{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
}

/* overall form spacing */
#wpforms-24150 .wpforms-field{
  text-align: left;
  margin: 0 0 4px;
}

/* labels */
#wpforms-24150 .wpforms-field-label{
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

/* inputs / selects / textarea */
#wpforms-24150 input[type="text"],
#wpforms-24150 input[type="email"],
#wpforms-24150 input[type="tel"],
#wpforms-24150 input[type="date"],
#wpforms-24150 input[type="time"],
#wpforms-24150 select,
#wpforms-24150 textarea{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: var(--radius);
  padding: 6px 12px;
  min-height: 44px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* hover */
#wpforms-24150 input:hover,
#wpforms-24150 select:hover,
#wpforms-24150 textarea:hover{
  border-color: var(--field-bd-hover);
}

/* focus (modern “ring”) */
#wpforms-24150 input:focus,
#wpforms-24150 select:focus,
#wpforms-24150 textarea:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* placeholders */
#wpforms-24150 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* remove WPForms default field description spacing if it appears */
#wpforms-24150 .wpforms-field-description{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(15, 23, 42, .60);
}

/* two-column date/time row: make it feel aligned */
#wpforms-24150 .wpforms-field-row{
  gap: 12px;
}
#wpforms-24150 .wpforms-field-row .wpforms-field{
  margin-bottom: 14px;
}

/* submit area */
#wpforms-24150 .wpforms-submit-container{
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center; /* centre the button like your design */
}

/* button */
#wpforms-24150 button[type=submit],
#wpforms-submit-24150{
  border: 0;
  width: 100%;
  max-width: 320px;      /* keeps it “modern” inside the card */
  min-height: 44px;
  border-radius: 12px;
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
}

/* button hover / active */
#wpforms-24150 button[type=submit]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}
#wpforms-24150 button[type=submit]:active{
  transform: translateY(1px);
}

/* errors look cleaner */
#wpforms-24150 label.wpforms-error{
  margin-top: 6px;
  font-size: 12px;
}
#wpforms-24150 input.wpforms-error,
#wpforms-24150 select.wpforms-error,
#wpforms-24150 textarea.wpforms-error{
  border-color: rgba(220, 38, 38, .55);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}


/**---------------- Sidebar Contact Form ----------------**/

#trustpilot-sidebar {
  margin: 30px auto 25px;
  overflow: hidden;
}
#trustpilot-sidebar .trustpilot-widget iframe {
  transform: scale(1.1);    /* increase everything 20% */
  transform-origin: center center;
}

#wpforms-12672{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
}

/* overall form spacing */
#wpforms-12672 .wpforms-field{
  text-align: left;
  margin: 0 0 4px;
}

/* labels */
#wpforms-12672 .wpforms-field-label{
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

/* inputs / selects / textarea */
#wpforms-12672 input[type="text"],
#wpforms-12672 input[type="email"],
#wpforms-12672 input[type="tel"],
#wpforms-12672 input[type="date"],
#wpforms-12672 input[type="time"],
#wpforms-12672 select,
#wpforms-12672 textarea{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: var(--radius);
  padding: 6px 12px;
  min-height: 44px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* hover */
#wpforms-12672 input:hover,
#wpforms-12672 select:hover,
#wpforms-12672 textarea:hover{
  border-color: var(--field-bd-hover);
}

/* focus (modern “ring”) */
#wpforms-12672 input:focus,
#wpforms-12672 select:focus,
#wpforms-12672 textarea:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* placeholders */
#wpforms-12672 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* remove WPForms default field description spacing if it appears */
#wpforms-12672 .wpforms-field-description{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(15, 23, 42, .60);
}

/* two-column date/time row: make it feel aligned */
#wpforms-12672 .wpforms-field-row{
  gap: 12px;
}
#wpforms-12672 .wpforms-field-row .wpforms-field{
  margin-bottom: 14px;
}

/* submit area */
#wpforms-12672 .wpforms-submit-container{
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center; /* centre the button like your design */
}

/* button */
#wpforms-12672 button[type=submit],
#wpforms-submit-12672{
  border: 0;
  width: 70%;
  min-height: 44px;
  border-radius: 12px;
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
}

/* button hover / active */
#wpforms-12672 button[type=submit]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}
#wpforms-12672 button[type=submit]:active{
  transform: translateY(1px);
}

/* errors look cleaner */
#wpforms-12672 label.wpforms-error{
  margin-top: 6px;
  font-size: 12px;
}
#wpforms-12672 input.wpforms-error,
#wpforms-12672 select.wpforms-error,
#wpforms-12672 textarea.wpforms-error{
  border-color: rgba(220, 38, 38, .55);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}

/* mobile tweaks */
@media (max-width: 600px){
  #wpforms-12672 .wpforms-field{
    margin-bottom: 12px;
  }
  #wpforms-12672 button[type=submit]{
    max-width: none;
  }
}


/**---------------- Contact Page Form ----------------**/

.trustpilot-contact {
	border: 1px solid #f5f5f5;
	margin: 40px 0px 10px;
	padding: 20px 10px;
	overflow: hidden;
}

#wpforms-12604{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
}

/* form background */
#wpforms-12604.wpforms-container-full {
  padding: 30px 30px 50px;
  background-color: #f5f5f5;
}

/* overall form spacing */
#wpforms-12604 .wpforms-field{
  text-align: left;
  margin: 0 0 4px;
}

/* labels */
#wpforms-12604 .wpforms-field-label{
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

/* inputs / selects / textarea */
#wpforms-12604 input[type="text"],
#wpforms-12604 input[type="email"],
#wpforms-12604 input[type="tel"],
#wpforms-12604 input[type="date"],
#wpforms-12604 input[type="time"],
#wpforms-12604 select,
#wpforms-12604 textarea{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: var(--radius);
  padding: 6px 12px;
  min-height: 44px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* hover */
#wpforms-12604 input:hover,
#wpforms-12604 select:hover,
#wpforms-12604 textarea:hover{
  border-color: var(--field-bd-hover);
}

/* focus (modern “ring”) */
#wpforms-12604 input:focus,
#wpforms-12604 select:focus,
#wpforms-12604 textarea:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* placeholders */
#wpforms-12604 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* remove WPForms default field description spacing if it appears */
#wpforms-12604 .wpforms-field-description{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(15, 23, 42, .60);
}

/* two-column date/time row: make it feel aligned */
#wpforms-12604 .wpforms-field-row{
  gap: 12px;
}
#wpforms-12604 .wpforms-field-row .wpforms-field{
  margin-bottom: 14px;
}

/* submit area – align left */
#wpforms-12604 .wpforms-submit-container{
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: flex-start; /* left align */
}

/* button – natural width */
#wpforms-12604 button[type=submit],
#wpforms-submit-12604{
  border: 0;
  width: auto;          /* remove 50% */
  min-height: 44px;
  padding: 10px 22px;   /* controls button size instead */
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
}

/* button hover / active */
#wpforms-12604 button[type=submit]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}
#wpforms-12604 button[type=submit]:active{
  transform: translateY(1px);
}

/* errors look cleaner */
#wpforms-12604 label.wpforms-error{
  margin-top: 6px;
  font-size: 12px;
}
#wpforms-12604 input.wpforms-error,
#wpforms-12604 select.wpforms-error,
#wpforms-12604 textarea.wpforms-error{
  border-color: rgba(220, 38, 38, .55);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}


/**---------------- BDH Start My Claim Form ----------------**/


#wpforms-15181 .wpforms-page-indicator.progress {
  margin: 0  0 10px;
}

#wpforms-15181 .wpforms-page-indicator-page-progress-wrap {
  background-color: #fff;
}

#wpforms-15181-field_12-container .wpforms-field-label, #wpforms-15181-field_15-container .wpforms-field-label, #wpforms-15181-field_13-container .wpforms-field-label, #wpforms-15181-field_17-container .wpforms-field-label, #wpforms-15181-field_19-container .wpforms-field-label {
	color: #363636;
	font-weight: 500;
	margin: 0 0 20px !important;
}

#wpforms-15181 .wpforms-field-label {
	color: #363636;
	font-weight: 500;
	margin: 0 0 6px;
}

#wpforms-15181 .wpforms-form input[type="radio"] {
	margin: 0 15px 0 3px;
  width: 20px;
  height: 20px;
}

#wpforms-15181 .wpforms-field-label-inline {
	color: #363636;
}

#wpforms-15181 .wpforms-page-prev {
    background-color: #2670a4;
    border: none;
	border-radius: 30px 0 0 30px;
    color: #fff;
}

#wpforms-15181.wpforms-container-full {
	border: 1px solid #c1c1c1;
	padding: 20px;
}

#wpforms-15181 .wpforms-page-prev:hover {
    background-color: #32a9ff;
}

#wpforms-15181 .wpforms-page-next {
    background-color: #f29b16;
    border: none;
	border-radius: 0 30px 30px 0;
    color: #fff;
}
#wpforms-15181 .wpforms-page-next:hover {
    background-color: #efa537;
}

#wpforms-15181 .wpforms-submit-container {
    margin-top: 0px;
	 padding: 0 20px 10px 0;
    text-align: center;
    width: 50%;
}
#wpforms-submit-15181 {
    color: #000;
    background: #f29b16;
    border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
    width: 100%;
}
#wpforms-15181 .wpforms-form button[type=submit]:hover {
    background-color: #efa537;
}


@media only screen and (max-width: 736px) { 
	#wpforms-15181 .wpforms-submit-container {
		padding: 0px;
	}
#wpforms-15181 .wpforms-form .wpforms-submit {
	margin: 0px auto 10px;
		width: 100%;
	}
}

/**---------------- Mobile Banner Form ----------------**/

#trustpilot-mobile {
  margin: 35px auto 0px;
  overflow: hidden;
}
#trustpilot-mobile .trustpilot-widget iframe {
  transform: scale(1.1);    /* increase everything 10% */
  transform-origin: center center;
}

#wpforms-11473{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
}

/* overall form spacing */
#wpforms-11473 .wpforms-field{
  text-align: left;
  margin: 0 0 4px;
}

/* labels */
#wpforms-11473 .wpforms-field-label{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

#wpforms-11473 .wpforms-form .wpforms-required-label, #wpforms-11473 .wpforms-form label.wpforms-error {
  color: #ffee9b;
}

/* inputs / selects / textarea */
#wpforms-11473 input[type="text"],
#wpforms-11473 input[type="email"],
#wpforms-11473 input[type="tel"],
#wpforms-11473 input[type="date"],
#wpforms-11473 input[type="time"],
#wpforms-11473 select,
#wpforms-11473 textarea{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: 0px;
  padding: 6px 12px;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* hover */
#wpforms-11473 input:hover,
#wpforms-11473 select:hover,
#wpforms-11473 textarea:hover{
  border-color: var(--field-bd-hover);
}

/* focus (modern “ring”) */
#wpforms-11473 input:focus,
#wpforms-11473 select:focus,
#wpforms-11473 textarea:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* placeholders */
#wpforms-11473 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* remove WPForms default field description spacing if it appears */
#wpforms-11473 .wpforms-field-description{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(15, 23, 42, .60);
}

/* two-column date/time row: make it feel aligned */
#wpforms-11473 .wpforms-field-row{
  gap: 12px;
}
#wpforms-11473 .wpforms-field-row .wpforms-field{
  margin-bottom: 14px;
}

/* submit area */
#wpforms-11473 .wpforms-submit-container{
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center; /* centre the button like your design */
}

/* button */
#wpforms-11473 button[type=submit],
#wpforms-submit-11473{
  border: 0;
  width: 100%;
  margin-top: 12px;
  min-height: 40px;
  border-radius: 12px;
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
}

/* button hover / active */
#wpforms-11473 button[type=submit]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}
#wpforms-11473 button[type=submit]:active{
  transform: translateY(1px);
}

/* errors look cleaner */
#wpforms-11473 label.wpforms-error{
  margin-top: 6px;
  font-size: 12px;
}
#wpforms-11473 input.wpforms-error,
#wpforms-11473 select.wpforms-error,
#wpforms-11473 textarea.wpforms-error{
  border-color: rgba(220, 38, 38, .55);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}


/**---------------- Mobile POP UP Form ----------------**/ 


#wpforms-14480{
  --field-bg: #fff;
  --field-bd: rgba(15, 23, 42, .16);
  --field-bd-hover: rgba(15, 23, 42, .28);
  --field-focus: #1d77b3;
  --text: #363636;
  --btn-text: #363636;
  --color-4: #f29b16;
  --color-5: #efa537;
  --radius: 10px;
}

/* overall form spacing */
#wpforms-14480 .wpforms-field{
  text-align: left;
  margin: 0 0 4px;
}

/* labels */
#wpforms-14480 .wpforms-field-label{
  color: var(--text);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

#wpforms-14480 .wpforms-form label.wpforms-error {
  color: #ffee9b;
}

/* inputs / selects / textarea */
#wpforms-14480 input[type="text"],
#wpforms-14480 input[type="email"],
#wpforms-14480 input[type="tel"],
#wpforms-14480 input[type="date"],
#wpforms-14480 input[type="time"],
#wpforms-14480 select,
#wpforms-14480 textarea{
  width: 100%;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: 0px;
  padding: 6px 12px;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--text);
  outline: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* hover */
#wpforms-14480 input:hover,
#wpforms-14480 select:hover,
#wpforms-14480 textarea:hover{
  border-color: var(--field-bd-hover);
}

/* focus (modern “ring”) */
#wpforms-14480 input:focus,
#wpforms-14480 select:focus,
#wpforms-14480 textarea:focus{
  border-color: var(--field-focus);
  box-shadow: 0 0 0 4px rgba(29, 119, 179, .16);
}

/* placeholders */
#wpforms-14480 ::placeholder{
  color: rgba(15, 23, 42, .95);
}

/* remove WPForms default field description spacing if it appears */
#wpforms-14480 .wpforms-field-description{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(15, 23, 42, .60);
}

/* two-column date/time row: make it feel aligned */
#wpforms-14480 .wpforms-field-row{
  gap: 12px;
}
#wpforms-14480 .wpforms-field-row .wpforms-field{
  margin-bottom: 14px;
}

/* submit area */
#wpforms-14480 .wpforms-submit-container{
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center; /* centre the button like your design */
}

/* button */
#wpforms-14480 button[type=submit],
#wpforms-submit-14480{
  border: 0;
  width: 100%;
  min-height: 40px;
  border-radius: 12px;
  background: var(--color-4);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
}

/* button hover / active */
#wpforms-14480 button[type=submit]:hover{
  background: var(--color-5);
  filter: brightness(.98);
}
#wpforms-14480 button[type=submit]:active{
  transform: translateY(1px);
}

/* errors look cleaner */
#wpforms-14480 label.wpforms-error{
  margin-top: 6px;
  font-size: 12px;
}
#wpforms-14480 input.wpforms-error,
#wpforms-14480 select.wpforms-error,
#wpforms-14480 textarea.wpforms-error{
  border-color: rgba(220, 38, 38, .55);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}

/* ===== Modern select arrow (reusable pattern) ===== */
#wpforms-13370 .wpforms-field select,
#wpforms-25074 .wpforms-field select,
#wpforms-24150 .wpforms-field select,
#wpforms-14480 .wpforms-field select,
#wpforms-11473 .wpforms-field select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding-right: 42px;

  background-image:
    linear-gradient(45deg, transparent 50%, rgba(15,23,42,.65) 50%),
    linear-gradient(135deg, rgba(15,23,42,.65) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

#wpforms-13370 .wpforms-field select::-ms-expand,
#wpforms-25074 .wpforms-field select::-ms-expand,
#wpforms-24150 .wpforms-field select::-ms-expand,
#wpforms-14480 .wpforms-field select::-ms-expand,
#wpforms-11473 .wpforms-field select::-ms-expand{
  display: none;
}


/**---------------- Temp Fix For Sticky Header Overflow ----------------**/

html {
	overflow-x: hidden;
}

/**---------------- Headings ----------------**/

body h2::after {
	background: #f3f3f3;
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 10px;
	width: 100%;
}

/**---------------- Table Of Contents New ----------------**/

/* Style the Table Of Contents */
.table-of-contents-new {
	position: relative;
	background-color: #f3f3f3;
	color: inherit;
	cursor: pointer;
	padding: 2px 18px 4px 10px;
	margin: 30px 0px 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: background-color 0.4s, padding 0.4s;
}

/* Text styling */
.table-of-contents-new p {
    color: #363636;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 3px;
    margin-bottom: 0px;
    position: relative;
}

/* Active state */
.table-of-contents-new.active {
	background-color: #f3f3f3;
	border-bottom: 1px solid #d8d8d8;
}

/* Hover */
.table-of-contents-new:hover {
	background-color: #d0d8e5;
}

/* Chevron (down) */
.table-of-contents-new p::after {
    content: '\25BE';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #363636;
}

/* Chevron (up) when active */
.table-of-contents-new.active p::after {
    content: '\25B4';
    color: #363636;
}

/* Panel (collapsed by default) */
.toc-panel {
    background-color: #fafafa;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
}

/* Open state (JS toggles .open) */
.toc-panel.open {
    /* height handled via JS max-height */
}

/* Links when panel is open */
.toc-panel.open a {
  text-decoration: none !important;
}

/**---------------- Related Pages Section (using span) ----------------**/

.related-claims-section {
  margin: 40px 0;
  padding: 28px 28px 40px;
  background: #f5f5f5;
  border-radius: 10px;
}

.related-claims-heading {
  margin: 0 0 30px;
}

.related-claims-heading::before,
.related-claims-heading::after {
  content: none !important;
  display: none !important;
}

.related-claims-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-claims-grid li {
  margin: 0;
  padding: 0;
}

.related-claims-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #134c70;
  text-decoration: none;
  font-weight: 600;
}

.related-claims-item:hover,
.related-claims-item:focus {
  border-color: #004494;
  text-decoration: none;
}

@media (max-width: 478px) {
  .related-claims-grid {
    grid-template-columns: 1fr;
  }
}

/**---------------- Custom Accordion (using span) ----------------**/

.custom-accordion {
	position: relative;
	margin-bottom: 40px;
}

/* Base heading */
.custom-accordion h2 {
	font-size: 24px;
	margin: 0;
	color: #134c70;
}

.custom-accordion h2::after {
	display: none;
}

/* Clickable title span */
.custom-accordion .acc-title {
	display: block;
	position: relative;
	background: #efefef;
	padding: 18px 40px 18px 18px;
	cursor: pointer;
	transition: background 0.4s;
}

/* Hover effect – orange only on hover */
.custom-accordion .acc-title:hover {
	background: #d0d8e5;
}

/* Neutral when open */
.custom-accordion.active .acc-title {
	background: #efefef;
	color: inherit;
}

/* Icon on the right of the span */
.custom-accordion .acc-title::after {
	content: '\2795'; /* Plus sign */
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}

/* Minus icon when open */
.custom-accordion.active .acc-title::after {
	content: '\2796'; /* Minus sign */
}

/* Panel */
.custom-accordion .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	padding: 0px;
}
.custom-accordion .panel.expanded {
	padding: 20px 0px 0px;
}

@media (max-width: 600px) {
	.custom-accordion h2 {
		font-size: 22px;}
	.custom-accordion h2::after {
		font-size: 12px;
  }
}

/**---------------- FAQ Block (accordion using span) ----------------**/

.faq-heading {
	color: #363636;
	font-weight: 500;
	font-size: 26px;
}
.faq-heading::before {
	background: #f3f3f3;
	content: "";
	display: block;
	height: 2px;
	margin: 10px auto 20px;
	width: 100%;
}

.faq-block {
	padding: 20px 0px 0px;
}

.faq-accordion {
	position: relative;
	margin-bottom: 40px;
}

/* Base heading */
.faq-accordion h3 {
	color: #363636;
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	text-decoration: underline;
}

.faq-accordion h3::after {
	display: none;
}

/* Clickable title span */
.faq-accordion .faq-q {
	display: block;
	position: relative;
	background: #e3ecfb;
	padding: 18px 40px 18px 18px;
	cursor: pointer;
	transition: background 0.4s;
}

/* Hover effect – greyish blue only on hover */
.faq-accordion .faq-q:hover {
	background: #d0d8e5;
}

/* Neutral when open */
.faq-accordion.active .faq-q {
	background: #e3ecfb;
	color: inherit;
}

/* Icon on the right of the span */
.faq-accordion .faq-q::after {
	content: '\2795'; /* Plus sign */
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}

/* Minus icon when open */
.faq-accordion.active .faq-q::after {
	content: '\2796'; /* Minus sign */
}

/* Panel */
.faq-accordion .faq-a {
	border: 1px solid #e3ecfb;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	padding: 0px;
}
.faq-accordion .faq-a.expanded {
	background-color: #fff;
	padding: 20px 18px;
}

@media (max-width: 600px) {
	.faq-accordion .faq-q {
		font-size: 20px;}
	.faq-accordion .faq-q::after {
		font-size: 12px;
  }
}

/*
FAQ Page Links
*/

.faq-pagelinks a {
	position: relative;
	padding: 5px 0px;
	display: inline-block;
}

.faq-pagelinks a::after {
	content: '→';
	font-size: 16px;
	color: #f29b16;
	position: absolute;
	margin-left: 10px;
	transition: transform 0.2s ease;
}

/*
BDH Compensation Calculator
*/

#bdh-parent {
	background-color: #e5e5e5;
	border: 1px dashed #afafaf;
	border-radius: 10px;
	margin: 30px auto 30px;
}

.bdhform {
	margin: 0 auto;
}


/*
Compensation Amounts
*/

.compensation-amounts {
	background-color: #e5e5e5;
	border: 1px dashed #afafaf;
	border-radius: 10px;
	margin: 30px auto 30px;
}


/*
Table of Contents
*/

#table-of-contents {
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	padding: 30px 15px 20px 18px;
	margin-top: 30px;
}
#table-of-contents p {
	font-size: 17px;
}
#table-of-contents a {
	text-decoration: none;
}
#table-of-contents ul {
  margin-left: 0px;
}


/*
Page Columns
*/

.two-columns {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.two-columns .left-column {
	float: left;
	padding-right: 5px;
	width: 50%;
}
.two-columns .right-column {
	float: right;
	width: 50%;
}

.two-columns a {
    text-decoration: none !important;
}


@media (max-width: 478px) {
	#table-of-contents {	
	padding: 30px 15px 20px 15px;
	}
	#table-of-contents ul {
  margin-left: 0px;
	}
	.two-columns .left-column {
	float: none;
	width: 100%;
	}
  .two-columns .right-column {
	float: none;
	width: 100%;
   }
}

/*
Related Guides
*/
.related-post-section {
  border-top: 2px solid #f5f5f5 !important; 
  margin-top: 2em;
}

.related-post-section h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}

.related-post-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem; /* row-gap column-gap */
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-post-links li {
  border-bottom: 1px solid #f29b16;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.related-post-links li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  padding: 0; /* remove any default padding */
  margin: 0;  /* remove any default margin */
  text-decoration: none;
  color: #134c70; /* adjust to your link color */
  flex-grow: 1;
}

.related-post-links li::after {
  content: '→';
  font-size: 16px;
  color: #134c70;
  margin-left: 10px;
  transition: transform 0.2s ease;
}

.related-post-links li:hover::after {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .related-post-links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .related-post-section h3 {
    font-size: 18px;
  }
}

/**---------------- Additional CSS ----------------**/

/**---------------- Cookie Consent ----------------**/

.wcc-consent-container .wcc-consent-bar {
	background-color: rgba(255,255,255,0.9) !important;
  padding: 30px 26px !important;
  border-radius: 0px !important;
}

.wcc-btn-customize, .wcc-btn-reject, .wcc-btn-accept, .wcc-btn-preferences {
		border: 1px solid #000 !important;
}

.wcc-revisit-bottom-right {
  bottom: 10px !important;
}

/**---------------- Sticky Header ----------------**/
/* Up to 991px */
body {
  padding-top: 126px;
}

@media (max-width: 991px) {
  body {
    padding-top: 90px;
  }
}

/* Up to 767px */
@media (max-width: 767px) {
  body {
    padding-top: 85px;
  }
}

/* Up to 600px */
@media (max-width: 600px) {
  body {
    padding-top: 138px;
  }
}

/* Up to 478px */
@media (max-width: 478px) {
  body {
    padding-top: 150px;
  }
}

/* Up to 320px */
@media (max-width: 320px) {
  body {
    padding-top: 164px;
  }
}

/**---------------- Scroll Padding ----------------**/

html {
  scroll-padding-top: 175px;
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 130px;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 170px;
  }
}

/*
WP Forms UK Flag Duplicate
*/
#wpforms-form-11473 .iti__active,
#wpforms-form-12672 .iti__active,
#wpforms-form-13370 .iti__active,
#wpforms-form-24150 .iti__active,
#wpforms-form-14480 .iti__active,
#wpforms-form-15181 .iti__active,
#wpforms-form-25074 .iti__active
{
    display: none;
}

/*
Images 
*/
@media screen and (max-width: 480px) {
a img.alignright,  img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

/*
Responsive Menu Search
*/

.bricks-mobile-menu .menu-search-item {
  padding: 5% 5%;
}

.bricks-mobile-menu .menu-search-item form {
  width: 100%;
}

.bricks-mobile-menu .menu-search-item input[type="search"] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.2);
  color: #fff;
  font-size: 13px;
}

.bricks-mobile-menu .menu-search-item input::placeholder {
  color: rgba(255,255,255,0.7);
}

.bricks-mobile-menu input[type="search"]:focus {
  outline: none;
  border-color: #1d77b3; /* your brand blue */
  box-shadow: 0 0 0 2px rgba(29,119,179,0.25);
}

/*
Placeholder Colours
*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
}


/*
Mobile Heading Font Sizes
*/

@media (max-width: 600px) {
  h1 {
		font-size: 24px !important;
	}
  h2 {
		font-size: 22px !important;
	}
  h3 {
		font-size: 20px !important;
	}
  h4 {
		font-size: 19px !important;
	}
  h5 {
		font-size: 18px !important;
	}
  h6 {
		font-size: 17px !important;
	}
}