/*!
 *  N & LW Lawn Care - Landscaping Bootstrap4 HTML5 Responsive Template
 */

 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');
 
body {
  padding-top: 54px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4e3914;
}

@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}

a.btn-primary{
	background-color: #4eae3a;
	border-color: #4eae3a;
}
a.btn-primary:hover{
	background-color: #5ec549;
	border-color: #5ec549;
}
button.btn-primary{
	background-color: #4eae3a;
	border-color: #4eae3a;
}
button.btn-primary:hover{
	background-color: #5ec549;
	border-color: #5ec549;
}

a.btn-secondary{
	background-color: #4eae3a;
	border-color: #4eae3a;
}
a.btn-secondary:hover{
	background-color: #5ec549;
	border-color: #5ec549;
}
button.btn-secondary{
	background-color: #4eae3a;
	border-color: #4eae3a;
}
button.btn-secondary:hover{
	background-color: #5ec549;
	border-color: #5ec549;
}

.top-nav{
	background-color: transparent;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link{
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu{
	margin: 0px;
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
	padding: 20px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item{
	font-size: 14px;
	padding: 0px;
	padding-bottom: 15px;
	font-weight: 300;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child{
	padding: 0px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover{
	background: none;
	color: #4eae3a;
}
.top-nav .navbar-toggler:hover{
	color: #4eae3a;
	border-color: #4eae3a;
}


.slider-main .carousel .carousel-inner .carousel-item:before{
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.carousel-item {
  height: 88vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.services-bar h1{
	font-weight: 600;
	font-size: 24px;
}
.services-bar .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.services-bar .card h4.card-header{
	background-color: #4e3914;
	color: #4eae3a;
	font-size: 18px;
	font-weight: 400;
}
.services-bar .card .card-footer{
	background-color: #4e3914;
}
.about-main{
	padding: 30px 0px;
}
.about-main h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-main h5{
	font-size: 18px;
}
.about-main p{
	font-size: 14px;
	text-transform: capitalize;
}
.about-main ul{
	padding-left: 20px;
}
.about-main ul li{
	position: relative;
	font-weight: 300;
	list-style: none;
	line-height: 29px;
}
.about-main ul li:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
	position: absolute;
	left: -15px;
	top: 0px;
	color: #4eae3a;
}
.portfolio-main{
	padding: 30px 0px;
}
.portfolio-main h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.portfolio-main .card {
	border: none;
	border-radius: 4px;
	overflow: hidden;
}
.portfolio-main .card .card-body .card-title{
	margin-bottom: 0px;
}
.portfolio-main .card .card-body .card-title a{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #4eae3a;
}
.portfolio-main .card .card-body{
	background: #4e3914;
	padding: 10px 20px;
}
.card-img{
	overflow: hidden;
	position: relative;
}
.overlay{
	background: rgba(78,174,58,0.5);
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.overlay i{
	font-size: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	color: #4e3914;
}
.portfolio-main .card:hover .overlay{
	bottom: 0px;
}

.footer { 
	width:100%; 
	background-color:#263238; 
	min-height:250px; 
	padding:10px 0px 25px 0px;
	}
.pt2 { 
	padding-top:40px ;
	margin-bottom:20px ;
	color: #ffffff;
	font-weight: 500;
	}
footer p { 
	font-size:13px; 
	color:#CCC; 
	padding-bottom:0px; 
	margin-bottom:8px;
	}
.mb10 { 
	padding-bottom:0px ;
	}
.footer_ul_amrc { 
	margin:0px ; 
	list-style-type:none ; 
	font-size:14px; 
	padding:0px 0px 10px 0px ; 
	}
.footer_ul_amrc li {
	padding:0px 0px 5px 0px;
	}
.footer_ul_amrc li a{ 
	color:#cccccc;
	font-size: 14px;
	font-weight: 300;
	}
.footer_ul_amrc li a:hover{ 
	color:#fff; 
	text-decoration:none;
	}
.footer_ul_amrc li .media-left{
	margin-right: 10px;
}
.footer_ul_amrc li .media-left img{
	max-width: 50px;
}
.footer_ul_amrc li .media-body p{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.footer_ul_amrc li .media-body span{
	color: #cccccc;
	font-size: 14px;
	font-weight: 400;
}
.fleft { 
	float:left;
	}
.padding-right { 
	padding-right:10px; 
	}
.footer_ul2_amrc {
	margin:0px; 
	list-style-type:none; 
	padding:0px;
	}
.footer_ul2_amrc li p { 
	display:table; 
	}
.footer_ul2_amrc li a:hover { 
	text-decoration:none;
	}
.footer_ul2_amrc li i { 
	margin-top:5px;
	}
.footer_ul2_amrc li a {
	color: #4eae3a;
}
.bottom_border { 
	border-bottom:1px solid #323f45; 
	padding-bottom:20px;
	}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { 
	display:inline;
	}
.foote_bottom_ul_amrc li a {
	color:#ffffff; 
	margin:0 12px;
	font-size: 16px;
	font-weight: 300;
	}
.footer-logo{
	padding: 20px 0px;
	text-align: center;
}
.copyright a{
	color: #4eae3a;
	text-decoration: underline;
}
.copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}
.social_footer_ul { 
	display:table; 
	margin:15px auto 0 auto; 
	list-style-type:none;
	padding: 0;	
	}
.social_footer_ul li { 
	padding-left:20px; 
	padding-top:10px; 
	float:left; 
	}
.social_footer_ul li a { 
	color:#CCC; 
	border:2px solid #CCC; 
	padding:8px;
	border-radius:50%;
	}
.social_footer_ul li i {  
	width:20px; 
	height:20px; 
	text-align:center;
	}
.social_footer_ul li a:hover {
	color: #4eae3a; 
	border:2px solid #4eae3a; 
}

/* ---- All Pages CSS ---- */

.full-title{
	padding: 80px 0px;
	/* background: url(../images/all-title-bg.jpg) no-repeat center; */
	position: relative;
}
.full-title:before{
	content: "";
	background: rgba(0,0,0,0.45);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title h1{
	position: relative;
	color: #ffffff;
}
.full-title h1 small{
	float: right;
	padding: 15px 0px;
	font-size: 14px;
}

.breadcrumb-main .breadcrumb{
	background: #4eae3a;
}
.breadcrumb-main .breadcrumb li a{
	color: #ffffff;
}
.breadcrumb-main .breadcrumb li{
	color: #4e3914;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
	color: #4e3914;
}
.team-members-box{
	padding: 30px 0px;
}
.team-members-box h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.team-members-box .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;	
}
.team-members-box .card .card-footer{
	background: #4eae3a;
}
.team-members-box .card .card-footer ul{
	margin: 0px;
	padding: 0px;
}
.team-members-box .card .card-footer ul li{
	display: inline-block;
}
.team-members-box .card .card-footer ul li a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #4e3914;
	color: #ffffff;
	display: inline-block;
	border-radius: 4.8px;
	font-size: 14px;
}
.customers-box h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}

.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #4e3914;
	border: 1px solid #4e3914;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #4eae3a;
}
.portfolio-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #4e3914;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.blog-entries .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.blog-entries .card .card-body h2.card-title{
	font-size: 22px;
	font-weight: 500;
}
.blog-entries .card .card-footer{
	background-color: #4e3914;
}
.blog-entries .card .card-footer.text-muted{
	color: #ffffff !important;
}
.blog-entries .card .card-footer a{
	color: #4eae3a;
}
.blog-right-side .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.blog-right-side .card h5.card-header{
	background-color: #4e3914;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
.blog-right-side .card .card-body ul li{
	margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
	border-radius: 4.8px;
	padding: 6px;
	background: #4e3914;
	color: #4eae3a;
	display: inline-block;
}
.pagination_bar_arrow .pagination .page-item .page-link{
	font-size: 20px;
	background: #4e3914;
	border: 1px solid #4e3914;
	color: #ffffff;
	width: 120px;
	text-align: center;
}
.pagination_bar_arrow .pagination .page-item .page-link:hover{
	background: #4eae3a;
}
.faq-main{
	padding: 30px 35px;
	background: #4e3914;
	margin: 30px 0px;
}
.accordion-single{
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #e4e8ed;
}
.accordion-single .card-header{
	background-color: transparent;
	padding: 0px;
	border: none;
}
.accordion-single .card-header h5 a{
	color: #202428;
	display: block;
	position: relative;
	padding: 21.28px 32px 26.56px 20px;
	font-size: 18px;
	text-transform: capitalize;
}
.accordion-single .card-header h5 a:hover{
	color: #4eae3a;
	text-decoration: none;
}
.accordion-single h5 a[aria-expanded="false"]::before {
    position: absolute;
    content: "\f0dd";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #4e3914;
}
.accordion-single h5 a[aria-expanded="true"]::before{
    position: absolute;
    content: "\f0de";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4eae3a;
}
.error-contents{
	padding: 30px 0px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.error-contents{}
.pricing-box{
	padding: 30px 0px;
}
.pricing-box .card{
	position: relative;
	overflow: hidden;
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.pricing-box .card h3.card-header{
	padding: 80px 15px;
	text-align: center;
	background: #4e3914;
	color: #ffffff;
}
.most_popular{
	position: absolute;
	top: 32px;
	font-size: 12px;
	text-align: center;
	width: 181px;
	padding: 4px 0;
	right: -36px;
	transform: rotate(40deg);
	background-color: #4eae3a;
	color: #4e3914;
}


.contact-left h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right p abbr{
	font-weight: bold;
	font-size: 18px;
}

.help-block ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: red;
	color: #fff;
	padding: 0px 15px;
}


@media (min-width:768px) and (max-width:991px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
}

@media screen and (max-width:767px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	.customers-box{
		text-align: center;
	}
	.team-members-box h2{
		text-align: center;
	}
	.services-bar h1{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq-main{
		padding: 20px 15px;
	}
	.accordion-single .card-header h5 a{
		font-size: 14px;
	}
}

@media (min-width:320px) and (max-width:575.98px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	.customers-box{
		text-align: center;
	}
	.team-members-box h2{
		text-align: center;
	}
	.services-bar h1{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq-main{
		padding: 20px 15px;
	}
	.accordion-single .card-header h5 a{
		font-size: 14px;
	}
}




/* ===== Hero Video Banner (Novee-style) ===== */
.hero-video-banner {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: -80px;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.hero-fallback-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 720px;
    padding: 120px 20px 60px;
}

.hero-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.hero-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.hero-search-form {
    width: 100%;
}

.hero-search-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hero-search-box:focus-within {
    border-color: rgba(78, 174, 58, 0.6);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4), 0 0 0 3px rgba(78, 174, 58, 0.2);
    transform: translateY(-2px);
}

.hero-search-icon {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    margin-right: 12px;
}

.hero-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
}

.hero-search-input::placeholder {
    color: rgba(255,255,255,0.6);
}

.hero-search-btn {
    background: linear-gradient(135deg, #4eae3a 0%, #5ec549 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(78, 174, 58, 0.4);
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}

.hero-search-btn:hover {
    background: linear-gradient(135deg, #449932 0%, #4eae3a 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(78, 174, 58, 0.5);
}

.hero-mute-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 3;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

.hero-mute-btn:hover {
    background: rgba(0,0,0,0.7);
}

/* Transparent header on all pages — black fixed bar after scroll (novees-style) */
body.page-frontend {
    padding-top: 0;
}

body.page-frontend .top-nav:not(.nav-scrolled) {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

body.page-frontend .navbar-expand-lg.top-nav:not(.nav-scrolled) .navbar-nav .nav-link {
    color: #ffffff !important;
}

body.page-frontend .navbar-expand-lg.top-nav:not(.nav-scrolled) .navbar-nav .nav-link:hover,
body.page-frontend .navbar-expand-lg.top-nav:not(.nav-scrolled) .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 4.8px;
}

body.page-frontend .top-nav:not(.nav-scrolled) .navbar-toggler {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
}

body.page-frontend .top-nav:not(.nav-scrolled) .navbar-brand img {
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.35));
}

body.page-frontend .top-nav:not(.nav-scrolled) .dropdown-menu {
    background: rgba(255, 255, 255, 0.97);
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.page-frontend .top-nav:not(.nav-scrolled) .dropdown-menu .dropdown-item {
    color: #4e3914;
}

body.page-frontend .top-nav.nav-scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: #111111 !important;
    background-color: #111111 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body.page-frontend .navbar-expand-lg.top-nav.nav-scrolled .navbar-nav .nav-link {
    color: #ffffff !important;
}

body.page-frontend .navbar-expand-lg.top-nav.nav-scrolled .navbar-nav .nav-link:hover,
body.page-frontend .navbar-expand-lg.top-nav.nav-scrolled .navbar-nav .nav-link.active {
    background: #4eae3a !important;
    color: #ffffff !important;
    border-radius: 4.8px;
}

body.page-frontend .top-nav.nav-scrolled .navbar-toggler {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

body.page-frontend .top-nav.nav-scrolled .navbar-brand img {
    filter: none;
}

body.page-frontend .top-nav.nav-scrolled .dropdown-menu {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

body.page-frontend .top-nav.nav-scrolled .dropdown-menu .dropdown-item {
    color: #f0f0f0;
}

body.page-frontend .top-nav.nav-scrolled .dropdown-menu .dropdown-item:hover,
body.page-frontend .top-nav.nav-scrolled .dropdown-menu .dropdown-item:focus {
    background: #4eae3a;
    color: #fff;
}

.nav-mega-menu {
    max-height: 70vh;
    overflow-y: auto;
    min-width: 260px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.14);
}

.product-card-image-link {
    display: block;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.product-card-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.product-card:hover .product-card-image-link img {
    transform: scale(1.05);
}

.product-card-placeholder {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f5e4, #f0f0f0);
    color: #4eae3a;
    font-size: 2.5rem;
}

.product-card-body {
    padding: 16px 18px 12px;
    flex: 1;
}

.product-card-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4eae3a;
    background: rgba(78, 174, 58, 0.1);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.product-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.35;
}

.product-card-title a {
    color: #4e3914;
    text-decoration: none;
}

.product-card-title a:hover {
    color: #4eae3a;
}

.product-card-desc {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

.product-card-footer {
    padding: 0 18px 18px;
}

.product-card-btn {
    width: 100%;
    border-radius: 8px;
}

/* Homepage products section */
.home-products-section {
    background: linear-gradient(180deg, #f8faf6 0%, #fff 100%);
    padding: 60px 0 40px;
}

.home-section-header {
    margin-bottom: 40px;
}

.home-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #4eae3a;
    margin-bottom: 8px;
}

.home-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #4e3914;
    margin-bottom: 10px;
}

.home-section-subtitle {
    color: #777;
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
}

.home-category-block {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border: 1px solid rgba(78, 174, 58, 0.1);
}

.home-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.home-category-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-category-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.home-category-icon--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(78, 174, 58, 0.12);
    color: #4eae3a;
    font-size: 1.4rem;
}

.home-category-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4e3914;
    margin: 0 0 4px;
}

.home-category-desc {
    font-size: 13px;
    color: #888;
    margin: 0;
    max-width: 500px;
}

.home-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-view-all-btn {
    border-radius: 50px;
    padding: 12px 32px;
}

@media (max-width: 991px) {
    .home-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .home-products-grid {
        grid-template-columns: 1fr;
    }
    .home-section-title {
        font-size: 1.5rem;
    }
    .home-category-block {
        padding: 18px;
    }
}

.col-lg-3.mb-4,
.col-md-6.mb-4 {
    display: flex;
}

.col-lg-3.mb-4 .product-card,
.col-md-6.mb-4 .product-card {
    width: 100%;
}

.category-title {
    color: #4e3914;
    border-left: 4px solid #4eae3a;
    padding-left: 12px;
}

@media (max-width: 768px) {
    .hero-video-banner {
        min-height: 70vh;
        margin-top: -54px;
    }
    .hero-title {
        font-size: 1.6rem;
    }
    .hero-search-box {
        flex-wrap: wrap;
        border-radius: 16px;
        padding: 16px;
    }
    .hero-search-btn {
        width: 100%;
        margin-top: 8px;
        border-radius: 8px;
    }
}

/* Live search suggestions */
.live-search-wrap {
    position: relative;
    width: 100%;
}

.live-search-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1050;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    max-height: 360px;
    overflow-y: auto;
}

.live-search-suggestions.is-open {
    display: block;
}

.hero-search-wrap .live-search-suggestions {
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.live-search-suggestion {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s;
}

.live-search-suggestion:hover,
.live-search-suggestion.is-active {
    background: rgba(78, 174, 58, 0.12);
}

.hero-search-wrap .live-search-suggestion:hover,
.hero-search-wrap .live-search-suggestion.is-active {
    background: rgba(255, 255, 255, 0.1);
}

.live-search-suggestion-img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.live-search-suggestion-img--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(78, 174, 58, 0.15);
    color: #4eae3a;
    font-size: 16px;
}

.hero-search-wrap .live-search-suggestion-img--placeholder {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.live-search-suggestion-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.live-search-suggestion-text strong {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-search-wrap .live-search-suggestion-text strong {
    color: #fff;
}

.live-search-suggestion-cat {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.hero-search-wrap .live-search-suggestion-cat {
    color: rgba(255, 255, 255, 0.55);
}

.live-search-box-default {
    position: relative;
}

.live-search-box-default .live-search-icon-default {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    z-index: 2;
}

.live-search-wrap-default .live-search-input {
    padding-left: 40px;
    border-radius: 50px 0 0 50px !important;
}

.live-search-wrap-default .btn {
    border-radius: 0 50px 50px 0 !important;
}

/* Product stock badges */
.product-card-image-wrap {
    position: relative;
}

.product-card-stock {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.product-stock-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-stock-badge--in {
    background: #4eae3a;
    color: #fff;
}

.product-stock-badge--out {
    background: #dc3545;
    color: #fff;
}

.product-card--out-of-stock {
    opacity: 0.85;
}

.product-card--out-of-stock .product-card-image-link img {
    filter: grayscale(40%);
}

.live-search-stock {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 4px;
}

.live-search-stock--in {
    background: rgba(78, 174, 58, 0.2);
    color: #4eae3a;
}

.live-search-stock--out {
    background: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.hero-search-wrap .live-search-stock--in {
    background: rgba(78, 174, 58, 0.3);
    color: #8fdf7a;
}

.hero-search-wrap .live-search-stock--out {
    background: rgba(220, 53, 69, 0.3);
    color: #ff8a95;
}

/* ===== Site Preloader (Logo GIF) ===== */
body.is-loading {
    overflow: hidden;
}

.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.site-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-preloader-inner {
    text-align: center;
    max-width: 90vw;
    overflow: hidden;
}

.site-preloader-logo {
    max-width: 160px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.site-preloader-logo--pulse {
    animation: preloaderPulse 1.2s ease-in-out infinite;
}

@keyframes preloaderPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.06); opacity: 0.85; }
}

.site-preloader-spinner {
    width: 36px;
    height: 36px;
    margin: 24px auto 0;
    border: 3px solid rgba(78, 174, 58, 0.2);
    border-top-color: #4eae3a;
    border-radius: 50%;
    animation: preloaderSpin 0.8s linear infinite;
}

@keyframes preloaderSpin {
    to { transform: rotate(360deg); }
}

.site-preloader-text {
    margin-top: 12px;
    font-size: 13px;
    color: #888;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ===== Bhumi-style Homepage ===== */
.home-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4eae3a;
    margin-bottom: 10px;
}

.bhumi-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3a1f;
    margin-bottom: 16px;
    line-height: 1.25;
}

.bhumi-section-sub {
    max-width: 640px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
}

.bhumi-btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 13px;
    box-shadow: 0 8px 24px rgba(78, 174, 58, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bhumi-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(78, 174, 58, 0.45);
}

.bhumi-btn-outline {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 13px;
    border-width: 2px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bhumi-btn-outline:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

/* Site logo */
body.page-frontend .top-nav .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
}

.site-logo,
.navbar-brand img {
    max-height: 90px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    transition: max-height 0.3s ease, max-width 0.3s ease;
}

body.page-frontend .top-nav.nav-scrolled .site-logo,
body.page-frontend .top-nav.nav-scrolled .navbar-brand img {
    max-height: 75px;
    max-width: 210px;
}

@media (max-width: 991px) {
    .site-logo,
    .navbar-brand img {
        max-height: 82px;
        max-width: 220px;
    }

    body.page-frontend .top-nav.nav-scrolled .site-logo,
    body.page-frontend .top-nav.nav-scrolled .navbar-brand img {
        max-height: 68px;
        max-width: 190px;
    }
}

@media (max-width: 575px) {
    .site-logo,
    .navbar-brand img {
        max-height: 72px;
        max-width: 200px;
    }

    body.page-frontend .top-nav.nav-scrolled .site-logo,
    body.page-frontend .top-nav.nav-scrolled .navbar-brand img {
        max-height: 62px;
        max-width: 175px;
    }
}

/* Hero */
.bhumi-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    margin-top: 0;
}

.bhumi-hero-slides {
    position: absolute;
    inset: 0;
}

.bhumi-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease;
    overflow: hidden;
}

.bhumi-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    z-index: 0;
}

.bhumi-hero-slide.is-active {
    opacity: 1;
}

.bhumi-hero-slide.is-active::before {
    animation: heroKenBurns 10s ease-out forwards;
}

@keyframes heroKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.bhumi-hero-slide-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.bhumi-hero-youtube-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.bhumi-hero-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    border: 0;
}

.bhumi-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    transition: opacity 0.8s ease;
}

.bhumi-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.55) 100%),
        radial-gradient(ellipse 80% 60% at 75% 45%, rgba(78, 174, 58, 0.18) 0%, transparent 60%);
    z-index: 2;
}

.bhumi-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    z-index: 2;
    pointer-events: none;
    animation: heroGlowFloat 8s ease-in-out infinite;
}

.bhumi-hero-glow--1 {
    width: 320px;
    height: 320px;
    background: rgba(78, 174, 58, 0.4);
    top: 15%;
    right: 10%;
}

.bhumi-hero-glow--2 {
    width: 240px;
    height: 240px;
    background: rgba(94, 197, 73, 0.25);
    bottom: 20%;
    left: 8%;
    animation-delay: -4s;
}

@keyframes heroGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12px, -18px) scale(1.08); }
}

.bhumi-hero-layout {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding: 110px 0 80px;
}

.bhumi-hero-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 4%;
    gap: 6px;
    min-width: 220px;
}

.bhumi-hero-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 10px 10px 0;
    color: rgba(255, 255, 255, 0.65);
    padding: 13px 18px;
    text-align: left;
    cursor: pointer;
    transition: all 0.35s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.bhumi-hero-tab:hover,
.bhumi-hero-tab.is-active {
    border-left-color: #4eae3a;
    border-color: rgba(78, 174, 58, 0.35);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    transform: translateX(6px);
}

.bhumi-hero-tab-num {
    font-size: 10px;
    font-weight: 700;
    opacity: 0.75;
    color: #4eae3a;
}

.bhumi-hero-tab-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.35;
}

.bhumi-hero-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 5%;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

.bhumi-hero-center.is-animating > * {
    animation: heroFadeUp 0.7s ease backwards;
}

.bhumi-hero-center.is-animating .bhumi-hero-eyebrow { animation-delay: 0.05s; }
.bhumi-hero-center.is-animating .bhumi-hero-title { animation-delay: 0.15s; }
.bhumi-hero-center.is-animating .bhumi-hero-desc { animation-delay: 0.25s; }
.bhumi-hero-center.is-animating .hero-search-wrap { animation-delay: 0.35s; }
.bhumi-hero-center.is-animating .bhumi-hero-actions { animation-delay: 0.45s; }

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bhumi-hero-eyebrow {
    color: #5ec549;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.bhumi-hero-title {
    color: #fff;
    font-size: 2.9rem;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.bhumi-hero-desc {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
    margin-bottom: 30px;
    max-width: 580px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    line-height: 1.65;
}

.bhumi-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 26px;
}

.bhumi-hero-scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: bhumiBounce 2.2s infinite;
    transition: background 0.25s, color 0.25s;
}

.bhumi-hero-scroll:hover {
    color: #fff;
    background: rgba(78, 174, 58, 0.35);
    text-decoration: none;
}

@keyframes bhumiBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

.bhumi-hero .hero-search-wrap {
    width: 100%;
    max-width: 560px;
}

/* Intro */
.bhumi-intro {
    padding: 80px 0;
    background: #fff;
}

.bhumi-intro-text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.bhumi-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.bhumi-intro-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    background: #f8faf6;
    border-radius: 8px;
    text-decoration: none;
    color: #2d3a1f;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.bhumi-intro-card:hover {
    background: #4eae3a;
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(78,174,58,0.3);
}

.bhumi-intro-card i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #4eae3a;
    transition: color 0.3s;
}

.bhumi-intro-card:hover i {
    color: #fff;
}

.bhumi-intro-card span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Stats */
.bhumi-stats {
    padding: 70px 0;
    background: linear-gradient(135deg, #2d4a1e 0%, #4eae3a 100%);
}

.bhumi-stat-item {
    padding: 10px 0;
}

.bhumi-stat-num {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.bhumi-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Products carousel */
.bhumi-products-showcase {
    padding: 80px 0;
    background: #f9faf8;
}

.bhumi-carousel-wrap {
    position: relative;
}

.bhumi-carousel-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 16px;
}

.bhumi-carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #4eae3a;
    background: #fff;
    color: #4eae3a;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bhumi-carousel-btn:hover {
    background: #4eae3a;
    color: #fff;
}

.bhumi-carousel {
    overflow: hidden;
}

.bhumi-carousel-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.bhumi-carousel-track::-webkit-scrollbar {
    display: none;
}

.bhumi-product-tile {
    flex: 0 0 280px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.bhumi-product-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.14);
}

.bhumi-product-tile-img {
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f0f0f0;
}

.bhumi-product-tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.bhumi-product-tile:hover .bhumi-product-tile-img img {
    transform: scale(1.06);
}

.bhumi-product-tile-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #ccc;
}

.bhumi-product-tile-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
}

.bhumi-product-tile-body {
    padding: 18px;
}

.bhumi-product-cat {
    font-size: 11px;
    color: #4eae3a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.bhumi-product-tile-body h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0 0;
    line-height: 1.4;
}

.bhumi-product-tile-body h3 a {
    color: #2d3a1f;
    text-decoration: none;
}

.bhumi-product-tile-body h3 a:hover {
    color: #4eae3a;
}

/* Core */
.bhumi-core {
    padding: 80px 0;
    background: #fff;
}

.bhumi-core-card {
    background: #f8faf6;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 24px;
    transition: box-shadow 0.3s;
}

.bhumi-core-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.bhumi-core-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.bhumi-core-card h4 {
    padding: 20px 20px 8px;
    font-size: 17px;
    font-weight: 600;
    color: #2d3a1f;
}

.bhumi-core-card p {
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Services */
.bhumi-services {
    padding: 80px 0;
    background: #f9faf8;
}

.bhumi-service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s;
}

.bhumi-service-card:hover {
    transform: translateY(-4px);
}

.bhumi-service-img {
    height: 180px;
    overflow: hidden;
}

.bhumi-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bhumi-service-card h4 {
    padding: 18px 20px 8px;
    font-size: 16px;
    font-weight: 600;
}

.bhumi-service-card p {
    padding: 0 20px;
    color: #666;
    font-size: 13px;
}

.bhumi-link {
    display: inline-block;
    padding: 0 20px;
    margin-top: 8px;
    color: #4eae3a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.bhumi-link:hover {
    color: #3d8f2e;
    text-decoration: none;
}

/* Gallery */
.bhumi-gallery {
    padding: 80px 0;
    background: #fff;
}

.bhumi-gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 260px;
}

.bhumi-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.bhumi-gallery-item:hover img {
    transform: scale(1.08);
}

.bhumi-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

/* Team */
.bhumi-team {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a2e12 0%, #2d4a1e 100%);
}

.bhumi-team-card {
    text-align: center;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 28px 20px;
    transition: background 0.3s;
}

.bhumi-team-card:hover {
    background: rgba(255,255,255,0.12);
}

.bhumi-team-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 3px solid rgba(78,174,58,0.5);
}

.bhumi-team-card h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.bhumi-team-role {
    color: #4eae3a;
    font-size: 13px;
    margin-bottom: 8px;
}

.bhumi-team-phone {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    text-decoration: none;
}

.bhumi-team-phone:hover {
    color: #fff;
    text-decoration: none;
}

/* CTA */
.bhumi-cta {
    padding: 80px 0;
    background: url('../images/pipes/08.png') center/cover no-repeat;
    position: relative;
}

.bhumi-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(45, 74, 30, 0.88);
}

.bhumi-cta .container {
    position: relative;
    z-index: 1;
}

.bhumi-cta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.bhumi-cta p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    max-width: 560px;
    margin: 0 auto 28px;
}

/* Responsive */
@media (max-width: 991px) {
    .bhumi-hero-layout {
        flex-direction: column;
        padding-top: 100px;
    }

    .bhumi-hero-tabs {
        flex-direction: row;
        overflow-x: auto;
        padding: 0 16px;
        min-width: auto;
        gap: 0;
    }

    .bhumi-hero-tab {
        flex-shrink: 0;
        border-left: none;
        border-bottom: 3px solid rgba(255,255,255,0.2);
        border-radius: 8px 8px 0 0;
        padding: 10px 16px;
        transform: none;
    }

    .bhumi-hero-tab.is-active,
    .bhumi-hero-tab:hover {
        border-left-color: transparent;
        border-bottom-color: #4eae3a;
        transform: translateY(-2px);
    }

    .bhumi-hero-tab-num {
        display: none;
    }

    .bhumi-hero-title {
        font-size: 2rem;
    }

    .bhumi-section-title {
        font-size: 1.6rem;
    }

    .bhumi-stat-num {
        font-size: 1.8rem;
    }

    .bhumi-product-tile {
        flex: 0 0 240px;
    }
}

@media (max-width: 575px) {
    .bhumi-intro-grid {
        grid-template-columns: 1fr;
    }

    .bhumi-hero-title {
        font-size: 1.6rem;
    }

    .bhumi-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .bhumi-hero-actions .btn {
        width: 100%;
    }
}

/* CMS rich text from admin editor */
.cms-html p {
    margin-bottom: 1rem;
}

.cms-html p:last-child {
    margin-bottom: 0;
}

.cms-html ul,
.cms-html ol {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.cms-html h3,
.cms-html h4 {
    margin-bottom: 0.75rem;
}

/* Contact page */
.contact-page {
    padding-bottom: 40px;
}

.contact-map-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    min-height: 360px;
}

.contact-map-iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.contact-map-placeholder {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #888;
    padding: 24px;
    text-align: center;
}

.contact-map-placeholder i {
    font-size: 48px;
    color: #4eae3a;
    margin-bottom: 12px;
}

.contact-right h3 {
    margin-bottom: 18px;
    color: #2d3a1f;
}

.contact-detail-item {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #4e3914;
}

.contact-detail-item i {
    color: #4eae3a;
    width: 20px;
    margin-right: 6px;
}

.contact-detail-item a {
    color: #4e3914;
    text-decoration: none;
}

.contact-detail-item a:hover {
    color: #4eae3a;
}

.contact-form-card {
    background: #f9faf8;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #e8ebe6;
}

/* ── Products shop page (novees-style) ── */
.shop-page-banner {
    padding: 100px 0 70px;
}

.shop-banner-breadcrumb {
    position: relative;
    z-index: 1;
}

.shop-banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.shop-banner-breadcrumb .breadcrumb-item,
.shop-banner-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.shop-banner-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: none;
}

.shop-banner-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.shop-banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.shop-section {
    padding: 40px 0 60px;
    background: #f5f6f8;
}

.shop-layout {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.shop-sidebar {
    flex: 0 0 280px;
    width: 280px;
    position: sticky;
    top: 100px;
}

.shop-filter-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    padding: 22px 20px;
    border: 1px solid #e8eaed;
}

.shop-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.shop-filter-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.shop-filter-header h3 i {
    color: #4eae3a;
    margin-right: 8px;
}

.shop-filter-clear {
    font-size: 13px;
    color: #4eae3a;
    text-decoration: none;
    font-weight: 600;
}

.shop-filter-clear:hover {
    color: #3d8c2e;
    text-decoration: underline;
}

.shop-filter-group {
    margin-bottom: 22px;
}

.shop-filter-group h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #555;
    margin-bottom: 12px;
}

.shop-search-field {
    position: relative;
}

.shop-search-field i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    z-index: 1;
}

.shop-search-field .form-control {
    padding-left: 36px;
    border-radius: 8px;
    border-color: #dde1e6;
    font-size: 14px;
}

.shop-select {
    border-radius: 8px;
    border-color: #dde1e6;
    font-size: 14px;
    height: 42px;
}

.shop-category-list,
.shop-stock-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-category-list li,
.shop-stock-list li {
    margin-bottom: 4px;
}

.shop-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    color: #333;
    transition: background 0.2s;
}

.shop-radio-label:hover {
    background: #f5f7f9;
}

.shop-radio-label input[type="radio"] {
    accent-color: #4eae3a;
    flex-shrink: 0;
}

.shop-radio-label span {
    flex: 1;
    line-height: 1.3;
}

.shop-radio-label em {
    font-style: normal;
    font-size: 12px;
    color: #999;
    background: #f0f2f5;
    padding: 2px 8px;
    border-radius: 12px;
}

.shop-filter-submit {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px;
}

.shop-main {
    flex: 1;
    min-width: 0;
}

.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.shop-filter-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.shop-filter-toggle:hover {
    background: #333;
}

.shop-toolbar-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-left: auto;
}

.shop-results-count {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.shop-results-count strong {
    color: #1a1a1a;
}

.shop-category-intro {
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
    border: 1px solid #e8eaed;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.shop-category-intro p:last-child {
    margin-bottom: 0;
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 22px;
}

.shop-product-item .product-card {
    height: 100%;
}

.shop-empty-state {
    text-align: center;
    padding: 60px 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8eaed;
}

.shop-empty-state i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 16px;
}

.shop-empty-state h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #333;
}

.shop-empty-state p {
    color: #777;
    margin-bottom: 20px;
}

.shop-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.shop-sidebar.is-open {
    z-index: 1050;
}

@media (max-width: 991px) {
    .shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        max-width: 88vw;
        z-index: 1050;
        transform: translateX(-110%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        padding: 16px;
        background: #f5f6f8;
    }

    .shop-sidebar.is-open {
        transform: translateX(0);
    }

    .shop-sidebar .shop-filter-card {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

    .shop-filter-toggle {
        display: inline-flex;
    }

    .shop-sidebar-overlay.is-visible {
        display: block;
    }

    .shop-layout {
        flex-direction: column;
    }

    .shop-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .shop-page-banner {
        padding: 90px 0 50px;
    }

    .shop-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .shop-product-item .product-card-image-link {
        height: 150px;
    }

    .shop-product-item .product-card-placeholder {
        height: 150px;
        font-size: 2rem;
    }

    .shop-product-item .product-card-body {
        padding: 12px 14px 8px;
    }

    .shop-product-item .product-card-title {
        font-size: 0.9rem;
    }

    .shop-product-item .product-card-desc {
        display: none;
    }

    .shop-product-item .product-card-footer {
        padding: 0 14px 14px;
    }
}

/* ── Gallery page & lightbox ── */
.page-gallery-section {
    background: #f5f6f8;
}

.page-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.page-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 4 / 3;
}

.page-gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.page-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.page-gallery-item:hover img {
    transform: scale(1.06);
}

.page-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-gallery-item:hover .page-gallery-overlay {
    opacity: 1;
}

.page-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.page-gallery-empty h3 {
    color: #333;
    margin-bottom: 8px;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

body.gallery-lightbox-open {
    overflow: hidden;
}

.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(4px);
}

.gallery-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 1100px);
    max-height: 92vh;
    padding: 0 52px;
}

.gallery-lightbox-body {
    position: relative;
    text-align: center;
}

.gallery-lightbox-img {
    max-width: 100%;
    max-height: 78vh;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    animation: galleryImgIn 0.35s ease;
}

@keyframes galleryImgIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-lightbox-caption {
    color: #fff;
    margin: 14px 0 0;
    font-size: 15px;
}

.gallery-lightbox-counter {
    display: inline-block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    z-index: 2;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
    background: rgba(78, 174, 58, 0.85);
    transform: scale(1.05);
}

.gallery-lightbox-close {
    top: -48px;
    right: 52px;
    font-size: 18px;
}

.gallery-lightbox-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-lightbox-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    transform: translateY(-50%) scale(1.05);
}

@media (max-width: 767px) {
    .page-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gallery-lightbox-dialog {
        padding: 0 40px;
    }

    .gallery-lightbox-close {
        top: -42px;
        right: 0;
    }

    .gallery-lightbox-nav {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

