:root {
  --douglas-color-primary: var(--color-theme-primary, #004d83);
  --douglas-color-accent: var(--color-theme-red, #fe7f2d);
  --douglas-color-text: var(--global-font-color, #333);
  --douglas-color-text-strong: #000;
  --douglas-color-heading: #494949;
  --douglas-color-text-light: #ddd;
  --douglas-color-muted: #666;
  --douglas-color-subtle: #8b9193;
  --douglas-color-border: #ccc;
  --douglas-color-border-light: #e1e1e1;
  --douglas-color-surface: #fff;
  --douglas-color-danger: #f00;
  --douglas-space-1: 0.25rem;
  --douglas-space-2: 0.5rem;
  --douglas-space-3: 0.75rem;
  --douglas-space-4: 1rem;
  --douglas-space-5: 1.5rem;
  --douglas-radius-sm: 2px;
  --douglas-control-font-size: 0.8125rem;
}

.entry {
  padding-bottom: 1rem;
}
.entry ul {
  padding-bottom: 1rem;
}
.entry li {
  display: flex;
  position: relative;
  gap: 1rem;
  padding-bottom: 1rem;
}
.entry li::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #004d83;
  display: block;
  flex-shrink: 0;
  margin-top: 0.5rem;
  border-radius: 50%;
}

.windows-single li,
.doors-single li {
  display: grid;
  grid-template-columns: 0.75rem auto;
  gap: 1rem;
  align-items: flex-start;
}

.windows-single ul,
.doors-single ul {
  padding-left: 1.5rem;
}

.scroll-slider {
  height: 900px;
  overflow-y: scroll;
}

@media (max-height: 700px) {
  .scroll-slider {
    height: 500px !important;
  }
}
@media (max-height: 400px) {
  .scroll-slider {
    height: 350px !important;
  }
}
.input,
input[type=text],
input[type=search],
isindex,
textarea,
button {
  outline: none;
  margin: 0 auto;
  padding: var(--douglas-space-2) var(--douglas-space-3);
  box-sizing: border-box;
}

img,
a {
  border: 0;
  outline: none;
  color: var(--douglas-color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.form-row {
  margin-top: 1em;
}

.consultation-close {
  top: 0;
}

.consultation-button .wpcf7 label {
  position: relative !important;
  height: auto;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third {
    width: 100%;
    margin-right: 0;
  }
}
.consultation-button .wpcf7 label {
  color: #ffffff;
  float: left;
}

.zf-flLeft {
  float: left;
}

.zf-flRight {
  float: right;
}

.zf-clearBoth {
  clear: both;
}

ol,
ul {
  list-style: none outside none;
}

.zf-normalText {
  font-size: 13px;
  line-height: 1.5;
}

.zf-smallText {
  font-size: 0.9em;
  font-weight: normal;
}

.zf-smallHeading {
  font-size: 18px;
}

.zf-heading {
  font-size: 2em;
}

.zf-subHeading {
  font-size: 1.5em;
}

.zf-boldText,
.zf-boldText a {
  font-weight: bold;
  text-decoration: none;
}

.zf-italicText {
  font-style: italic;
}

.zf-heading a {
  text-decoration: underline;
}

.zf-heading a:hover {
  text-decoration: none;
}

.zf-blodText {
  font-weight: bold;
}

.zf-overAuto {
  overflow: auto;
}

.zf-split {
  color: var(--douglas-color-subtle);
  padding: 0 3px;
}

.zf-templateWidth {
  margin: 0 auto;
}

.zf-templateWidth {
  max-width: 800px;
  width: 100%;
}

.zf-tempContDiv input[type=text],
.zf-tempContDiv textarea,
.zf-tempContDiv .zf-pdfTextArea {
  background: var(--douglas-color-surface);
  border: 1px solid var(--douglas-color-subtle);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.zf-tempContDiv input[type=text]:hover,
.zf-tempContDiv textarea:hover {
  border: 1px solid rgba(157, 157, 157, 0.75) !important;
}

.zf-tempContDiv input[type=text]:focus,
.zf-tempContDiv textarea:focus {
  border: 1px solid rgba(121, 187, 238, 0.75) !important;
  -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
  box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;
}

.zf-tempContDiv textarea {
  height: 75px;
}

.arrangeAddress .zf-addrCont span.zf-addtwo {
  width: 99% !important;
  float: none !important;
}

.zf-addrCont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.zf-addrCont span {
  margin: 0;
}

.zf-errorMessage {
  font: 12px Arial, Helvetica, sans-serif;
  color: var(--douglas-color-danger);
  padding-top: 5px;
}

.zf-important {
  color: var(--douglas-color-danger) !important;
  font-weight: normal;
  margin-left: 0px;
  padding: 0;
  font-size: 13px !important;
}

.zf-instruction {
  color: var(--douglas-color-subtle);
  font-style: italic;
  margin-top: 3px;
  font-size: 12px;
  overflow: visible !important;
}

.zf-symbols {
  padding: 0 5px;
}

.zf-overflow {
  overflow: hidden;
}

.zf-tempHeadBdr {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.zf-tempHeadContBdr {
  background: var(--douglas-color-heading);
  border-bottom: 1px solid var(--douglas-color-border-light);
  margin: 0;
  padding: 10px 25px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.zf-tempHeadContBdr .zf-frmTitle {
  color: var(--douglas-color-surface);
  margin: 0;
  padding: 0;
  font-size: 2em;
}

.zf-tempHeadContBdr .zf-frmDesc {
  color: var(--douglas-color-text-light);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.zf-subContWrap {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.zf-subContWrap ul {
  margin: 0;
}

.zf-tempFrmWrapper {
  padding: 10px 0;
  margin: 1px 0;
}

.zf-tempFrmWrapper .zf-tempContDiv {
  margin: 0;
  padding: 0;
}

.zf-tempFrmWrapper .zf-labelName {
  font-weight: bold;
  font-size: 18px;
  color: var(--douglas-color-primary);
  font-weight: bold;
  font-style: normal;
  text-align: left;
}

.zf-form-sBox {
  padding: 16px 10px;
  border: 1px solid var(--douglas-color-subtle);
  font-size: 13px;
  font-weight: 400;
  color: var(--douglas-color-muted);
  width: 100%;
}

.zf-name .zf-tempContDiv span,
.zf-phone .zf-tempContDiv span,
.zf-time .zf-tempContDiv span {
  float: left;
  display: block;
}

.zf-name .zf-tempContDiv span.last {
  margin-right: 0;
}

.zf-name .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-name .zf-tempContDiv input[type=text] {
  width: 100%;
}

.zf-phone .zf-tempContDiv span label,
.zf-date .zf-tempContDiv span label,
.zf-time .zf-tempContDiv span label,
.zf-address .zf-tempContDiv span label,
.zf-geolocation .zf-tempContDiv span label,
.zf-name .zf-tempContDiv span label {
  font-size: 11px;
  padding-top: 3px;
}

.zf-phone .zf-tempContDiv label,
.zf-date .zf-tempContDiv label,
.zf-time .zf-tempContDiv label,
.zf-address .zf-tempContDiv label,
.zf-name .zf-tempContDiv span label {
  color: var(--douglas-color-primary);
}

.zf-phone .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: center;
}

.zf-phone .zf-tempContDiv .zf-symbols {
  padding-top: 5px;
}

.zf-currency .zf-tempContDiv span {
  display: inline-block;
}

.zf-currency .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-currency .zf-tempContDiv .zf-symbol {
  font-size: 14px;
  margin-left: 5px;
  margin-top: 4px;
  width: auto;
  font-weight: bold;
}

.zf-decesion .zf-tempContDiv {
  width: 100% !important;
  margin-top: 4px;
}

.zf-decesion input[type=checkbox] {
  display: block;
  height: 13px;
  margin: 0;
  padding: 0;
  width: 13px;
  float: left;
  margin-top: 4px;
}

.zf-decesion label {
  display: block;
  line-height: 21px;
  margin: 0px 0 0 25px !important;
  padding-bottom: 0 !important;
  width: 95% !important;
  float: none !important;
  line-height: 21px !important;
  text-align: left !important;
}

.zf-tempContDiv input[type=file] {
  outline: none;
  border: 1px solid var(--douglas-color-border);
  margin: 0 auto;
  padding: 5px;
  width: auto;
}

.zf-address .zf-tempContDiv span,
.zf-geolocation .zf-tempContDiv span {
  display: block;
}

.zf-address .zf-tempContDiv span label,
.zf-geolocation .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
}

.zf-address .zf-tempContDiv .zf-addOne,
.zf-geolocation .zf-tempContDiv .zf-addOne {
  float: none;
  margin-right: 0;
}

.zf-address .zf-tempContDiv .zf-addOne input,
.zf-geolocation .zf-tempContDiv .zf-addOne input {
  width: 100%;
}

.zf-address .zf-tempContDiv span.zf-addtwo input,
.zf-geolocation .zf-tempContDiv span.zf-addtwo input {
  width: 100%;
}

.zf-signContainer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.zf-signContainer canvas {
  cursor: crosshair;
  border: 1px solid var(--douglas-color-border);
  background: var(--douglas-color-surface);
}

.zf-signContainer a {
  font-size: 11px;
  text-decoration: underline;
}

.zf-section h2 {
  border-bottom: 1px solid var(--douglas-color-border-light);
  font-size: 22px;
  color: var(--douglas-color-text-strong);
  font-weight: 500;
  font-family: "Open Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.zf-section p {
  color: var(--douglas-color-muted);
  margin-top: 10px;
}

.zf-note .zf-labelName {
  padding-top: 7px;
}

.zf-templateWrapper .zf-note {
  overflow: hidden;
}

.zf-date .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: left;
}

.zf-subDate {
  margin-right: 10px;
}

.zf-subDate label {
  text-align: left !important;
}

.zf-time .zf-tempContDiv span label {
  display: block;
  padding-top: 3px;
  text-align: center;
}

.zf-time .zf-tempContDiv .zf-form-sBox {
  min-width: 58px;
}

.zf-time .zf-tempContDiv .zf-symbols {
  padding-top: 5px;
}

.zf-tempContDiv input[type=checkbox],
.zf-tempContDiv input[type=radio] {
  display: block;
  height: 13px;
  margin: 4px 0 0;
  padding: 0;
  width: 13px;
}

.zf-radio .zf-overflow,
.zf-checkbox .zf-overflow {
  padding-left: 2px !important;
}

.zf-sideBySide .zf-tempContDiv span {
  margin: 0 15px 5px 0;
  padding: 0;
  width: auto;
  float: left;
  display: block;
}

.zf-sideBySide .zf-tempContDiv span input[type=checkbox] {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-sideBySide .zf-tempContDiv span input[type=radio] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-sideBySide .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-oneColumns .zf-tempContDiv span {
  margin: 0 0 13px 0;
  padding: 0;
  width: 100%;
  display: block;
  clear: both;
}

.zf-oneColumns .zf-tempContDiv span:last-child {
  margin-bottom: 0;
}

.zf-oneColumns .zf-tempContDiv span input[type=checkbox] {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-oneColumns .zf-tempContDiv span input[type=radio] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-oneColumns .zf-tempContDiv span label {
  line-height: 19px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 13px;
}

.zf-twoColumns .zf-tempContDiv span {
  margin: 0 5px 13px 0;
  width: 50%;
  float: left;
  display: block;
}

.zf-twoColumns .zf-tempContDiv span input[type=checkbox] {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  float: left;
}

.zf-twoColumns .zf-tempContDiv span input[type=radio] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-twoColumns .zf-tempContDiv span label {
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
}

.zf-threeColumns .zf-tempContDiv span {
  width: 30%;
  float: left;
}

.zf-threeColumns .zf-tempContDiv span input[type=checkbox] {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  float: left;
}

.zf-threeColumns .zf-tempContDiv span input[type=radio] {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding: 0;
  float: left;
}

.zf-threeColumns .zf-tempContDiv span label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: block;
  margin: 0 0 0 20px;
  padding: 0 0 5px;
  color: #0f3c5b;
  text-align: left;
}

.zf-mSelect select {
  font-size: 13px;
}

.zf-fmFooter {
  margin: 0;
  padding: 25px;
  text-align: center;
}

.zf-submitColor {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--douglas-color-surface);
  border: 5px solid var(--douglas-color-accent);
  padding: 0.5rem 2rem;
  color: var(--douglas-color-text-strong);
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.zf-submitColor:hover {
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
}

.zf-small .zf-tempContDiv input[type=text],
.zf-small .zf-tempContDiv textarea,
.zf-small .zf-mSelect select,
.zf-small .zf-tempContDiv .zf-sliderCont,
.zf-small .zf-tempContDiv .zf-pdfTextArea {
  width: 100%;
}

.zf-medium .zf-tempContDiv input[type=text],
.zf-medium .zf-tempContDiv textarea,
.zf-medium .zf-mSelect select,
.zf-medium .zf-tempContDiv .zf-sliderCont,
.zf-medium .zf-tempContDiv .zf-pdfTextArea {
  width: 75%;
}

.zf-large .zf-tempContDiv input[type=text],
.zf-large .zf-tempContDiv textarea,
.zf-large .zf-mSelect select,
.zf-large .zf-tempContDiv .zf-sliderCont,
.zf-large .zf-tempContDiv .zf-pdfTextArea {
  width: 100%;
}

.zf-small .zf-tempContDiv .zf-form-sBox {
  width: 50%;
}

.zf-medium .zf-tempContDiv .zf-form-sBox {
  width: 75%;
}

.zf-large .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-name .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.zf-namesmall .zf-tempContDiv span {
  width: 47%;
}

.zf-namesmall .zf-oneType .zf-salutationWrapper span {
  width: 63%;
}

.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 33%;
}

.zf-namesmall .zf-twoType .zf-salutationWrapper span {
  width: 34%;
  margin-left: 3%;
}

.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 26%;
}

.zf-namesmall .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namesmall .zf-threeType .zf-salutationWrapper span {
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-left: 0;
}

.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 50%;
}

.zf-namesmall .zf-tempContDiv span:first-child {
  margin-left: 0;
}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span,
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span {
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-left: 0;
}

.zf-namemedium .zf-nameWrapper {
  width: 75%;
}

.zf-nameWrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.zf-nameWrapper span {
  flex-grow: 1;
}

.zf-clearBoth {
  display: none;
}

.zf-namemedium .zf-tempContDiv span {
  width: 49%;
  margin-left: 2%;
}

.zf-namemedium .zf-oneType .zf-salutationWrapper span {
  width: 73%;
}

.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 25%;
}

.zf-namemedium .zf-twoType .zf-salutationWrapper span {
  width: 38%;
  margin-left: 2%;
}

.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 20%;
}

.zf-namemedium .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namemedium .zf-threeType .zf-salutationWrapper span {
  width: 25%;
  margin-left: 2%;
}

.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 19%;
}

.zf-namemedium .zf-tempContDiv span:first-child {
  margin-left: 0;
}

.zf-namelarge .zf-tempContDiv span {
  width: 23.5%;
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 0;
}

.zf-namelarge .zf-twoType .zf-nameWrapper span {
  width: 49%;
  margin-left: 2%;
}

.zf-namelarge .zf-threeType .zf-nameWrapper span {
  width: 32%;
  margin-left: 2%;
}

.zf-namelarge .zf-twoType .zf-salutationWrapper span {
  width: 40%;
  margin-left: 2%;
}

.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation {
  width: 16%;
}

.zf-namelarge .zf-threeType .zf-salutationWrapper span {
  width: 26%;
  margin-left: 2%;
}

.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation {
  width: 16%;
}

.zf-namelarge .zf-oneType .zf-salutationWrapper span {
  width: 73%;
  margin-left: 2%;
}

.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation {
  width: 25%;
}

.zf-namelarge .zf-tempContDiv span:first-child {
  margin-left: 0 !important;
}

.zf-csmall .zf-tempContDiv input[type=text] {
  width: 43%;
}

.zf-cmedium .zf-tempContDiv input[type=text] {
  width: 67%;
}

.zf-clarge .zf-tempContDiv input[type=text] {
  width: 91%;
}

.zf-nsmall .zf-tempContDiv input[type=text] {
  width: 50%;
}

.zf-nmedium .zf-tempContDiv input[type=text] {
  width: 75%;
}

.zf-nlarge .zf-tempContDiv input[type=text] {
  width: 100%;
}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 49%;
}

.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 60%;
}

.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {
  width: 74%;
}

.zf-addrsmall .zf-tempContDiv .zf-addrCont {
  width: 100%;
}

.zf-addrmedium .zf-tempContDiv .zf-addrCont {
  width: 75%;
}

.zf-addrlarge .zf-tempContDiv .zf-addrCont {
  width: 100%;
}

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  padding-bottom: 8px;
  display: block;
}

.zf-topAlign .zf-threeColumns .zf-labelName,
.zf-topAlign .zf-twoColumns .zf-labelName,
.zf-topAlign .zf-oneColumns .zf-labelName,
.zf-topAlign .zf-sideBySide .zf-labelName {
  padding-bottom: 8px;
}

.zf-leftAlign {
  display: block;
}

.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
  float: left;
  width: 30%;
  line-height: 20px;
  margin-right: 15px;
}

.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
  margin-left: 35%;
}

.zf-leftAlign .zf-slider .zf-tempContDiv {
  margin-top: 6px;
}

.zf-leftAlign .zf-decesion .zf-tempContDiv,
.zf-rightAlign .zf-decesion .zf-tempContDiv {
  margin-left: 0 !important;
}

.zf-rightAlign {
  display: block;
}

.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
  float: left;
  width: 30%;
  line-height: 20px;
  text-align: right;
  margin-right: 15px;
}

.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
  margin-left: 35%;
}

.zf-matrixTable {
  font-size: 13px;
  overflow-x: scroll;
  padding-bottom: 15px !important;
}

.zf-matrixTable table th,
.zf-matrixTable table td {
  padding: 10px;
}

.zf-matrixTable thead th,
.zf-matrixTable table td {
  text-align: center;
}

.zf-matrixTable table td input[type=radio],
.zf-matrixTable table td input[type=checkbox] {
  display: inline-block;
}

.zf-matrixTable tbody th {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

.zf-matrixTable thead th {
  font-weight: 600;
  font-size: 13px;
}

.zf-termsContainer {
  margin: 0;
  padding: 0;
}

.zf-termsContainer .zf-termsMsg {
  border: 1px solid var(--douglas-color-border-light);
  max-height: 250px;
  min-height: 70px;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 6px;
}

.zf-termsAccept {
  margin-top: 2px !important;
}

.zf-termsAccept input[type=checkbox] {
  margin-top: 2px !important;
  float: left;
}

.zf-termsAccept label {
  margin-left: 20px;
  font-size: 13px;
  float: none;
  display: block;
}

.zf-termsWrapper .zf-tempContDiv {
  margin-left: 0 !important;
}

.zf-termsWrapper .zf-labelName {
  width: 100% !important;
  text-align: left !important;
  padding-bottom: 8px !important;
}

.zf-medium .zf-phwrapper {
  width: 75%;
}

.zf-phwrapper.zf-phNumber span {
  width: 100% !important;
}

.zf-phwrapper span:first-child {
  margin-left: 0;
  width: 22%;
}

.zf-phwrapper label {
  display: block;
  color: var(--douglas-color-surface);
  font-size: 11px;
  margin-top: 2px;
  text-align: left;
}

.zf-tempFrmWrapper.zf-phone span {
  width: auto;
  margin: inherit;
}

.zf-phwrapper span {
  margin-bottom: 10px;
  float: left;
  width: 76%;
  margin-left: 2%;
}

.zf-descFld a {
  text-decoration: underline;
}

.zf-descFld em {
  font-style: italic;
}

.zf-descFld b {
  font-weight: bold;
}

.zf-descFld i {
  font-style: italic;
}

.zf-descFld u {
  text-decoration: underline;
}

.zf-descFld ul {
  margin: auto;
}

.zf-descFld ul {
  list-style: disc;
}

.zf-descFld ol {
  list-style: decimal;
}

.zf-descFld ul,
.zf-descFld ol {
  margin: 10px 0;
  padding-left: 20px;
}

.zf-descFld ol.code {
  list-style-position: outside;
  list-style-type: decimal;
  padding: 0 30px;
}

.zf-descFld ol.code li {
  background-color: #f5f5f5;
  border-left: 2px solid var(--douglas-color-border);
  margin: 1px 0;
  padding: 2px;
}

.zf-descFld blockquote.zquote {
  border-left: 3px solid #efefef;
  padding-left: 35px;
}

.zf-descFld blockquote.zquote span.txt {
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  user-select: none;
  color: #058bc2;
  float: left;
  font: bold 50px Arial, Helvetica, sans-serif;
  margin: -10px 0 0 -30px;
}

.zf-descFld blockquote.block_quote {
  background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0);
  border-left: 3px solid #efefef;
  font: 13px/20px georgia, Arial, verdana, Helvetica, sans-serif;
  margin: 15px 3px 15px 15px;
  padding: 10px 10px 10px 40px;
}

.zf-descFld body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 8px;
}

.note .noteCont {
  overflow: hidden;
}

.note .zf-descFld {
  overflow: hidden;
  font-size: 13px;
}

input[type=text],
textarea {
  padding: 16px 10px;
}

::placeholder {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .zf-namesmall .zf-tempContDiv span {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .zf-address .zf-tempContDiv span.zf-addtwo,
  .zf-geolocation .zf-tempContDiv span.zf-addtwo,
  .zf-address .zf-tempContDiv .zf-addOne input,
  .zf-geolocation .zf-tempContDiv .zf-addOne input,
  .zf-small .zf-tempContDiv input[type=text],
  .zf-small .zf-tempContDiv textarea,
  .zf-small .zf-mSelect select,
  .zf-small .zf-tempContDiv .zf-sliderCont,
  .zf-small .zf-tempContDiv .zf-pdfTextArea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .zf-threeColumns .zf-tempContDiv span {
    width: 45%;
  }
}
@media (max-width: 380px) {
  .zf-threeColumns .zf-tempContDiv span {
    width: 55%;
  }
}
.blog-archive-header,
.single .featured-hero {
  background: var(--douglas-color-primary);
  color: var(--douglas-color-surface);
  padding: 4rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-blend-mode: soft-light;
}

.blog-archive-title,
.single .featured-hero .page-header {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  color: #fec62d;
}

@media (max-width: 768px) {
  .blog-archive-title,
  .single .featured-hero .page-header {
    font-size: 2rem;
  }
}
#breadcrumbs {
  font-size: 0.85rem;
  padding: 1.5rem 2rem;
  margin: 0;
}

#breadcrumbs a {
  color: var(--douglas-color-primary);
  text-decoration: none;
}

.breadcrumb_last {
  color: #999;
}

.blog-archive-grid {
  background: #fcfdfe;
  padding-bottom: 5rem;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card__thumbnail {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.blog-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-card:hover .blog-card__thumbnail img {
  transform: scale(1.08);
}

.blog-card__body {
  padding: 1.8rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.blog-card__date {
  font-size: 0.8rem;
  color: #888;
}

.blog-card__cat {
  background: #fec62d;
  color: var(--douglas-color-primary);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

.blog-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--douglas-color-primary);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.blog-card__excerpt {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-single-wrap {
  padding: 3rem 0 5rem;
  background: var(--douglas-color-surface);
}

.blog-single-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .blog-single-layout {
    grid-template-columns: 1fr 320px;
  }
}
.blog-single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.blog-single-cta {
  background: var(--douglas-color-primary);
  color: var(--douglas-color-surface);
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
}

.blog-single-cta h3 {
  color: #fec62d;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.blog-single-cta__btn {
  display: inline-block;
  background: var(--douglas-color-accent);
  color: var(--douglas-color-surface) !important;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}

.blog-single-recent {
  background: var(--douglas-color-surface);
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.blog-single-recent h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--douglas-color-primary);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #fec62d;
}

.recent-post-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #f0f0f0;
}

.recent-post-thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--douglas-color-primary);
  text-decoration: none;
  line-height: 1.3;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.nav-links .page-numbers {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: var(--douglas-color-surface);
  color: var(--douglas-color-primary);
  font-weight: 800;
  text-decoration: none;
  border-radius: 6px;
}

.nav-links .page-numbers.current {
  background: var(--douglas-color-primary);
  color: #fec62d;
  border-color: var(--douglas-color-primary);
}

.blog-archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.blog-archive-header {
  background: var(--douglas-color-primary);
  color: var(--douglas-color-surface);
  padding: 3rem 1.5rem 2.5rem;
  text-align: center;
}

.blog-archive-title {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
  color: #fec62d;
}

.blog-archive-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  margin: 0;
  color: var(--douglas-color-surface);
}

.blog-archive-grid {
  padding: 4rem 0 5rem;
  background: #f7f8fa;
}

.blog-archive-grid > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 4rem 2rem;
}

#breadcrumbs {
  font-size: 0.85rem;
  padding: 1.5rem;
  margin: 0;
}

#breadcrumbs a {
  color: var(--douglas-color-primary);
  text-decoration: none;
}

.breadcrumb_last {
  color: #999;
  font-weight: 400;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card__link {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.blog-card__link:hover {
  text-decoration: none;
}

.blog-card__thumbnail {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}

.blog-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 77, 131, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card__overlay {
  opacity: 0.7;
}

.blog-card__body {
  padding: 1.4rem 1.6rem 1.8rem;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
}

.blog-card__date {
  font-size: 0.8rem;
  color: #888;
  font-style: normal;
}

.blog-card__cat {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fec62d;
  color: var(--douglas-color-primary);
  padding: 0.15rem 0.55rem;
  border-radius: 2px;
  font-weight: 700;
}

.blog-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.7rem;
  color: #1c2833;
}

.blog-card__excerpt {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.blog-card__excerpt p {
  margin: 0;
}

.blog-archive-grid .nav-links {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.blog-archive-grid .nav-links a,
.blog-archive-grid .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.9rem;
  background: var(--douglas-color-surface);
  border: 2px solid var(--douglas-color-primary);
  color: var(--douglas-color-primary);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-archive-grid .nav-links .current {
  background: var(--douglas-color-primary);
  color: #fec62d;
  border-color: var(--douglas-color-primary);
}

.single-post-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-post-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.single-post-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2.5rem;
  color: var(--douglas-color-surface);
}

.single-post-hero__meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  opacity: 0.85;
}

.single-post-hero__cat {
  background: #fec62d;
  color: var(--douglas-color-primary);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.6rem;
  border-radius: 2px;
}

.single-post-hero__title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 0.6rem;
  color: var(--douglas-color-surface);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .single-post-hero__title {
    font-size: 3.2rem;
  }
}
.single-post-hero__author {
  font-size: 0.9rem;
  opacity: 0.8;
}

.single-post-breadcrumbs {
  background: #f0f2f5;
  padding: 0.8rem 1.5rem;
  font-size: 0.85rem;
}

.single-post-breadcrumbs .container {
  max-width: 1200px;
  margin: 0 auto;
}

.single-post-breadcrumbs #breadcrumbs,
.single-post-breadcrumbs #breadcrumbs a {
  color: #555;
  text-decoration: none;
  margin: 0;
}

.single-post-article {
  padding: 3.5rem 0 5rem;
  background: var(--douglas-color-surface);
  max-width: 100% !important;
}

.single-post-article .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.single-post-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 960px) {
  .single-post-layout {
    grid-template-columns: 1fr 320px;
    gap: 4rem;
  }
}
.single-post-content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
  max-width: 100%;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  color: var(--douglas-color-primary);
  margin-top: 2rem;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 2px;
}

.single-post-content a {
  color: var(--douglas-color-primary);
  text-decoration: underline;
}

.single-post-content ul,
.single-post-content ol {
  padding-left: 2em;
  list-style: disc outside;
}

.single-post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.single-post-cta {
  background: var(--douglas-color-primary);
  color: var(--douglas-color-surface);
  padding: 2rem;
  border-radius: 4px;
  text-align: center;
}

.single-post-cta h3 {
  color: #fec62d;
  font-size: 1.4rem;
  margin: 0 0 0.8rem;
  font-weight: 700;
}

.single-post-cta p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 1.4rem;
}

.single-post-cta__btn {
  display: inline-block;
  background: #fec62d;
  color: var(--douglas-color-primary) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.7rem 1.8rem;
  border: none;
  border-radius: 2px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
}

.single-post-recent {
  background: #f7f8fa;
  border-radius: 4px;
  padding: 1.5rem 1.6rem;
}

.single-post-recent h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--douglas-color-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 3px solid #fec62d;
}

.recent-posts-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.recent-post-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.recent-post-thumb img {
  width: 70px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 2px;
  display: block;
}

.recent-post-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.recent-post-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c2833;
  text-decoration: none;
  line-height: 1.3;
}

.recent-post-date {
  font-size: 0.75rem;
  color: #888;
}

.single-post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.single-post-navigation .nav-previous,
.single-post-navigation .nav-next {
  max-width: 45%;
}

.nav-next {
  margin-left: auto;
}

.single-post-navigation a {
  display: block;
  color: var(--douglas-color-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.4;
}

.single-post-navigation .post-navigation-sub span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.7;
  display: block;
  margin-bottom: 0.2rem;
}

@media (max-width: 640px) {
  .single-post-hero {
    min-height: 320px;
  }
  .single-post-hero__title {
    font-size: 1.8rem;
  }
  .blog-archive-title {
    font-size: 2rem;
  }
}
.blog-grid {
  width: 100%;
}

.blog-grid .intro-text {
  max-width: 40em;
  padding: 2rem;
  text-align: center;
}

.intro-text p {
  margin: 0;
  padding-bottom: 1rem;
}

.blog-single-wrap {
  padding: 3rem 0 5rem;
  background: var(--douglas-color-surface);
}

.blog-single-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 960px) {
  .blog-single-layout {
    grid-template-columns: 1fr 300px;
    gap: 4rem;
  }
}
.blog-single-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--douglas-color-muted);
  padding-bottom: 1rem;
}

.blog-single-cat {
  background: #fec62d;
  color: var(--douglas-color-primary);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.65rem;
  border-radius: 2px;
}

.blog-single-body {
  color: #333;
}

.blog-single-body a {
  text-decoration: none;
}

.blog-single-body h2,
.blog-single-body h3,
.blog-single-body h4 {
  color: var(--douglas-color-primary);
  margin-top: 2rem;
}

.blog-single-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.blog-single-body a {
  color: var(--douglas-color-primary);
}

.simpletoc-list {
  margin: 1rem 0;
}

.blog-single-body ul,
.blog-single-body ol {
  padding-left: 2em;
  list-style: disc outside;
}

.blog-single-tags {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #f0f2f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.blog-single-tags__label {
  font-weight: 700;
  color: var(--douglas-color-surface);
}

.blog-single-tag {
  display: inline-block;
  background: #f0f2f5;
  color: var(--douglas-color-primary);
  padding: 0.2rem 0.7rem;
  border-radius: 2px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-single-content .post-navigation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #f0f2f5;
}

.blog-single-content .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.blog-single-content .nav-previous,
.blog-single-content .nav-next {
  max-width: 50%;
}

.blog-single-content .nav-links a {
  display: block;
  color: var(--douglas-color-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.4;
}

.blog-single-content .post-navigation-sub span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #999;
  display: block;
  margin-bottom: 0.2rem;
}

.blog-single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog-single-cta {
  background: var(--douglas-color-primary);
  color: var(--douglas-color-surface);
  padding: 2rem 1.6rem;
  border-radius: 4px;
  text-align: center;
}

.blog-single-cta h3 {
  color: #fec62d;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}

.blog-single-cta p {
  font-size: 0.92rem;
  opacity: 0.9;
  margin-bottom: 1.2rem;
}

.blog-single-cta__btn {
  display: inline-block !important;
  background: #fec62d !important;
  color: var(--douglas-color-primary) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.65rem 1.6rem;
  border-radius: 2px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 0.9rem;
}

.blog-single-recent {
  background: #f7f8fa;
  border-radius: 4px;
  padding: 1.5rem 1.5rem;
}

.blog-single-recent h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--douglas-color-primary);
  margin: 0 0 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 3px solid #fec62d;
}

.single .featured-hero {
  min-height: 420px;
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.single .featured-hero .page-header {
  color: var(--douglas-color-surface);
  text-transform: none;
  font-weight: 600;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .single .featured-hero {
    min-height: 500px;
  }
  .single .featured-hero .page-header {
    font-size: 3rem;
    padding: 2rem 3rem;
  }
}
@media (max-width: 640px) {
  .single .featured-hero {
    min-height: 280px;
  }
  .single .featured-hero .page-header {
    font-size: 1.6rem;
  }
  .blog-single-content .nav-previous,
  .blog-single-content .nav-next {
    max-width: 100%;
  }
}
#breadcrumbs {
  font-size: 1rem;
  padding: 1.5rem;
  margin: 0;
}

#breadcrumbs a {
  color: var(--douglas-color-primary);
  text-decoration: none;
  font-weight: 600;
}

.blog-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.blog-card__thumbnail {
  height: 240px !important;
}

.blog-card__title {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  color: var(--douglas-color-primary) !important;
}

.blog-card__read-more {
  margin-top: auto;
}

.nav-links .page-numbers {
  min-width: 2.8rem;
  height: 2.8rem;
  font-weight: 800;
}

.blog-grid .featured-hero {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

.blog-grid .featured-hero .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.blog-grid .featured-hero .page-title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--douglas-color-surface);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin: 0;
  animation: fadeInUp 0.8s ease-out;
}

.blog-card {
  border: none;
  background: var(--douglas-color-surface);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 12px;
}

.blog-card__thumbnail {
  height: 260px !important;
  border-radius: 12px 12px 0 0;
}

.blog-card__body {
  padding: 2rem !important;
  align-items: flex-start;
  height: 100%;
}

.blog-card__title {
  margin-bottom: 1.2rem !important;
  color: var(--douglas-color-primary) !important;
  transition: color 0.3s ease;
  text-align: left;
  text-transform: none;
  font-weight: 600;
}

.blog-card__excerpt {
  font-size: 0.98rem !important;
  color: var(--douglas-color-muted) !important;
}

.blog-card__meta {
  margin-bottom: 1.5rem !important;
}

.blog-card__cat {
  background: #fec62d !important;
  color: var(--douglas-color-primary) !important;
  padding: 0.3rem 0.8rem !important;
  font-size: 0.7rem !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog-grid .pagination {
  margin-top: 6rem;
  padding: 0;
  border: none;
}

.blog-grid .page-numbers {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  background: var(--douglas-color-surface);
  color: var(--douglas-color-primary);
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.blog-grid .page-numbers.current {
  background: var(--douglas-color-primary);
  color: #fec62d;
  border-color: var(--douglas-color-primary);
  box-shadow: 0 8px 20px rgba(0, 77, 131, 0.2);
}

.blog-grid .page-numbers:hover:not(.current) {
  background: #fec62d;
  color: var(--douglas-color-primary);
  border-color: #fec62d;
  transform: translateY(-3px);
}

body.blog,
body.archive.post-type-archive-post {
  background-color: #fcfdfe;
}

.post-type-archive h2 {
  font-size: unset;
}

@keyframes premiumFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog-card:nth-child(1) {
  animation-delay: 0.1s;
}

.blog-card:nth-child(2) {
  animation-delay: 0.2s;
}

.blog-card:nth-child(3) {
  animation-delay: 0.3s;
}

.blog-card:nth-child(4) {
  animation-delay: 0.1s;
}

.blog-card:nth-child(5) {
  animation-delay: 0.2s;
}

.blog-card:nth-child(6) {
  animation-delay: 0.3s;
}

.page-header {
  margin: 0 !important;
  padding: 4rem 2rem !important;
}

.blog-grid .featured-hero .page-header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 2.5rem 4rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.blog-card__thumbnail {
  position: relative;
  overflow: hidden;
}

.blog-card__thumbnail img {
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.blog-card:hover .blog-card__thumbnail img {
  transform: scale(1.1) rotate(1deg) !important;
}

.blog-card__cat {
  box-shadow: 0 2px 8px rgba(254, 198, 45, 0.3);
}

.blog-single-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .blog-single-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  .blog-single-content {
    flex: 2;
  }
  .blog-single-sidebar {
    flex: 1;
    position: sticky;
    top: 10rem;
  }
}
.blog-single-body {
  color: #333;
}

.blog-single-body .wp-block-heading {
  text-transform: none;
  font-weight: 600 !important;
}

.blog-single-body p {
  margin-bottom: 1.8rem;
}

.blog-single-recent {
  background: var(--douglas-color-surface);
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 2rem !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-post-item {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.recent-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.recent-post-item:hover .recent-post-thumb img {
  transform: scale(1.1);
}

.recent-post-title {
  font-size: 1rem;
  color: var(--douglas-color-primary);
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 0.4rem;
  display: block;
  transition: color 0.3s ease;
}

.recent-post-date {
  font-size: 0.8rem;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-single-cta {
  background: var(--douglas-color-primary);
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  color: var(--douglas-color-surface);
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 77, 131, 0.2);
}

.blog-single-cta h3 {
  color: #fec62d;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-single-cta p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.blog-single-cta__btn {
  display: inline-block;
  background: var(--douglas-color-accent);
  color: var(--douglas-color-surface) !important;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-single-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.meta-sep {
  color: #fec62d;
}

.meta-cats {
  color: var(--douglas-color-primary);
}

.blog-single-nav .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
}

.blog-single-nav .nav-previous,
.blog-single-nav .nav-next {
  max-width: 50%;
}

.post-navigation-sub {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.5rem;
}

.blog-single-content .wp-block-image {
  padding: 2rem;
  background: #fafafa;
  border-radius: 8px;
}

.blog-single-content figcaption {
  font-size: 1rem;
}

.main-navigation .top-bar-title a {
  z-index: 99;
}

.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.form-row {
  margin-top: 1em;
}

.consultation-close {
  top: 0;
}

.consultation-button {
  top: 0;
  margin: 0;
  background: rgba(0, 76, 131, 0.88);
  backdrop-filter: blur(4px);
}

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third {
    width: 100%;
    margin-right: 0;
  }
}
.site-main {
  padding-bottom: 0;
}

.featured-hero {
  align-items: center;
  justify-content: center;
}

.featured-hero h1 {
  color: white;
}

.doors-grid,
.windows-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.doors-grid article,
.windows-grid article {
  height: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--douglas-color-border-light);
  width: auto;
}

.post-type-archive article {
  width: unset !important;
  margin: 0 !important;
}

.toggle-form {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 999;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 50px;
  background-color: #ffbc00;
  text-decoration: none !important;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.toggle-form span {
  color: black;
}

.toggle-form:hover {
  background-color: #e6b11f;
}

.doors-grid article a,
.windows-grid article a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.doors-grid article img,
.windows-grid article img {
  max-width: 150px;
}

header .bde-menu .bde-button {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
