/*!
Theme Name: Douglas Windows and Doors
Theme URI: https://github.com/wprig/wprig/
Author: The Branding Firm Inc.
Author URI: https://github.com/wprig/wprig/
Description: A progressive theme development rig for WordPress.
Version: 2.0.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: douglas
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/

/* Forms */

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	/*   box-shadow: inset 0 0 5px grey;  */
	background: #fe7f2d;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #004d83;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #004d83;
}

.consultation-button {
	top: 88%;
}

.consultation-button.open {
	top: 0;
}

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

@media (max-height: 700px) {
	.scroll-slider {
		height: 500px !important;
	}
}

@media (max-height: 400px) {
	.scroll-slider {
		height: 350px !important;
	}
}

.backgroundBg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	outline: 1px solid transparent;
	background: #fe7f2d;
}

.input,
input[type="text"],
input[type="search"],
isindex,
textarea,
button {
	outline: none;
	margin: 0 auto;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

img,
a {
	border: 0px;
	outline: none;
	color: #3a6cae;
	text-decoration: none;
}

img,
a:hover {
	text-decoration: underline;
}

.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: #8B9193;
	padding: 0 3px;
}

/* .zf-backgroundBg {
	background:#f5f5f5;
} */

.zf-templateWidth {
	margin: 1% auto;
}

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

/* .zf-templateWrapper {
	background:rgb(216, 216, 216);
	border:1px solid #d6d6d6;
	-webkit-box-shadow: 0 0px 3px #E1E1E1;
	-moz-box-shadow: 0 0px 3px #E1E1E1;
	box-shadow: 0 0px 3px #E1E1E1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
} */

.zf-tempContDiv input[type="text"],
.zf-tempContDiv textarea,
.zf-tempContDiv .zf-pdfTextArea {
	background: #fff;
	border: 1px solid #8B9193;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* padding:5px; */
	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;
}

/**********Error Message***********/
.zf-errorMessage {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ff0000;
	padding-top: 5px;
}

/**********Mandatory Message***********/
.zf-important {
	color: #ff0000 !important;
	font-weight: normal;
	margin-left: 0px;
	padding: 0;
	font-size: 13px !important;
}

/**********instruction Message***********/
.zf-instruction {
	color: #939393;
	font-style: italic;
	margin-top: 3px;
	font-size: 12px;
	overflow: visible !important;
}

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

.zf-overflow {
	overflow: hidden;
}

/*****************template Header Starts Here****************/

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

.zf-tempHeadContBdr {
	background: #494949;
	border-bottom: 1px solid #EAEAEA;
	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: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.zf-tempHeadContBdr .zf-frmDesc {
	color: #DDDDDD;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/****************template Header Ends Here****************/


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

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

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

.zf-tempFrmWrapper .zf-labelName {
	font-weight: bold;
	font-size: 18px;
	color: #444;
	font-family: 'Nexa';
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

.zf-form-sBox {
	padding: 16px 10px;
	border: 1px solid #8B9193;
	font-size: 16px;
	font-family: 'Nexa';
	font-weight: 400;
	color: #8B9193;
}

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

.zf-name .zf-tempContDiv span {
	margin-bottom: 5px;
	margin-left: 4%;
}

.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: #888888;
}

.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 #ccc;
	margin: 0 auto;
	padding: 5px;
	width: auto;
}


.zf-address .zf-tempContDiv span,
.zf-geolocation .zf-tempContDiv span {
	display: block;
	padding-bottom: 15px;
	margin-right: 2%;
}

.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;
	padding-bottom: 15px;
	margin-right: 0;
}

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

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

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

.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox {
	width: 100%;
}

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

.zf-signContainer canvas {
	cursor: crosshair;
	border: 1px solid #ccc;
	background: #fff;
}

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

.zf-section h2 {
	border-bottom: 1px solid #D7D7D7;
	font-size: 22px;
	color: #000;
	font-weight: 500;
	font-family: 'Open Sans', "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.zf-section p {
	color: #847F7F;
	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: 48%;
	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 {
	margin: 0 5px 13px 0;
	width: 30%;
	float: left;
}


.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin-top: 3px;
	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-family: 'Nexa';
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
	color: #444;
}

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

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

/* .zf-fmFooter .zf-submitColor{ font-size:14px; padding:4px 10px;}

.zf-submitColor{
	color: #fff;
	border:1px solid;
	border-color: #2F9EEC #1988D6 #1988D6;
	background: #2596e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
	background: -moz-linear-gradient(top,  #2f9eec,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	} */

/* .zf-submitColor:hover{
	background: #1988d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
	background: -moz-linear-gradient(top,  #1988d6,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
	}	   	 */


.zf-submitColor {
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	border: 5px solid #fe7f2d;
	/* border: 5px solid var(--color-theme-red); */
	padding: 0.5rem 2rem;
	color: #000;
	text-decoration: none;
	display: inline-block;
	transition: all .4s ease 0s;
}

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

/****************Field Small/Medium/Large Starts Here****************/

.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: 98%;
}

.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-nameWrapper{ width: 50%;} */

.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-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 50%; } */




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

.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%;
}


/****************Field Small/Medium/Large Ends Here****************/

.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;
}

/****************Form Top Align Starts Here****************/

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

.zf-termsContainer .zf-termsMsg {
	border: 1px solid #E1E1E1;
	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: #888888;
	font-size: 11px;
	margin-top: 2px;
	text-align: left;
}

/* .zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] {
    width: 100%;
} */
/* .zf-small .zf-phwrapper {
    width: 50%;
} */
.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 #CCCCCC;
	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;
	-moz-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;
}


/* Styles Update */
input[type="text"],
textarea {
	padding: 16px 10px;
}

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

/* Name fields - DP */
@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 & SINGLE POST STYLES (CONSOLIDATED)
   ========================================================= */

/* ── Hero Sections ── */
.blog-archive-header,
.single .featured-hero {
	background: #004d83;
	color: #fff;
	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;
}

/* 
.single .featured-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 77, 131, 0.6);
	z-index: 1;
} */

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

@media (max-width: 768px) {

	.blog-archive-title,
	.single .featured-hero .page-header {
		font-size: 2rem;
	}
}

/* ── Breadcrumbs ── */
#breadcrumbs {
	font-size: 0.85rem;
	padding: 1.5rem 2rem;
	margin: 0;
}

#breadcrumbs a {
	color: #004d83;
	text-decoration: none;
	/* font-weight: 700; */
}

.breadcrumb_last {
	color: #999;
}

/* ── Blog Grid & Cards ── */
.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 {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
	overflow: hidden;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
} */

.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: #004d83;
	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: #004d83;
	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;
}

/* ── Single Post Content ── */
.blog-single-wrap {
	padding: 3rem 0 5rem;
	background: #fff;
}

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

@media (min-width: 1024px) {
	.blog-single-layout {
		grid-template-columns: 1fr 320px;
	}
}

/* 
.blog-single-meta {
	font-size: 0.9rem;
	color: #888;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
	display: flex;
	gap: 1rem;
	align-items: center;
} */
/* 
.blog-single-body {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
} */

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

/* ── Sidebar Components ── */
.blog-single-sidebar {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.blog-single-cta {
	background: #004d83;
	color: #fff;
	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: #fe7f2d;
	color: #fff !important;
	padding: 0.8rem 2rem;
	border-radius: 50px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none !important;
}

.blog-single-recent {
	background: #fff;
	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: #004d83;
	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: #004d83;
	text-decoration: none;
	line-height: 1.3;
}

/* ── Pagination ── */
.nav-links {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	/* margin-top: 3rem; */
}

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

.nav-links .page-numbers.current {
	background: #004d83;
	color: #fec62d;
	border-color: #004d83;
}

.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;
}

/* ── Archive header label ── */
.blog-archive-header {
	background: #004d83;
	color: #fff;
	padding: 3rem 1.5rem 2.5rem;
	text-align: center;
}

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

.blog-archive-subtitle {
	font-size: 1.2rem;
	opacity: .9;
	margin: 0;
	color: #fff;
}

/* ── Post card grid ── */
.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;
	/* margin-top: 2rem; */
}

/* @media (min-width: 640px) {
	.blog-posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.blog-posts-grid {
		grid-template-columns: repeat(3, 1fr);
	}
} */

/* ── Breadcrumbs ── */
#breadcrumbs {
	font-size: 0.85rem;
	/* color: #666; */
	padding: 1.5rem;
	margin: 0;
	/* text-transform: uppercase; */
	/* letter-spacing: 0.04em; */
}

#breadcrumbs a {
	color: #004d83;
	text-decoration: none;
}

/* #breadcrumbs a:hover {
	text-decoration: underline;
} */

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

/* ── Individual card ── */
/* .blog-card {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
	margin: 0 !important;
	max-width: 100% !important;
} */

.blog-card:hover {
	transform: translateY(-5px);
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, .14); */
}

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

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

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

.blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .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, .5) 0%, rgba(0, 0, 0, 0) 60%);
	transition: opacity .3s ease;
}

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

/* Card body */
.blog-card__body {
	padding: 1.4rem 1.6rem 1.8rem;
}

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

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

.blog-card__cat {
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	background: #fec62d;
	color: #004d83;
	padding: .15rem .55rem;
	border-radius: 2px;
	font-weight: 700;
}

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

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

.blog-card__excerpt p {
	margin: 0;
}

/* 
.blog-card__read-more {
	display: inline-block;
	font-size: .85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .4rem 1.2rem;
	border: 3px solid #fe7f2d;
	color: #1c2833;
	background: transparent;
	transition: all .25s ease;
}

.blog-card:hover .blog-card__read-more {
	background: #fe7f2d;
	color: #fff;
} */

/* ── Pagination ── */
.blog-archive-grid .nav-links {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: .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 .9rem;
	background: #fff;
	border: 2px solid #004d83;
	color: #004d83;
	font-weight: 700;
	font-size: .9rem;
	border-radius: 2px;
	text-decoration: none;
	transition: all .2s ease;
}

/* 
.blog-archive-grid .nav-links a:hover {
	background: #004d83;
	color: #fec62d;
} */

.blog-archive-grid .nav-links .current {
	background: #004d83;
	color: #fec62d;
	border-color: #004d83;
}

/* =========================================================
   BLOG SINGLE POST
   ========================================================= */

/* ── Hero ── */
.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: #fff;
}

.single-post-hero__meta {
	display: flex;
	align-items: center;
	gap: .8rem;
	margin-bottom: .8rem;
	font-size: .9rem;
	opacity: .85;
}

.single-post-hero__cat {
	background: #fec62d;
	color: #004d83;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: .15rem .6rem;
	border-radius: 2px;
}

.single-post-hero__title {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 .6rem;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

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

.single-post-hero__author {
	font-size: .9rem;
	opacity: .8;
}

/* ── Breadcrumbs ── */
.single-post-breadcrumbs {
	background: #f0f2f5;
	padding: .8rem 1.5rem;
	font-size: .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-breadcrumbs #breadcrumbs a:hover {
	color: #004d83;
	text-decoration: underline;
} */

/* ── Article layout ── */
.single-post-article {
	padding: 3.5rem 0 5rem;
	background: #fff;
	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;
	}
}

/* ── Post content ── */
.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: #004d83;
	margin-top: 2rem;
}

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

.single-post-content a {
	color: #004d83;
	text-decoration: underline;
}

/* .single-post-content a:hover {
	color: #fe7f2d;
} */

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

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

/* CTA Box */
.single-post-cta {
	background: #004d83;
	color: #fff;
	padding: 2rem;
	border-radius: 4px;
	text-align: center;
}

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

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

.single-post-cta__btn {
	display: inline-block;
	background: #fec62d;
	color: #004d83 !important;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .7rem 1.8rem;
	border: none;
	border-radius: 2px;
	text-decoration: none !important;
	transition: all .2s ease;
	cursor: pointer;
}

/* .single-post-cta__btn:hover {
	background: #fe7f2d;
	color: #fff !important;
	letter-spacing: .08em;
} */

/* Recent posts */
.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: #004d83;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0 0 1.2rem;
	padding-bottom: .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: .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: .2rem;
}

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

/* .recent-post-title:hover {
	color: #004d83;
	text-decoration: underline;
} */

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

/* ── Post navigation ── */
/* .single-post-navigation {
	background: #f0f2f5;
	padding: 2rem 0;
	border-top: 1px solid #dde0e6;
} */
/* 
.single-post-navigation .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
} */

.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: #004d83;
	font-weight: 600;
	text-decoration: none;
	font-size: .95rem;
	line-height: 1.4;
}

/* .single-post-navigation a:hover {
	color: #fe7f2d;
	text-decoration: underline;
} */

.single-post-navigation .post-navigation-sub span {
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .7;
	display: block;
	margin-bottom: .2rem;
}

/* ── Responsive tweaks ── */
@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 ARCHIVE – section / grid wrapper
   ========================================================= */

.blog-grid {
	width: 100%;
}

/* intro-text above the grid (matches doors/windows pages) */
.blog-grid .intro-text {
	max-width: 40em;
	padding: 2rem;
	/* font-size: 1rem; */
	/* color: #444; */
	text-align: center;
}

.intro-text p {
	margin: 0;
}

/* container holding the card grid */
/* .blog-grid>.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
} */

/* reuse existing .blog-posts-grid, .blog-card, etc. */

/* =========================================================
   BLOG SINGLE – content + sidebar layout
   ========================================================= */

.blog-single-wrap {
	padding: 3rem 0 5rem;
	background: #fff;
}

/* .blog-single-wrap>.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
} */

/* Two-column layout */
.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;
	}
}

/* ── Meta bar ── */
.blog-single-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 600;
	/* margin-bottom: 1.4rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #f0f2f5; */
	font-size: .9rem;
	color: #666;
	padding-bottom: 1rem;
}

.blog-single-cat {
	background: #fec62d;
	color: #004d83;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: .2rem .65rem;
	border-radius: 2px;
}

/* .blog-single-date,
.blog-single-author {
	font-size: .88rem;
	color: #777;
} */

/* ── Post body ── */
.blog-single-body {
	/* font-size: 1.05rem;
	line-height: 1.8; */
	color: #333;
}

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

.blog-single-body h2,
.blog-single-body h3,
.blog-single-body h4 {
	color: #004d83;
	margin-top: 2rem;
}

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

.blog-single-body a {
	color: #004d83;
}

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

/* .blog-single-body a:hover {
	color: #fe7f2d;
} */

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

/* ── Tags ── */
.blog-single-tags {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 2px solid #f0f2f5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem;
	font-size: .85rem;
}

.blog-single-tags__label {
	font-weight: 700;
	color: #444;
}

.blog-single-tag {
	display: inline-block;
	background: #f0f2f5;
	color: #004d83;
	padding: .2rem .7rem;
	border-radius: 2px;
	text-decoration: none;
	font-size: .8rem;
	transition: background .2s ease, color .2s ease;
}

/* .blog-single-tag:hover {
	background: #004d83;
	color: #fec62d;
	text-decoration: none;
} */

/* ── Post navigation ── */
.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: 48%;
}

.blog-single-content .nav-links a {
	display: block;
	color: #004d83;
	font-weight: 600;
	text-decoration: none;
	font-size: .95rem;
	line-height: 1.4;
}

/* 
.blog-single-content .nav-links a:hover {
	color: #fe7f2d;
	text-decoration: underline;
} */

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

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

/* CTA box */
.blog-single-cta {
	background: #004d83;
	color: #fff;
	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 .7rem;
}

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

.blog-single-cta__btn {
	display: inline-block !important;
	background: #fec62d !important;
	color: #004d83 !important;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .65rem 1.6rem;
	border-radius: 2px;
	text-decoration: none !important;
	transition: all .2s ease;
	cursor: pointer;
	font-size: .9rem;
}

/* .blog-single-cta__btn:hover {
	background: #fe7f2d !important;
	color: #fff !important;
	letter-spacing: .08em;
} */

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

.blog-single-recent h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #004d83;
	/* text-transform: uppercase;
	letter-spacing: .05em; */
	margin: 0 0 1.2rem;
	padding-bottom: .6rem;
	border-bottom: 3px solid #fec62d;
}

/* ── Featured hero on single post ── */
.single .featured-hero {
	min-height: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.single .featured-hero .page-header {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 1.5rem;
	font-size: 2.2rem;
	font-weight: 800;
	color: #fff;
	/* text-shadow: 0 2px 10px rgba(0, 0, 0, .5); */
	/* background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, transparent 100%); */
	width: 100%;
}

@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%;
	}
}


/* =========================================================
   BLOG REFINEMENTS (3-column layout & Breadcrumbs)
   ========================================================= */

#breadcrumbs {
	font-size: 0.85rem;
	/* color: #666; */
	padding: 1.5rem;
	margin: 0;
	/* text-transform: uppercase;
	letter-spacing: 0.04em; */
}

#breadcrumbs a {
	color: #004d83;
	text-decoration: none;
	font-weight: 600;
}

.blog-card {
	box-shadow: 0 4px 15px rgba(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: #004d83 !important;
}

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

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

/* =========================================================
   PREMIUM BLOG REDESIGN (Aesthetic Overhaul)
   ========================================================= */

/* ── Hero Section ── */
.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::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 77, 131, 0.85) 0%, rgba(0, 48, 158, 0.4) 100%);
	z-index: 1;
} */

.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: #fff;
	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;
}

/* ── Intro Section ── */
/* .blog-grid .intro-text {
	background: #fff;
	padding: 4rem 1.5rem 3rem;
	max-width: 850px;
	margin: -50px auto 0;
	position: relative;
	z-index: 3;
	border-radius: 8px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	text-align: center;
} */

/* .blog-grid .intro-text p {
	font-size: 1.25rem;
	line-height: 1.7;
	color: #444;
	font-weight: 500;
} */

/* ── Grid Spacing ── */
/* .blog-grid .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 4rem 1.5rem;
} */

/* ── Card Overhaul ── */
.blog-card {
	border: none;
	background: #fff;
	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;
	/* border: 1px solid #eee; */
	/* border-top: none; */
	align-items: flex-start;
	height: 100%;
}

.blog-card__title {
	margin-bottom: 1.2rem !important;
	color: #004d83 !important;
	transition: color 0.3s ease;
	text-align: left;
	text-transform: none;
	font-weight: 600;
}

/* .blog-card:hover .blog-card__title {
	color: #fe7f2d !important;
} */

.blog-card__excerpt {
	font-size: 0.98rem !important;
	color: #666 !important;
}

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

.blog-card__cat {
	background: #fec62d !important;
	color: #004d83 !important;
	padding: 0.3rem 0.8rem !important;
	font-size: 0.7rem !important;
}

/* .blog-card__read-more {
	font-size: 0.9rem !important;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent !important;
	transition: all 0.3s ease !important;
}

.blog-card:hover .blog-card__read-more {
	border-bottom-color: #fe7f2d !important;
	color: #fe7f2d !important;
} */

/* ── Consultation CTA in Blog ── */
.blog-grid .consultation-button {
	background: #004d83;
	padding: 3rem 2rem;
	margin: 3rem 0;
	border-radius: 12px;
	text-align: center;
	color: #fff;
}

.blog-grid .consultation-button .btn-blue {
	background: #fec62d !important;
	color: #004d83 !important;
	font-size: 1.2rem;
	padding: 1rem 2.5rem;
	border-radius: 50px;
	font-weight: 800;
	box-shadow: 0 4px 15px rgba(254, 198, 45, 0.4);
}

/* .blog-grid .consultation-button .btn-blue:hover {
	background: #fff !important;
	transform: scale(1.05);
} */

/* ── Animations ── */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* ── Pagination Premium ── */
.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: #fff;
	color: #004d83;
	font-size: 1.1rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

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

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

/* ── General Blog Page background ── */
body.blog,
body.archive.post-type-archive-post {
	background-color: #fcfdfe;
}


/* ── Refined Animations ── */
/* .blog-card {
	opacity: 0;
	transform: translateY(30px);
	animation: premiumFadeIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
} */

@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;
}

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

/* ── Card Thumbnail Zoom ── */
.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;
}

/* ── Category Badge Glow ── */
.blog-card__cat {
	box-shadow: 0 2px 8px rgba(254, 198, 45, 0.3);
}


/* =========================================================
   SINGLE BLOG POST & SIDEBAR REFINEMENTS
   ========================================================= */

.blog-single-layout {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	/* padding: 4rem 0; */
}

@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-meta {
	font-size: 0.9rem;
	color: #888;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
} */

.blog-single-body {
	/* font-size: 1.1rem; */
	/* line-height: 1.8; */
	color: #333;
}

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

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

/* ── Recent Articles Sidebar Component ── */
.blog-single-recent {
	background: #fff;
	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;
	/* font-weight: 800; */
	color: #004d83;
	text-decoration: none;
	line-height: 1.3;
	margin-bottom: 0.4rem;
	display: block;
	transition: color 0.3s ease;
}

/* .recent-post-title:hover {
	color: #fe7f2d;
} */

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


/* ── Blog Single CTA & Meta ── */
.blog-single-cta {
	background: #004d83;
	padding: 2.5rem;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	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: #fe7f2d;
	color: #fff !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-cta__btn:hover {
	background: #fff;
	color: #004d83 !important;
	transform: scale(1.05);
} */

.blog-single-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* font-weight: 700; */
	/* text-transform: uppercase; */
	/* letter-spacing: 0.05em; */
}

.meta-sep {
	color: #fec62d;
}

.meta-cats {
	color: #004d83;
}

/* .blog-single-nav {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 2px solid #eee;
} */

.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: 48%;
}

.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;
}