.heer-banner-bg {
    background: url(../img/heer-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 100px);
}

@media screen and (min-width: 601px) {
    .fs-rr {
        font-size:42px;
        line-height: 45px;
        font-weight: 700;
        }
  }
  
  @media screen and (max-width: 600px) {
    .fs-rr {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        }
  }
  @media screen and (min-width: 601px) {
    .fs-r1112 {
        font-size:45px;
        }
  }
  
  @media screen and (max-width: 600px) {
    .fs-r {
        font-size: 35px;
        }
  }
  @media screen and (min-width: 601px) {
    .fs-r111 {
        font-size:40px;
        }
  }
  
  @media screen and (max-width: 600px) {
    .fs-r1 {
        font-size:30px;
        }
  }
.image-container {
    position: relative;
    display: inline-block;
  }
  

  @media screen and (min-width: 601px) {
    .image-container img {
      width: 100%;
      height: auto;
    }
  }
  
  @media screen and (max-width: 600px) {
    .image-container img {
      width: 100%;
      height: 250px;
    }
  }

  @media screen and (min-width: 601px) {
    .image-container .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(52 247 31));
      color: #fff;
      opacity: 0;
      transition: opacity 1s;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(5px);
      display: flex;
      align-items: center;
      justify-content: end;
      color: #59664A;
      font-size: 20px;
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 600px) {
    .image-container .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(52 247 31));
      color: #fff;
      opacity: 0;
      transition: opacity 1s;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(5px);
      display: flex;
      align-items: center;
      justify-content: end;
      color: #59664A;
      font-size: 10px;
      flex-direction: column;
    }
  }
  @media screen and (min-width: 601px) {
    .image-container .overlay h2 {
      font-size: 30px;
      padding: 10px;
      font-weight: bold;
    }
  }
  
  @media screen and (max-width: 600px) {
    .image-container .overlay h2 {
      font-size: 15px;
      padding: 5px;
      font-weight: bold;
    }
  }
  
  .image-container:hover .overlay {
    opacity: 1;
  }
:host ::ng-deep .custom-slider .p-carousel-next{
    border: 2px solid #679D19!important;
    color: #679D19!important;
    background: transparent!important;
}
:host ::ng-deep .custom-slider .p-carousel-prev{
    border: 2px solid #679D19!important;
    color: #679D19!important;
    background: transparent!important;
}

:host ::ng-deep .custom-slider .p-carousel-next:hover {
    background-color: #679D19!important;
    color: white!important;
}
:host ::ng-deep .custom-slider .p-carousel-prev:hover {
    background-color: #679D19!important;
    color: white!important;
}

@media screen and (min-width: 601px) {
    :host ::ng-deep .custom-slider .p-carousel-prev {
        padding: 31px;
        background-color: #d3d3d340;
    }
  }
  
  @media screen and (max-width: 600px) {
    :host ::ng-deep .custom-slider .p-carousel-prev {
        padding: 0px;
        background-color: #d3d3d340;
    }
  }

:host ::ng-deep .custom-slider .p-carousel-next {
    padding: 31px;
    background-color: #d3d3d340;
}
@media screen and (min-width: 601px) {
    :host ::ng-deep .custom-slider .p-carousel-next {
        padding: 31px;
        background-color: #d3d3d340;
    }
  }
  
  @media screen and (max-width: 600px) {
    :host ::ng-deep .custom-slider .p-carousel-next {
        padding: 0px;
        background-color: #d3d3d340;
    }
  }

:host ::ng-deep .custom-slider .pi-chevron-left {
    font-size: 25px;
    font-weight: 700;
}
:host ::ng-deep .custom-slider .pi-chevron-right {
    font-size: 25px;
    font-weight: 700;
}
:host ::ng-deep .custom-slider .p-carousel-indicators {
    display: none;
}
:host ::ng-deep .custom-slider .carousel-prev-icon .p-icon {
    display: none;
}
.heer-tbc {
  background: #8BC13E;
}
.heer-tc {
  color: #8BC13E;
}
.heer-product-bg {
  background-image: url(/assets/images/heer-cube-bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.heer-pp-bg {
    background: radial-gradient(circle, rgba(139,193,62,0.5018382352941176) 0%, rgba(139,193,62,0.5) 20%, rgba(215,236,195,1) 50%, rgba(139,193,62,0.4) 80%, rgba(139,193,62,1) 100%);
}

@media screen and (min-width: 601px) {
  .fs-r {
      font-size:60px;
      }
}

@media screen and (max-width: 600px) {
  .fs-r {
      font-size: 40px;
      }
}

.sb-our-blog-bg {
    background: url(/assets/images/sb-our-blog-bg.png);
    background-size: contain;
    background-position:bottom;
    background-repeat: no-repeat;
}

.bg-white.col.p-2 label {
  background-color: white;
  color: black;
}

.bg-white.col.p-2 label.active {
  background-color: #8BC13E;
  color: white;
  border-radius: 10px;
  font-weight: bold;
}


/* FONT */
@import url("https://fonts.googleapis.com/css?family=Lato");

/* Please note, it's not quite meant to look pretty.
Hopefully the use of colours would make it easier to see what's going on and edit to your liking! */

/* ONGOING: For better UX, finding solution to have styling on selected tabs*/

/* General */
*, *:hover {
  transition: all 0.3s;
}

/* Main Tabs */

@media screen and (min-width: 601px) {
  label {
    display: inline-block;
    cursor: pointer;
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
  }
}

.tab-radio {
  display: none;
}

/* Tabs behaviour, hidden if not checked/clicked */
.sub-tab-content,
.tab-content {
  display: none;
}

.tab-radio:checked + .tab-content,
.tab-radio:checked + .sub-tab-content {
  display: block;
}

/* Sub-tabs */
.sub-tabs-container label {
  color: #030700;
  text-align: center;
}

/* Tabs Content */
.tab-content {
  padding: 10px;
}

.heer-tab-images {
  background: white;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
}
@media screen and (min-width: 601px) {
  .product-heading {
    font-size: 30px;
    font-weight: bolder
  }
}

@media screen and (max-width: 600px) {
  .product-heading {
    font-size: 22px;
    font-weight: bolder
  }
}
.product-images {
  height: 400px;
  display: flex;
  align-items: center;
}

.heer-product-btn {
  border-radius: 9px;
  border: 1px solid #8BC13E;
  background: transparent;
  width: 90%;
  text-align: center;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
  color: black;
  transform: matrix3d();
}
.heer-product-btn:hover {
  background: #8BC13E;
  color: white;
  transition: filter 1s, background 0.5s, color 0.5s;
}
@media screen and (min-width: 601px) {
    .fs-r {
        font-size:50px;
        line-height: 1;
        }
  }
  
  @media screen and (max-width: 600px) {
    .fs-r {
        font-size: 50px;
        }
  }
  @media screen and (min-width: 601px) {
    .fs-r1 {
        font-size: 20px;
        line-height: 28px;
        color: white;
        background: #679D19;
        }
  }
  
  @media screen and (max-width: 1200px) {
    .fs-r1 {
        font-size: 16px;
        line-height: 20px;
        color: white;
        background: #679D19;
        }
  }
  .heer-product-bg {
    background-image: url(../img/heer-cube-bg.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}


/* accordian */

.faq_section {
  /*background: url("../img/faq-bg.png") center/100% 100% no-repeat;*/
  padding: 5rem 0;
}
.faq_section h2 {
  font-size: 2.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #101828;
}
.accordion-title {
  font-weight: 500;
}
.accordion .accordion-item {
  border-bottom: 1px solid #eaecf0;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #ff7a00;
  background: #f0f5fa;
}
.accordion button {
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  text-align: left;
  width: 100%;
  padding: 1em 0.5rem;
  color: #101828;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ff7a00;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #ff7a00;
  border: 1px solid #ff7a00;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 33%;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #ff7a00;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s linear, max-height 0.3s linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #667085;
  margin: 2em 0;
}

.question-sec {
  padding: 0rem 0 6rem;
}
.question-cont {
  background: #ff7a00;
  border-radius: 16px;
  padding: 2rem 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.question-cont h3 {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
  color: #fff;
}
.question-cont p {
  font-size: 1rem;
  color: #fff;
  font-family: "Lato", sans-serif;
}

.question-cont a {
  font-family: "Lato", sans-serif;
  background: #fff;
  font-weight: 500;
  border-radius: 8px;
  font-size: 1rem;
  color: #000000;
}



  .heerLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; 
    z-index: 9999;
  }
  
  .heerLoader img {
    width: 100px; 
    transition: transform 0.3s ease;
    animation: jumpAnimation 0.65s infinite ease-in-out;
  }
  
  @keyframes jumpAnimation {
    0%, 100% {
      transform: translateY(0); /* Initial and final position (no vertical translation) */
    }
    50% {
      transform: translateY(-10px); /* Move the image gently upward */
    }
  }