* {
  margin: 0%;
  padding: 0px;
  box-sizing: border-box;
}
/* index2 ki image k kony round krny k liye */
.img-fluid {
    img-fluid
    border-radius: 15px;
}

.img-fluid2nd {
    max-width: 100%;
    height: 134px;
border-radius: 15px;
    
}

.img-fluid3rd {
    max-width: 100%;
    height: 346px;
    border-radius: 15px;
}

@font-face {
  font-family: "satoshi";
  src: url(../fonts/Satoshi_Complete/Fonts/Variable/Satoshi-Variable.ttf);
}
@font-face {
  font-family: "clash";
  src: url(../fonts/clash/Fonts/TTF/ClashDisplay-Variable.ttf);
}
body {
  background: #f6f6f6;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.carousel-item img{
    width: 100% !important;
    /*height: 100% !important;*/
}



:root {
  --primary-color: rgba(8, 66, 67, 1);
  --font-satoshi: "satoshi";
  --font-clash: "clash";
  --secondary-text-color: #dcdcdc;
  --primary-text-color: #5d5d5d;
  --primary-background: #f6f6f6;
}
.ih-banner{
    justify-content: center !important;
    text-align: center;
}
/* global */
.primary-bg {
  background-color: var(--primary-background);
}
.primary-btn {
  padding: 12px 28px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: var(--secondary-text-color);
  font-family: var(--font-satoshi);
  font-size: 16px;
  transition: 0.3s;
  margin: 0px 7px;
  position: relative;
}
.primary-btn .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  left: 30;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: #fff;
}
.primary-btn:hover {
  padding: 12px 28px;
  border-radius: 30px;
  background-color: transparent;
  color: var(--primary-color);
  font-family: var(--font-satoshi);
  font-size: 16px;
  border: 1px solid var(--primary-color);
}
.search-btn {
  display: flex;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 38px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0%;
}

/* top-header */
.nav-top {
  padding: 0px 0px;
  background-color: var(--primary-color);
  color: var(--secondary-text-color);
}
.nav-top p {
  font-size: 14px;
  font-family: var(--font-satoshi);
  font-weight: 400;
  color: var(--secondary-text-color);
}
.nav-top i {
  color: var(--secondary-text-color);
}

/* Banner */
.carousel-control-prev-icon {
  color: red;
}

.banner-slider {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 15%;
  left: 3%;
  width: 100%;
  z-index: 1;
}

.carousel-inner {
  z-index: 0;
}

.banner {
  background-size: covebanner-sliderr;
  height: 425px;
  display: flex;
  align-items: center;
  background-position: center;
}

.banner-text h1 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
}
.banner-text p {
  color: var(--Black, #34312f);
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 17px;
}
.banner-text a {
  color: var(--HGS-Green, #084243);
  font-size: 16px;
  font-style: normal;
  line-height: 16px; /* 100% */
  text-decoration: none;
  font-weight: 500;
}
.banner-text a span {
  font-weight: 900;
}
.banner-text {
  padding-left: 30px;
}
button.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: 44%;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
button.slick-prev.slick-arrow {
  position: absolute;
  left: -30px;
  top: 44%;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.company-main {
  padding-top: 141px;
  background: #f6f6f6;
}

.company-heading {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.company-heading h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.company-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin: 10px 0px;
}
.company-content p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.company-heading .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  background-color: #084243;
}
.comapny-right-content {
  position: relative;
}
.company-main {
  overflow: hidden;
}

/* .comapny-right-content::before {
  content: url(../images/image\ 785.png);
  height: 350px;
  background-color: #084243;
  display: block;
  position: absolute;
  right: -160px;
  z-index: 1;
  top: 40px;
} */
.comapny-right-content img {
  position: relative;
  z-index: 2;
}
.comapny-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.comapny-content p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* section 3 product */

.product-main {
  background-color: #f6f6f6;
}
.product-main-heading {
  text-align: center;
  margin-top: 127px;
  margin-bottom: 60px;
}
.product-main-heading h3 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.product-heading {
  display: flex;
  align-items: baseline;
  text-align: center;
  justify-content: center;
  gap: 6px;
}
.product-heading h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.product-heading .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}
.product-content {
  padding-left: 150px;
  padding-bottom: 30px;
}
.product-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44px;
}

.product-text {
  display: flex;
  align-items: baseline;
  text-align: center;
  gap: 6px;
}
.product-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}
.product-text h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.product-row {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}


.products {
  position: relative;
  background-repeat: no-repeat;
  /* background-size: cover;
  background-position: center; */
  width: 240px;
  height: 182.927px;
  display: flex;
  align-items: center;
  text-align: center;
  margin:10px;
}

/* Medium screens - 2 per row */
@media (max-width: 992px) {
  .products {
    width: calc(50% - 20px);
  }
  .product-row {
    justify-content: center;
    gap: 10px;
  }
}


@media (max-width: 575px) {
  /* On medium screens, 2 per row */
  .product-row {
    justify-content: center;
    gap: 10px;
    padding-left: 25%;
  }
  .products {
    display: flex;
    align-items: center;
    width: calc(100% - 10px);   
  }
}


/* Background images */
.product-5 {
  background-image: url("../images/image.png");
}
.product-2 {
  background-image: url("../images/image (1).png");
}
.product-3 {
  background-image: url("../images/image (2).png");
}
.product-4 {
  background-image: url("../images/image (3).png");
}

.products h5 {
  position: absolute;
  bottom: 5px;
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}
.product-btn-col {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.product-button {
  width: 300px;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--HGS-Green, #084243);
}

/* section 4 pink salt product css */

.prod-main {
  height: 653px;
  background: var(--HGS-Green, #084243);
  overflow: hidden;
}
.prod-left-content {
  padding: 146px 0px 0px 0px;
}
.prod-heading {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  width: 350px;
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #0f9b9e 0.18%, #175051 136.62%);
  margin-bottom: 17px;
}
.prod-content h3 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.4px;
  margin-bottom: 20px;
}
.prod-content p {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.prod-content a {
  padding: 15px 30px;
  border-radius: 50px;
  background: #fff;
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.prod-right-content {
  background-image: url(../images/image\ 786.png);
  height: 710px;
  background-repeat: no-repeat;
  position: relative;
  left: 250px;
  top: 5px;
}

/* section 5 Expensive-product */
.Expensive-product-main {
  background: #f6f6f6;
  padding: 100px 0px;
  overflow: hidden;
}
.Expensive-product-heading {
  text-align: center;
  padding: 0;
}
.Expensive-product-heading h3 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.Expensive-product-text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}
.Expensive-product-text h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.Expensive-product-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}
.Expensive-product-arrows {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 230px;
  padding: 0px 100px;
}
.Expensive-product-row {
  justify-content: center;
  align-items: center;
  gap: 30px;
}


.product-area-edible {
    display: flex
;
    width: 350px;
    background-color: #fff;
    padding: 15px 25px;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    border-radius: 30px;
}



.product-area {
  display: flex;
  width: 430px;
  background-color: #fff;
  /* padding: 10px 20px; */
  align-items: center;
  gap: 10px;
  flex-direction: column;
  border-radius: 30px;
}
.product-area h5 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.product-area h4 {
  color: var(--Black, #253d4e);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rating {
  display: flex;
  align-items: baseline;
}




.product-quantity {
 text-align: left !important;
 display: flex;
  /* justify-content: space-between; */
  align-items: baseline;
  gap: 50px;
}
.product-quantity p {
  color: #7a7a7a;
  font-family: var(--font-satoshi);
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-quantity h5 {
  color: var(--HGS-Green, #084243);
  text-align: left;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-buttons {
  display: flex;
  width: 239px;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: var(--HGS-Green, #084243);
  position: relative;
  margin-top: 15px;
  
  
}
.product-buttons .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 105px;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: wheat;
}
.product-buttons a {
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

/* section 6 , 7 , 8 9 css quality section */
.quality-main {
  background: #f6f6f6;
  padding: 60px 0px;
  overflow: hidden;
}
.qulity-row {
  justify-content: center;
  gap: 30px;
}
.quality-left-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.quality-left-content p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.quality-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.quality-text h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.quality-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}
.w-app{
  position: fixed;
  /* right: 0; */
  top: 55vh;
  left: 93%;
  margin-left: auto;
}
.w-app a img{
  backdrop-filter:blur(10px);
  border-radius: 50%;
  box-shadow: 0 0 10px gray;
}
.quality-img {
  display: flex;
  gap: 30px;
}
.left-quality-img {
  width: 270px;
}
.left-quality-img img {
  margin-bottom: 50px;
}
.right-quality-img img {
  height: 340px;
}
.right-quality-img2nd img {
  height: 340px;
  border-radius: 15PX;
}
.right-quality-img3rd img {
  height: 346px;
}

.skin-main {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.6) 100.11%,
      rgba(96, 96, 96, 0) 52.83%
    ),
    url(../images/image\\(10\).png);
  backdrop-filter: dark;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  padding: 20px 0px;
}
.skin-content {
  padding: 67px 0px 0px 0px;
}

.skin-content h3 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.4px;
  margin-bottom: 20px;
}
.skin-content p {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.skin-content a {
  padding: 15px 30px;
  border-radius: 50px;
  background: #fff;
}

/* section 11 our story */
.story-main {
  background: #f6f6f6;
}
.story-content {
  text-align: center;
  padding: 100px 0px 60px 0px;
}
.story-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}
.story-content span {
  font-size: 45px;
  font-weight: bolder;
}
.story-text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}
.story-text h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.story-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}
.story-row {
  justify-content: center;
  margin-bottom: 40px;
}
.story-row img {
  border-radius: 20px;
}
/* section 12 our-reach */

.reach-main {
  background-image: url(../images/pre-footer.png);
  position: relative;
  background-size: cover;
  /* height: 200px; */
}
.white-layer-top {
  width: 214px;
  height: 214px;
  flex-shrink: 0;
  fill: #fff;
  filter: blur(145px);
  background-color: white;
  position: absolute;
}
.white-layer-bottom {
  width: 214px;
  height: 214px;
  flex-shrink: 0;
  fill: #fff;
  filter: blur(145px);
  background-color: white;
  position: absolute;
  bottom: -100px;
  right: 0;
}
.reach-box-left {
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  border-radius: 5px;
  background: linear-gradient(216deg, #0f9b9e 6.98%, #053738 108.08%);
  position: absolute;
  top: 125px;
  left: 166px;
}
.reach-box-right {
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  border-radius: 5px;
  background: linear-gradient(216deg, #0f9b9e 6.98%, #053738 108.08%);
  position: absolute;
  top: 125px;
  right: 166px;
}
.reach-box-bottom {
  width: 40px;
  height: 40px;
  transform: rotate(-15deg);
  flex-shrink: 0;
  border-radius: 5px;
  background: linear-gradient(216deg, #0f9b9e 6.98%, #053738 108.08%);
  position: absolute;
  bottom: 0;
  right: 245px;
  z-index: 0;
  overflow: hidden;
}
.reach-content {
  text-align: center;
  padding-top: 20px;
}
.reach-content h3 {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  padding-bottom: 40px;
}
.reach-text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}
.reach-text h5 {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}
.reach-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: #dcdcdc;
}
.reach-row {
  justify-content: center;
  padding-bottom: 25px;
}
.reach-row button {
  padding: 15px 30px;
  border-radius: 50px;
  background: #fff;
  color: #053738;
  font-weight: 600;
  border: 1px solid white;
}

/* footer secton */
.footer-main {
  background: #dcdcdc;
  padding: 58px 0px 10px 0px;
  overflow: hidden;
}
.footer-End {
  border-top: 2px solid gray;
  width: 90%;
  margin: auto;
  padding-top: 10px;
}
.footer-main .logo {
  margin-bottom: 21px;
}

.footer-row {
  justify-content: center;
  margin-bottom: 51px;
}
.footer-box h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-box h4 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-box-1 p {
  color: #212529;
  /* color: #6e6e6e; REPLACE KRDIYA FOOTER K TEXT   LIYE */
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
 /* line-height: normal; */
  line-height: 26px;
}
.footer-box-1 .input {
  display: flex;
  height: 49px;
  align-items: center;
  margin: 30px 0px;
  align-self: stretch;
  margin-top: 15px;
}
.footer-box-1 input {
  outline: none;
  color: rgba(110, 110, 110, 0.66);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 20px 30px;
  border: none;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.footer-box-1 a {
  padding: 16px 19px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background: var(--HGS-Green, #084243);
  color: white;
  
}

.footer-icons {
  display: flex;
  gap: 20px;
}
.footer-icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #084243;
  border-radius: 50%;
  color: white;
}
.footer-box-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-box-2 a {
    color: #212529;
  /* color: #5d5d5d; REPLACE KRDIYA FOOTER K TEXT   LIYE */
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
/*  line-height: normal; */
  line-height: 26px;
  text-align: start;
  padding-left: 20px;
  font-weight: 500 !important
}
.footer-box-3 div{
    padding: 5px 0px;

}
.footer-box-3 p{
         display: block;
  flex-direction: column;
  gap: 16px;
  color: #212529;
  /* color: #5d5d5d; REPLACE KRDIYA FOOTER K TEXT   LIYE */
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
/*  line-height: normal; */
    line-height: 26px;
  text-align: start;
  padding-left: 2px; 
}
.footer-box-3 strong {
    font-weight: bolder;
        margin: 0%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
}
.footer-End {
  height: 5px;
  padding-bottom: 50px;
  background-color: #dcdcdc;
}
.footer-End h5 {
 /* color: var(--Black, #34312f); */
  color: #212529;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
/*  line-height: normal; */
  line-height: 26px;
  text-transform: capitalize;
}
.footer-add {
  display: flex;
  gap: 10px;
}

.footer-add i {
  font-size: 30px;
  margin-top: 4px;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact i {
  font-size: 20px;
  /*padding-bottom: 20px;*/
}
.footer-email {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.footer-mail {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.af-banner {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 33.67%,
      rgba(0, 0, 0, 0.2) 68.47%
    ),
    url(../images/animal_forge.png);
  background-size: cover;
      height: 420px;
  display: flex;
  align-items: center;
  background-position: center;
}
 /* Large screens (min-width: 1025px) */
        @media (min-width: 1025px) {
            .af-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/animal_forge.png");
                background-attachment: lazy;
            }
        }

        /* Medium screens (481px to 1024px) */
        @media (min-width: 481px) and (max-width: 1024px) {
            .af-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/index2/B/7A767x538.jpg");
                background-attachment: lazy;
            }
        }

        /* Small screens (up to 480px) */
        @media (max-width: 480px) {
            .af-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/index2/A/7A412x538.jpg");
                background-attachment: lazy;
            }
        }






.multani-banner {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 33.67%,
      rgba(0, 0, 0, 0.2) 68.47%
    ),
    url(../images/multani-banner.png);
  background-size: cover;
  height: 538px;
  display: flex;
  align-items: center;
  background-position: center;
}
 /* Large screens (min-width: 1025px) */
        @media (min-width: 1025px) {
            .multani-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/multani-banner.png");
            }
        }

        /* Medium screens (481px to 1024px) */
        @media (min-width: 481px) and (max-width: 1024px) {
            .multani-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/index2/B/7A767x538.jpg");
            }
        }

        /* Small screens (up to 480px) */
        @media (max-width: 480px) {
            .multani-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/index2/A/7A412x538.jpg");
            }
        }



.af-banner-text h1 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
.section_info h2 {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.section_info h2 span {
  font-weight: 700;
}
.section_info p {
  color: var(--primary-text-color);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sub-sec-info h4 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}
.af-list {
  margin: 60px 0px;
}
.af-list ul li {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 10px 0px;
}
.af-list ul p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.af-list2 {
  margin: 70px 0px;
}
.af-list2 h4 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.44px;
  margin: 10px 0px;
}
.af-list2 p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.af-table {
  background: var(--HGS-Green, #084243);
  backdrop-filter: blur(3.5px);
  margin: 2px 0px;
  padding: 15px 0px;
}

/* radius 20 sy 50 ki hai jkz */
.af-table-box {
  border-radius: 35px;
  background: #fff;
  padding: 25px 40px;
  background-color: #fff;
  padding: 0px;
  border: 1px solid #ddd;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.af-table-box table td, 
.af-table-box table th {
  vertical-align: top; /* Text ko upar align karega */
  padding: 8px 12px; /* Thoda space dega taake readable ho */
}
.af-table-box h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.af-table-box p {
  color: var(--HGS-Green, #084243);
  text-align: right;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.af-table-box h6 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.af-list2 .primary-btn {
  width: fit-content;
  text-decoration: none;
}
.feed li {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0px;
}
.page-intro {
  padding: 100px;
  background: #f6f6f6;
}
.page-intro h2 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
}
.multani ul {
  list-style: none;
}
.multani ul li {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.req-sample {
  margin: 100px 0px;
}

.req-text h1 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 10px 0px;
}
.req-text h6 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0px;
}

.req-text p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0px;
}
.req-table {
  border-radius: 12px;
}
.req-table thead {
  background-color: #053738;
  color: white;
  border-radius: 12px;
}
.req-table thead th {
  border: 1px solid #f6f6f6;
  color: #fff;
  text-align: center;
  font-family: var(--font-clash);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;

  text-align: center;
}
.req-table tr td {
  background-color: white;
  border: 1px solid #f6f6f6;
  text-align: center;
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
.req-table tr td a {
  padding: 7px 10px;
  border-radius: 8px;
  background-color: #053738;
  color: white;
  text-decoration: none;
}
.req-form {
  padding: 30px;
  background-color: white;
  border-radius: 12px;
}
.req-form h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}

.req-form label {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.req-form .text-input,
.req-form .text-input select {
  padding: 15px;
  background-color: #f4f4f4;
  color: #838383;
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 92.857% */
  letter-spacing: 0.28px;
  text-transform: capitalize;
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 12px;
}
.req-form .row {
  border-bottom: 2px solid #f4f4f4;
}
.req-form .total {
  margin: 20px 0px;
  background-color: #053738;
  color: white;
  padding: 20px;
  width: fit-content;
  display: block;
  border-radius: 12px;
}
.total p {
  color: #fff;
  font-family: var(--font-clash);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.total p span {
  font-weight: 600;
}
.req-form .primary-btn {
  text-decoration: none;
  width: fit-content;
}
.contact-us h1 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
.contact-form {
  background-color: #053738;
  border-radius: 24px;
  padding: 30px;
}
.contact-form label {
  color: #fff;
  font-family: var(--font-clash);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 10px 0px;
}
.c-text-input {
  padding: 15px;
  background-color: #f4f4f4;
  color: #838383;
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 92.857% */
  letter-spacing: 0.28px;
  text-transform: capitalize;
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 12px;
}
.contact-form textarea {
  height: 200px;
  resize: none;
}
.contact-form button {
  padding: 15px 30px;
  border-radius: 50px;
  background: #fff;
  color: #053738;
  font-weight: 600;
  border: 1px solid white;
  width: fit-content;
}
.contact-us h2 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
}

.h-banner {
  width: 100%;
      height: 538px;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 33.67%,
      rgba(0, 0, 0, 0.2) 68.47%
    ),
    url(../images/banner4.png);

  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-left: 100px;
  align-items: center;
  justify-content: space-between;
}
.h-banner-content {
  width: 800px;
}
  @media (min-width: 1025px) {
            .h-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/banner4.png");
                background-attachment: lazy;
            }
        }

        /* Medium screens (481px to 1024px) */
        @media (min-width: 481px) and (max-width: 1024px) {
            .h-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/index2/B/7A767x538.jpg");
                background-attachment: lazy;
            }
        }

        /* Small screens (up to 480px) */
        @media (max-width: 480px) {
            .h-banner {
                background-image: url("https://hayesglobalsolution.com/assets/images/index2/A/7A412x538.jpg");
                background-attachment: lazy;
            }
        }




.h-banner-content h3 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}
.h-banner-content p {
  color: #dcdcdc;
  font-family: var(--font-clash);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 25px;
}
.h-banner-content strong {
  color: white;
}
.h-banner-content a {
  border-radius: 50px;
  background: #fff;
  padding: 15px 30px;
}

/* section 2 henna-source */
.henna-main {
  margin-bottom: 100px;
}
.henna-heading {
  text-align: center;
  margin: 100px 0px 60px 0px;
}
.henna-row {
  justify-content: center;
}
.henna-heading h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.henna-heading span {
  font-weight: 600;
}
.henna-heading p {
  color: #6e6e6e;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* section 3 henna-uses */
.henna-uses-main {
  background-color: #084243;

  overflow: hidden;
}
.uses-heading {
  text-align: center;
}
.uses-row {
  justify-content: center;
  gap: 20px;
}
.uses-heading h3 {
  color: #dcdcdc;
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.uses-heading span {
  font-weight: 600;
}
.uses-heading p {
  color: #dcdcdc;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}

.henna-content li {
  color: #fff;
  font-family: var(--font-clash);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}
.henna-content p {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 25px;
  margin-bottom: 15px;
}

/* section 4 Organic-henna */

.Organic-henna-row {
  justify-content: center;
  gap: 38px;
}
.Organic-henna-main {
  margin: 100px 0px;
}
.Organic-henna-main h3 {
  padding-top: 50px;
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.Organic-henna-main span {
  font-weight: 600;
}
.Organic-henna-main p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.henna-button {
  width: 135px;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--HGS-Green, #084243);
  position: relative;
}
.henna-button .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 53px;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: white;
}
.henna-button a {
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

.privacy-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 150px;
  margin-bottom: 60px;
}
.privacy-content h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-top: 25px;
}
.privacy-content p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.privacy-content span {
  color: #084243;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.privacy-content li {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

/* section 3 accordian */

.accordian-main {
  display: flex;
  justify-content: center;
  display: none;
}

.accordian-main .accordion-button {
  background-color: #f6f6f6;
  padding: 15px 0px;
}



.a-banner-content {
  max-width: 700px;
}


.a-banner-content p {
  color: #dcdcdc;
  font-family: var(--font-clash);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}



.a-banner-content h3 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/* section 2 about company */
.a-company-heading h3 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  display: block;
}
.a-company-heading span {
  font-weight: 600;
}
.a-company-heading p {
  color: #6e6e6e;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  display: block;
}

.company-row-2 {
  justify-content: center;
  align-items: center;
}
.company-row-2 p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* section 3 future goal css */

.future-main {
  background: var(--HGS-Green, #084243);
  display: flex;
  justify-content: center;
}
.future-row {
  justify-content: center;
  gap: 70px;
}
.future-heading {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.future-text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}
.future-text h5 {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.future-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: #dcdcdc;
}
.future-heading h3 {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.future-heading span {
  font-weight: 600;
}

.future-content {
  background: white;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}
.future-content i {
  font-size: 70px;
  margin-bottom: 15px;
}
.future-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.future-content p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 80px;
}

/* section 4 company images */

.company-images-row {
  justify-content: center;
  gap: 30px;
}

/* section 5 company faQ */

.FAQ-row {
  justify-content: center;
  text-align: center;
}
.FAQ-row h3 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-top: 100px;
}
.FAQ-row p {
  color: #6e6e6e;
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
.FAQ-accordian h5 {
  color: var(--HGS-Green, #084243);
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.FAQ-accordian .accordion-button {
  background-color: #f6f6f6;
  padding: 15px 0px;
}
.himalayan-main {
  margin-top: 30px;
  padding-bottom: 30px;
  background-image: url(./assets/images/image\ 788.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.himalayan-main-row {
  justify-content: center;
}

.himalayan-heading h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 100px;
}

.himalayan-heading span {
  font-size: 60px;
  font-weight: bolder;
}

.himalayan-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: center;
}

.himalayan-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}

.himalayan-text h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.himalayan-content h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}

.himalayan-content span {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}

.himalayan-content h5 {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}

/* himalayan section products css */

.Expensive-product-row {
  justify-content: center;
  align-items: center;
  gap: 30px;
}


.product-area {
  display: flex;
  width: 480px;
  background-color: #fff;
  padding: 15px 25px;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  border-radius: 30px;
}

.product-area h5 {
  color: var(--HGS-Green, #084243);
  text-align: left;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product-area h4 {
  color: var(--Black, #253d4e);
  text-align: left;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rating {
  display: flex;
  align-items: baseline;
}

.product-quantity {
  display: flex;
  /* justify-content: space-between; */
  align-items: baseline;
  gap: 5px;
}

.product-quantity p {
  color: #7a7a7a;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-quantity h5 {
  color: var(--HGS-Green, #084243);
  text-align: left;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-buttons {
  display: flex;
  width: 220px;
  padding: 15px 13px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  border-radius: 50px;
  background: var(--HGS-Green, #084243);
  position: relative;
}

.product-buttons .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 105px;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: wheat;
}

.product-buttons a {
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

/* section 3 salt lamp css */
.salt-heading {
  margin-top: 100px;
  margin-bottom: 40px;
}
.salt-main-row {
  justify-content: center;
}

.salt-heading h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}

.salt-heading span {
  font-size: 40px;
  font-weight: bolder;
}

.salt-heading p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.salt-text h3 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  margin: 0px 0px;
}

.salt-content-row {
  justify-content: center;
  gap: 30px;
}

.salt-contents-row {
  justify-content: center;
}

.salt-contents-row .salt-left-contents {
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.salt-contents-row .salt-right-contents {
  border-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.salt-content {
  background: #084243;
  border-radius: 20px;
  padding: 11px 40px 0px 37px;
  
}

.salt-content h3 {
  color: #fff;
  font-family: var(--font-clash);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 10px;
}

.salt-content li {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.saalt-left {
  border: 20px;
}

/* salt products cards section 3,4,5,6 ,7,8 ,9/ Natural , Geometrical , figure,Animal Lick,SALT CULINARY,Fire Bowls shap cards / css  */
.salt-main {
  justify-content: center;
}
.salt-product-area {
  display: flex !important;
  width: 340px;
  background-color: #fff;
  padding: 30px 40px;
  align-items: center;
  gap: 1px;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 60px;
  overflow: hidden;
}

.salt-product-area img {
  height: 118px;
  width: 81px;
}

.salt-product-area h5 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.salt-product-area h4 {
  color: var(--Black, #253d4e);
  text-align: left;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.salt-product-area p {
  margin-bottom: 0px;
  
  
}

.salt-product-area .rating {
  display: flex;
  align-items: baseline;
}

.salt-product-area .product-quantity {
  display: flex;
  justify-content: start;
  text-align: start;
  align-items: start;
  gap: 30px;
}

.salt-button-row {
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.salt-button {
  width: 137px;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--HGS-Green, #084243);
  position: relative;
}

.salt-button a {
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.salt-button .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 54px;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: #fff;
}

/* section 2 himayalan  */

.himalayan-main-row {
  justify-content: center;
}

.himalayan-heading h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 100px;
}

.himalayan-heading span {
  font-size: 60px;
  font-weight: bolder;
}

.himalayan-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: center;
}

.himalayan-text .side {
  width: 8px;
  height: 8px;
  transform: rotate(46.7deg);
  opacity: 0.4;
  background: var(--HGS-Green, #084243);
}

.himalayan-text h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

/* section 3 bath salt main  */

.bath-salt-main {
  background: #084243;
  padding: 60px 0px;
  overflow: hidden;
}
.detoxify-salt-text {
  text-align: center;
  margin-bottom: 40px;
}

.detoxify-salt-text h3 {
  color: #084243;
  text-align: center;
  font-family: var(--font-clash);
  font-size: 55px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 66.667% */
  letter-spacing: 0.9px;
}
.detoxify-salt-text h5 {
  color: #084243;
  font-family: var(--font-clash);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
  margin-bottom: 1px;
}

.bath-salt-text {
  text-align: center;
  margin-bottom: 40px;
}
.bath-salt-text h3 {
  color: #fff;
  text-align: center;
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 66.667% */
  letter-spacing: 0.9px;
}
.bath-salt-text h5 {
  color: #fff;
  font-family: var(--font-clash);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
.bath-salt-text p {
  color: #dcdcdc;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bath-salt-row {
  justify-content: center;
}

/* section 4 , 5 ,6 salt and salt product cards  */

.salt-heading h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.salt-heading span {
  font-size: 60px;
  font-weight: 600;
}
.salt-heading h5 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.salt-heading p {
  color: #6e6e6e;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.salt-text h3 {
  color: var(--HGS-Green, #084243);
  font-family: var(--font-clash);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  
}
.salt-text span {
  font-size: 45px;
}

.salt-main-row {
  justify-content: center;
}

.salt-product-area {
  display: flex;
  width: 340px;
  background-color: #fff;
  padding: 30px 40px;
  align-items: center;
  gap: 1px;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 60px;
  overflow: hidden;
}
.Expensive-product-row {
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.salt-product-area img {
  height: 118px;
  width: 81px;
}

.salt-product-area h5 {
  color: var(--HGS-Green, #084243);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.salt-product-area h4 {
  color: var(--Black, #253d4e);
  text-align: center;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.salt-product-area p {
  margin-bottom: 0px;
 
}

.salt-product-area .rating {
  display: flex;
  align-items: baseline;
}

.salt-product-area .product-quantity {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 30px;
}

.product-buttons {
  display: flex;
  width: 220px;
  padding: 15px 13px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: var(--HGS-Green, #084243);
  position: relative;
}

.product-buttons .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 105px;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: wheat;
}

.product-buttons a {
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.salt-button-row {
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.salt-button {
  width: 137px;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--HGS-Green, #084243);
  position: relative;
}

.salt-button a {
  color: var(--white, #fff);
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.salt-button .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 54px;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: #fff;
}
.b-banner {
  width: 100%;
  height: 500px;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 10.11%,
      rgba(0, 0, 0, 0.2) 52.83%
    ),
    url(./assets/images/banner3.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-left: 100px;
  align-items: center;
  justify-content: space-between;
}

.b-banner-content h3 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}
.hi-banner {
  width: 100%;
  height: 538px;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 10.11%,
      rgba(0, 0, 0, 0.2) 52.83%
    ),
    url(./assets/images/banner2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-left: 100px;
  justify-content: space-between;
  align-items: center;
}

.hi-banner h3 {
  color: var(--white, #fff);
  font-family: var(--font-clash);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}
.product-sliders button.slick-next.slick-arrow {
  position: absolute;
  right: -49px;
  top: 44%;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.product-sliders button.slick-prev.slick-arrow {
  position: absolute;
  left: -45px;
  top: 44%;
  background: white;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.mob-nav {
  position: absolute;
  background: white;
  top: 141px;
  width: 339px;
  padding: 30px;
  transition: 0.5s;
  display: none;
  height: 100vh;
}


.mob-nav-a {
  position: absolute;
  z-index: 1000;
  background: white;
  top: 72px;
  width: 339px;
  padding: 30px;
  transition: 0.5s;
  display: block;
  height: 100vh;
}
/* yahan Add krni hai Screen */ 
@media (max-width:2560px) {
.hide-himaliya,.hide-spa{
  position: absolute;
  right: -118px;
  background-color: white;
  box-shadow: 0px 0px 10px;
  top: 1px;
  z-index: 99999999;
}
}
   @media (max-width:1440px) {
    .hide-himaliya,.hide-spa{
  position: absolute;
  right: -117px;
  background-color: white;
  box-shadow: 0px 0px 10px;
  top: 1px;
  z-index: 99999999;
    }  
}
   @media (max-width:1366px) {
    .hide-himaliya,.hide-spa{
  position: absolute;
  right: -112px;
  background-color: white;
  box-shadow: 0px 0px 10px;
  top: 1px;
  z-index: 99999999;
    }  
}
@media (max-width:1280px) {
    .hide-himaliya,.hide-spa{
  position: absolute;
  right: -102px;
  background-color: white;
  box-shadow: 0px 0px 10px;
  top: 1px;
  z-index: 99999999;
    }  
}
@media (max-width:1024px) {
    .hide-himaliya,.hide-spa{
  position: absolute;
  right: -101px;
  background-color: white;
  box-shadow: 0px 0px 10px;
  top: 1px;
  z-index: 99999999;
    }  
}
    @media (max-width:768px) {
    .hide-himaliya,.hide-spa{
  position: absolute;
  right: -90px;
  background-color: white;
  box-shadow: 0px 0px 10px;
  top: 1px;
  z-index: 99999999;
    }  
}
.nav-link:hover{
  border-bottom: 2px solid;
}

/* ///////////////////// */


.Hotbg
{
  display: flex;
    position: relative;
    border: 1px solid var(--primary-color);
    top: 50%;
    /* background: white ; */
    left: 50%;
    transform: translate(-50%, 0);
    height: 40px;
    border-radius: 40px;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.Hotbg:hover > .Hotbg-txt
{
    width: 240px;
    padding: 0 6px;
    color: black;
}

.Hotbg:hover > .Hotbg-btn
{
    color: black;
}

.Hotbg-btn
{
    float: right;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    color: black;
    cursor: pointer;
}

.Hotbg-btn > i
{
    font-size-adjust: 30px;
    
}

a
{
    text-decoration: none;
    
}

.Hotbg-txt
{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: black;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    font-weight: semibold;
}


.form-check {
  margin-right: 20px;
}



#dialog-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 500px;
  /* height: 200px; */
}

.dialog-content h2 {
  margin-bottom: 10px;
}

.dialog-content input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.close-btn {
  background-color: rgba(8, 66, 67, 1);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.close-btn:hover {
  background-color: white;
  border: 1px solid rgba(8, 66, 67, 1);
  color: rgba(8, 66, 67, 1); /* Add this line */
}

/* Existing styles... */

.dialog-content label {
  display: block;
  margin-bottom: 10px;
}

.dialog-content input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.dialog-content select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.submit-btn {
  background-color: rgba(8, 66, 67, 1);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: white;
  border: 1px solid rgba(8, 66, 67, 1);
  color: rgba(8, 66, 67, 1);
}



.customize-bg {
  background-color: var(--primary-background);
}
.customize-btn {
  padding: 12px 12px;
  width: 200px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: var(--secondary-text-color);
  font-family: var(--font-satoshi);
  font-size: 16px;
  transition: 0.3s;
  margin: 0px 7px;
  position: relative;
}
.customize-btn .white {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  left: 30;
  bottom: -13px;
  fill: #fff;
  filter: blur(20px);
  background-color: #fff;
}
.customize-btn:hover {
  padding: 12px 28px;
  border-radius: 30px;
  background-color: transparent;
  color: var(--primary-color);
  font-family: var(--font-satoshi);
  font-size: 16px;
  border: 1px solid var(--primary-color);
}

.input-shape {
  /* width: 100px; */
  height: 90px;
}


  @media only screen and (max-width: 768px) {
    .bottom-banner {
      top: 50px !important;
    }
  }
  

/* ✅ Product Card Styling */
/* ✅ Beautiful Product Card */
.A786-product-card {
    background: #fff; /* ✅ Default White Background */
    padding: 20px;
    border-radius: 15px; /* ✅ Rounded Corners */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15); /* ✅ Soft Shadow */
    text-align: center;
    transition: background 0.4s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    max-width: 350px;
    margin: auto;
    overflow: hidden; /* ✅ Prevent Overflow */
    position: relative;
}

/* ✅ Hover Effect - Background to Black */
.A786-product-card:hover {
    background: #3ABDBD; /* ✅ Hover Background Black */
    transform: scale(1.05); /* ✅ Smooth Zoom */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.3); /* ✅ Enhanced Shadow */
}

/* ✅ Product Image */
.A786-product-image {
    width: 100%;
    height: auto;
    border-radius: 12px; /* ✅ Rounded Image Corners */
    transition: transform 0.3s ease-in-out;
}

/* ✅ Image Hover Zoom */
.A786-product-card:hover .A786-product-image {
    transform: scale(1.08); /* ✅ Slight Zoom */
}

/* ✅ Product Title & Text */
.A786-product-title, 
.A786-product-subtitle, 
.A786-product-table td {
    color: #333; /* ✅ Default Dark Text */
    transition: color 0.4s ease-in-out;
}

/* ✅ Change Text to White on Hover */
.A786-product-card:hover .A786-product-title,
.A786-product-card:hover .A786-product-subtitle,
.A786-product-card:hover .A786-product-table td {
    color: white; /* ✅ Text Turns White on Hover */
}

/* ✅ Table Styling */
.A786-product-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

/* ✅ Hide Borders & Add Space */
.A786-product-table td {
    border: none;
    padding: 8px 20px;
    text-align: left;
    font-size: 16px;
}

/* ✅ First Column (1 Line) */
.A786-product-table td:first-child {
    white-space: nowrap;
    padding-right: 40px;
    font-weight: bold;
}

/* ✅ Second Column (Multi-Line) */
.A786-product-table td:last-child {
    white-space: normal;
    word-wrap: break-word;
    padding-left: 20px; /* Extra left padding for balance */
}

/* ✅ Product Buttons */
.A786-product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    transition: transform 0.3s ease-in-out;
}

/* ✅ Button Styling */
.A786-product-buttons a {
    background: #255050; /* ✅ Default Button Color */
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
}

/* ✅ Button Hover Effect */
.A786-product-buttons a:hover {
    background: #4B9292; /* ✅ Change on Hover */
    transform: scale(1.1);
    box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.3); /* ✅ Soft Glow Effect */
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
    .A786-product-card {
        padding: 15px;
    }

    .A786-product-table td {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    .A786-product-table td:first-child {
        font-weight: bold;
        padding-bottom: 2px;
    }

    .A786-product-buttons {
        flex-direction: column;
    }
}






    /* Product Table */
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 1px;
        }
        th, td {
            padding: 1px;
        }
        /* Remove border */
        th, td {
            border: none;
        }
        /* Center align for first table */
        /* Label Product Name */
        .first-table th {
            text-align: center;
            font-weight: bold;
        }
        /* Left align for second table */
                /* Variant Name & Value */
        .second-table td {
            text-align: left;
            padding: 5px; /* Reduce row height Variant Name & Value */
        }
        /* First column: Keep text in one line */
        /* Variant name */
        .second-table td:first-child {
            white-space: nowrap;
        }
        /* Second column: Allow text to wrap */
        /* Variant Value */
        .second-table td:last-child {
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
        /* Heading sizes */
        /* Label */
        .heading-1 {
            font-size: 16px;
            font-weight: bold;
        }
        /* Product Name heading  */
        .heading-3 {
            font-size: 14px;
            font-weight: bold;
        }
        /* Variant Name heading  */
        .heading-2 {
            font-size: 14px;
            font-weight: bold;
        }
        /* Variant Value heading  */
        .heading-4 {
            font-size: 16px;
        /*    font-weight: bold; */
        }
        
        /* Variant Table Start */
       .table-card {
            width: 100%;
            border-collapse: collapse;
        }
        .table-card td {
            padding: 1px;
            vertical-align: top;
        }
        .table-card td:first-child {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 150px; /* Adjust as needed */
        }
        .table-card td:last-child {
            word-wrap: break-word;
            white-space: normal;
        }
            /* Variant Table End */
            
            .tool-item img {
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}