























:root {
  --background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;

  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none!important;
}
ul,
ol {
  list-style-type: none;
  margin-left:0px!important;
  padding-left:0px!important;
}
p{
	color:#000;
	line-height:30px;
	font-size:16px;
}
body {
  overflow-x: hidden;
   font-family: "Roboto Condensed", sans-serif;
font-weight:500;
color:#000; 
  font-style: normal;
  /* font-family: "Rubik", sans-serif; */
}
.row {
  display: flex;
  flex-wrap: wrap;
  
  /* align-items: center; */
}
.logo {
    float: left;
    width: 25%;
}
nav {
    box-sizing: border-box;
}
.main_menu {
    /* align-content: center; */
    width: 75%;
    float: right;
}
header {
  background: #fff;
  padding:2px 0 ;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  top: 0px;
  z-index: 9999999999;
  width: 100%;

}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
/* normal menu css */
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  /* margin: 0 -2px; */
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 17px;
  color: #006235;
  padding: 5px 10px;
  display: block;
  font-weight: 600;
}
.upper_shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.tabs_part h2{
  font-size:24px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#006235;
}

.tabs_part h3{
  font-size:18px;
  font-weight: 600;
   margin-bottom: 20px;
  color:#006235;
}
.tabs_part .list_spacing {
    padding-left: 25px!important;
}

.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: var(--hover-color);
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 280px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.main_menu{
    padding:24px 0 ;
}
.has_dropdown .sub_menu li {
  border-bottom:1px solid #006235;
}
.main_menu ul{
  float: right;
  margin-bottom:0px;
}
.main_menu ul li ul li a {
  padding: 10px 18px;
  font-size: 15px;
}
/* .main_menu ul li ul li a i {
  float: right;
} */
 b{
  font-weight:500!important;
 }

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}


























.slick-list {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
  /* text-align: center; */
}
.slick-list .slick-slide {
	font-size: 30px;
  margin:8px;
	text-align: center;
	padding: 10px 10px;
	line-height: 2;
	font-weight: 700;
}
.slick-list .slick-slide {
	background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
button.slick-disabled {
	opacity: 0.6;
}


.about-us-section {
	padding:50px 0;
}
.about-us-section h2{
	    font-size: 34px;
    font-weight: 600;
    color: #006235;
    line-height: 48px;
}


.hk-group-c .hk-btn {
  border: 2px solid #006235;
  color: #006235;
}

.hk-group-c .hk-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #006235;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: -1;
}

.hk-group-c .hk-btn:hover {
  color: #fff;
}

.hk-group-c .hk-btn:hover::before {
  width: 350px;
  height: 350px;
}
.hk-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.2s ease;
}

footer{
	padding:60px 0 10px;
}
footer p {
	color:#000;
  margin-bottom: 0px;
}
.footer_head {
	font-size: 24px;
    font-weight: 600;
    color: #006235;
    line-height: 36px;
    margin-bottom: 10px;
}
footer .designed_By a { 
	color:#006235;
	font-weight: 600;
}
.footer_links li {
	padding:6px 0;
}
.footer_links li a {
	color:#000;
	font-weight: 400;
}
.contact_details li{
	display: flex;
    padding: 6px 0;
}
.contact_details li a {
	color:#000;
}
.product_flipflop {
  padding:50px 0;
}
.gray_bg{
  background-color: #cee6d9;
  padding: 50px 0;
}

















.card {
  width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease;
  height: fit-content;
  border:none!important;
}

/* Specific height for carousel card */
.carousel-card {
  height: 400px;
}

/* Third card hover expansion */
.hover-swatches {
  height: fit-content;
  min-height: 400px;
}

.hover-swatches:hover {
  /*             min-height: 460px; */
}

.card-image {
  position: relative;
}

.screen {
  width: 100%;
  background: #0062354d;
  transition: background 0.3s;
}

.sale-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e53935;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 6px;
}

.card-content {
  padding: 16px;
  text-align:center;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  /* margin: 0 0 8px; */
  /* text-transform: uppercase; */
}
.screen img{
  height:230px;
}
.reviews {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.stars {
  color: #fbc02d;
  margin-right: 6px;
  font-size: 16px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 16px;
  margin-left: 8px;
}

.add-to-cart {
     /* margin-top: 10px; */
    background: #fff;
    color: #006235;
    border: none;
    /* width: 100%; */
    margin: 0 auto;
    text-align: center;
    /* padding: 12px; */
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.add-to-cart:hover {
  background: #fff;
}

/* Swatches */
.colors {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.swatch {
  width: 22px;
  height: 22px;
  border-radius: 50% !important;
  cursor: pointer;
  border: 2px solid #ccc;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.swatch:hover {
  transform: scale(1.1);
}

/* Swatch colors */
.red {
  background: #ff0000;
}
.green {
  background: #00ff00;
}
.blue {
  background: #0000ff;
}
.black {
  background: #000000;
}
.grey {
  background: #888888;
}
.brown {
  background: #5d4037;
}
.pink {
  background: #ec407a;
}
.navy {
  background: #1565c0;
}
.sky {
  background: #90caf9;
}
.purple {
  background: #8e24aa;
}
.beige {
  background: #d7ccc8;
}

/* Carousel */
.swatch-carousel-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 6px 0;
}

.card:hover .swatch-carousel-wrapper {
  display: flex;
}

.swatch-carousel {
  display: flex;
  overflow: hidden;
  flex: 1;
  justify-content: flex-start;
  gap: 10px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swatch-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 0 10px;
  user-select: none;
}

/* Hover-only swatches with smooth transition */
.hover-only {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.hover-swatches:hover .hover-only {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

/* Flip cards */
.flip-card {
  perspective: 1000px;
  height: 320px!important;
  margin-bottom:40px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  background: white;
  /* border-radius: 12px; */
  overflow: hidden;
  backface-visibility: hidden;
}

.flip-front {
  transform: rotateY(0deg);
}
.flip-back {
  transform: rotateY(180deg);
}

/* Taller back screen */
.screen--taller {
  aspect-ratio: 5/4;
}

/* Full cover flip */
.flip-full-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.screen--full  {
  padding: 10px 0;
  text-align: center;
}
.screen--full .heading {
      font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.flip-full-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:54px;
  /* height: 60px; */
  background: #fff;
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between;
  gap: 12px; */
  padding: 8px 12px;
  /* box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.06); */
}

.flip-full-bottom .colors {
  margin: 0;
  gap: 8px;
}

.add-to-cart--compact {
  width: auto;
  padding: 0px;
  margin-top: 0;
}
.services-slider {
  padding:50px 0; 
}
.services-slider h2{
      font-size: 38px;
    font-weight: 600;
    color: #006235;
    line-height: 48px;
     margin-bottom: 20px;
}
.product_flipflop h2{
      font-size: 38px;
    font-weight: 600;
    color: #006235;
    line-height: 48px;
    margin-bottom: 20px;
}
.box_under {
  padding:10px;
  background: #fff;
}
.vision-mission {
  padding:50px 0;
  background:#cee6d9;
}
.border-inner {
  border:2px solid #006235;
  padding:15px;
  text-align: center;
  height: 315px;
}
.vision_head {
  padding-top:10px;
  font-size: 24px;
  color:#006235;
  font-weight:bold;
  margin-bottom: 6px;
}




#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cee6d9;
  padding: 50px 0px;
  width: 100%;
}
#counter .item{
  background: #fff;
  /* width: 200px; */
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  height:180px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
#counter .item .count{
  color: #006235;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item p{
  color: #000;
  text-transform: capitalize;
  font-size: 23px;
  padding-top: 20px;
  margin-bottom: 0px;
}
#counter h2 {
     font-size: 38px;
    font-weight: 600;
    color: #006235;
    line-height: 48px;
}
.green_bg {
  background-color: #006235;
  padding:50px 0;
}
.green_bg h3{
  	    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
}



.hk-group-c1 .hk-btn {
  border: 2px solid #fff;
  color: #fff;
}

.hk-group-c1 .hk-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #006235;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: -1;
}

.hk-group-c1 .hk-btn:hover {
 color: #006235;
    background: #fff;
}

.hk-group-c1 .hk-btn:hover::before {
  width: 350px;
  height: 350px;
}
.hk-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.2s ease;
}
.slick-list p {
  font-size:24px;
  color:#006235;
  /* font-weight: bold; */
  text-align: center;
  margin: 10px 0;
}
.View_more {
  padding:12px 24px;
  font-size:16px;
  color:#fff;
  font-weight:600;
  background-color: #006235;
  border:2px solid #006235;
}
.View_more:hover{
  color:#006235;
  background-color: #fff;
}
.d-flex {
  align-items: center;
  display: flex;
}
.carousel-caption h1 {
    position: relative;
    top: -155px;
    left: -50px;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
}
.carousel-caption h2 {
    position: relative;
    top: -155px;
    left: -50px;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
}
.carousel-caption p {
  text-align:left;
  position: relative;
    top: -150px;
    left: -50px;
    color:#fff;
} 
.carousel-caption .hk-group-c1 {
   position: relative;
    top: -150px;
    left: -50px;
     text-align:left;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999999999;
} 
.my-float{
    margin-top: 16px;
}

.breadcrumb_bg  {
  background-color: #006235;
  padding:60px 0;
  margin-top: 100px;
}
.breadcrumb_bg h1{
  color:#fff;
  text-align: center;
  font-size:60px;
  font-weight:bold;
}
.slider_section {
    padding-top: 100px;
}
.breadcrumb_bg a, .breadcrumb_bg p {
  color:#fff;
  margin-bottom: 0px;
}
.content_section {
  padding:60px  0;
}

.product_list li {
  display: flex;
  align-items: center;
}
.product_list li a{
  display: flex;
     font-weight:bold;
    color: #006235;
    /* line-height: 14px; */
    margin-bottom: 6px;
  /* justify-content: center; 
  align-items: center;      */
}
.product_list li i  {
  font-size:14px;
  margin-top:5px;
}
.about-us-section h3{
  font-size: 18px;
  font-weight: 600;
  color: #006235;
}
.padding_left {
  padding-left:28px;
}
.about-us-section1{
  background-color: #cee6d9;
  padding:50px 0;  
}
.about-us-section1 h3{
  font-size: 18px;
  font-weight: 600;
  color: #006235;
}
.about-us-section1 h2 {
    font-size: 34px;
    font-weight: 600;
    color: #006235;
    line-height: 48px;
}
.img-fluid {
  max-width: 100%;
  height: 650px!important;
}
.about-us-section ul li {
  padding:8px 0 ;
}





.showcase {
  width: 100%;
  height: 350px;
  position: relative;
  color: white;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 350px;
  background-color: rgb(0 79 40 / 71%);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}

.showcase h2 {
  margin-top: 180px;
  font-size: 3em;
  /* font-weight:600; */
}
.showcase h1 {
  margin-top: 180px;
  font-size: 3em;
  /* font-weight:600; */
}
.showcase p {
  color:#fff;
}
.showcase p a{
  margin-top: 8px;
  font-size: 1.2em;
  color:#fff;
}
.product_details{
  padding : 60px 0 ;
}
.products_heading{
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom:30px;
}
.products_heading h1{
    line-height: 40px;
    color: #006235;
    font-size: 30px;

    margin-bottom: 12px;
}
.products_heading h3{
    font-size: 26px;
 
    color: #006235;
    margin-bottom: 12px;  
}
.products_heading h4{
  font-size: 18px;
  margin-bottom: 12px;  
  color: #006235;
}
.list_spacing {
  padding-left: 15px!important;
}
.list_spacing li{
  padding: 6px 0;
}
.other_products {
  background-color: #08804333;
  padding:10px;
}
.other_products h4{
  font-size: 26px;
  text-align: center;
  margin-bottom: 16px;  
  margin-top: 10px;  
  color: #006235;
}
.underline {
  /* border:1px solid #006235 ; */
  padding:0 4px!important;
}
.underline li {
   padding: 6px 0;
}
.bg_space {
    background: #cee6d9;
    padding: 40px 20px;
}
















/* Tabs container */
.tabs {
  width: 100%;
  /* max-width: 600px; */
  margin: 20px auto;
}

/* Hide radio buttons */
.tabs input {
  display: none;
}

/* Tab labels */
.tabs label {
  padding: 10px 20px;
  background: #cee6d9;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-right: -5px;
}

/* Active tab label */
.tabs input:checked + label {
  background: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

/* Tab content */
.tab-content {
  display: none;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}

/* Show active content */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10{
  display: block;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10{
  display: block;
}


#tab11:checked ~ #content11,
#tab12:checked ~ #content12,
#tab13:checked ~ #content13{
   display: block;
} 


/* Show active content */



























.accordion {
 
  border-radius: 0.5rem;
  overflow: hidden;
  color: #000;
}

.accordion__item {
  border-bottom: 0.063rem solid #e5e7eb;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.25em;
  background-color: rgba(0, 0, 0, 0.02);

  font-weight: 600;

  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: all 0.3s ease-out;

  &:focus,
  &:focus-visible {
    outline-offset: -2px;
  }

  &:hover {
  }
  
  &::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.125rem solid rgba(0, 0, 0, 0.8);
    border-bottom: 0.125rem solid rgba(0, 0, 0, 0.8);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    display: flex;
  }
}

.accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}

/* Rotate arrow and change header background when open */
.accordion__item[open] .accordion__header {
  background-color: #cee6d9;
  
  &::after {
    transform: rotate(-135deg);
  }
}

/* Content Area with Smooth Reveal */
.accordion__content {
  padding: 1rem 1.25rem;
  background: #f8f8f8;
}

/* Animation */
.accordion__item .accordion__content,
.accordion__item::details-content {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion__item[open] .accordion__content,
.accordion__item[open]::details-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}



.accordion__item[open] .accordion__header {
  background-color: #cee6d9!important; 
}

.accordion__item:not([open]):hover .accordion__header {
  background-color: #cee6d9;
}

.accordion__item:not([open]):hover .accordion__header::after {
  border-color: #cee6d9; 
}



.other_products {
    position: sticky;
    top: 120px;
}
.underline li a {
  color:#000;
}
.infoo {
  background:#006235;
  padding:20px;
  text-align: center;
}
.infoo p {
  text-align:center;
  color:#fff!important;
  font-weight:600;
  font-size:20px;
}
.inf0-enquiry {
  border:2px solid #fff;
  color:#fff;
  font-weight:600;
  padding:10px 28px;
}
.box_shadow11 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding:10px;
  text-align: center;
  margin-bottom:40px;
}
.img-part img {
  height:250px;
   object-fit:cover;
   margin-bottom:10px;
}

 .box_shadow11 p{
  font-weight:600;
 }
 .box_shadow11 a {
  color:#006235;
   font-weight:600;
  margin-bottom:10px;
 }
 .green_bgr a  {
  color:#fff!important;
  padding:10px 20px!important;
  background-color:  #006235;
 }






