.notica{position:relative;left:0;z-index:1;width:100%;}
.divid{background:url(images/tea-leaf.svg) no-repeat center center;width:16px;height:16px;display:inline-block;background-size:contain;}
.js-marquee{display:flex;align-items:center;}

.stepowl .owl-stage{display:flex;}
.stepowl .owl-stage .item{height:100%;}

.testoer{background:url(images/icons/bucket.svg) no-repeat right bottom 25%, url(images/tea-glass.png) no-repeat left 2% top 5%;background-size:15%;}

.testi-slide.dotta .owl-dots{text-align: right;bottom:20px;}
.testimonial{background:url(images/testimonial/right-quote.svg) no-repeat top -8px right 4%;background-size:70px;padding:45px 30px 110px 30px!important;}
.kiatro{position:absolute;left:0;bottom:20px;width:100%;padding:0 0 0 0}
.circle-inxitials{width:40px;height:40px;}
.subbu{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4em;min-height:calc(1.4em * 2)}
.gappu span{display:inline-block;padding:6px 15px;border-radius:20px;border:1px solid var(--main-color2);line-height:1;font-size:14px;font-weight:bold;background:var(--whiteColor)}

.wayway{background:url(images/icons/splash.svg) no-repeat top 10px center #fffaf0;background-size:70px;}

/* .trending-slider .slider-item .list-card{border:1px solid #b4ce8c;box-shadow:none !important;} */

@-webkit-keyframes fadeInUp {
from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp {
from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}

.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
.thing li{opacity:0;list-style:none;}
.thing li h3{margin-bottom:0;line-height:1;height:38px;
color: var(--main-color);
}
.thing li p{font-size:14px;font-family:var(--font2);}
.thing.mactive li{-webkit-animation:fadeInUp 1.5s ease forwards;animation:fadeInUp 1.5s ease forwards;-webkit-animation-delay:.5s;animation-delay:.5s}
.thing.mactive li:nth-of-type(2){-webkit-animation-delay:.7s;animation-delay:.7s}
.thing.mactive li:nth-of-type(3){-webkit-animation-delay:.9s;animation-delay:.9s}
.thing.mactive li:nth-of-type(4){-webkit-animation-delay:1.1s;animation-delay:1.1s}
.thing.mactive li:nth-of-type(5){-webkit-animation-delay:1.3s;animation-delay:1.3s}

.sanimated{opacity:0;}
.sanimated.activo{-webkit-animation:fadeInUp 1.5s ease forwards;animation:fadeInUp 1.5s ease forwards;-webkit-animation-delay:.5s;animation-delay:.5s}
.sanimated2{opacity:0;}
.sanimated2.activo{-webkit-animation:fadeInUp 1.5s ease forwards;animation:fadeInUp 1.5s ease forwards;-webkit-animation-delay:.9s;animation-delay:.9s}


.split-flap{display:inline-flex;gap:4px;}
.digit{height:48px;width:20px;overflow:hidden;position:relative}
.digit span{display:flex;flex-direction:column;line-height:48px;transform:translateY(0);transition:transform 2s cubic-bezier(.4,0,.2,1)}
.des {
            margin: -60px auto 0;
            text-align: center;
            position: relative;
            z-index: 5;
            color: #252c30;
            color: #000;
            background-color: #fff;
            background-color: #fff;
            padding: 15px 25px 25px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .07);
        }

        @media (min-width: 991px) {
            .des {
                max-width: 353px;
                border-radius: 5px;
            }
        }
        .header {
            transition: color 0.3s ease;
        }

        .header:hover {
            color: #88b44e;
        }
       
.quality-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.quality-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #f9ac00;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    opacity: .15;
}

.quality-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}


.quality-icon {
    width: 60px;
    height: 60px;
   background: linear-gradient(135deg, #5f5f34, #e6a720);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.quality-icon img {
    width: 45px;
    height: 45px;
}

.quality-card p {
    color:#666;
    line-height:1.8;
}
@media (max-width: 576px) {

    .quality-card {
        padding: 25px 15px;
        border-radius: 15px;
    }

    .quality-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .quality-icon img {
        width: 35px;
        height: 35px;
    }

    .quality-card p {
        font-size: 14px;
        line-height: 1.6;
    }

}