.pointerbg{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
}
.green-pointerbg{
     background-image: url('../images/green-sweet-win.png');
}
.blue-pointerbg{
        background-image: url('../images/pointerbgimg.webp'); 
}
.naturagreen-pointerbg{
    background-image: url('../images/natura-smart-sweet-bg.webp');
}

.dlite-pointerbg{  
     background-image: url('../images/dlite-smart-sweet.webp');
}
/* Feature Items (buttons look) */
.feature-item {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
  border-right: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  max-width: 450px;
  font-size: 18px;
  backdrop-filter: blur(5px); /* optional, for soft glass effect */
}

/* Optional hover effect */
.feature-item:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #fff;
  transition: all 0.3s ease;
}
.sweet-win .swiper-slide{
    background-image: url('../images/grailinearbg.png');
    border-radius: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
   
    background-repeat: no-repeat;
    background-size: cover;
}
.dlite-sweet-slider{
 border: 1px solid #6A3022;
}
.dlite-sweet-slider .cus-btn a{
 border: 1px solid #6A3022;
 color: #6A3022;
}
.natura-sweet-slider{
 border: 1px solid #98BC00;
}
.natura-sweet-slider .cus-btn a{
 border: 1px solid #98BC00;
 color: #98BC00;
}
.green-sweet-slider{
    border: 1px solid #37B34A;
}
.green-sweet-slider .cus-btn a{
 border: 1px solid #37B34A;
 color: #37B34A;
}
.blue-sweet-slider{
border: 1px solid #0061AF;
}
.blue-sweet-slider .cus-btn a{
 border: 1px solid #0061AF;
 color: #0061AF;
}
.checked {
    color: #FFD531;
    font-size: 25px;
    padding: 0 5px;
}
.blue-btn{
    color: #12824C;
}
.cus-btn a{
    color: #12824C;
    border: 1px solid #12824C;
    padding: 10px 30px;
    font-size: 14px;
    font-family: 'PoppinsExtraBold';
    letter-spacing: 0.5px;
}
.cus-btn a:hover{
  background-color: #000000;
  color: #ffffff;
}
.customer-name h4{
    font-weight: 700;
    font-size: 18px;
    font-family: 'PoppinsBold';
}
.customer-quote p{
    /* height: 100px; */
}


.slide-equal-h {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slide-equal-h > * {
  flex: 1;
} 


.lineBeforename{
    position: relative;
    padding-left: 10px;
}
.lineBeforename::before{
    content: '';
    position: absolute;
    background-color: #2B2B2B;
    width: 2px;
    height:100%;
    left: 0;
    top: 0;
}
.navigationarrow{
    position: absolute;
    max-width: 500px;
    bottom: 20px;
    margin: 0 auto;
    display: table;
    right: 0;
    left: 0;
}
.navigationarrow .swiper-button-next, .navigationarrow .swiper-button-prev{
    background-color: #37B34A;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
}

.navigationarrow .swiper-button-next:after, .navigationarrow .swiper-button-prev:after{
    font-size: 20px;
}

.navigationarrow .swiper-button-next, .navigationarrow .swiper-rtl .swiper-button-prev
 {
    right: -50px;
    left: auto;
}
.navigationarrow .swiper-button-prev, .navigationarrow .swiper-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}
.blue_navigationarrow .swiper-button-next, .blue_navigationarrow .swiper-button-prev{
     background-color: #0061AF;
}
.dlite_navigationarrow .swiper-button-next, .dlite_navigationarrow .swiper-button-prev{
     background-color: #6A3022;
}
.bluebg-gradientimg{
     background-image: url('../images/receipebgimg.png');
       padding: 5rem 0 7rem;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
}
.greenbg-gradientimg{
    background-image: url('../images/green-gradient-img.png');
        padding: 5rem 0 7rem;
         background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.natura-greenbg-gradientimg{
    background-image: url('../images/natura-greenbg.png');
    padding: 5rem 0 7rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.dlite-gradientimg{
    background-image: url('../images/dlite-bg.webp');
    padding: 5rem 0 7rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.circleproduct{
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 86%;
}
.blueCircleimg{
    background-image: url('../images/bluecircle.png');
}
.greenCircleimg{
     background-image: url('../images/greencircle.png');
}
.natura_greenCircleimg{
     background-image: url('../images/natura-green-circle.png');
}
.dlite_Circleimg{
     background-image: url('../images/dlite-circle.png');
}
.mythSlider .swiper-slide{
    background-color: #ffffff;
}

.mythSlider h4{
      font-family: 'PoppinsBold';
      font-size: 18px;
      padding: 10px 0;
}
.mythSlider .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.8); /* Smaller size for inactive slides */
}

.mythSlider .swiper-slide-active {
  transform: scale(1); /* Full size for active (center) slide */
  z-index: 2; /* Bring it above others */
}

.mythSlider .swiper-slide-prev,
.mythSlider .swiper-slide-next {
  transform: scale(0.9); /* Slightly smaller than center */
  z-index: 1;
}
.whitebgnavigation{
    bottom: 50px;
}
.whitebgnavigation .swiper-button-next, .whitebgnavigation .swiper-button-prev {
    background-color: #ffffff;
    color: #0061AF;
}
.fitness-recipe{
    padding: 5rem 0;
    margin-top: 2rem;
}
.latestReceipe h4{
    font-size: 24px;
    font-family: 'PoppinsBold';
}
.latestReceipe small{
    font-size: 12px;
}
.latestReceipe p{
    font-size: 14px;
}
.green-card-btn{
    color: #15A82B;
}


@media(max-width:400px){
.pointerbg{
    padding: 2rem 1rem 0rem !important;
            overflow: hidden;
}
}
@media(max-width:767px){
    .features{
        margin-bottom: 1.5rem;
    }
.blue-pointerbg{
            background-image: url(../images/receipebgimg.png);
        padding: 3rem 1rem 1rem;
        background-position: bottom;
        background-size: cover;
        height: auto;
        
}
.green-pointerbg{
        background-image: url('../images/green-gradient-img.png');
        padding: 3rem 1rem 1rem;
        background-position: bottom;
        background-size: cover;
        height: auto;
}
.naturagreen-pointerbg{
     background-image: url('../images/natura-greenbg.png');
        padding: 3rem 1rem 1rem;
        background-position: bottom;
        background-size: cover;
        height: auto;
}

.dlite-pointerbg{  
     background-image: url('../images/dlite-smart-sweet.webp');
        padding: 3rem 1rem 1rem;
        background-position: bottom;
        background-size: cover;
        height: auto;
}
.feature-item{
    padding: 6px 20px;
    margin-bottom: 9px;
    max-width: 100%;
}
.bluebg-gradientimg, .greenbg-gradientimg, .natura-greenbg-gradientimg, .dlite-gradientimg{
    background-size: cover;
}
.circleproduct{
    background-size:contain;
}

}
@media(min-width:768px){
   .bluebg-gradientimg, .greenbg-gradientimg{
        background-size: cover;
    }
 .feature-item {
    padding: 5px 20px;
    font-size: 15px;
  }
  .blue-pointerbg{
    background-image: url('../images/tab-pointer-bg.jpg');
    padding: 40rem 1rem 1rem;
    background-position: bottom;
}
.feature-item{
    max-width: 100%;
}
}


@media(min-width:992px){
.green-pointerbg{
     background-image: url('../images/green-sweet-win.png');
     background-size: 100%;
     background-position: center;
}
.blue-pointerbg{
        background-image: url('../images/pointerbgimg.webp'); 
         background-size: 100%;
         background-position: center;
}
.naturagreen-pointerbg{
    background-image: url('../images/natura-smart-sweet-bg.webp');
     background-size: 100%;
     background-position: center;
}
.feature-item{
    /* max-width: 450px; */
}
}

@media(min-width:1200px){
   .bluebg-gradientimg, .greenbg-gradientimg{
    background-size: 100%; 
}

}
@media(min-width:1300px){
     .feature-item {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media(min-width:1600px){
   
}
@media(min-width:1920px){
    .circleproduct {
        padding: 3rem 0;
    }
}

