@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a:focus {
    outline: none !important;
}

body {
	background-color: #fff;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 500;
	font-family: "Bebas Neue", "arial";
}
section.category_gallery {
    padding: 40px;
}
.category-gallery {
    text-align: center;
}
.cig-item-title{
	text-align:left;
}
.btn-more {
    display: inline-block;
    padding: 12px 28px;
    background-color: var(--go--color--primary);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
}

/* Hover effect */
.btn-more:hover {
    background-color: var(--go--color--secondary, #000);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.site-title  {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-decoration: none;
	font-size: 25px;
	color: #000000;
	font-weight: 900;
	transition: color 0.3s ease;
}
.site-branding .site-title .span{
	color: #7c450e;
}
.header__inner{
	padding: 10px 20px;
}
.menu-item a{
	font-family:  'Open Sans', sans-serif;
}
/* .main-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	transition: all 0.3s ease-in-out;
}
.main-menu li a {
	text-decoration: none;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.icon-nav .menu-toggle {
	display: none;
	font-size: 28px;
	cursor: pointer;
	margin-left: 15px;
} */

/* //////////////////////////////////////////// */
/* Hero Section */
.hero {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.hero-slider {
	position: relative;
	height: 100%;
}

/* Slide Styles */
.slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.slide.active {
	opacity: 1;
	z-index: 1;
}

/* Overlay */
.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Content Container */
.container-hero {
	text-align: left;
	color: #fff;
	margin: auto 0;
}

/* Tag Style */
.slide-content .tag {
	font-size: 20px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #8D5924;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 10px;
}

/* Hero Title */
.hero-title {
	font-size: 100px;
	text-align: left;
	color: #FFFFFF;
	font-family: "Bebas Neue";
	font-weight: 400;
	line-height: 100%;
	background-color: transparent;
	margin: 20px 0;
}

/* Button Style */
.btn {
	padding: 22px;
	font-size: 30px;
	letter-spacing: 2px;
	color: #FFFFFF;
	background-color: #8D5924;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 0px;
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.11);
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.btn:hover {
	background-color: #3f4347;
}

/* Navigation Buttons */
.nav-hero {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	font-size: 30px;
	cursor: pointer;
	padding: 10px;
	z-index: 2;
}

.nav-hero:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.prev-hero {
	left: 20px;
}

.next-hero {
	right: 20px;
}

/* =============================================================== */
.services {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	text-align: center;
	/* max-width: 1200px; */
	/* margin: 100px auto; */
	padding: 3em 3em ;
}
.service-box {
	flex: 1 1 auto;
	max-width: 350px;
	padding: 20px;
}
.service-box i {
	font-size: 60px;
	margin-bottom: 15px;
	color: #8D5924;
}
.service-box i:hover{
	color: black;
}
.service-box h3 {
	margin-bottom: 10px;
}
.service-box p {
	color: #4d4b4b;
	font-family: "Outfit", Sans-serif;
	font-size: 1em;
	font-weight: 200;
	line-height: 21px;
	letter-spacing: 0.1px;
	word-spacing: 0px;
}

/* /////////////////////////////////// */
.wooden-section {
	padding: 1em 0em 3em 0em;
}

.wooden-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.wooden-image {
	flex: 1 1 400px;
}

.wooden-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.wooden-content {
	flex: 1 1 500px;
}

.subheading {
	background-color: transparent;
	width: fit-content;
	padding: 3px 5px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: 0;
	transform: scale(1, .9);
	font-family: "Bebas Neue", Sans-serif;
	font-style: normal;
	color: #2d2d2d;
}

.wooden-content h2 {
	font-size: 29px;
	font-weight: 300;
	font-family: "Bebas Neue", Sans-serif;
	margin-bottom: 15px;
}

.wooden-content p {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #2d2d2d;
	margin-bottom: 20px;
}

.features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
}

.features ul {
	list-style: none;
	padding-left: 0;
	flex: 1;
}

.features li {
	font-family: "DM Sans", Sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 10px;
}
.features li i {
	color: #8D5924;
	margin-right: 5px;
}
.btn {
	display: inline-block;
	padding: 12px 25px;
	background-color: #7a4b16;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	letter-spacing: 2px;
	font-family: "Bebas Neue", Sans-serif;
	transition: background-color 0.3s;
}

.btn:hover {
	background-color: #3f4347;
	color:#fff;
}

/* /////////////////////////////// */
.why-choose-us {
	background: url('<?php echo get_template_directory_uri(); ?>/assets/img/blog_img_3.jpg') no-repeat center center/cover;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3em 0em 3em 0em;
}

.section-title {
	text-align: center;
	color: #FFF4E8;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 2.5em;
	font-weight: 500;    
	margin: 0em 0em 2em 0em;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.box {
	background-color: #8D5924BA;
	padding: 20px;
	transition: transform 0.3s ease;
}

.box:hover {
	transform: translateY(-5px);
}

.icon {
	font-size: 30px;
	margin-bottom: 10px;
}
.icon i{
	color:#FFF4E8;
	font-size: 60px;
}

.box h3 {
	color: #FFF4E8;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
}

.box p {    
	color: #FFF4E8;
	font-family: "DM Sans", "arial";
}
/* //////////////////////////// */


.testimonial {
	text-align: center;
	padding: 3em 0em 3em 0em;
	position: relative;
}

.quote-icon {
	font-size: 40px;
	color: #8b4513;
	margin-bottom: 20px;
}

.testimonial-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}

.testimonial-wrapper {
	position: relative;
	width: 100%;
	max-width: 700px;
	overflow: hidden;
}

.testimonial-content {
	display: none;
	transition: all 0.3s ease;
}

.testimonial-content.active {
	display: block;
}


.testimonial-content img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
}

.testimonial-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.testimonial-content p {
	color: #666;
	margin-bottom: 10px;
}

.stars {
	color: gold;
	font-size: 20px;
	margin-bottom: 10px;
}

.testimonial-content h4 {
	font-weight: bold;
}

.company {
	font-weight: bold;
	margin-top: 5px;
}

.nava {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.3);
	border: 2px solid #ccc;
	color: #000;
	/* border: none; */
	font-size: 30px;
	cursor: pointer;
	padding: 10px;
	z-index: 2;
}

.nava:hover {
	background: #f0f0f0;
}
.prev{
	left: 20px;
}
.next{
	right: 20px;
}

/* ////////////////////////////// */

.gallery-section {
	max-width: 1200px;
	margin: auto;
	padding: 3em 0em 3em 0em;
}
.gallery-section .gallery-title{
	text-align: center;
	margin:0;
}
.project-categories-grid-home {
	padding: 40px 20px;
}

.category-grid-home {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.category-card-home {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 250px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease;
}

.category-card-home:hover {
	transform: scale(1.03);
}

.category-card-home .overlay-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.category-card-home:hover .overlay-img {
	opacity: 1;
}

.category-card-home .title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration:none;
}

/* 
.filter-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin-bottom: 30px;
	gap: 15px;
	padding: 0 10px;
}

.filter-menu li {
	cursor: pointer;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 4px;
	color: #444;
	background-color: #f2f2f2;
	transition: all 0.3s ease;
}

.filter-menu li.active,
.filter-menu li:hover {
	background-color: #333;
	color: #fff;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(280px, 1fr));
	gap: 20px;
	padding: 0 20px;
}

.item {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

.overlay-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5); 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
}


.item:hover .overlay-img {
	opacity: 1;
}
.overlay-img h2 {
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.overlay-img p {
	font-size: 1rem;
	margin: 0;
}
 */

/* ////////////////////////////// */
.get-started-section {
	background: url('<?php echo get_template_directory_uri(); ?>/assets/img/slider_image_2.jpg') center center / cover no-repeat;
	height: 300px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.overlay {
	background: rgba(0, 0, 0, 0.4); 
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
}

.get-started-section h2 {
	color: #FFFFFF;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 2.3em;
	font-weight: 500;
}

.get-started-section .btn {
	background-color: #8d5c1b;
	color: #fff;
	padding: 12px 25px;
	text-decoration: none;
	font-size: 1.3rem;
	letter-spacing: 2px;
	font-family: "Bebas Neue", Sans-serif;
	transition: background-color 0.3s ease;
}

.get-started-section .btn:hover {
	background-color: #3f4347;
}

/* ///////////////////////////////////////////////// */
.blog-section{
	padding: 3em 0em 3em 0em;
}
.blog-div {
	text-align: center;
	margin-bottom: 40px;
}

.blog-div h3 {
	text-align: center;
	color: #3A3838;
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	width: 100%;

}

.blog-div h2 {
	color: #101010;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 3.7rem;
	font-weight: 300;
}

.blog-container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-card {
	width: 30%;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
}

.blog-card:hover {
	transform: translateY(-5px);
}

.blog-card img {
	height: auto;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	max-height: 205px;
}

.blog-content {
	padding: 15px;
	text-align: left;
}

.blog-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.blog-date {
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.blog-date::before {
	content: '📅';
	margin-right: 5px;
}

.read-more {
	font-size: 13px;
	font-weight: bold;
	color: #111;
	text-decoration: none;
}

.read-more::after {
	content: ' >';
}
/* ////////////////////////////////////////// */
.footer {
/* 	margin-top: 3rem; */
	background-color: #3e2913;
	padding: 4em 1em 0em 1em;
	color: #fff;
	border-top: 1px solid #cecece;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
}

.footer-column {
	flex: 1 1 200px;
	margin: 10px;
}


.footer-column h4 {
	color: #fff;
	margin: 0 0 1.5em;
	padding: 1em 1em 0 0;
	border-bottom: 1px solid #999;
}

.footer-column ul {
	list-style: none;
	padding: 0;
}

.footer-column ul li {
	padding: 1em 1rem;
	font-weight: 400;
	text-transform: unset;
	letter-spacing: 1px;
	font-size: 11.5px;
	margin-bottom: 10px;
	font-family: "poppins", Sans-serif;
	font-style: normal;
}
.footer-column ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-column ul li i {
	font-size: 1.5em;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: transparent;
	border-radius: 0;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding: 0px 7px 5px 7px;
	color: #fff;
	background-color: transparent;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #cecece;
}

.social-icons {
	display: flex;
	gap: 10px;
}

.social-icons a {
	width: 30px;
	height: 30px;
	background: white;
	color: #3e240c;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	font-size: 16px;
	text-decoration: none;
}

.footer-bottom {
	width: 100%;
	color: #ffff;
	padding: 2em 0em;
	text-align: center !important;
}

.footer-bottom p {
	padding: 1em 1rem;
	font-weight: 400;
	text-transform: unset;
	letter-spacing: 1px;
	font-size: 11.5px;
	font-family: "poppins", Sans-serif;
	font-style: normal;
}
/* ////////////////////////////////////////////////////// */
/* CATEGORY GRID BASE */
.projects-intro {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

/* Optional dark overlay */
.projects-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.projects-intro .container {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
	background-color: #fff;
	
}

.projects-intro h2 {
    font-size: 42px;
    font-weight: 500;
	padding-top: 20px;
	color: #000;
	margin:0px !important;
}


.projects-intro p {
    font-size: 18px;
    line-height: 1.7;
	color: #000;
	padding: 20px;
}
.project-categories-grid{
	padding: 40px;
}
.categories-grid {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.categories-grid .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CATEGORY CARD */
.category-card {
	width: 180px;
    height: 140px;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.category-card a{
	text-decoration: none !important;
}
.container-category{
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-category h2 {
    font-size: 42px;
    font-weight: 500;
	padding-top: 20px;
	color: #000;
	margin:0px !important;
}
.container-category p{
    font-size: 18px;
    line-height: 1.7;
	color: #000;
	padding: 20px;
}
/* CATEGORY IMAGE */
.category-card .image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}
.category-card a img{
	width: 180px !important;
    height: 180px !important;
    object-fit: cover;
}

.category-card .title {
    color: #fff;
    padding: 10px 16px;
    font-size: 22px;
    font-weight: 600;
}

/* projects swiper slider */
.wp-block-gallery.swiper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.wp-block-gallery .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE BREAKPOINTS */
@media screen and (max-width: 1024px) {
	  .projects-intro {
        padding: 80px 0;
    }

    .projects-intro h2 {
        font-size: 36px;
    }

    .projects-intro p {
        font-size: 17px;
    }
    .categories-grid .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
	 .projects-intro {
        padding: 60px 0;
    }

    .projects-intro h2 {
        font-size: 30px;
    }

    .projects-intro p {
        font-size: 16px;
    }
	
    .categories-grid .grid {
        grid-template-columns: 1fr;
    }

    .category-card .image {
        height: 180px;
    }

    .category-card .title {
        font-size: 18px;
    }
}


.post__meta--top .post__meta {
	display:none;
}
.wp-block-separator {
	display: none !important;
}
.content-area{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px;
  justify-items: center;
}
.wp-block-image{
	margin: 0 !important;
	width: 100% !important;
}
.wp-block-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.wp-block-image img:hover {
  transform: scale(1.03);
}

.wp-block-image .aligncenter{
	margin: 0 !important;
}
@media (max-width: 768px) {
  .content-area {
	  grid-template-columns: repeat(2, 1fr);
  }
	  .wp-block-image img {
    height: 180px;
  }
}
@media (max-width: 480px) {
	  .content-area {
	  grid-template-columns: repeat(1, 1fr);
  }
  .wp-block-image img {
    height: 160px;
  }
}

.projects-wrapper {
  display: grid;
  grid-template-columns: repeat(auto, 1fr); 
  gap: 20px;
  padding: 20px;
}

.project-card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


/* Tablet: 2 per row */
@media (max-width: 991px) {
  .projects-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Mobile: 1 per row */
@media (max-width: 600px) {
  .projects-wrapper {
    grid-template-columns: 1fr;
  }
}
.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
}
.project-card h2{
	text-align: center;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .wp-block-gallery {
    grid-template-columns: 1fr;
  }
}




