body {
  background-color: white;
  font-family: "Roboto", sans-serif;
}

/*<------------------------------------------------ banner section------------------------------------------------------------> */

/* Custom Banner Class */

/* Custom Banner Class */



/* Base Banner Style */
.custom-banner {
  padding-left: 80px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 80vh;
  padding: 50px 20px;
  position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000000;
  border-radius: 47px;
  width: 4rem !important;
  height: 4rem !important;
}

/* Specific Backgrounds for Each Slide */
.banner-1 {
  background-image: url(../../../images/newimage/home/banner/unicrop-banner.webp);
}

.banner-2 {
  background-image: url(../../../images/newimage/home/banner/banner-2.jpg);
}

.banner-3 {
  background-image: url(../../../images/newimage/home/banner/banner-3.jpg);
}

/* .banner-4 {
  background-image: url(../../../images/newimage/home/banner/banner-4.png);
} */

/* Content Box */
.custom-banner-content {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  max-width: 90%;
  margin-left: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Headline */
.custom-banner h1 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #a1b127;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}

/* Paragraph */
.custom-banner p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

.view-all-btn {
  z-index: 10;
}


/*<---------------- our catogerires start-----------------> */
/* Product Section */
.custom-product-section {
  background-color: #f8f9fa;
  padding: 50px 10px;
}

/* Category Heading */
.custom-category-title {
  font-size: 15px;
  color: #1b8836;
}

.custom-heading {
  color: #2c5730;
}

/* Button Styling */
.custom-btn {
  background: #1b8836;
  color: white;
  padding: 10px 25px;
  border-radius: 35px;
  border: none;
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize !important;
  /* font-weight: bold !important; */
}

.custom-btn:hover {
  background: #145f26;
}

/* our catagori  title */
.our-catagori {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.gx-3 {
  display: flex;
  --bs-gutter-x: 1rem;
  flex-direction: row;
  justify-content: center;
}

/*  our catagori card */
/* Section Styling */

.new-categories-width {
  width: 95% !important;
}

.trending-products {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* Carousel Container */
.carousel-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Product Card */
.product-card {
  width: 220px;
  /* Set fixed width */
  background: white;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

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

/* Product Image */
.product-card img {
  width: 60%;
  max-width: 100px;
  height: auto;
  margin: auto;
}

/* Product Title */
.product-card h4 {
  font-size: 16px;
  color: #2c2c2c;
}

.shop-btn {
  background: rgba(2, 95, 30) !important;
  color: white !important;
  border: 2px solid #fff !important;
  font-weight: 500 !important;
  transition: 0.3s ease !important;
}

.owl-item {
  margin-left: 0.9px;
}

.owl-prev,
.owl-next {
  display: none !important;
}

/* Read More Button satrt */
.product-btn2 {
  /* background: #1b8836 !important;
  color: white;
  border-radius: 35px;
  padding: 11px 40px 7px 40px;
  border: none;
  cursor: pointer; */
  /* font-weight: bold; */
  /* transition: 0.3s ease;
  transform: scale(1);
  animation: none; */
}

.product-btn2:hover {
  /* background: #14661d;
  transform: scale(1.1); */
  /* Makes the button grow slightly when hovered */
  /* animation: pulse 0.5s ease-out; */
  /* Pulse animation */
}

/* 
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

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

/* end */



/* above comment code backupfor read more button */
.product-btn2 {
  background: linear-gradient(145deg, #023d02, #056805);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(35, 110, 35, 0.2);
  transition: all 0.3s ease;
}

.product-btn2:hover {
  background: linear-gradient(145deg, #035703, #048a04);
  transform: scale(1.05);
  /* box-shadow: 0 6px 24px rgba(35, 110, 35, 0.4); */
}

/* end  button new css */

.top-content {
  width: 80% !important;
  justify-content: space-between !important;
  margin-right: auto !important;
  ;
  margin-left: auto !important;
  ;
}

/* Product Cards */

.custom-card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 20px;
  background: white;
  transition: 0.3s;
}

.about-img {
  max-width: 608px !important;
  height: 568px !important;
}

.custom-card h4 {
  color: #214f26;
}

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

/* About Section */
.custom-about-section {
  background-color: rgb(218 218 218) !important;
  padding: 60px 10px;
  background-image: -webkit-linear-gradient(rgb(255 255 255 / 94%), rgb(255 255 255 / 83%)), url(../../../images/newimage/home/banner/aboute-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Image Styling */
.main-img {
  width: 70%;
  height: 450px;
  border-radius: 250px;
}

.overlay-img {
  position: absolute;
  border-radius: 250px;
}

.plant-img {
  width: 30%;
  height: 190px;
  top: -16%;
  right: 5%;
}

.life-img {
  width: 38%;
  height: 241px;
  bottom: -21%;
  left: 52%;
}

.left-side {
  margin-bottom: 90px;
  display: flex;
  justify-content: flex-start;
}

/* Text Section */
.custom-text-container {
  padding-left: 30px;
}

.custom-header {
  display: flex;
  align-items: center;
}

.leaf-icon {
  width: 25px;
  height: auto;
}

.custom-subtitle {
  font-size: 16px;
  color: #1b8836;
  margin-left: 10px;
}

/* Feature Boxes */
.custom-features {
  margin-top: 20px;
}

.custom-feature {
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 15px;
}

.feature-icon img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.feature-text h5 {
  color: #214f26;
  font-weight: 600;
}

.feature-text p {
  font-size: 14px;
  color: #5a5a5a;
}

/* Button */
.custom-btn {
  background: #214f26 !important;
  color: white !important;
  padding: 12px 25px !important;
  border-radius: 50px !important;
  border: none !important;
  font-size: 16px !important;
  transition: 0.3s !important;
  box-shadow: 4px 4px 4px 3px rgba(0, 0, 0, 0.2) !important;
}

.custom-btn:hover {
  background: #1b8836 !important;
}

/* product */
/* our product section */
.our-products-section {
  background: #f9f9f9;
}

.section-icon {
  width: 25px;
  height: 25px;
}

.section-subtitle {
  font-size: 15px;
  color: #1b8836;
  margin-left: 5px;
}

.section-title {
  color: #2c5730;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: #214f26;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid #1b8836;
}

.product-card-trending {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  margin: 10px 10px 10px 12px;
  padding: 20px;
}

.product-card-trending h4 {
  margin-top: 7px;
}

.product-image-trending {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.category-trending {
  font-size: 15px;
  color: #888;
  /* margin: 10px 0px 10px 0px; */
}

.product-title-trending {
  color: #214f26;
  font-weight: 600;
  font-size: 15px;
  /* margin-bottom: 20px; */
}

.product-button-trending {
  background: #1b8836 !important;
  color: white;
  border: none;
  width: 90%;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.product-btn:hover {
  background: #16682b;
}

.left-banner {
  width: 21% !important;
  margin-top: -75px !important;
}

.right-banner {
  width: 79% !important;
}

.banner-image {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



/* Our Proudct hover effect */
.product-card-trending {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid lightgray;
}

.product-card-trending:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Optional: image zoom on hover */
.product-card-trending .product-image-treading {
  transition: transform 0.4s ease;
  border-radius: 8px;
  max-height: 281px;
  object-fit: contain;
}

.product-card-trending:hover .product-image-treading {
  transform: scale(1.05);
}

/* Hover background effect (optional layer glow) */
.product-card-trending::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(92, 185, 146, 0.05), rgba(57, 147, 232, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.product-card-trending:hover::after {
  opacity: 1;
}

/* Our Proudct hover effect */

/* OUR PRODUCT OVERLAY AND LEFT SECTION */
.shop-btn {
  background: linear-gradient(145deg, #023d02, #056805);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(35, 110, 35, 0.2);
  transition: all 0.3s ease;
  animation: fadeInDown 1s ease-out;
}

.shop-btn:hover {
  background: linear-gradient(145deg, #035703, #048a04);
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(35, 110, 35, 0.4);
}


.banner-left {
  position: relative;
  width: 95%;
  height: 295px;
  background-image: url(../../../images/newimage/home/explorproduct/categoriesbg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Overlay for dark effect */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  /* Dark overlay */
  border-radius: 10px;
}

/* Content inside banner */
.banner-content {
  /* position: absolute; */
  color: #fff;
  z-index: 1;
  /* margin-top: 110px;
  margin-left: 50px; */
}

.banner-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.banner-content p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* Button styling */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  /* White border */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s;
  background: transparent;
}

/* 
.btn:hover a {
  background: white;
  color: rgb(9, 189, 78);
} */

.btn a {
  color: white;
}

.btn:hover a {
  color: white;
}

/* mobile c-r-b */
.cbr {
  display: inline-block;
  padding: 10px 20px;
  border: 0.5px solid #020202;
  /* White border */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s;
  background: transparent;
}

.cbr a {
  text-decoration: none;
  color: black;
}

.products-trending {
  /* background-color: white; */
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/newimage/home/banner/top-bar-bg.jpg); */
  background-image: -webkit-linear-gradient(rgba(50, 48, 48, 0.5), rgba(49, 45, 45, 0.164)), url(../../../images/newimage/home/banner/top-bar-bg.jpg);
}

/* Custom Progress Bar */
.custom-progress {
  background-color: white;
}

.custom-progress .custom-progress-box {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.brands-text {
  margin-bottom: 14px;
}

/* compny-information */
.custom-company-information {
  background-image: linear-gradient(rgb(171 164 164 / 50%), rgb(137 127 127 / 50%)), url(../../../images/newimage/home/banner/bg-img.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

/* download Brochure css */
.info-items {
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.info-items:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.image-container {
  position: relative;
}

.download-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
}

.info-items:hover .download-btn {
  background-color: #fff;
  color: #2d871b;
}

.custom-image {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.info-items:hover .custom-image {
  transform: scale(1.05);
}

.compny-text {
  font-size: 1.1rem;
  margin-top: 15px;
}

/* download Brochure css */


/* get in touch */
.get-in-touch-section {
  background: linear-gradient(to bottom right, #e6f9e6, #ffffff);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.touchup-subtitle {
  color: #063c06;
  font-size: 1.6rem;
  animation: fadeInDown 1s ease-out;
}

.get-in-touch-btn {
  background: linear-gradient(145deg, #023d02, #056805);
  background-color: White;
  color: #fff;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(35, 110, 35, 0.2);
  border: 2px solid rgb(31, 27, 27) !important;
  transition: all 0.3s ease;
}

.get-in-touch-btn:hover {
  color: #fff !important;
  background: linear-gradient(145deg, #035703, #048a04);
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(35, 110, 35, 0.4);
}

.shape-divider {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 0;
}

.shape-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

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

/* get in touch */




/* compny-profile-text */
.compny-text {
  font-size: 19px;
  margin-top: 36px;
}

.info-items {
  border-radius: 32px;
}

.custom-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  border: 3px solid #1b8836;
  border-radius: 30px;
}

.info-text {
  margin-top: -45px;
  background: #1b8836;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.info-text i {
  padding: 15px;
  color: #1b8836;
  background: #ffffff;
  border-radius: 30px;
  border: 6px solid #1b8836;
}

/* Container to position button over image */
.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Circular download button positioned on image */
.download-btn {
  width: 60px;
  height: 60px;
  background-color: white;
  color: #1b8836;
  border: 5px solid #1b8836;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.download-btn i {
  font-size: 20px;
}

.text-white {
  margin-bottom: 19px;
}

.mt-2 {
  margin-top: 1.8rem !important;
}

.p-3 {
  padding: 0.2rem !important;
}

/* custom-achivment */
.custom-achievement {
  background-color: #f8f9fa;
}

.achievement-icon {
  width: 2%;
  height: 27px;
}

.achievement-title {
  font-size: 16px;
  color: #1b8836;
  padding-top: 1px;
  padding-left: 5px;
}

.achievement-heading {
  color: #2c5730;
}

.achievement-image {
  width: 100%;
  max-width: 98%;
}

.achievement-subtitle {
  color: #2c5730;
}

.achievement-btn {
  background: #2c5730;
  color: #ffffff;
  border-radius: 35px;
}

/* custom footer */
.custom-footer {
  background-color: #001408;
  color: white;
}

.social-icon {
  padding: 10px;
  margin: 0 5px;

  border-radius: 35px;
  color: #ffffff;
  text-align: center;
}

.foter-text {
  width: 300px;
}

.product-btn2 :hover {
  color: white !important;
}


.container-produst {
  width: 1500px;
}

.owl-stage-outer {
  height: 395px;
}

.banner-left {
  margin-top: -29px;
  height: 430px !important;
}

.trending-products {
  height: 301px;
}

.banner-left {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.get-in-touch {
  border-radius: 39px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .products-trending {
    padding: 20px;
  }

  .carousel-container .product-card {
    width: 100%;
    margin: 10px 0;
  }

  .gallery-title img {
    width: 8%;
  }

  /*------------------------------------ header start ----------------------------------------------------- */
  /* topbar */

  .top-bar {
    display: none;
  }

  .navbar-brand img {
    height: 72px;
    margin-top: 8px;
  }

  .offcanvas-body {
    padding: 15px;
  }

  .offcanvas-body .nav-link {
    font-size: 16px;
    padding: 10px 0;
  }

  .social-icons {
    /* margin-left: 154px; */
  }

  .contact-info {
    /* margin-left: 63px; */
    font-size: 13px;
  }

  /*----------------------------------------------------- header end ----------------------------------------------------- */

  /* our ctagories */

  .product-card {
    width: 205px;
    background: white;
    border-radius: 30px;
    padding: 20px;
    margin: 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }

  .product-card h4 {
    font-size: 13px !important;
  }

  .tp {
    margin-left: 7px;
  }

  .custom-category img {
    width: 3%;
  }

  /* about-section */
  /* Image Styling */
  .main-img {
    width: 70%;
    height: 260px;
    border-radius: 250px;
  }

  .overlay-img {
    position: absolute;
    border-radius: 250px;
  }

  .plant-img {
    width: 32%;
    height: 119px;
    top: -31%;
    right: 4%;
  }

  .life-img {
    width: 39%;
    height: 144px;
    bottom: -20%;
    left: 53%;
  }

  .left-side {
    margin-bottom: 90px;
    display: flex;
    justify-content: flex-start;
  }



  .banner-left {
    position: relative;
    width: 95%;
    height: 343px;
    margin-left: 10px;
    background-image: url(uniasset/categoriesbg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .left-banner {
    width: 95% !important;
    margin-top: -10px !important;
  }

  .right-banner {
    width: 95% !important;
  }



  .compny-infoset {
    gap: 10px !important;
    justify-content: center !important;
  }

  /*-------------------------------------------------- custom-footer for mobile view -------------------------------------------------- */
  .footer-detail {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 12px;
  }

  .sub-b {
    line-height: 16px;
    height: 39px;
  }

  .foter-text {
    text-align: justify;
  }

  .contact-us {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-all-column {
    width: 100%;
    padding: 10px;
  }

  .policy {
    text-align: center;
  }

  .menu {
    text-align: center;
  }

  .footerd-flex {
    flex-direction: row;
    align-items: center;
  }

  .social-icon {
    display: inline-block;
    margin: 5px;
  }

  .footerd-text {
    font-size: 20px;
  }

  .fot-col {
    justify-items: center;
  }
}

/*<---------------------------------------------------- tablet view-----------------------------------------> */

@media (min-width: 440px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }

  .navbar-brand img {
    height: 38px;
  }

  /*<------------------------------  header  for tabel view  ---------------------------->*/
  .custom-banner {

    padding: 20px;
    justify-content: flex-start;
    /* Moves text to the top */
    align-items: flex-start;
    /* Aligns text to the left */
  }

  .custom-banner-content {
    max-width: 100%;
    /* Makes text box wider for better fit */
    text-align: left;
    /* Centers text inside content box */
    margin-left: 3px;
    /* Removes left margin for small screens */
    padding: 15px;
    /* Adds better spacing */
    margin-top: 260px;
  }

  .custom-banner h1 {
    font-size: 1.8rem;
    /* Slightly smaller heading */
  }

  .custom-banner p {
    font-size: 0.9rem;
    /* Slightly smaller text */
  }

  /* product */
  .custom-product-section {
    padding: 30px 5px;
  }

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

  .custom-heading {
    font-size: 1.8rem;
  }

  .custom-btn {
    width: 100%;
    font-size: 14px;
  }

  .custom-card {
    padding: 15px;
    text-align: center;
  }

  .custom-card h4 {
    font-size: 1.2rem;
  }

  /* about-section */
  .custom-about-section {
    padding: 30px 5px;
  }

  .main-img {
    width: 65%;
    height: 240px;
  }

  .plant-img,
  .life-img {
    width: 25%;
    height: 100px;

    display: block;
    margin: 10px auto;
  }

  .custom-header {
    margin-top: 85px;
  }

  .custom-text-container {
    padding-left: 10px;
    text-align: center;
  }

  .custom-title {
    font-size: 1.8rem;
  }

  .custom-btn {
    width: 100%;
  }

  .custom-feature {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .feature-icon img {
    width: 40px;
    margin-bottom: 10px;
  }

  /* our product */
  /* Responsive Adjustments */

  .product-header-title {
    font-size: 1.8rem;
  }

  .product-tabs-link {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .product-card-box {
    padding: 10px;
  }

  .product-card-image {
    max-height: 150px;
  }

  .product-card-box .text-white {
    padding: 8px;
  }

  .text-white .py-3 {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }

  /* custom-progress */
  .custom-progress .custom-progress-box {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
  }

  /* compny -info */
  .custom-image {
    max-height: 307px;
  }

  .com-info-text {
    font-size: 16px;
    color: #ffffff;
  }
}


@media (min-width: 440px) and (max-width: 1024px) {
  .container {
    max-width: 95%;
  }

  .navbar-brand img {
    height: 38px;
  }


  .main-img {
    width: 96%;
    height: 439px;
    border-radius: 250px;
  }

  .plant-img {
    width: 33%;
    height: 160px;
    top: -11%;
    right: -1%;
  }

  .life-img {
    width: 38%;
    height: 191px;
    bottom: -21%;
    left: -1%;
  }

  /*  our product */
  .product-header-title {
    font-size: 1.8rem;
  }

  .product-tabs-nav .product-tabs-link {
    font-size: 1rem;
    padding: 8px 15px;
  }

  .product-col {
    width: 25%;
  }

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

  .product-col .text-white {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* custom- progress */
  .custom-progress-left {
    text-align: center;
  }

  .custom-progress .custom-progress-box {
    padding: 10px;
  }

  .custom-progress-right .row {
    justify-content: center;
  }

  /* compny-info */
  .custom-image {
    max-height: 200px;
  }

  .com-info-text {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .main-img {
    width: 70%;
    height: 181px !important;
    border-radius: 250px;
  }

  .plant-img {
    width: 32%;
    height: 89px !important;
    top: -31%;
    right: 4%;
  }

  .life-img {
    width: 39%;
    height: 111px !important;
    bottom: -20%;
    left: 53%;
  }

  .leaf-img-1 {
    display: none;
  }
}

@media (min-width: 375px) {
  .main-img {
    width: 70% !important;
    height: 220px !important;
    border-radius: 250px;
  }

  .plant-img {
    width: 32% !important;
    height: 106px !important;
    top: -31%;
    right: 4%;
  }

  .life-img {
    width: 40% !important;
    height: 133px !important;
    bottom: -20%;
    left: 53%;
  }

  .owl-stage-outer {
    height: 452px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .cps {
    padding: 0px !important;
  }

  .custom-banner h1 {
    font-size: 2rem !important;
  }



  .video-scroll-wrapper {
    justify-content: center !important;
  }

  .trending-products,
  /* .owl-stage-outer, */
  .owl-stage {
    height: 282px;
  }

  .owl-stage-outer {
    height: 501px;
  }

  .main-img {
    width: 70% !important;
    height: 243px !important;
    border-radius: 250px;
  }

  .plant-img {
    width: 32% !important;
    height: 122px !important;
    top: -31%;
    right: 4%;
  }

  .life-img {
    width: 40% !important;
    height: 151px !important;
    bottom: -20%;
    left: 53%;
  }


}

@media (min-width: 426px) and (max-width: 768px) {
  .main-img {
    width: 60% !important;
    height: 400px !important;
    border-radius: 250px;
  }

  .leaf-img-1 {
    width: 7% !important;
    height: auto;
  }

  .gallery-title img {
    width: 6%;
  }

  .product-leaf-icon {
    height: 6% !important;
    width: 5%;
  }

  .achievement-icon {
    height: auto;
    width: 6% !important;
  }

  .plant-img {
    width: 21% !important;
    height: 150px !important;
    top: -10% !important;
    right: 17% !important;
  }

  .life-img {
    width: 30% !important;
    height: 213px !important;
    bottom: -20%;
    left: 60% !important;
  }

  .carousel-container .product-card {
    width: 188% !important;
    margin: 10px 0;
  }

  .wrapper {
    display: inline-flex;
    list-style: none;
    height: 79px !important;
    width: 163% !important;
    padding-top: 13px;
    font-family: "Poppins", sans-serif;
    justify-content: left;
    padding-left: 0px;
  }

  .navbar-brand img {
    height: 68px !important;
    margin-left: 0px !important;
  }

  .owl-stage-outer {
    height: 502px !important;
  }

  .owl-carousel {
    display: none;
    width: 107% !important;
    z-index: 1;
  }

  .banner-left {
    position: relative;
    width: 106% !important;
  }

  .carousel-container .owl-carousel .owl-theme .owl-loaded .owl-drag .owl-stage-outer {
    height: 300px !important;
  }

  .custom-btn {
    width: 29% !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .main-img {
    width: 70% !important;
    height: 334px !important;
    border-radius: 250px;
  }

  .navbar-expand-lg .navbar-nav>li.nav-item {
    line-height: 21px;
  }

  .plant-img {
    width: 32% !important;
    height: 149px !important;
    top: -31%;
    right: 4%;
  }

  .leaf-img-1 {
    width: 10%;
  }

  .life-img {
    width: 39% !important;
    height: 189px !important;
    bottom: -20%;
    left: 53% !important;
  }

  .owl-item {
    width: 349.594px !important;
    margin-left: 17px !important;
  }

  .custom-btn {
    width: 33% !important;
  }




}

@media (min-width: 1025px) and (max-width: 1440px) {
  .main-img {
    width: 70% !important;
    height: 449px !important;
    border-radius: 250px;
  }

  .leaf-img-1 {
    width: 3%;
  }

  .custom-category img {
    width: 8% !important;
  }

  .plant-img {
    width: 32% !important;
    height: 205px !important;
    top: -31%;
    right: 4%;
  }

  .life-img {
    width: 39% !important;
    height: 256px !important;
    bottom: -20%;
    left: 53% !important;
  }

}

@media (min-width: 1441px) and (max-width: 2560px) {
  .main-img {
    width: 70% !important;
    height: 450px !important;
    border-radius: 250px;
  }

  .leaf-img-1 {
    width: 7%;
  }

  .custom-category img {
    width: 8% !important;
  }

  .plant-img {
    width: 32% !important;
    height: 203px !important;
    top: -31%;
    right: 4%;
  }

  .life-img {
    width: 40% !important;
    height: 261px !important;
    bottom: -20%;
    left: 53%;
  }
}

@media (min-width: 320px) and (max-width: 425px) {

  .achievement-icon {
    display: none;
  }

  .custom-category img {
    display: none;
  }

  .product-leaf-icon {
    display: none;
  }

  .leaf-img-1 {
    display: none;
  }

}