/* Anything beyond that will make the mobile logo wrap beneath the hamburguer button */
.navbar-brand.visible-xs-block img {
	max-width: 230px;
}

/* Fix button wrapping on mobile */
.btn {
	white-space: normal !important;
	word-wrap: break-word;
}


img.widget-image-placeholder {
	display: none;
}

/* Your CSS codes here */
a.navbar-brand {
	padding-top: 0;
}
/* Force Font Awesome chevrons for the carousel */
.brambl-theme .carousel-control .icon-prev, .brambl-theme .carousel-control .icon-next {
	font-family: "FontAwesome";
	font-size: 3em;
	color: white;
	border-radius: 3px;
	padding: 30px 50px 70px 30px;
}

.brambl-theme .carousel-control .icon-next:before {
	content: "";
	font-family: "FontAwesome" !important;
}

.brambl-theme .carousel-control .icon-prev:before {
	content: "";
	font-family: "FontAwesome" !important;
}

.brambl-theme > .container {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.brambl-theme .container-type {
	background: #ffffff;
}

.brambl-theme img {
	max-width: 100%;
}

/* File Upload Styles - Uppy Integration */
.file-upload-section {
	margin-top: 20px;
}

.uppy-dashboard-container {
	border-radius: 8px;
	overflow: hidden;
}

/* Uppy theme customization to match site colors */
.uppy-Dashboard {
	border: 2px dashed #eb8b33 !important;
	border-radius: 8px !important;
}

.uppy-Dashboard-inner {
	background-color: #fafafa !important;
}

.uppy-Dashboard-dropFilesHereHint {
	color: #333 !important;
}

.uppy-Dashboard-browse {
	color: #eb8b33 !important;
	font-weight: bold !important;
}

.uppy-Dashboard-browse:hover {
	color: #d67726 !important;
}

.uppy-Dashboard-AddFiles-title {
	color: #333 !important;
}

.uppy-ProgressBar {
	background-color: #eb8b33 !important;
}

.uppy-Dashboard-Item-previewIcon {
	color: #eb8b33 !important;
}

.uppy-Dashboard-Item-action--remove {
	color: #d9534f !important;
}

.uppy-Dashboard-Item-action--remove:hover {
	color: #c9302c !important;
}

/* Submit button states for file uploads */
.btn-warning {
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	color: #fff !important;
}

.btn-warning:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.brambl-theme .mapsholder img {
	max-width: initial;
}

/* --------- Alternative Slideshow style --------- */
.brambl-theme .carousel.alternative .carousel-caption {
	background: none;
	top: 47%;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	text-align: center;
}

.brambl-theme .carousel.alternative .carousel-caption > h3 {
	letter-spacing: 4px;
	font-size: 300%;
	line-height: 150%;
	color: white;
}

.brambl-theme .carousel.alternative .carousel-caption > p {
	font-size: 140%;
	color: white;
	font-weight: 200;
	letter-spacing: 2px;
}

.brambl-theme .carousel.alternative .carousel-control .icon-prev, .brambl-theme .carousel.alternative .carousel-control .icon-next {
	color: #2f2f2f;
	background: white;
	border: none;
	margin: 0;
	padding: 15px 35px 50px 20px;
	border-radius: 0;
}

.brambl-theme .carousel.alternative:hover .carousel-control .icon-prev {
	left: 0;
}

.brambl-theme .carousel.alternative:hover .carousel-control .icon-next {
	right: 0;
}

.brambl-theme .carousel.alternative .carousel-control .icon-next {
	right: -60px;
}

.brambl-theme .carousel.alternative .carousel-control .icon-prev {
	left: -60px;
}

.brambl-theme .carousel.alternative .carousel-indicators {
	display: none;
}

.brambl-theme .carousel.alternative .carousel-control, {
	overflow: hidden;
}

.brambl-theme .carousel.alternative .carousel-control .icon-next, .brambl-theme .carousel.alternative .carousel-control .icon-prev {
	transition-delay: 0s;
	transition-duration: 0.25s;
	transition-property: all;
	transition-timing-function: ease;
}

.brambl-theme .carousel.alternative .carousel-control {
	top: 0;
	font-size: 12px;
}

.brambl-theme .carousel.alternative .carousel-control .icon-prev:hover,
.brambl-theme .carousel.alternative .carousel-control .icon-next:hover {
	color: #e6ae49;
}

.brambl-theme .container {
	width: 100%;
	max-width: 1150px;
}

/* Fix for iPads not showing fixed background images correctly */
@media only screen
and (max-device-width: 1024px) {
	.row {
		background-attachment: scroll !important;
	}
}


/* Animated buttons */

.btn-icon-animate {
	overflow: hidden;
	position: relative;
}

.btn-fa-animate::before {
	font-family: 'FontAwesome';
}

.btn-icon-animate::before {
	font-size: 125%;
	height: 100%;
	line-height: 1;
	position: absolute;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	width: 1.28571em;
}

.btn-icon-animate.icon-left::before,
.btn-icon-animate.icon-left.hide-on-hover:hover::before {
	left: -50%;
}

.btn-icon-animate.icon-right::before,
.btn-icon-animate.icon-right.hide-on-hover:hover::before {
	right: -50%;
}

.btn-icon-animate.icon-left:hover::before,
.btn-icon-animate.icon-always-on.icon-left::before,
.btn-icon-animate.hide-on-hover.icon-left:not(:hover)::before {
	left: 0;
	padding-left: 0.7em;
	padding-right: 0.4em;
}

.btn-icon-animate.icon-right:hover::before,
.btn-icon-animate.icon-always-on.icon-right::before,
.btn-icon-animate.hide-on-hover.icon-right:not(:hover)::before {
	right: 0;
	padding-left: 0;
	padding-right: 1.7em;
}

.btn-icon-animate.icon-left:not(.hide-on-hover):hover,
.btn-icon-animate.icon-left.icon-always-on,
.btn-icon-animate.icon-left.hide-on-hover:not(:hover) {
	padding-left: 3em;
	padding-right: 1em;
}

.btn-icon-animate.icon-right:not(.hide-on-hover):hover,
.btn-icon-animate.icon-right.icon-always-on,
.btn-icon-animate.icon-right.hide-on-hover:not(:hover) {
	padding-right: 3em;
	padding-left: 1em;
}

/* Facebook timeline widget needs space to load the iframe */
.fb_iframe_widget > span, .fb_iframe_widget iframe {
	min-width: 300px !important;
	min-height: 300px !important
}
/* Light Gallery Styles */

.light-gallery a {
	display: inline-block;
	overflow: hidden;
}

.light-gallery a div {
	display: inline-block;
	overflow: hidden;
	position: absolute;
}

.light-gallery a:hover img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.light-gallery a img {
	transform: scale3d(1, 1, 1);
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: transform;
	transition-timing-function: ease;
}

.light-gallery a div.gallery-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition-delay: 0s;
	transition-duration: 0.35s;
	transition-property: opacity;
	transition-timing-function: ease;
	opacity: 0;
}

.light-gallery a:hover div.gallery-overlay {
	opacity: 1;
}

.light-gallery a div.gallery-overlay i {
	position: absolute;
	top: 45%;
	right: 47%;
	color: #cbcbcb;
	font-size: 21px;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: opacity;
	transition-timing-function: ease;
	opacity: 0;
}

.light-gallery a:hover div.gallery-overlay i {
	opacity: 1;
}

/* Rss Feed / Blog */
.rss-post-content > a {
	color: initial;
}

/* Piling script heading fix for chrome */
body[class^="pp-viewing"] .brambl-theme .header {
	position: inherit;
}

/* ========================================
   Multi-Step Quote Form Styles
   ======================================== */

/* Progress Indicator */
.quote-progress {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px 0;
}

.progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.step-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e0e0e0;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.3s ease;
}

.progress-step.active .step-number,
.progress-step.completed .step-number {
	background-color: #eb8b33;
	color: #fff;
}

.progress-step.completed .step-number {
	background-color: #5cb85c;
}

.step-label {
	margin-top: 8px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.progress-step.active .step-label,
.progress-step.completed .step-label {
	color: #333;
	font-weight: 600;
}

.progress-line {
	width: 60px;
	height: 3px;
	background-color: #e0e0e0;
	margin: 0 10px;
	margin-bottom: 20px;
	transition: background-color 0.3s ease;
}

.progress-line.active {
	background-color: #eb8b33;
}

/* Form Steps */
.form-step {
	display: none;
	animation: fadeIn 0.3s ease;
}

.form-step.active {
	display: block;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.step-title {
	color: #07b1de;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
}

.step-hint {
	text-align: center;
	color: #666;
	margin-bottom: 20px;
}

/* Required/Optional Labels */
.required {
	color: #d9534f;
	font-weight: bold;
}

.optional {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}

.help-text {
	display: block;
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}

/* Service Selection Checkboxes */
.service-options {
	margin-bottom: 30px;
}

.service-checkbox {
	background: #f9f9f9;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 18px 20px;
	margin-bottom: 15px;
	margin-left: 0;
	transition: all 0.2s ease;
}

.service-checkbox:hover {
	border-color: #eb8b33;
	background: #fff;
}

.service-checkbox label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.service-checkbox input[type="checkbox"] {
	position: relative !important;  /* Override Bootstrap's absolute positioning */
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin: 0;
	margin-right: 20px;
	cursor: pointer;
	accent-color: #eb8b33;
}

.service-checkbox .service-content {
	flex: 1;
}

.service-checkbox input[type="checkbox"]:checked ~ .service-content .service-name {
	color: #eb8b33;
}

.service-name {
	display: block;
	font-weight: 600;
	font-size: 17px;
	color: #333;
	margin-bottom: 5px;
	line-height: 1.3;
}

.service-desc {
	display: block;
	font-size: 14px;
	color: #888;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}

/* Conditional Fields */
.conditional-fields {
	display: none;
}

.conditional-fields.visible {
	display: block;
}

/* Form Navigation */
.form-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.form-nav .btn {
	min-width: 140px;
}

.form-nav .btn-next,
.form-nav .btn-submit {
	margin-left: auto;
}

.form-nav .btn i {
	margin: 0 5px;
}

.btn-submit {
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
}

.btn-submit:hover {
	background-color: #449d44 !important;
	border-color: #398439 !important;
}

/* Form validation feedback */
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
	border-color: #d9534f;
}

.form-group .error-message {
	color: #d9534f;
	font-size: 12px;
	margin-top: 5px;
}

/* Mobile Responsive */
@media (max-width: 480px) {
	.quote-progress {
		padding: 10px 0;
	}

	.step-number {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.step-label {
		font-size: 10px;
	}

	.progress-line {
		width: 30px;
	}

	.form-nav {
		flex-direction: column;
		gap: 10px;
	}

	.form-nav .btn {
		width: 100%;
	}

	.form-nav .btn-next,
	.form-nav .btn-submit {
		margin-left: 0;
	}
}