/**
 * Custom Styles for Bastruct Theme
 * These styles were originally inline in the static HTML
 * Version: 3.7.0
 */

:root {
	--primary-blue: #2563eb;
	--primary-teal: #2ba34a;
	--accent-orange: #f97316;
	--accent-yellow: #f4c430;
	--dark-grey: #1e1e1e;
	--light-grey: #f4f4f5;
	--white: #ffffff;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	background: var(--light-grey);
	font-size: 17px;
	line-height: 1.7;
}

header {
	/* position: fixed; */
	width: 100%;
	z-index: 700;
}

/* Custom Logo Styles */
.custom-logo-link {
	display: inline-block;
}

.custom-logo {
	width: 160px;
	height: auto;
	max-width: 100%;
	border-radius: 80px;
}

.menu-logo img {
	width: 160px;
	height: auto;
	max-width: 100%;
	border-radius: 80px;
}

footer .custom-logo {
	width: 200px;
	height: auto;
	max-width: 100%;
}

footer img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3 {
	font-weight: 700;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

h4 {
	font-weight: 600;
	font-size: 28px;
}

h5 {
	font-weight: 600;
	font-size: 22px;
}

p {
	font-size: 14px;
	line-height: 2;
}

.fw {
	font-weight: 600;
}

.lh {
	line-height: 1;
}

.fc {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.fr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

small {
	font-size: 10px;
}

.hero h1 {
	font-size: 36px;
}

/* Header auto-hide on scroll */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
	height: 100px;
}

@media (max-width: 768px) {
	#header .container-fluid {
	margin-top: -18px;
	}
}

#header .menu-part {
	border-radius: 20px;
	padding: 8px 25px;
	font-weight: 600;
	background: #211f22;
}

#header ul li {
	display: inline-block;
	padding: 0px 10px;
	color: white;
	transition: color 500ms;
	letter-spacing: 1px;
	font-size: 14px;
}

#header ul li:hover {
	color: #fecd04;
}

#header ul {
	color: white;
}

.heading-part p {
	max-width: 100%;
	width: 600px;
}

.button-yellow-menu {
	background: #fecd04;
	color: black;
	border: 0;
	border-radius: 20px;
	padding: 8px 40px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}

.button-yellow-menu:hover {
	background: #211f22;
	color: #fecd04;
	transition: color 500ms, background 500ms;
}

.menu-section,
.menu-logo,
.lets-talk-part {
	transform: translateY(-150px);
	transition: transform 500ms;
}

.menu-section.loaded,
.menu-logo.loaded,
.lets-talk-part.loaded {
	transform: translateY(0%);
}

.navbar-toggler {
	display: none;
}

/* Show hamburger menu on mobile, hide desktop menu */
@media (max-width: 991px) {
	.navbar-toggler {
		display: block !important;
	}

	.menu-section {
		display: none !important;
	}

	.talk-part {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.menu-section {
		display: none !important;
	}

	.talk-part {
		margin-right: 10px;
	}

	.navbar-toggler {
		display: block !important;
	}
}

img {
	max-width: 100%;
}

.text-with-image {
	padding-top: 80px;
	padding-bottom: 80px;
}

.accordion-header {
	overflow: hidden;
}

@media (min-width: 991px) {
	.hero-middle {
		height: 100px;
		margin-top: -100px;
	}
}

@media (max-width: 991px) {
	.hero-middle p {
		padding: 20px 0px;
	}
}

.hero-middle .col-lg-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hero-middle p {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.top-space {
	height: 200px;
}

.full-image {
	height: 100vh;
}

.full-image img {
	opacity: 0;
}

@media (max-width: 991px) {
	.full-image {
		height: auto;
	}

	.full-image img {
		opacity: 1;
	}
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.bg-yellow {
	background: var(--accent-yellow);
	color: var(--dark-grey);
}

.bg-grey {
	background: var(--light-grey);
	color: var(--dark-grey);
}

.bg-blue {
	background: var(--primary-blue);
	color: var(--white);
}

.bg-teal {
	background: var(--primary-teal);
	color: var(--white);
}

button {
	background: #211f22;
	border: 0;
	color: white;
	border-radius: 30px;
	padding: 8px 20px;
	font-weight: 700;
	transition: color 500ms, background 500ms;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 5px;
}

button.black {
	background: #211f22;
}

button.black:hover {
	background: #fecd04;
}

button.yellow {
	background: #fecd04;
	color: black;
}

button.yellow:hover {
	background: #211f22;
	color: white;
}

.button-yellow {
	background: #fecd04;
	border: 0;
	border-radius: 30px;
	padding: 8px 40px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	color: black;
}

.button-yellow:hover {
	background: #211f22;
	color: #fecd04;
	transition: color 500ms, background 500ms;
}

.button-grey {
	background: #211f22;
	border: 0;
	color: white;
	border-radius: 30px;
	padding: 8px 40px;
	font-weight: 700;
	transition: color 500ms, background 500ms;
	letter-spacing: 1px;
	font-size: 14px;
}

.button-grey:hover {
	background: #fecd04;
	color: #211f22;
}

#footer h4 {
	font-size: 21px;
}

.footer-middle h5 {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	font-size: 16ppx;
}

.footer-middle p {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	font-size: 14px;
}

.bottom-footer {
	border-top: 1px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.fb-l {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.fb-r {
	display: flex;
	flex-direction: row-reverse;
}

.bottom-footer .bottom-part {
	padding: 0 20px;
	font-size: 12px;
	color: #838383;
}

.bottom-footer .bottom-part a {
	color: #838383;
}

.selectarrow .wpcf7-form-control-wrap::after {
	content: '';
	position: absolute;
	top: 55%;
	right: 15px;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-top-color: #555;
	pointer-events: none;
}

.selectarrow select {
	appearance: none;
}

@media (max-width: 991px) {
	.bottom-footer .bottom-part {
		padding: 5px;
		text-align: center;
	}

	.fb-l {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.fb-r {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	footer {
		text-align: center;
	}
}

footer a {
	color: white;
}

.centred-text-area h1 {
	font-size: 22px;
	font-weight: 800;
}

.centred-text-area h3 {
	font-weight: 400;
}

.centred-text-area .text-part {
	max-width: 100%;
	width: 600px;
}

.text-with-list-and-image h5 {
	font-size: 16px;
}

.text-with-list-and-image .top-part .col-lg-8 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.text-with-list-and-image .top-part .top-part-img {
	margin-top: 80px;
	margin-bottom: -80px;
}

.text-with-list-and-image .bottom-part .col-lg-8 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-with-image-background {
	padding-top: 100px;
	padding-bottom: 100px;
}

.img-radius {
	border-radius: 20px;
}

.wpcf7-form label {
	width: 400px;
	max-width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	border-radius: 20px;
	border: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
	padding: 5px 15px;
}

.wpcf7-form .wpcf7-select {
	width: 100%;
	border-radius: 20px;
	border: 0;
	padding: 10px 15px;
}

.wpcf7-submit {
	padding: 10px 30px;
}

@media (max-width: 991px) {
	.wpcf7-form p {
		text-align: center;
	}
}

a {
	color: #212529;
	text-decoration: none;
}

.projects h3 {
	padding-top: 30px;
	padding-bottom: 60px;
	font-weight: 400;
}

.img-part h2 {
	font-size: 28px;
}

@media (max-width: 991px) {
	.contact-buttons {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.contact-buttons button,
	.hero-alt button {
		min-width: 300px;
		max-width: 100%;
	}
}

@media (max-width: 1200px) {
	#header ul li {
		padding: 0px 2px;
	}
}

/* Splide Slider Progress Bar */
.slider-progress {
	background: white;
}

.slider-progress-bar {
	background: #5f5f5f;
	height: 2px;
	transition: width 400ms ease;
	width: 0;
}

/* Renovations Template Styles */
.ha-left {
	max-width: 100%;
	width: 550px;
}

.hero-bottom-part {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hero-bottom-part p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 6px;
	text-align: left;
}

.hero-bottom .hero-bottom-part:nth-child(2) .tick-part {
	margin-top: 2px;
}

.hero-bottom .hero-bottom-part:nth-child(2) p {
	margin-top: 4px;
}


.tick-part {
	width: 40px;
	height: 40px;
	min-width: 40px;
	max-width: 40px;
	border-radius: 40px;
	border: 3px solid black;
	background: #2ba34a;
}

@media (max-width: 991px) {
	.ha-left {
		padding-top: 110px;
	}

	.hero-bottom {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Featured Services */
.f-service {
	height: 100%;
	border-radius: 20px;
	text-align: center;
	font-weight: 600;
}

.f-service.black {
	background: black;
	color: white;
}

.f-service.grey {
	background: #7f8182;
	color: white;
}

.f-service.white {
	background: white;
	color: black;
}

/* Clients Say */
.clients-say .cs-part {
	background: white;
	border: 1px solid #c5c7c9;
	border-radius: 15px;
	padding: 20px;
	height: 100%;
}

.clients-say .cs-part .name {
	font-weight: 800;
}

/* Before and After - Slick Image Compare */
.sic-circle {
	background: #121212;
	border: 2px solid #121212 !important;
	width: 60px !important;
	height: 60px !important;
	margin-top: -30px !important;
	margin-left: -30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sic-main.sic-horizontal .sic-handle {
	width: 4px;
}

.sic-main .sic-line:before {
	background-color: #121212;
}

/* Why Choose - Trusted Section */
.trusted .t-item p {
	font-size: 16px;
	font-weight: 700;
}

.trusted .left-side {
	background: #2ba34a;
	color: white;
	border: #151515 solid 5px;
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: -30px;
}

.trusted .right-side {
	padding-left: 90px;
	padding-right: 60px;
	height: 80px;
	background: #121212;
	border-radius: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 991px) {
	.trusted .t-item {
		margin-top: 50px;
	}

	.trusted .left-side {
		left: -0px;
	}

	.trusted .right-side {
		font-size: 16px;
		line-height: 16px;
		height: 80px;
		padding-left: 60px;
		margin-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

/* Process Section */
.process .p-part {
	background: white;
	border: 1px solid #c5c7c9;
	border-radius: 15px;
	padding: 45px;
	height: 100%;
	position: relative;
}

.process .arrow-part {
	position: absolute;
	background: #2ba34a;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	right: -35px;
	top: calc(50% - 30px);
	z-index: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.process .col-lg-3:last-child .p-part .arrow-part {
	display: none;
}

@media (max-width: 991px) {
	.process .arrow-part {
		top: unset;
		right: calc(50% - 30px);
		bottom: -35px;
		transform: rotate(90deg);
	}
}

/* Features Section */
.features .feature-part {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.features .feature-part .f-img-p {
	width: 100px;
	height: 100px;
	border: 2px solid black;
	border-radius: 100px;
	background: white;
}

.features .feature-part .f-img-p img {
	width: 60px;
}

/* FAQ Accordion */
.accordion-item {
	border: none;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	background-color: unset !important;
	color: black;
}

/* Form with Image */
.form-with-image .form-part {
	background: white;
	border: 1px solid #c5c7c9;
	border-radius: 15px;
	padding: 40px;
	height: 100%;
}

.form-with-image .form-part p {
	padding-bottom: 10px;
}

.form-with-image .wpcf7 {
	width: 100%;
}

.form-with-image label {
	width: 100% !important;
}

.form-with-image .form-part .wpcf7-form {
	width: 100%;
}

.form-with-image .form-part .wpcf7-form input,
.form-with-image .form-part .wpcf7-form textarea,
.form-with-image .form-part .wpcf7-form .wpcf7-select {
	background: #f4f4f5;
	border: 1px solid #c9cbcd;
	border-radius: 8px;
	font-weight: 600;
	width: 100% !important;
	padding: 25px 20px !important;
	line-height: 1;
	font-size: 16px;
}

.form-with-image .form-part .wpcf7-form input::placeholder,
.form-with-image .form-part .wpcf7-form textarea::placeholder {
	color: black !important;
	font-weight: 600;
	width: 100% !important;
}

.form-with-image .wpcf7-submit {
	background: black !important;
	color: white !important;
	border: none !important;
}

/* Enhanced Color Scheme */
.service-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* border-left: 4px solid var(--primary-blue); */ /* Removed blue border */
	padding-left: 0;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15);
}

.service-card h4 {
	color: var(--primary-blue);
}

/* Make all service card images uniform size */
.service-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	margin-bottom: 15px;
}

.team-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-top: 4px solid var(--primary-teal);
	padding-top: 15px;
}

.team-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(20, 184, 166, 0.15);
}

.team-card h4 {
	color: var(--primary-teal);
}

/* OT Testimonial with color accent */
.ot-testimonial {
	border-left: 5px solid var(--accent-orange) !important;
	background: linear-gradient(135deg, #f4f4f5 0%, #e0f2fe 100%) !important;
}

/* Hero bottom parts with color */
.hero-bottom-part {
	transition: all 0.3s ease;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}

.hero-bottom-part:hover {
	transform: scale(1.05);
}

.hero-bottom-part .tick-part {
	background: var(--primary-teal);
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	/* add spacing between icon and text */
}

/* Media query for mobile */
@media (max-width: 767px) {
	.hero-bottom-part {
		transition: all 0.3s ease;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

/* Media query for mobile */
@media (max-width: 767px) {
	.hero-bottom-part .tick-part {
		width: 40px;
		height: 40px;
		padding: 10px;
	}
}

/* Section headings with color accents */
h1 {
	position: relative;
	display: inline-block;
}

.centred-text-area h1::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-blue), var(--primary-teal));
	border-radius: 2px;
}

/* Button enhancements */
button.black {
	background: linear-gradient(135deg, var(--dark-grey) 0%, #374151 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

button.yellow {
	background: linear-gradient(135deg, var(--accent-yellow) 0%, #fbbf24 100%);
	box-shadow: 0 4px 15px rgba(244, 196, 48, 0.3);
}

/* Increase base font size */
p {
	font-size: 16px;
	line-height: 1.7;
}

h3 {
	color: var(--primary-blue);
}

h5 {
	color: var(--primary-teal);
}

/* Add color to links */
a {
	color: var(--primary-blue);
	transition: color 0.3s ease;
}

a:hover {
	color: var(--primary-teal);
}

/* Mobile Menu Styles */
.navbar-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 400px;
	max-width: 90%;
	padding: 20px;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fecd04;
	color: #211f22;
	transition: transform 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000), visibility 600ms;
	margin: 0;
	border-radius: 0;
	z-index: 9990;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	.navbar-collapse {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.navbar-collapse {
		width: 400px;
	}
}

.navbar-collapse.show {
	visibility: visible;
	transform: translateX(-100%);
}

/* Only apply styles to menu links, not logo */
.navbar-collapse .menu-items a {
	color: #211f22;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 12px 0;
	margin: 0 -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.navbar-collapse .menu-items a:hover {
	background-color: #211f22 !important;
	color: #ffffff !important;
}

.navbar-collapse .menu-items a:hover h3 {
	color: #ffffff !important;
}

/* Logo link - no hover effect */
.navbar-collapse .menu-parts a {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.navbar-collapse .menu-parts a:hover {
	background-color: transparent !important;
}

.navbar-collapse ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navbar-collapse li {
	height: auto;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 10px;
}

.navbar-collapse .menu-i {
	overflow: hidden;
	transition: 500ms ease-in-out;
	transition-timing-function: ease;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
	width: 100%;
}

.navbar-collapse .menu-i h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 24px;
	color: #211f22;
}

.navbar-collapse .menu-i.hidden {
	transform: translateY(100%);
}

.menu-parts {
	transition: 800ms ease-in-out;
	transition-timing-function: ease;
	opacity: 1;
}

.menu-parts.hidden {
	opacity: 0;
}

/* Removed dimness effect - no longer needed */
#wrapper {
	transition: opacity 800ms;
}

#wrapper.opac {
	opacity: 1;
}

/* Close button styling */
.mclose {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.mclose:hover {
	transform: rotate(90deg);
}

/* Mobile menu logo */
.navbar-collapse .header-logo {
	max-width: 180px;
	height: auto;
}

/* Mobile menu tagline */
.navbar-collapse p {
	color: #211f22;
	margin: 0;
}

/* Footer link colors - make them visible on white background */
#footer a {
	color: #211f22;
	text-decoration: none;
	transition: color 0.3s ease;
}

#footer a:hover {
	color: var(--primary-blue);
	text-decoration: underline;
}

#footer .footer-middle a {
	color: #211f22;
	font-weight: 500;
}

#footer .bottom-footer a {
	color: #211f22;
}

/* Make email and phone links more visible */
#footer a[href^="mailto:"],
#footer a[href^="tel:"] {
	color: var(--primary-blue);
	font-weight: 600;
}

#footer a[href^="mailto:"]:hover,
#footer a[href^="tel:"]:hover {
	color: var(--primary-teal);
}

/* Hero section responsive adjustments */
.hero-top .container {
	padding-left: 15px;
	padding-right: 15px;
}

/* Desktop: justify left */
.hero-top .row {
	justify-content: flex-start !important;
}

/* Adjust margin-left on small screens */
@media (max-width: 991px) {

	/* Mobile: justify center */
	.hero-top .row {
		justify-content: center !important;
	}

	.hero-top .row.justify-content-left {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Center content on small screens */
	.hero-top .ha-left {
		text-align: center;
	}

	.hero-top .ha-left h1 {
		text-align: center;
	}

	.hero-top .ha-left p {
		text-align: center;
	}

	/* Center buttons */
	.hero-top>div>div {
		text-align: center;
	}
}

/* Keep hero-bottom parts horizontal on all screen sizes */
.hero-bottom {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.hero-bottom-part {
	flex: 1;
	min-width: 0;
	padding: 10px 5px !important;
}

/* Make hero-bottom smaller on mobile to fit horizontally */
@media (max-width: 767px) {
	.hero-bottom-part {
		padding: 8px 3px !important;
	}

	.hero-bottom-part p {
		font-size: 12px;
		text-align: center;
	}

	.hero-bottom .hero-bottom-part:nth-child(2) .tick-part {
		margin-top: 4px;
	}

	.hero-bottom .hero-bottom-part:nth-child(2) p {
		margin-top: 4px;
	}

	.hero-bottom-part .tick-part img {
		/* width: 12px !important; */
	}

	.hero-bottom-part .tick-part {
		margin-bottom: 5px;
	}
}

@media (max-width: 575px) {
	.hero-bottom-part p {
		font-size: 12px !important;
		line-height: 1.2;
	}

	.hero-bottom .hero-bottom-part:nth-child(2) .tick-part {
		margin-top: 12px;
	}

	.hero-bottom .hero-bottom-part:nth-child(2) p {
		margin-top: 4px;
	}

	.hero-bottom-part .tick-part img {
		/* width: 10px !important; */
	}
}

/* Ensure col-lg-4 stays horizontal on mobile */
@media (max-width: 991px) {
	.hero-bottom .col-lg-4 {
		flex: 0 0 33.333333%;
		/* max-width: 23.333333%; */
	}
}