/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
	.search {
		display: none !important;
	}
	.menu-toggle {
		display: inline;
	}
	.main-menu {
		display: none !important;
		flex-direction: column;
		position: absolute;
		width: 100%;
		left: 0;
		top: 86px;
		background: white;
		z-index: 1000;
		padding: 0 10px;
		gap: 0 !important;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.main-menu.active {
		display: flex;
	}
	.main-menu li {
		margin: 10px 0;
		text-align: left;
	}
	.hero h1 {
		font-size: 40px;
	}
	.row {
		flex-direction: column;
		text-align: center;
	}
	.col-md-6 {
		width: 100%;
	}
	.blog-card {
		width: 45%;
	}
	.services{
		justify-content: center;
	}
	.wooden-container{
		max-width: 680px
	}
	.gallery-grid{
		grid-template-columns: repeat(3, minmax(240px, 1fr));
	}
	.hero{
		height: 50vh;
	}
	.hero-slider {
		height: 100%;
	}

	.slide {
		height: 100%;
	}

	.slide-content {
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.slide-content .hero-title {
		font-size: 40px;
		text-align: center;
		line-height: 120%;
	}

	.slide-content .tag {
		text-align: center;
		width: auto;
	}

	.btn {
		font-size: 20px;
		padding: 15px;
		margin-top: 15px;
	}
}

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
	.main-menu{
		top: 100px;
	}
	.services {
		flex-direction: column;
		align-items: center;
	}

	.service-box {
		max-width: 90%;
	}
	.wooden-container {
		flex-direction: column;
		text-align: left;
		padding: 0 3rem;
	}

	.features {
		flex-direction: column;
		align-items: center;
	}

	.features ul {
		width: 100%;
	}
	.section-title {
		font-size: 24px;
	}

	.icon {
		font-size: 28px;
	}
	.testimonial-slider {
		flex-direction: column;
	}

	.nava {
		/* position: relative; */
		margin: 10px;
	}
	.gallery-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 20px;
		padding: 0 10px;
	}
	.get-started-section {
		height: auto;
	}

	.get-started-section h2 {
		font-size: 1.5rem;
	}

	.get-started-section .btn {
		padding: 10px 20px;
	}
	.blog-card {
		width: 90%;
	}

	.blog-section h2 {
		font-size: 24px;
	}
	.footer-container {
		flex-direction: column;
		align-items: normal;
		text-align: left;
	}

	.footer-column {
		margin: 20px 0;
	}

	.social-icons {
		justify-content: left;
		padding: 0em 1rem;
	}
}
/* Small Mobile (max-width: 480px) */
@media screen and (max-width: 480px) {
	.hero h1 {
		font-size: 26px;
	}
	.hero-image img {
		max-width: 250px;
	}
	.get-started-section h2 {
		font-size: 1.2rem;
	}

	.get-started-section .btn {
		padding: 8px 16px;
		font-size: 14px;
	}
	.wooden-image {
		flex: 1 1 auto;
	}
	.services{
		padding: 2em 3em;
	}

}
