@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

p,
li {
  font-family: 'Inter', sans-serif;
}


/*Root CSS variables*/
:root {}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  /* font-size: var(--theme-font-size-16); */
  font-style: normal;
  /* font-weight: var(--theme-font-normal); */
  overflow-x: hidden;
  /* background-image: url(../image/body-bg.png); */
  background-size: cover;
  background-repeat: repeat-y;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
}


/* ul,
li {
    list-style: none;
} */

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button {
  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
}

ul li {
  list-style-type: none;
  color: #494949;
  /* font-family: 'AktivGrotesk'; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

p {
  color: #333;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 153.333% */

}


h2,
h3,
h4,
h5,
h6 {

  color: #333;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;


}

ul li {
  list-style: none;
}

/* 
.titleh2 {
  color: #0B3A28;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
} */

/*=====header=====*/
/*=====header=====*/


.header {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0 20px 0px;
    position: relative;
    transition: all 0.5s ease-in;
    z-index: 99;
    border-bottom: 1px solid #FFFFFF50;
    box-shadow: 0px 0px 6px #dcdcdc;
}

/* .header::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 56px;
  bottom: -52px;
  left: 0px;
  right: 0px;
  background-image: url(../images/header-layer.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9;
} */
header.header.HeaderSticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 10px 0;
}

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

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.nav-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  width: 90%;
  margin: auto;
  /* display: block; */
}

.nav-menu li {
  margin-right: 25px;
  position: relative;
}

.nav-menu li:last-child {
  margin-right: 0;
}

.HeaderSticky .nav-menu a:hover {
  color: #4A4240;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  top: 50%;
}

li {
  list-style-type: none;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  padding: 0px 2px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #333;
  font-family: "Microsoft Sans Serif";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.nav-menu1 {
  margin-right: 25px;
  position: relative;
}

.nav-menu a:hover {
  color: #53BF77;
}

.dropdown-icon {
  margin-left: 5px;
  font-size: 12px;
}

/* Dropdown Menu Styles */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.nav-menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown li {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown li:last-child {
  border-bottom: none;
}

.dropdown a {
  color: #333;
  font-weight: normal;
  font-size: 14px;
}

/* .dropdown a:hover {
  color: #d63384;
} */

/* .delivery-info {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 16px;
  right: 18%;
}

.delivery-info i {
  margin-right: 8px;
  color: #EC4298;
} */

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* 
.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
} */


.arabic-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.header .icons {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 260px;
  justify-content: space-between;
}

.header .icon {
  margin-left: 42px;
  font-size: 21px;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
}

/* .header .icon:hover {
  color: #46C6DC;
} */

.cart-count {
  position: relative;
}

.cart-count::after {
  content: '1';
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #B0865E;
  ;
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #53bf77;
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: white;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #53bf77;

  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.mobile-nav {
  list-style: none;
  padding: 20px 0;
}

.mobile-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav li:last-child {
  border-bottom: none;
}

.mobile-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s;
}

.mobile-nav a:hover {
  background-color: #fff;
}

.mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}

.mobile-dropdown.active {
  max-height: 300px;
}

.mobile-dropdown a {
  padding-left: 30px;
  font-weight: normal;
  font-size: 16px;
}

.mobile-dropdown-icon {
  transition: transform 0.3s;
}

.mobile-dropdown-icon.active {
  transform: rotate(180deg);
}

/* Mobile Responsive Styles */
@media(min-width:1200px) {
  .top-section {
    position: absolute;
    z-index: 9;
  }

  .main-header {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .delivery-info {
    font-size: 13px;
  }

  .nav-menu li {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .top-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    display: none;
  }

  .delivery-info {
    margin-bottom: 10px;
    font-size: 12px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    position: absolute;
    display: block;
  }

  .mobile-menu-btn {
    display: block;
  }

  .logo-container {
    position: relative;
    left: 0;
    transform: none;
    text-align: left;
    width: 100%;
    /* margin: 1px 0; */
  }

  .icons {
    margin-left: 0;
  }

  .logo img {
    max-width: 220px !important;
  }

  .header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }

.header .icons {
        width: 430px;
    }

  .mobile-menu-btn {
    margin-left: 30px;
  }
}

@media (max-width: 576px) {
  .logo {
    font-size: 28px;
  }

  .arabic-text {
    font-size: 14px;
  }

  .header .icon {
    margin-left: 15px;
    font-size: 18px;
  }
}

/* .header-layer img {
  width: 100%;
} */

/*****************Banner******************/
/* MAIN SECTION */
.hero-section {
  background-image: url(../images/banner-bg.jpg);
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width:1180px) {
  .hero-container {
    height: 70vh;
  }
}

.hero-container {
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 20px;
}

/* LEFT SIDE */
.bannersubtitle {
  color: #53BF77;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 10px;
}

.bannertitle {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}

.hero-btn {
  background: linear-gradient(90deg, #53BF77, #53BF77);
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-family: "Microsoft Sans Serif";
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
  display: inline-block;
  border: 1px solid #53BF77;
}

/* Soft glow on hover */
.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Smooth gradient slide animation */
.hero-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #ffffff);
  transition: 0.4s ease;
  border-radius: 30px;
  z-index: -1;
}

/* Hover — gradient slides inside */
.hero-btn:hover {
  color: #53BF77;
}

.hero-btn:hover::before {
  left: 0;
}

.hero-btn span {
  position: relative;
  z-index: 2;
}



/* RIGHT SIDE */
.hero-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-right img {
  /* max-width: 200px; */
  width: 85%;
  margin-left: auto;
  display: block;
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* .side-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */
.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ------------------------------ */
/* MOBILE RESPONSIVE */
/* ------------------------------ */

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left h4 {
    font-size: 22px;
  }

  .hero-left h1 {
    font-size: 28px;
  }

  .hero-right {
    flex-direction: column;
  }

  .hero-right img {
    max-width: 180px;
    margin: 0 auto;
  }

  /* .side-products {
    flex-direction: row;
    justify-content: center;
  } */
}


/*****************Banner******************/

/* <-----------category---------------> */
/* .container {
  margin: auto;
} */


.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 98%;
  margin: auto;
  padding: 90px 0px;
}

/* Tablet + Mobile: 2 Boxes */
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small Mobile: 1 Box (optional) */
@media (max-width: 480px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

.category-card {
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

}

.category-content {
  justify-content: center;
  align-items: center;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-size: 84%;
  background-position: center;
}

/* .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */

.category-content {
  position: relative;
  z-index: 1;
}

.category-icon {
  margin-bottom: 21px;
  color: white;
  width: auto;
  /* animation: zoomInOut 3s ease-in-out infinite; */
  margin: auto;
  display: block;
  left: 0px;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.quality-mt {
  margin: 15px 0px;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.category-title {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
}

/* Category specific styles */
.fruits {
  background-image: url(../images/experience-bg.svg);
  /* Light blue */
}

.vegetables {
  background-image: url(../images/range-bg.svg);
  /* Pink */
}

.candy {
  background-image: url(../images/quality-bg.svg);
  /* Yellow */
}

.ice-cream {
  background-image: url(../images/chemistry-bg.svg);
  /* Light blue */
}

.category-card:hover {
  transform: translateY(10px);
}

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

  .category-card {
    height: 180px;
  }

  .category-icon {
    font-size: 2.5rem;
  }

  .category-title {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  /* .categories-grid {
    grid-template-columns: 1fr;
  } */

  .category-card {
    height: 150px;
  }

  .category-icon {
    font-size: 2rem;
  }
}


/* <-----------about-box--------------> */
.bg-color {
  padding: 80px 0px;
  position: relative;
}

.bg-color:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-color: #F6F8F9;
  top: -20px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.about-box {
  display: flex;
}

.about-info1 {
  width: calc(44% - 10px);
}

.about-info2 {
  width: calc(56% - 10px);
  border-left: 3px solid #53BF77;
  padding-left: 30px;
  position: relative;
}

.about-info2:after {
  content: '';
  background-image: url(../images/spray1.svg);
  background-repeat: no-repeat;
  width: 190px;
  height: 270px;
  right: 30px;
  top: 10px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
}

.aboutitle {
  font-size: 30px;
  padding-right: 40px;
  line-height: 44px;
}

.aboutsubtitl {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* <-----------mission----------> */
.counter-num {
  padding-top: 70px;
}

.mission {
  display: flex;
  margin-top: 140px;
  align-items: end;
}

.mission p {
  padding: 25px 0px;
  color: #FFF;
  font-family: "Microsoft Sans Serif";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 153.333% */
}

.mission-img {
  border-radius: 5px;
  background: #F8FFFA;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  height: 500px;
  position: relative;
}

.mission-img img {
  width: 95%;
  /* height: 350px; */
  object-fit: contain;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
  display: block;
}

.mission-box1 {
  width: 70%;
  display: flex;
  padding: 0px;
  margin: 0px;
  margin-bottom: -10px;
  position: relative;
}

.mission-box1:after {
  content: '';
  background-image: url(../images/spray2.svg);
  background-repeat: no-repeat;
  width: 220px;
  height: 270px;
  left: 0px;
  top: -233px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
}


.mission-box2 {
  width: 40%;
  margin: 0px 10px;
  border-radius: 5px;
  background: #F8FFFA;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.mission-content {
  width: calc(50% - 20px);
  border-radius: 5px;
  /* background: rgba(83, 191, 119, 0.74); */
  background: rgba(83, 191, 119, 1);
  border-radius: 2px;
  padding: 40px 28px;
  margin: 10px;
  transition: all 0.5s ease-in;
}

.mission-content1:hover {
  background-color: rgba(83, 191, 119, 0.7);
  background-blend-mode: overlay;
  background-image: url(../images/mission.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-40px);
  border-radius: 5px;
  background: rgba(83, 191, 119, 0.94);
  background:
    rgba(83, 191, 119, 0.94) url(../images/Our-mission1.jpg);

  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  /* image + color mix */

}

.category-card img {
  transition: all 0.3s ease;
}

.category-card:hover img {
  filter: brightness(0) invert(1);
}

.category-card:hover .category-title {
  color: #53bf77;
}

.mission-content2:hover {
  background-color: rgba(83, 191, 119, 0.7);
  background-blend-mode: overlay;
  background-image: url(../images/mission.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-40px);
  border-radius: 5px;
  background: rgba(83, 191, 119, 0.94);
  background:
    rgba(83, 191, 119, 0.94) url(../images/Our-values.jpg);

  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  /* image + color mix */

}

a.mission-arrow {
  display: block;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

a.mission-txt {
  color: #FFF;
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.white-btn {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  color: #fff;
  padding: 12px 32px;
  border-radius: 5px;
  font-family: "Microsoft Sans Serif";
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
  display: inline-block;
  border: 1px solid #53BF77;
  color: #333333;
}

.white-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #53BF77, #53BF77);
  transition: 0.4s ease;
  border-radius: 30px;
  z-index: -1;
}

/* Hover — gradient slides inside */
.white-btn:hover {
  color: #53bf77;
}

.white-btn:hover::before {
  left: 0;
}

.white-btn span {
  position: relative;
  z-index: 2;
}

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

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  background-color: #53BF77;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 5px solid #F5F5F5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background-color: #333;
}

.counter {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    align-items: center;
  }

  .stat-item {
    width: 220px;
    height: 220px;
  }

  .counter {
    font-size: 2.8rem;
  }

  .stat-label {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .stat-item {
    width: 180px;
    height: 180px;
  }

  .counter {
    font-size: 2.2rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }
}

.plus {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 2px;
}


/* <--------service-------------> */


/* <---------------service--------------> */
.services-wrapper {
  position: relative;
  padding-top: 70px;
}

.services-wrapper:after {
  content: '';
  background-image: url(../images/spray1.svg);
  background-repeat: no-repeat;
  width: 9%;
  height: 171px;
  right: 10px;
  top: -30px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
  background-size: contain;
}

/* RIGHT GRID */
.services-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.service-box {
  display: block;
  transition: all 0.5s ease-in;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #ccc;
  margin-bottom: 10px;
}

/* IMAGE BOX */
.img-box {
  position: relative;
  overflow: hidden;

}

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

.service-box:hover {
  border-radius: 10px;
  transform: translateY(5px);
}

.info-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-nm {
  color: #FFF;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}



/* TEXT BELOW IMAGE */
.service-box p {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding: 10px 15px 20px 0px;
}

.service-box:hover p {
  color: #fff;
}

.center-head {
  color: #333;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 30px;
}

.service-info {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in;
}



.service-box:hover .service-info {
  display: block;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  background: #53BF77;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0px;
  padding: 10px;
}


/* ✅ RESPONSIVE */
@media (max-width: 992px) {

  .services-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-right {
    grid-template-columns: 1fr;
  }

  .img-box img {
    height: 240px;
  }
}



/* <-----------product-------------> */
/* ===== PRODUCT OUTER ===== */
.product-wrapper {
  position: relative;
}

.product-wrapper:after {
  content: '';
  background-image: url(../images/spray3.svg);
  background-repeat: no-repeat;
  width: 20%;
  height: 121px;
  left: 0px;
  top: 10px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
  background-size: contain;
}

.product-outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  /* max-width: 1200px; */
  margin: auto;
  padding: 25px;
  padding-top: 0px;
}

/* ===== PRODUCT BOX ===== */
.product-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: all 0.5s ease-in;

  position: relative;
}

/* Hover effect */
.product-box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

/* ===== IMAGE ===== */
.product-img {
  display: block;
  padding: 25px;
}

.product-img img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.product-txt {
  padding: 17px;
  transition: all 0.35s ease;
  border-top: 1px solid #f7f7f7;
}



/* Active / hover green bar */
.product-box:hover .product-txt {
  background: #4CAF63;
}

/* ===== TITLE ===== */
.producttitle {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}

/* Text color on hover */
.product-box:hover .producttitle {
  color: #fff;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
  .product-outer {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .product-outer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 15px;
  }

  .product-img- img {
    max-height: 180px;
  }

  .producttitle {
    font-size: 19px;
  }
}


/* <------------     product range            ----------------------> */

.range-product-wrapper {
  position: relative;
  margin: auto;
  padding: 20px 50px;
}

.range-product-wrapper:after {
  content: '';
  background-image: url(../images/spray4.svg);
  background-repeat: no-repeat;
  width: 20%;
  height: 121px;
  left: 15%;
  top: -50px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
  background-size: contain;
}

.range-product-wrapper:before {
  content: '';
  background-image: url(../images/spray5.svg);
  background-repeat: no-repeat;
  width: 20%;
  height: 121px;
  right: 10%;
  top: -50px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
  background-size: contain;
}

.range-product-box {
  background: #fff;
  border-radius: 10px;
  padding: 45px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.4s ease;
  /* height: 100%; */
  min-height: 190px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.range-product-box img {
  width:51px;
  margin-bottom: 12px;
}

.range-product-box h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

/* Active slide */
.range-product-box:hover {
  background: #5cc179;
  color: #fff;
}

.range-product-box:hover img {
  filter: brightness(0) invert(1);
}

.range-product-box h4 {
    color: #333;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 15px;
}

.range-product-box:hover h4 {
  color: #ffffff;
}

/* Arrows */
.range-product-arrow {
  color: #5cc179;
}

.range-product-arrow::after {
  font-size: 18px;
}

/* Mobile */
@media (max-width: 600px) {
  .range-product-wrapper {
    padding: 10px 20px;
  }
}

.range-product-wrapper {
  background-color: #F6F8F9;

  padding: 0px 0px 80px 0px;
}


/* <------------workdiv choose------------------> */
.workdiv-section {
  padding: 40px 0px 0px 0px;

}

.workdiv-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.workdiv-image img {
    width: 100%;
    border-radius: 10px;
    height: 380px;
}

.workdiv-content {
  width: 100%;
}

.workdiv-box {
  background-image: url(../images/formula.png);
  padding: 20px 10px;
  background-repeat: no-repeat;
}


.workdiv-nav {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  margin-left: 100px;

}

.workdiv-prev,
.workdiv-next {
  width: 45px;
  height: 45px;
  border: 1px solid #aaa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #53BF77;
}

.workdiv-prev,
.workdiv-next {
  color: #53BF77;
  font-size: 22px;
}

.workdiv-image {
  z-index: 1;
}

.workdiv-flex {
  display: flex;
}

.workdiv-content .swiper {
  margin-bottom: 0px;
}

.whotitle {
  color: #FFF;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  padding-bottom: 10px;
}

h6.worksubtitle {
  color: #FFF;
  text-align: justify;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 0px;
}

.workdiv-box p {
  color: #fff;
  margin-bottom: 15px;
}

/* Desktop Responsive */
@media (min-width: 992px) {
  .workdiv-container {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }

  .workdiv-image {
    width: 48%;
    margin-bottom: 5px;
    margin-left: -70px;
  }

  .workdiv-box {
    padding: 60px;
    width: 60%;
    padding-right: 195px;
    /* height: 100%; */
  }

}

@media(min-width:991px) {
  .workdiv-flex {
    flex-direction: row-reverse;
  }
}

/* <--------testimonial-----------> */

.text-center {
  text-align: center;
}

.text-center p {
  margin: -10px 0px 10px 0px;
}

.testimonial-section {
  padding: 90px 15px;
  background-image: url(../images/testimonial.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}


.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.testimonial-card {
  position: relative;
  background: #fff;
  padding: 40px 25px 60px;
  text-align: center;
  border: 2px dashed #54c27a;
  border-radius: 60px;
  transition: all 0.5s ease-in;
}

.testimonial-card .quote {
  font-size: 60px;
  color: #54c27a;
  line-height: 1;
}

.testimonial-card p {
  font-size: 14px;
  color: #555;
  margin: 15px 0;
}

.testimonial-card h4 {
  margin: 15px 0 5px;
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 100% */
}

.swiper.testimonial-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
}

.testimonial-card span {
  font-size: 13px;
  color: #777;
}

.testimonial-card:hover {
  transform: translateY(10px);
  border: 2px dashed #333;
}

.stars {
  color: #ffc107;
  margin-top: 10px;
}

.avatar {
  position: absolute;
  bottom: -48px;
  left: 48%;
  transform: translateX(-50%);
  background: #fff;
  padding: 4px;
  border-radius: 50%;
}

.avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* Swiper spacing */
.swiper {
  padding-bottom: 60px;
}

/* Mobile */
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}




.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px;
  top: var(--swiper-pagination-top, auto);
  left: 0px;
  width: 100%;
  right: 37px;
  z-index: 1;
  position: relative;
  margin-left: auto;
  /* display: block; */
  justify-content: end;
  padding-right: 40px;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-bottom: 40px;
}

/* 
.swiper-pagination-bullet {
  color: #494949;
  font-family: AktivGrotesk;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #B0865E;
  font-family: AktivGrotesk;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
} */

/* .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #b0865e;
  border: 0px solid transparent;
  width: 40px;
  height: 2px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #494949 !important;
  width: 40px !important;
  height: 2px !important;
  border-radius: 0px !important;
  padding-bottom: 0px;
  margin: 3px 0px;
} */

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: transparent !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 0px !important;
  padding-bottom: 1px;
  margin: 3px 0px;
  border-top: 1px solid #b0865e;
  padding-top: 3px;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  border: 1px solid #53BF77;
  color: transparent;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
  border-color: #222;
  color: #222;
}

.swiper-pagination-bullet-active {
  background: #222;
  color: white;
  border-color: #53BF77;
  background-color: #53BF77 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px;
  top: var(--swiper-pagination-top, auto);
  left: 0px;
  width: 100%;
  right: 0px;
  z-index: 1;
  position: relative;
  margin: auto;
  /* display: block; */
  justify-content: center;
  bottom: -60px !important;
}



/* <--------------blog--------------> */
.blog {
  padding-bottom: 60px;
}

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

.blog-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-container {
  position: relative;
  margin-bottom: -6px;
}

/* .image-container:hover img{
  transform: scale(1.05);
} */

.blog-content {
  padding: 25px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  color: #7f8c8d;
}

.blog-author {
  color: #626262;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.blog-author i {
  margin-right: 5px;
  color: #3498db;
}

.blog-date {
  display: flex;
  align-items: center;
}

.blog-date i {
  margin-right: 5px;
  color: #3498db;
}

.blog-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
  line-height: 1.4;
}

/* .read-more {
  display: inline-flex;
  align-items: center;
  color: #3498db;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
} */

.read-more:hover {
  color: #2980b9;
}

.read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(5px);
}

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

.blog-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}


.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* 
.blog-card:hover .blog-image {
  transform: scale(1.05);
} */

.blog-content {
  padding: 0px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  color: #7f8c8d;
  border-bottom: 1px solid #DADADA;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px -5px 0px;
}

.blog-author {
  display: flex;
  align-items: center;
}

/* .blog-author i {
  margin-right: 5px;
  color: #3498db;
} */

.blog-date {
  display: flex;
  align-items: center;
  margin-bottom: -2px;
}

.blog-i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;    margin-top: 5px;
}

.blog-info {
  padding: 10px 25px;
}

.blog-title {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 14px;
  display: block;
}

.read-more {
  display: inline-flex;
  align-items: center;
  color: #3498db;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #53BF77;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #333;
}

.read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
  transform: translateY(2px);
}

.read-more:hover i {
  transform: translateY(3px);
  margin-left: 10px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .blog-meta {
    gap: 5px;
  }

  .blog-title {
    font-size: 18px;
  }
}




/* <--------contact--------------> */
.business-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
}

.container-flex {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  padding-left: 150px;
}

/* LEFT IMAGE */
.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

/* RIGHT FORM PANEL */
.form-box {
  flex: 1;
  background-image: url(../images/contact1.png);
  background-size: cover;
  padding: 60px 260px 60px 50px;
  margin-left: -79px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  /* padding-right: 20%; */
  width: 50%;
}

/* INPUTS */
.form-box input,
.form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
}

textarea {
  height: 120px;
  resize: none;
}

/* TWO COLUMN DATE + TIME */
.two-col p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.two-col br {
    display: none;
}
/* BUTTON */
/* .form-box button {
  background: #a67552;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #FFF;
  font-family: AktivGrotesk;
} */

/* ✅ MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .form-box {
    margin-left: 0;
    margin-top: -40px;
    width: 100%;
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}


/* <--------------brand-------------> */

/* 
.work-img img {
  height: 250px !important;
} */

/* .work {
  padding: 100px 0px 20px 0px;
  text-align: center;
  height: 450px;
} */

/* .work-img img {
  height: 140px !important;
  object-fit: contain;
} */

.work-img {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.work-img img {
  height: 81px !important;
  object-fit: contain;
  width: 30%;
  margin: auto;
  display: block;
}


/* <-----------footer---------------> */
.footer {
  background-color: #53BF77;
  color: white;
  padding: 50px 20px 20px;
}

.footer-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.logo-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  padding-bottom: 30px;
}

.logo-section p {
  color: #FFF;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;


}

.footer-column h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  padding-bottom: 20px;
}

.form-out {
  background-color: #fff;
  padding: 5px;
  width: 105%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: white;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  padding-left: 5px;
}

.contact-info p {
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 15px;
  display: inline-block;
}

.contact-info i {
  margin-right: 10px;
  margin-top: 3px;
  font-size: 14px;
  width: 16px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;

}

.newsletter-form p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
/* 
.newsletter-form form {
  display: flex;
} */

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px 0 0 4px;
}

.newsletter-form button {
  border-radius: 4px;
  background: #53BF77;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background-color: #0f3d0f;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icons p {
  font-size: 20px;
  margin: 0px;
}

.social-icons a {
  color: white;
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.copyright {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(217, 217, 217, 0.50);
  ;
  font-size: 14px;

}

.copyright p {
  color: #FFF;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.footer-address li a i {
  font-size: 19px;
  margin-right: 8px;
  margin-top: 5px;
}

.footer-address li a span {

  display: inline-block;

}

.footer-address li a {
  display: flex;
  align-items: start;
}


/* Responsive styles */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-column h3 {
    font-size: 16px;
  }

  .logo-section h2 {
    font-size: 20px;
  }

  /* .newsletter-form form {
    flex-direction: column;
  } */

  .newsletter-form input {
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .newsletter-form button {
    border-radius: 4px;
  }
}


@media(max-width:1200px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    width: 1200px;
  }
}

h3.servicetitle.wow.animate__.animate__.animate__animated.animate__fadeInDown.animated {
  color: #000;
  font-family: Roboto;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
}

/* <-----blog date----> */
.datestart {
  background: #53BF77;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 8px;
}

span.datend {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 17px;
}

span.datend img {
  display: inline-block;
  margin-left: 6px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Desktop & Tablet */
  gap: 30px;
  margin-top: 40px;
}

/* Mobile */
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* <--------------blog inner page--------------> */
.inner-banner {
  position: relative;
}

.inner-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.innertitle {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 100% */
  line-height: 50px;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  margin: auto;
  left: 0px;
  right: 0px;
}

.breadcrumb {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 20%;
  bottom: 60px;
}

.breadcrumb a,
.breadcrumb span {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.5%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


/* <--------------blog listing page-------------------> */
.inner-blog-listing {
  display: flex;
  gap: 30px;
}

.inner-blog-listing .blog-cardsx {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.inner-blog-listing .blog-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-blog-listing .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.inner-blog-listing .blog-card-image {
  height: 200px;
  overflow: hidden;
}

.inner-blog-listing .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.inner-blog-listing .blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.inner-blog-listing .blog-card-content {
  padding: 20px 0px 30px;
}

.inner-blog-listing .admin-date {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #6c757d;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 14px;
}


.inner-blog-listing .admin-date i {
  margin-right: 5px;
}

.inner-blog-listing .admin-date .admin {
  margin-right: 15px;
}

.inner-blog-listing h3.blog-card-title {
  line-height: 27px !important;
}

.inner-blog-listing .blog-card-title a {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #003C6D;
}

.inner-blog-listing .blog-card-excerpt {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner-blog-listing .success-btnx {
  position: absolute;
  bottom: 12px;
}

.inner-blog-listing .blog-sidebar {
  flex: 1;
}

.inner-blog-listing .sidebar-widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding-top: 10px;
}

.inner-blog-listing .sidebar-title {
  color: #4A4240;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin: 10px 0px;
}

.inner-blog-listing .recommended-posts {
  list-style: none;
}

a.recommended-post-link {
  display: flex;
}

.inner-blog-listing .recommended-post {

  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.inner-blog-listing .recommended-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.inner-blog-listing .recommended-post-avatar {
  margin-right: 15px;
  flex-shrink: 0;
  width: 98px;
  height: 81px;
  aspect-ratio: 188 / 81;
}

.inner-blog-listing .recommended-post-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-blog-listing .recommended-post-content {
  flex: 1;
}

.recommended-post-title {
  color: #4A4240;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 143.75% */
}

.inner-blog-listing ul.recommended-posts {
  padding-left: 0px;
}

.inner-blog-listing .recommended-post-date {
  color: #494949;
  font-family: AktivGrotesk;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-top: 12px;
}

.blog-listing-page {
  padding: 70px 0px;
}

.inner-blog-listing .blog-cardsx-inn {
  flex: 2;
}

.inner-blog-listing .blg-details-img {
  text-align: center;
}

.inner-blog-listing .blg-details-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}



.inner-blog-listing h2.blog-card-title-inner {
  color: #003C6D;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.inner-blog-listing .blog-card-full-description h3 {
  color: #585B6F;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 21px;
}

.inner-blog-listing .blog-card-full-description h4 {
  color: #585B6F;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 21px;
}

.inner-blog-listing .blog-card-full-description ul {
  padding-left: 30px;
}

.inner-blog-listing .blog-card-full-description ul li {
  list-style-type: disc;

}

.inner-blog-listing .blog-card-full-description strong {
  color: #585b6f;
}

.inner-blog-listing .blog-card-full-description a {
  color: #53BF77;
}

.inner-blog-listing .blog-card-full-description p {

  font-size: 16px;
  margin-bottom: 15px;

}

.inner-blog-listing h4.recommended-post-title:hover {
  color: #53BF77;
}

.inner-blog-listing .search-box {
  position: relative;
  /* Change as per need */
}

.inner-blog-listing .search-box input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
}

.inner-blog-listing .search-box i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 16px;
}

.inner-blog-listing .blg-details-img1 {
  margin: 10px 0px;
}

.blog-detailstle {
  color: #4A4240;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin: 10px 0px 20px 0px;
}


@media (max-width: 992px) {
  .inner-blog-listing {
    flex-direction: column;
  }
}

@media (min-width: 993px) {
  .blog-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
  }
}


/* <--------------product--------------> */
.inner-bg-color {
  background-image: url(../images/inner-bg.png);
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-bg-color h1 {
  color: #333;
  font-family: Roboto;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  /* 100% */
  text-transform: uppercase;
}

.inner-bg-color .breadcrumb {
  position: absolute;
  z-index: 2;
  color: #333;
  left: 20%;
  bottom: 60px;
}

.product-catalog-wrapper {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px;
  padding: 70px 20px;
}

/* Sidebar Styles */
.product-catalog-sidebar {
  width: 330px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-right: 20px;
  height: fit-content;
}

.product-catalog-sidebar h3 {
  color: #333;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-catalog-sidebar ul {
  list-style: none;
  margin-bottom: 30px;
}

.product-catalog-sidebar ul li {
  display: flex;
  align-items: center;
  padding: 1px 0;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: color 0.2s;
}

.product-catalog-sidebar ul li:hover {
  color: #53bf77;
}

.product-catalog-checkbox-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-catalog-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.product-catalog-item-name {
  flex-grow: 1;
}

.product-catalog-item-count {
  color: #777;
  font-size: 13px;
  margin-left: 10px;
}

/* Main Content Styles */
.product-catalog-main {
  flex: 1;
  background-color: #fff;
  padding: 0px;
  border-radius: 5px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}

/* Product Grid Styles */
.product-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.product-catalog-card {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  background: #FFF;
  padding-bottom: 80px;
}

.product-catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-catalog-image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #f9f9f9; */
  position: relative;
  overflow: hidden;
  display: flex;
}

.product-catalog-image img {
  max-width: 60%;
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.5s;
}

.product-catalog-card:hover .product-catalog-image img {
  transform: scale(1.05);
}

.product-catalog-info {
  padding: 15px 10px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.product-catalog-name {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  color: #53bf77;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

h6.catalogsubname {
  color: #333;
  font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  padding: 5px 5px;
}

.product-catalog-card:hover .product-catalog-info {
  background-color: #53bf77;
  color: #fff;
}

.product-catalog-card:hover .product-catalog-name,
.product-catalog-card:hover h6.catalogsubname {
  color: #fff;
}

/* Pagination Styles */
.product-catalog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.product-catalog-pagination a {
  display: inline-block;
  background-color: #000000;
  border: 1px solid #ddd;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

.product-catalog-pagination a:hover {
  background-color: #f1f1f1;
}

.product-catalog-pagination a.active {
  color: white;
  border-radius: 3px;
  background: #53BF77;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
  .product-catalog-wrapper {
    flex-direction: column;
  }

  .product-catalog-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
/*   .product-catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  } */

  .product-catalog-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-catalog-image {
    height: 170px;
  }

  .product-catalog-info {
    padding: 10px 5px;
  }

  .product-catalog-name {
    font-size: 17px;
  }

  .product-catalog-checkbox {
    width: 14px;
    height: 14px;
  }
}


.EZ-wishlist-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.EZ-wishlist-checkbox {
  display: none;
}


.EZ-wishlist-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 33px;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.EZ-wishlist-label i {
  color: #53BF77;
  font-size: 13px;
  transition: all 0.2s ease;
}

.EZ-wishlist-checkbox:not(:checked)+.EZ-wishlist-label .fas {
  display: none;
}

/* <------ inner contact---------------> */
.contactusInforow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ContactusInfoBox {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
  position: relative;
  border-radius: 5px;
	transition:all 0.5s ease-in;border:1px solid transparent;
}
.ContactusInfoBox:hover{border:1px solid #53BF77;transform:translateY(5px);}

.contact-info.top_gap i {
  margin-right: 0px !important;
  margin-top: 0px !important;
  font-size: 20px;
  width: auto !important;
}

.ContactusInfoBox .infodflex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.infodflex .infodflexIcon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  background: #53bf77;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 17px;
  color: #fff;
}

.contact-info {
  margin: 0px 0px 5px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  text-transform: capitalize;
}


.infodflex .infodflexIcont p a {
  color: #333;
  font-size: 17px;text-transform: math-auto;
}

/* Section wrapper */
.contact-section {
  padding: 60px 20px;
  background-color: #F6F8F9;
}

/* Container with flex layout */

.contact-container {
  width: 100%;
  max-width: 850px;
  margin: auto;
  left: 0px;
  right: 0px;
  display: block;
  background-image: url(../images/contact1.png);
  padding: 50px;
  border-radius: 10px;
  background-size: cover;
}

/* LEFT IMAGE */
.contact-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* .sub-heading {
  color: #d40000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
} */

.contact-right h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* FORM GRID */
.contact-form {
  width: 100%;
}

.form-group br{
	display:none;
}
.form-group p {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-group input {
  width: 50%;
}

/* Full width fields */
.form-group-full {
  margin-bottom: 15px;
}

.form-group-full input,
.form-group-full textarea {
  width: 100%;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  padding: 14px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  border-radius: 8px;
  outline: none;
  width: 100%;
}

.contact-form textarea {
  height: 110px;
  resize: none;
}

.contact-form {
  width: 100%;
  max-width: 800px;
  margin: auto;
  left: 0px;
  right: 0px;
  display: block;
}

/* SUBMIT BUTTON */
.submit-btn {
  border: 1px solid transparent;
  outline: 1px solid transparent;
}

.text-center-submit {
  text-align: center;
}

.top_gap {
  padding: 70px 0px;
}

/* ----------------------------------
    RESPONSIVE DESIGN
-----------------------------------*/

/* Tablets */
@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }

  .form-group {
    flex-direction: column;
  }

  .form-group input {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .contact-right h2 {
    font-size: 22px;
  }
}

/* <-----------product detail-------------> */

.related-product .product-catalog-grid {}

.ezbac-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ezbac-header {
  background-color: var(--ezbac-primary-color);
  color: white;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ezbac-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ezbac-logo {
  font-size: 24px;
  font-weight: bold;
}

.ezbac-product-hero {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}

.ezbac-product-hero:after {
  content: '';
  background-image: url(../images/spray1.svg);
  background-repeat: no-repeat;
  width: 190px;
  height: 260px;
  right: -20px;
  bottom: -40px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
}

.ezbac-product-image-container {
  flex: 0 0 50%;
  max-width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ezbac-product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ezbac-product-info {
  flex: 1;
  min-width: 300px;
}

.ezbac-product-title {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--ezbac-primary-color);
  color: #53BF77;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 100% */
}

.ezbac-product-subtitle {
  color: #494949;
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 100% */
}

.ezbac-product-highlights {
  margin: 20px 0;
}

.ezbac-highlight-item {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.ezbac-highlight-item span {
  display: inline-block;
  padding-left: 10px;
  line-height: 22px;
}

.ezbac-highlight-item img {
  margin-top: 7px;
  display: inline-block;
}

.ezbac-tabs-container {
  margin: 40px 0;
}

.ezbac-tab-buttons {
  display: flex;
  border-bottom: 1px solid var(--ezbac-border-color);
  overflow-x: auto;
  gap: 10px;
  position: relative;
}

.ezbac-tab-buttons:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0px;
  right: 0px;
  top: 23px;
  stroke-width: 2px;
  stroke: #CDCDCD;
  height: 2px;
  z-index: -1;
  background-color: #CDCDCD;
}

.ezbac-tab-button {
  background: none;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #777;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 19.5px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  color: #494949;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.ezbac-tab-button:hover {
  color: var(--ezbac-primary-color);
}

.ezbac-tab-button.ezbac-active {
  color: var(--ezbac-primary-color);
  border-bottom: 3px solid var(--ezbac-primary-color);
  border-radius: 19.5px;
  background: #53BF77;
  color: #fff;
}

.ezbac-tab-content {
  padding: 20px 0 0px 0px;
}

.ezbac-tab-pane {
  display: none;
  animation: ezbac-fadeIn 0.5s;
}

.ezbac-tab-pane.ezbac-active {
  display: block;
}

@keyframes ezbac-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-destitle {
  color: #494949;
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 100% */
  margin-bottom: 40px;
}

.ezbac-usage-steps {
  counter-reset: ezbac-step-counter;
}

.ezbac-usage-step {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.ezbac-usage-step:before {
  counter-increment: ezbac-step-counter;
  content: counter(ezbac-step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: var(--ezbac-primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.ezbac-container {
  padding: 70px 0px 0px 0px;
}

.product-det-ad li {
  padding: 5px 0px;
}



/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .ezbac-product-hero {
    flex-direction: column;
    gap: 20px;
  }

  .ezbac-product-image-container {
    flex: 1;
    max-width: 100%;
    order: -1;
    justify-content: center;
  }

  .ezbac-product-title {
    font-size: 28px;
  }

  .ezbac-product-subtitle {
    font-size: 18px;
  }

}


/* <-------------inabout-----------> */

.inabout {
  padding: 0px 0px 80px 0px;

  position: relative;
}

.inabout.mt-about-50 {
  padding: 80px 0px 50px 0px;
}

.inabout:after {
  content: '';
  background-image: url(../images/spray1.svg);
  background-repeat: no-repeat;
  width: 190px;
  height: 270px;
  right: 7%;
  bottom: -100px;
  position: absolute;
  animation: floatUpDown 2s ease-in-out infinite;
  background-size: 50%;
}

.inabout p {
  text-align: center;
}

.about-section {
  padding: 80px 20px 130px 20px;
  background: #f9fafb;
  font-family: Arial, sans-serif;
}

.about-experience {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #F6F8F9;
}

/* LEFT SIDE */
.about-left {
  position: relative;
}

.main-image img {
  width: 75%;
  border-radius: 12px;
  margin-left: auto;
  display: block;
  height: 510px;
  object-fit: cover;
}

.small-image {
  position: absolute;
  bottom: -30px;
  left: 19px;
  width: 60%;
}

.small-image img {
  width: 100%;
  border-radius: 12px;
  border: 8px solid #fff;
}

/* EXPERIENCE BADGE */
.experience-badge {
  position: absolute;
  left: -80px;
  top: 110px;
  background: #53BF77;
  color: #fff;
  padding: 27px 15px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  transform: rotate(-89deg);
  font-size: 25px;
  align-items: center;
}

.experience-badge span {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-right: 10px;
  display: inline-block;
}

.experience-badge small {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  text-transform: uppercase;
}

/* RIGHT SIDE */
.about-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.5s ease-in;
}

.info-box:hover {
  border-radius: 5px;
  background: #53BF77;
}

.mis-title {
  color: #333;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 15px;
  transition: all 0.5s ease-in;
}

.info-box p {
  transition: all 0.5s ease-in;
}

.info-box:hover .mis-title,
.info-box:hover p {
  color: #fff;
}

.about-quality {
  border-radius: 10px;
  background: rgba(83, 191, 119, 0.06);
  padding: 10px 15px;
  transition: all 0.5s ease-in;
}

.about-quality:hover {
  background-color: #53BF77;
}

.about-quality p {
  font-size: 15px;
  transition: all 0.5s ease-in;
}

.about-quality:hover p {
  color: #fff;
}

.about-React .category-card {
  padding: 0px 10px;
}

@media(min-width:1200px) {
  .eve-height {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
  }

  .eve-height p {
    text-align: center;
  }
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
  .about-experience {
    grid-template-columns: 1fr;
  }

  /* .small-image,
  .experience-badge {
    position: static;
    margin-top: 20px;
  } */

  .small-image {
    width: 100%;
  }
}

/* Environmental Approach Section */
.environmental {
  padding: 0px 0px 80px 0;
}

.env-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.env-tabs {
  flex: 1;
  min-width: 300px;
}

.env-tab {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: rgba(83, 191, 119, 0.06);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.env-tab:hover {
  background-color: var(--light-green);
  color: var(--text-light);
}

.env-tab.active {
  background-color: #53BF77;
  color: #fff;
}

.env-tab i {
  font-size: 1.5rem;
  margin-right: 15px;
}

.env-content {
  flex: 2;
  min-width: 300px;
  position: relative;
  border-radius: 10px;
  background: #53BF77;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.env-slide {

  border-radius: 10px;
  padding: 30px;
  display: none;
  animation: fadeIn 0.5s ease;

}

.env-slide.active {
  display: block;
}

.env-slide h3 {
  color: var(--primary-green);
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.env-slide p {
  margin-bottom: 20px;
}

.env-slide.active p {
  color: #fff;
}

.env-slide ul {
  list-style-type: none;
  padding-left: 0;
}

.env-slide ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  color: #fff;
  align-items: center;
}

.env-slide ul li i {
  color: #fff;
  margin-right: 10px;
}

.normal-img {
  display: block;
}

.active-img {
  display: none;
}

.active .normal-img {
  display: none;
}

.active .active-img {
  display: block;
}

.environmental h3 {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-left: 10px;
}

.environmental .active h3 {
  color: #fff;
}

.eve-flex {
  display: flex;
  align-items: center;
}

.slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 40px;
  margin: auto;
  /* display: block; */
  width: 100%;
}

.slider-btn {
  background-color: var(--primary-green);
  color: var(--text-light);
  border: none;
  width: 163px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26.5px;
  border: 1px solid #FFF;
  background: #53BF77;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.slider-btn:hover {
  background-color: #fff;
  color: #333;
}

.slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 40px;
  margin: auto;
  /* display: block; */
  width: 100%;
}






/* --- Unique Container Class --- */
.cert-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/* --- Certifications Grid Layout --- */
.catifiheading {
  color: #333;
  text-align: center;
  font-family: "Microsoft Sans Serif";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: -10px 0px 40px 0px;
}

.cert-page-grid {
  display: grid;
  gap: 20px;
}

.mt-neutral h2 {
  padding-top: 0px !important;
}

/* ✅ Desktop – 4 boxes */
@media (min-width: 1025px) {
  .cert-page-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ✅ Tablet – 3 boxes */
@media (min-width: 768px) and (max-width: 1024px) {
  .cert-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ✅ Mobile – 2 boxes */
@media (max-width: 767px) {
  .cert-page-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* --- Individual Certification Card --- */
.cert-page-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.cert-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cert-page-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: white;
}

.cert-page-card-title {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 10px;
  /* 100% */
}

.cert-page-card p {
  color: #333;
  text-align: center;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}

/* --- Footer Section --- */
.cert-page-footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 30px 0;
  text-align: center;
}

.cert-page-footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.cert-page-footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.cert-page-footer-text {
  font-size: 0.9rem;
  opacity: 0.8;
}

.Certification-sec p {
  padding: 0px 0px 25px 0px;
}

/* --- Mobile Responsiveness --- */

/* Tablets and smaller (max-width: 768px) */
@media (max-width: 768px) {
  .cert-page-title {
    font-size: 2rem;
  }

  .cert-page-subtitle {
    font-size: 1rem;
  }

  .cert-page-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 30px 0 40px;
  }

  .cert-page-card {
    padding: 20px;
  }
}

/* Mobile phones (max-width: 480px) */
@media (max-width: 480px) {
  .cert-page-title {
    font-size: 1.8rem;
  }

  .cert-page-subtitle {
    font-size: 0.95rem;
  }

  /* Force a single column layout on very small screens */
  .cert-page-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0 30px;
  }

  .cert-page-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .cert-page-card-title {
    font-size: 1.1rem;
  }

  .cert-page-card-desc {
    font-size: 0.9rem;
  }
}

/* <------------responsive---------------> */
@media(max-width:1180px) {
  .container {
    max-width: 90%;
    width: 90%;
  }

  .hero-section {
    padding: 20px 0;
  }

  .nav-menu a {
    font-size: 15px;
  }

  .hero-container {
    max-width: 90%;
    gap: 26px;
    padding: 0px 20px;
  }

  .bannertitle {
    font-size: 31px;
    line-height: 1.4;
    margin-bottom: 21px;
  }

  .categories-grid {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 0px;
  }

  .category-content {
    height: 170px;
  }

  .mission-box1:after {
    background-size: 80%;
  }

  .about-info2:after {
    top: 140px;
    background-size: 60%;
  }

  .mission-img {
    height: 420px;
  }

  a.mission-txt {
    font-size: 30px;
    line-height: 28px;
  }

  .stat-item {
    width: 240px;
    height: 240px;
  }

  .mission-content {
    padding: 20px 18px;
  }

  .center-head {
    padding-top: 50px;
  }

  h6.worksubtitle {
    font-size: 17px;
    line-height: 22px;
    padding: 7px 0px;
  }

  .whotitle {
    font-size: 28px;
    line-height: 35px;
  }

  .workdiv-box {
    padding: 30px;
    width: 60%;
    padding-right: 95px;
  }

  .testimonial-section {
    padding: 60px 0px;
  }

  .business-section {
    padding: 60px 0px;
  }

  .container-flex {
    padding-left: 30px;
  }

  .form-box {
    padding: 40px 40px 40px 40px;
  }

  .form-out {
    background-color: #fff;
    padding: 5px;
    width: 112%;
  }


  .newsletter-form input {
    width: 70%;
  }

  .breadcrumb {
    left: 7%;
  }

  .ezbac-container {
    max-width: 90%;
  }

  .center-head {
    color: #333;
    font-size: 30px;
  }


  .main-image img {
    width: 93%;
    height: 450px;
  }


  .small-image {
    bottom: 60px;
    width: 80%;
  }

  .categories-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px;
  }

  .categories-grid.ategories-admt-ad {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .about-quality p {
    font-size: 14px;
    line-height: 19px;
  }





}

@media(max-width:991px) {
  .bannertitle {
    font-size: 24px;
  }

  .hero-right.wow.animate__.animate__zoomIn.animated {
    width: 50%;
  }

  .hero-left {
    width: 70%;
  }

  .bannersubtitle {
    font-size: 29px;
  }

  .hero-section {
    padding: 50px 0;
  }

  .category-icon img {
    width: 21%;
  }

  .category-content {
    height: 174px;
    background-size: 56%;
  }

  .categories-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px;
  }

  .bg-color {
    padding: 50px 0px;
  }

  .aboutitle {
    font-size: 25px;
    padding-right: 0px;
    line-height: 37px;
  }

  .about-info2 {
    width: calc(56% - 7px);
    padding-left: 20px;
  }

  .container {
    max-width: 95%;
    width: 95%;
  }

  .mission {
    display: flex;
    margin-top: 80px;

  }

  .mission-img {
    height: 370px;
  }

  a.mission-txt {
    font-size: 25px;
    line-height: 20px;
  }

  .stat-item {
    width: 200px;
    height: 200px;
  }

  .counter {
    font-size: 26px;
    font-weight: 600;
  }

  .stat-label {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .services-wrapper {
    padding-top: 10px;
  }

  h3.servicetitle.wow.animate__.animate__.animate__animated.animate__fadeInDown.animated {
    font-size: 22px !important;
    text-align: center;
  }

  .product-img img {
    width: 75%;
    max-height: 170px;
  }


  .range-product-wrapper:before {
    right: 3%;
    top: -20px;
  }

  .range-product-wrapper:after {
    left: 6%;
    top: -30px;
  }

  .workdiv-flex {
    flex-wrap: wrap;
  }

  .workdiv-image {
    width: 100%;
  }

  .workdiv-box {
    padding: 30px;
    width: 100%;
    padding-right: 30px;
    background-size: cover;
    margin-top: 20px;
  }

  .workdiv-nav {
    margin-left: 0px;
    justify-content: center;
  }

  .footer-column {
    min-width: 50%;
  }

  .inner-banner img {
    height: 300px;
  }

  .top_gap {
    padding: 50px 0px;
  }

  .contactusInforow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .small-image {
    position: absolute;
    bottom: -20px;
    left: 1px;
    width: 80%;
  }

  .small-image img {
    width: 44%;
  }

  .experience-badge small {

    font-size: 16px;
    font-weight: 500;
  }

  .experience-badge span {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    padding-right: 10px;
  }

  .experience-badge {
    position: absolute;
    margin-top: 20px;
    top: 70px;
    padding: 16px 15px;
    left: -80px;
  }

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

  .env-content {
    padding-bottom: 60px;
  }
}


@media(max-width:600px) {
  .hero-section {
    padding: 40px 0;
  }

  .hero-left {
    width: 100%;
  }

  .bannersubtitle {
    font-size: 25px;
  }

  .hero-left h1 {
    font-size: 24px;
  }

    .hero-right.wow.animate__.animate__zoomIn.animated {
        width: 50%;
        margin-top: -10px;
    }

  .about-box {
    flex-wrap: wrap;
  }

  .about-info1 {
    width: calc(100% - 10px);
  }

  .about-info2 {
    width: calc(100% - 7px);
    padding-left: 20px;
    margin-top: 30px;
  }

  .aboutsubtitl {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .mission {
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .mission-box1 {
    width: 100%;
    flex-wrap: wrap;
  }

  .mission-content {
    width: calc(100% - 0px);
  }

  .mission-box2 {
    width: 100%;
    margin: 0px 10px;
    margin-top: 20px;
  }

  .mission-img img {
    width: 84%;
    height: 290px;
  }

  .stat-item {
    width: 230px;
    height: 230px;
  }

  .range-product-wrapper {
    padding: 0px 10px 40px 10px;
  }

  .range-product-box img {
    width: 98px;
  }

  .testimonial-section {
    padding: 50px 0px;
  }





  @media (max-width: 1180px) {
    .center-head {
      padding-top: 50px;
    }

    .product-catalog-wrapper {
      max-width: 90%;

      padding: 50px 0px;
    }
  }

  .center-head {
    font-size: 25px;
    padding-top: 50px;
    margin-bottom: 25px;
  }


  @media (max-width: 1180px) {
    .center-head {
      padding-top: 50px;
    }
  }

  .inner-bg-color h1 {
    font-size: 30px;
  }

  .blog-info {
    padding: 10px 0px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .image-box {
    width: 100%;
    flex: initial;
  }


  .work-img img {
    height: 81px !important;
    object-fit: contain;
    width: 55%;
  }

  .footer-column h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .footer {
    padding: 40px 0px 30px;
  }

  .footer-column h3::after {
    bottom: 8px;
  }

  .form-out {
    width: 100%;
  }

  .form-box {
    padding: 40px 20px 40px 20px;
    margin-left: 0;
    margin-top: -40px;
    width: 100%;
  }

  .container-flex {
    flex-wrap: wrap;
    width: 95%;
  }

  .whotitle {
    font-size: 26px;
    line-height: 34px;
  }

  .blog {
    padding-bottom: 10px;
  }

  .counter {
    font-size: 38px;
    font-weight: 500;
  }

  .category-card {
    height: 210px;
  }

  .category-content {
    height: 134px;
  }

  .category-card {
    height: 250px;
    padding: 0px;
  }

  .category-icon img {
    width: 46%;
  }

  .category-icon {
    margin-bottom: 12px;
  }

  .category-content {
    height: 164px;
  }

  .category-title {
    font-size: 15px;
    font-weight: 500;
  }

  .blog-author {
    font-size: 12px;
  }

  .blog-meta {
    padding: 0px 0px 0px 0px;
  }

  .blog-content {
    padding: 0px 20px 10px 20px;
    margin-top: -6px;
  }

  .breadcrumb {
    left: 8%;
    bottom: 30px;
  }

  .blog-inr {
    margin-bottom: 30px;
  }

  .blog-listing-page {
    padding: 50px 0px;
  }

  .innertitle {
    font-size: 19px;
    font-weight: 500;
  }


  .blog-detailstle {
    color: #4A4240;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 5px 0px 10px 0px;
  }

  .inner-blog-listing .blg-details-img img {
    height: 300px;
  }

  .inner-blog-listing .blog-card-content {
    padding: 20px 0px 0px;
  }

  .logo img {
    max-width: 130px !important;
  }

  .product-catalog-wrapper {
    padding: 20px;
    padding: 50px 0px;
  }

  h6.catalogsubname {
    font-size: 15px;
    padding: 5px 5px;
  }

  .EZ-wishlist-label {
    width: 26px;
    height: 26px;
  }

  .inner-bg-color {
    background-image: url(../images/inner-bg.png);
    padding: 66px 0px;
  }


  .inner-bg-color .breadcrumb {
    left: 10%;
    bottom: 20px;
  }

  .inner-bg-color h1 {
    font-size: 25px;
  }

  .contactusInforow {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .aboutsubtitl {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
  }

}

.inner-bg-color .breadcrumb a,
.inner-bg-color .breadcrumb span {
  color: #333;

}




.related-product .product-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop: 4 boxes */
  gap: 25px;
  margin-bottom: 30px;
}

.related-product {
  padding: 0px 0px 60px 0px;
}

.ezbac-tab-content p {
  margin-bottom: 15px;
}

/* Tablet (2 boxes) */
@media (max-width: 991px) {
  .related-product .product-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-product {
    padding: 0px 0px 50px 0px;
  }
}

/* Mobile (1 box) */
@media (max-width: 600px) {
  .related-product .product-catalog-grid {
    grid-template-columns: 1fr;
  }

  .related-product {
    padding: 30px 0px 30px 0px;
  }

  .ezbac-container {
    padding: 50px 0px 0px 0px;
  }

  .product-logo img {
    width: 120px;
  }

  .product-destitle {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .ezbac-tab-button {
    font-size: 17px;

    font-weight: 400;
    line-height: 20px;
  }

  .ezbac-tabs-container {
    margin: 0px 0;
  }

  .product-catalog-image img {
    max-width: 34%;
  }

  .ezbac-product-hero:after {
    background-size: 40%;
  }

  .env-content {
    padding-bottom: 90px;
  }

  .inner-banner img {
    height: 200px;
  }

  .about-section {
    padding: 50px 0px 50px 0px;
  }


  .in-cater .category-card {
    height: 150px;
  }

  .in-cater .category-icon img {
    width: 17%;
  }

  .in-cater .category-content {
    height: 128px;
  }

  .in-cater .category-title {
    font-size: 15px;
  }

  .about-React .categories-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .category-icon img {
    width: 23%;
  }

  .about-React .category-content {
    height: 144px;
    background-size: 39%;
  }

  .category-icon img {
    width: 17%;
  }

  .category-title {
    font-size: 24px;
  }

  .catifiheading {
    font-size: 20px;
    margin: -10px 0px 30px 0px;
  }

  .main-image img {
    width: 97%;
    height: 361px;
  }

  .small-image img {
    width: 49%;
  }

  .inabout {
    padding: 0px 0px 50px 0px;
  }

  .inabout.mt-about-50 {
    padding: 80px 0px 50px 0px;
  }

  .bg-color:after {
    top: 0px;
  }

  .center-head {
    padding-top: 40px;
  }


  .workdiv-section {
    padding: 0px 0px 0px 0px;
  }

  .footer-column {
    padding: 0 0px;
  }

  h3.servicetitle.wow.animate__.animate__.animate__animated.animate__fadeInDown.animated {
    font-size: 19px !important;
  }

  .inabout {
    padding: 0px 0px 50px 0px;

  }

  .inabout.mt-about-50 {
    padding: 50px 0px 50px 0px;
  }
}


/* <------------faq---------------> */
.faq-section {
  max-width: 1000px;
  margin: 0px auto 80px auto;
  padding: 0 20px;
}

.faq-title {
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4A4240;
  font-family: Roboto;
}

.faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding-bottom: 18px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}




/*------woocommerce-css-----------*/

.filter-checkbox {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding:3px 0;    width: 100%;
}

.filter-checkbox input {
    margin-right: 8px;
}

.product-pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin-top: 40px;
}


/* ===== REVIEWS ===== */
.ezbac-reviews-wrapper {
    max-width: 900px;
    margin-top: 40px;
}
.filter-checkbox span:first-of-type {
  flex-grow: 1;
}
.ezbac-review-list {
    list-style: none;
    padding: 0;
}

.ezbac-review-list li {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.ezbac-review-list .star-rating {
    color: #4CAF50;
}

.ezbac-no-reviews {
    color: #777;
    margin-bottom: 20px;
}

/* ===== REVIEW FORM ===== */
.ezbac-review-form-wrapper {
    margin-top: 40px;
}

.ezbac-review-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.ezbac-review-form-wrapper input,
.ezbac-review-form-wrapper textarea,
.ezbac-review-form-wrapper select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
}

.ezbac-review-form-wrapper textarea {
    min-height: 120px;
    border-radius: 20px;
}

.ezbac-review-form-wrapper button {
    background: #4CAF50;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.ezbac-review-form-wrapper button:hover {
    background: #3aa84b;
}

/* ===== RATING ===== */
.ezbac-rating label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.ezbac-rating select {
    cursor: pointer;
}

/* ===== STAR RATING UI ===== */
.ezbac-stars {
    display: flex;
    gap: 6px;
    font-size: 30px;
    cursor: pointer;
}

.ezbac-stars span {
    color: #ccc;
    transition: color 0.2s ease;
}

.ezbac-stars span.active,
.ezbac-stars span.hover {
    color: #4CAF50;
}

.ezbac-stars span {
    transform: scale(1);
}

.ezbac-stars span:hover {
    transform: scale(1.2);
}

.ezbac-stars span.active {
    animation: popStar 0.2s ease;
}

@keyframes popStar {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* ===== REVIEW STARS ===== */
.ezbac-rating {
    margin-bottom: 20px;
}

.ezbac-stars {
    display: flex;
    gap: 8px;
    font-size: 30px;
    cursor: pointer;
}

.ezbac-stars span {
    color: #ccc;
    transition: all 0.2s ease;
}

.ezbac-stars span.active {
    color: #4CAF50;
}

.ezbac-stars span:hover {
    transform: scale(1.2);
}

.rating-text {
    margin-top: 6px;
    font-weight: 600;
    color: #4CAF50;
}
/* ===== BUY NOW MODAL ===== */
.buy-now-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.buy-now-modal.active {
    display: flex;
}

.buy-now-content {
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 25px;
    position: relative;
    border-radius: 6px;
}

.buy-now-content h2 {
    margin-bottom: 20px;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 16px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 0px solid #999;
  padding: 12px 10px;
    outline: none;
}

.submit-btn {
    background: #45b96f;
    color: #fff;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 4px;
}
ul.product-det-ad li a {
    color: #000;
}
button.button.buy-now-btn.hero-btn {
    margin-top: 25px;
    cursor: pointer;
}

/* Product description tables */
.ezbac-tab-pane table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.ezbac-tab-pane table th,
.ezbac-tab-pane table td {
    border: 1px solid #d9d9e3;
    padding: 12px 15px;
    vertical-align: middle;
    text-align: left;
}

.ezbac-tab-pane table th {
    background: #f7f7f7;
    font-weight: 600;
}
.servicetitle{color: #000;
font-family: Roboto;
font-size: 25px !important;padding:25px 20px;text-align:center;
font-style: normal;
font-weight: 500;
	line-height: 25px; }
	
	
/* 	<------add css-----------> */
.comment-form-comment{
    display: flex;
    flex-direction: column;
}
.form-submit .submit{    background: linear-gradient(90deg, #53BF77, #53BF77);
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-family: "Microsoft Sans Serif";
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    display: inline-block;
    border: 1px solid #53BF77;}
.ezbac-stars span.active, .ezbac-stars span.hover {
    color: #FFD800;
}
.rating-text {
    margin-top: 6px;
    font-weight: 600;
    color:: #FFD800;
}
.ezbac-product-subtitle {
	font-size: 32px;}
.single-product .ezbac-product-image {
    padding: 40px;
}
#additional a{color:#53BF77;}
/* .single-product :empty {
  display: none;
} */
.wpcf7-form-control-wrap {
    width: 50%;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ffb900;
    color: #fff;
}
.wpcf7-spinner {
    position: absolute !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.white-btn {
	width: 170px;}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff !important;
    color: #fff;
    margin: 0.5em 1em;
}
.search-box {
    position: absolute;
    top: 3px;
    right: 17%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
.search-box input {
    padding: 10px 15px;
    width: 190px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}

/* Active state */
.search-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media(max-width:600px){
	    .mobile-menu-btn {
        margin-left: 10px;
    }
	    .container {
        padding: 0px 10px;
    }
.cert-page-wrapper {
    max-width: 100%;
    padding: 0 0px;
}
.about-React .category-card {
    padding: 0px 0px;
}
.contact-container {
	padding: 30px;}
    .innertitle {
        line-height: 24px;
        padding: 5px;
    }
.product-catalog-sidebar {
	padding: 0px;}
.filter-checkbox {
    padding: 0px 0;
}
	    h6.catalogsubname {
       font-size: 17px;
        padding: 8px 5px;
        font-weight: 500;
    }
/*       .product-catalog-image {
        height: 140px;
    } */
    .product-outer {
		grid-template-columns: repeat(2, 1fr);}
    .ezbac-container {
        padding: 20px 0px 0px 0px;
    }
}
.buy-now-content .form-group p {
    position: relative;
    line-height: 16px;
    gap: 8px;
    margin-bottom: 6px;
}
.buy-now-content .form-group label {
    width: 139px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 1;
    text-align: end;
}
.buy-now-content .form-group input,.buy-now-content .form-group textarea{width:100%;box-shadow:0px 0px 10px #ddd;}


.buy-now-content  .form-group label {
  display: none;
}

/* 4th box ka label */
.buy-now-content .form-group:nth-of-type(4) label {
  display: block;
}

.buy-now-content .wpcf7-form-control-wrap {
    width: 100%;
}
.buy-now-content .submit-btn {
    background: #45b96f;
    color: #fff;
    border: none;
    padding: 0px 18px 16px 18px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 17px;
    line-height: 15px;
    display: block;
    margin: auto;
}
.two-col .wpcf7-form-control-wrap {
    width: 100%;
}

@media(max-width:1024px){
    .hero-container {
        height: 41vh;
    }
    .nav-menu a {
        font-size: 12px;
    }


}
@media(min-width:601px){
	.d-search{display:block}.m-search{display:none}img.emoji {display:none !important;opacity:0;}
}
.header-search {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 10px;
    background: #fff;
}

.header-search input[type="search"] {
    border: none;
    outline: none;
    padding: 8px 10px;
    width: 200px;
}

.header-search button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
@media(max-width:600px){.newsletter-form input {
        margin-bottom: 0px;
    }
		.contact-right .form-group p {
    margin-bottom: 20px;
}
 
	.product-outer {
		grid-template-columns: 1fr;}
/* 	a.common-btn.main_btn.hover_btn.margin-right.contact-btn.main-width.search-toggle {
    width: 30px;
    display: inline-block;
} */
.search-box {
    top: 3px;
    right: auto;
    left: 0px;
}
	.search-box input {
		width: 160px;}
.mobile-dropdown.active {
    max-height: fit-content;
}	
/* .m-search a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border: 1px solid #ccc;
        margin-top: 8px;
        border-radius: 3px;
        padding: 6px;
    } */
	.m-search{ margin-top: 8px;} 
.d-search{display:none}
	.search-box1{width:100%;}
	.search-box1 input{border: 0px solid transparent;}
.inabout p {
    text-align: justify;
}
.header-search input[type="search"] {
    width: 100%;
}
}

.newsletter-form p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
    display: flex;
}
.form-out .wpcf7-form-control-wrap input{width: 100%;}
.wpcf7-not-valid-tip {
    color: #333;
    font-size: 13px;
    position: absolute;
    width: 100%;
}
.wpcf7-response-output {
    font-size: 11px;
}
.threepara p {
    margin-bottom: 20px;
}
.add-mtt{margin-top:40px;}
/* <-------video----------> */
.video-section {
  padding: 0px 20px 50px 20px;
}

.video-grid {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 240px;
    background-color: #ddd;
    box-shadow: 0px 0px 5px #ccc;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;   /* icon size */
  height: 60px;
  background-image: url("https://rmsdemo.com/projects/alma-international/web/wp-content/uploads/2026/01/autoplay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* video controls clickable rahen */
  z-index: 2;
}
@media(max-width:1400px){
.video-box {
  height: 220px;
}

}
@media(max-width:1200px){
    .video-box {
        height: 180px;
    }
}
/* Tablet */
@media (max-width: 991px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-box {
    height: 220px;
  }
}
.video-box.hide-icon::after {
  display: none;
}
.video-box.hide-icon::after {
  opacity: 0;
  visibility: hidden;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    font-size: 24px;
    padding: 10px 12px;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
}
.new-map-section {
    width: 100%;
    margin: auto;
    max-width: 900px;
}
.map-img{
    position: relative;
    width: 100%;
    max-width: 900px;
}

.map-img img {
    width: 100%;
    height: auto;
    display: block;border-radius:10px;overflow:hidden;box-shadow:0px 0px 10px #ccc;
}
.new-map-section {
    padding: 60px 0px;
}
.whatsapp-btn i{font-size:20px;}
.wpcf7-not-valid-tip {
    color: #dc3232;
	font-size: 12px !important;}
section.range-product-wrapper {
    display: none;
}
@media (max-width: 768px) {
  .whatsapp-btn {
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    padding: 10px 12px;
  }
}

.gt_container-cqkkpb .gt_switcher {

    width: 113px !important;

    position: absolute !important;
    top: 16px !important;
    right: -5% !important;
}
.moreproduct {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    margin: -40px auto 60px;
    background-color: #53bf77;
    color: #fff;
    /* width: 630px; */
    padding: 19px;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 20px #ddd;
}

.video-box.video-box-hm{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 440px;
    background-color: #ddd;
    box-shadow: 0px 0px 5px #ccc;
    width: 70%;
    margin: auto;
}

@media(max-width:1400px){

.video-box.video-box-hm {
	height: 400px;}
}

@media(max-width:1200px){
.video-box.video-box-hm {
	height: 330px;width:100%;}
}
@media (max-width: 600px) {
    .video-box.video-box-hm {
        height: 260px;
        width: 100%;
    }
    .hero-container {
        height: 44vh;
        padding: 0px 0px;
    }
.new-map-section {
    padding: 0px 0px 50px 0px;
    width: 90%;
}
	.blog-image {
		height: 250px;}
}
