:root {
	--primary-color: #c32830;
	--secondary-color: #4f4f4d;
	--tertiary-color: #fff;
	--light-grey: #f4f4f4;
	--hover-red: #a01f26
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', sans-serif
}

body {
	background-color: var(--tertiary-color);
	color: var(--secondary-color);
	line-height: 1.6
}

a {
	text-decoration: none;
	color: inherit
}

ul {
	list-style: none
}

h1,
h2,
h3 {
	color: var(--secondary-color);
	font-weight: 700
}

header {
	background-color: var(--tertiary-color);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px
}

.logo img {
	height: 60px;
	width: auto;
	object-fit: contain
}

.nav-links {
	display: flex;
	gap: 25px
}

.nav-links a {
	font-weight: 600;
	font-size: 1.05rem;
	transition: color .3s
}

.nav-links a:hover {
	color: var(--primary-color)
}

.nav-links a.active {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color)
}

.cta-btn {
	background-color: var(--primary-color);
	color: white;
	padding: 12px 25px;
	border-radius: 5px;
	font-weight: bold;
	transition: .3s
}

.cta-btn:hover {
	background-color: var(--hover-red)
}

.hamburger {
	display: none;
	cursor: pointer;
	font-size: 28px
}

.hero {
	background: linear-gradient(rgba(79, 79, 77, 0.85), rgba(79, 79, 77, 0.85)), url('../img/Aynshree-Plumbing-Services-Bangalore.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* height: 90vh; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	padding: 160px 20px;
	margin-top: 60px
}

.hero h1 {
	color: white;
	font-size: 3.5rem;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	line-height: 1.2
}

.hero p {
	font-size: 1.3rem;
	margin-bottom: 30px;
	max-width: 800px
}

.hero-btn {
	background-color: var(--primary-color);
	color: white;
	padding: 15px 40px;
	font-size: 1.2rem;
	border: 0;
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	transition: transform .2s
}

.hero-btn:hover {
	transform: scale(1.05);
	background-color: var(--hover-red)
}

.keywords-strip {
	background: var(--light-grey);
	text-align: center;
	padding: 15px;
	font-size: .9rem;
	color: #666
}

.trust-bar {
	background-color: var(--secondary-color);
	color: white;
	padding: 20px 0;
	text-align: center
}

.trust-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap
}

.trust-item {
	margin: 10px;
	font-weight: 500;
	font-size: 1.1rem
}

.trust-item span {
	color: var(--primary-color);
	font-weight: bold;
	margin-right: 5px
}

.section {
	padding: 50px 20px
}

.section-title {
	text-align: center;
	margin-bottom: 50px
}

.section-title h2 {
	font-size: 2.5rem;
	margin-bottom: 10px
}

.underline {
	width: 80px;
	height: 4px;
	background-color: var(--primary-color);
	margin: 0 auto
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto
}

.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 4px solid var(--primary-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.serv-content {
    padding: 20px;
    text-align: center;
}
.serv-content h3 {
    margin-bottom: 10px;
}
.serv-content p {
    color: #666;
    line-height: 1.6;
}

.areas-section {
	background-color: var(--light-grey)
}

.area-container {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px
}

.area-column h3 {
	color: var(--primary-color);
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.area-list li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative
}

.area-list li::before {
	content: "📍";
	position: absolute;
	left: 0
}

.cta-banner {
	background-color: var(--primary-color);
	color: white;
	text-align: center;
	padding: 60px 20px
}

.cta-banner h2 {
	color: white;
	margin-bottom: 15px
}

.page-hero {
	background: linear-gradient(rgba(79, 79, 77, 0.9), rgba(79, 79, 77, 0.9)), url('../img/Aynshree-Plumbing-Services-Bangalore-1.webp');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 140px 20px 60px;
	text-align: center
}

.page-hero h1 {
	font-size: 3rem;
	margin-bottom: 10px;
	color: #fff
}

.breadcrumb {
	font-size: 1rem;
	color: #ccc
}

.breadcrumb a {
	text-decoration: underline;
	color: white
}

.services-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px
}

.service-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	align-items: center;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee
}

.service-row:nth-child(even) {
	flex-direction: row-reverse
}

.service-img {
	flex: 1;
	min-width: 300px;
	height: 400px
}

.service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.service-content {
	flex: 1;
	min-width: 300px;
	padding: 40px
}

.service-content h2 {
	font-size: 2rem;
	margin-bottom: 15px;
	color: var(--primary-color)
}

.service-content p {
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #555
}

.service-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 25px
}

.feature {
	font-size: .95rem;
	display: flex;
	align-items: center
}

.feature::before {
	content: "✓";
	color: var(--primary-color);
	font-weight: bold;
	margin-right: 10px
}

.book-btn {
	display: inline-block;
	background-color: var(--secondary-color);
	color: white;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: bold;
	transition: .3s
}

.book-btn:hover {
	background-color: var(--primary-color)
}

.emergency-strip {
	background-color: var(--primary-color);
	color: white;
	text-align: center;
	padding: 40px 20px
}

.emergency-strip h2 {
	color: white;
	margin-bottom: 10px
}

.category-section {
	padding: 60px 20px;
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #eee
}

.cat-title {
	font-size: 1.8rem;
	border-left: 5px solid var(--primary-color);
	padding-left: 15px;
	margin-bottom: 20px
}

.slider-wrapper {
	position: relative;
	width: 100%
}

.slider-track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 10px 5px 20px 5px;
	scrollbar-width: none
}

.slider-track::-webkit-scrollbar {
	display: none
}

.project-card {
	min-width: 320px;
	max-width: 320px;
	background: white;
	border-radius: 8px;
	border: 1px solid #eee;
	scroll-snap-align: start;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden
}

.card-image-box {
	position: relative;
	width: 100%;
	height: 220px;
	background: #000
}

.card-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: zoom-in;
	transition: opacity .3s ease
}

.card-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	z-index: 5
}

.card-arrow:hover {
	background: var(--primary-color)
}

.card-prev {
	left: 10px
}

.card-next {
	right: 10px
}

.img-badge {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: .8rem;
	pointer-events: none
}

.card-info {
	padding: 15px
}

.cat-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: var(--primary-color);
	color: white;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	z-index: 10;
	font-size: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}

.cat-prev {
	left: -25px
}

.cat-next {
	right: -25px
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	justify-content: center;
	align-items: center
}

.lightbox-content {
	position: relative;
	width: 90%;
	max-width: 1000px;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center
}

.lightbox-img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1)
}

.lb-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	color: white;
	border: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 30px;
	cursor: pointer;
	transition: .3s
}

.lb-arrow:hover {
	background: var(--primary-color)
}

.lb-prev {
	left: -80px
}

.lb-next {
	right: -80px
}

.close-lb {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 40px;
	cursor: pointer;
	font-weight: bold
}

.lb-caption {
	position: absolute;
	bottom: -40px;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 1.2rem
}

.map-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	text-align: center
}

.map-container {
	width: 100%;
	height: 400px;
	background-color: #eee;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #ddd
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: 0
}

.locations-wrapper {
	background-color: var(--light-grey);
	padding: 80px 20px
}

.locations-container {
	max-width: 1200px;
	margin: 0 auto
}

.zone-block {
	background: white;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 40px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	border-left: 5px solid var(--primary-color)
}

.zone-title {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: var(--primary-color);
	display: flex;
	align-items: center
}

.zone-title::before {
	content: "📍";
	margin-right: 10px
}

.area-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 15px
}

.area-list a {
	cursor: pointer
}

.area-item {
	background: #f9f9f9;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: .95rem;
	border: 1px solid #eee;
	cursor: pointer
}

.area-item:hover {
	background: var(--primary-color);
	color: white;
	border-color: var(--primary-color);
	cursor: default
}

.apt-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px
}

.apt-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 30px
}

.apt-card {
	background: white;
	border: 1px solid #ddd;
	padding: 25px;
	border-radius: 8px;
	text-align: center
}

.apt-card h3 {
	color: var(--secondary-color);
	margin-bottom: 10px
}

.apt-card p {
	color: #666;
	font-size: .9rem;
	margin-bottom: 15px
}

.cta-banner {
	background-color: var(--primary-color);
	color: white;
	text-align: center;
	padding: 60px 20px
}

.area-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 15px
}

a.area-item {
	display: block;
	background: #f9f9f9;
	padding: 12px 15px;
	border-radius: 4px;
	font-size: .95rem;
	border: 1px solid #eee;
	text-decoration: none;
	color: #4f4f4d;
	font-weight: 500;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer
}

a.area-item:hover {
	background: #c32830;
	color: #fff;
	border-color: #c32830;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(195, 40, 48, 0.2)
}

.about-section {
	padding: 80px 20px;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center
}

.about-image img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 15px 15px 0 var(--primary-color)
}

.about-text h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
	border-left: 5px solid var(--primary-color);
	padding-left: 15px
}

.about-text p {
	margin-bottom: 20px;
	font-size: 1.1rem
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px
}

.stat-box {
	background: var(--light-grey);
	padding: 20px;
	border-radius: 5px;
	text-align: center
}

.stat-box h3 {
	color: var(--primary-color);
	font-size: 2rem;
	margin-bottom: 5px
}

.stat-box p {
	font-size: .9rem;
	font-weight: 600
}

.why-us {
	background-color: var(--secondary-color);
	color: white;
	padding: 60px 20px;
	text-align: center
}

.why-container {
	max-width: 1000px;
	margin: 0 auto
}

.why-container h2 {
	margin-bottom: 40px;
	color: white
}

.features {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 30px
}

.feature-item {
	max-width: 250px;
	text-align: center
}

.feature-item h3 {
	color: #fff
}

.feature-icon {
	font-size: 40px;
	color: var(--primary-color);
	margin-bottom: 15px
}

.ready-cta {
	text-align: center;
	padding: 80px 20px;
	background-color: var(--light-grey)
}

.large-btn {
	display: inline-block;
	background-color: var(--primary-color);
	color: white;
	padding: 15px 40px;
	font-size: 1.2rem;
	border-radius: 50px;
	font-weight: bold;
	margin-top: 20px;
	transition: .3s
}

.large-btn:hover {
	transform: scale(1.05);
	background-color: var(--hover-red)
}

.faq-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 20px
}

.faq-intro {
	text-align: center;
	margin-bottom: 50px
}

.faq-intro h2 {
	color: var(--primary-color);
	margin-bottom: 15px;
	font-size: 2.2rem
}

.accordion-item {
	background: white;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

.accordion-item summary {
	padding: 20px;
	cursor: pointer;
	font-weight: 700;
	font-size: 1.1rem;
	list-style: none;
	position: relative;
	background-color: #fff;
	transition: background .3s
}

.accordion-item summary:hover {
	background-color: var(--light-grey);
	color: var(--primary-color)
}

.accordion-item summary::after {
	content: '+';
	position: absolute;
	right: 20px;
	font-size: 1.5rem;
	color: var(--primary-color);
	font-weight: bold
}

.accordion-item[open] summary::after {
	content: '-'
}

.accordion-item summary::-webkit-details-marker {
	display: none
}

.accordion-content {
	padding: 20px;
	background-color: var(--light-grey);
	border-top: 1px solid #ddd;
	color: #555;
	line-height: 1.7
}

.contact-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px
}

.info-col h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: var(--primary-color)
}

.info-col p {
	margin-bottom: 30px;
	font-size: 1.1rem
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px
}

.icon-box {
	background: var(--light-grey);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 24px;
	color: var(--primary-color);
	flex-shrink: 0
}

.details h3 {
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: var(--secondary-color)
}

.details p,
.details a {
	font-size: 1rem;
	color: #555
}

.details a:hover {
	color: var(--primary-color);
	text-decoration: underline
}

.form-col {
	background: var(--light-grey);
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05)
}

.form-col h3 {
	margin-bottom: 20px;
	font-size: 1.5rem
}

.form-group {
	margin-bottom: 20px
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600
}

.form-group input,
.form-group textarea,
.form-group select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 1rem
}

.form-group input:focus,
.form-group textarea:focus {
	outline: 0;
	border-color: var(--primary-color)
}

.submit-btn {
	background-color: var(--primary-color);
	color: white;
	border: 0;
	padding: 15px 30px;
	font-size: 1.1rem;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	transition: .3s
}

.submit-btn:hover {
	background-color: var(--hover-red)
}

footer {
	background-color: var(--secondary-color);
	color: white;
	padding: 60px 20px 20px
}

.footer-content {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 40px
}

.footer-col h4 {
	margin-bottom: 20px;
	border-left: 4px solid var(--primary-color);
	padding-left: 10px
}

.footer-col ul li {
	margin-bottom: 12px;
	font-size: .95rem
}

.footer-col a:hover {
	color: #ddd;
	text-decoration: underline
}

.copyright {
	text-align: center;
	border-top: 1px solid #666;
	padding: 20px 0;
	font-size: .9rem
}

.last-updated {
	font-size: .9rem;
	opacity: .8
}

.policy-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 20px;
	background: white
}

.policy-section {
	margin-bottom: 40px
}

.policy-section h2 {
	color: var(--primary-color);
	margin-bottom: 15px;
	font-size: 1.5rem;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px
}

.policy-section p {
	margin-bottom: 15px;
	color: #555
}

.policy-section ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #555
}

.policy-section li {
	margin-bottom: 8px
}

.thank-you-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 80vh;
	padding: 100px 20px 40px;
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://source.unsplash.com/1600x900/?plumbing,clean');
	background-size: cover
}

.success-icon {
	font-size: 80px;
	color: var(--success-green);
	margin-bottom: 20px;
	animation: popIn .5s ease-out
}

@keyframes popIn {
	0% {
		transform: scale(0);
		opacity: 0
	}

	80% {
		transform: scale(1.1);
		opacity: 1
	}

	100% {
		transform: scale(1)
	}
}

.thank-you-section h1 {
	font-size: 3rem;
	color: var(--secondary-color);
	margin-bottom: 20px
}

.thank-you-section p {
	font-size: 1.2rem;
	max-width: 600px;
	margin-bottom: 40px;
	color: #555
}

.action-box {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-top: 5px solid var(--primary-color);
	max-width: 500px;
	width: 100%
}

.urgent-note {
	background-color: #fff3cd;
	color: #856404;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: .95rem;
	border: 1px solid #ffeeba
}

.btn-group {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap
}

.home-btn {
	background-color: var(--secondary-color);
	color: white;
	padding: 12px 25px;
	border-radius: 50px;
	font-weight: bold;
	transition: .3s
}

.home-btn:hover {
	background-color: #333
}

.call-btn {
	background-color: var(--primary-color);
	color: white;
	padding: 12px 25px;
	border-radius: 50px;
	font-weight: bold;
	transition: .3s
}

.call-btn:hover {
	background-color: var(--hover-red)
}

.error-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 120px 20px 60px;
	background-color: var(--light-grey)
}

.error-code {
	font-size: 120px;
	font-weight: 900;
	color: var(--primary-color);
	line-height: 1;
	margin-bottom: 20px;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1)
}

.error-section h1 {
	font-size: 2.5rem;
	margin-bottom: 20px
}

.error-section p {
	font-size: 1.2rem;
	max-width: 600px;
	margin-bottom: 40px;
	color: #666
}

.plumbing-joke {
	font-style: italic;
	color: #888;
	margin-bottom: 30px;
	background: white;
	padding: 15px;
	border-radius: 8px;
	border-left: 4px solid var(--secondary-color)
}

.btn-group {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center
}

.home-btn {
	background-color: var(--secondary-color);
	color: white;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: bold;
	transition: .3s
}

.home-btn:hover {
	background-color: #333
}

.contact-btn {
	background-color: var(--primary-color);
	color: white;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: bold;
	transition: .3s
}

.contact-btn:hover {
	background-color: var(--hover-red)
}

@media(max-width:992px) {
	.hero {
		padding: 120px 20px;
	}
}

@media(max-width:768px) {
	.nav-links {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		background: white;
		padding: 20px 0;
		text-align: center;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
	}

	.nav-links.active {
		display: flex
	}

	.hamburger {
		display: block
	}
	.hero {
		background-position: right;
		padding: 70px 20px 50px;
	}

	.service-row,
	.service-row:nth-child(even) {
		flex-direction: column
	}

	.service-img {
		height: 250px;
		width: 100%
	}

	.service-content {
		padding: 30px 20px
	}

	.page-hero h1 {
		font-size: 2.2rem
	}

	.service-features {
		grid-template-columns: 1fr
	}

	.hero h1 {
		font-size: 2.2rem
	}

	.navbar {
		padding: 15px
	}
	.section {
		padding: 30px 15px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.about-section {
		grid-template-columns: 1fr
	}

	.locations-wrapper {
		padding: 20px 10px
	}

	.apt-section {
		padding: 20px
	}

	.ready-cta {
		padding: 40px 20px
	}

	.area-list {
		grid-template-columns: 1fr 1fr
	}

	.cat-arrow {
		display: none
	}

	.project-card {
		min-width: 280px
	}

	.lb-arrow {
		width: 40px;
		height: 40px;
		font-size: 20px;
		background: rgba(0, 0, 0, 0.5)
	}

	.lb-prev {
		left: 10px
	}

	.lb-next {
		right: 10px
	}

	.error-code {
		font-size: 80px
	}

	.error-section h1 {
		font-size: 1.8rem
	}

	.btn-group {
		flex-direction: column;
		width: 100%
	}

	.home-btn,
	.contact-btn {
		width: 100%
	}

	.contact-wrapper {
		grid-template-columns: 1fr;
		padding: 40px 20px
	}

	.form-col {
		padding: 25px
	}

	.contact-item {
		margin-bottom: 10px
	}

	.policy-section {
		margin-bottom: 20px
	}

	.thank-you-section h1 {
		font-size: 2rem
	}

	.btn-group {
		flex-direction: column
	}

	.home-btn,
	.call-btn {
		width: 100%;
		display: block
	}
}