/* //navbar css */
.align-items-center {
    display: flex;
    align-items: center;
}

/* Navbar css end */
.product-item {
    box-shadow: 0px 0px 1px 2px #0000001f;
    margin-bottom: 30px;
}

.video-volume-control input[type=range] {
    width: 80px;
    accent-color: #ffcc00;
}

/* header slogan and animation start */
.slogan-wrapper {
    flex: 1;
    overflow: hidden;
    text-align: center;
    padding: 6px 160px;
}

.slogan-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slogan-text {
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: #fff;

    padding-left: 100%;
    animation: slogan-scroll 20s linear infinite;
}

@keyframes slogan-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* header slogan and animation end */

/* Typewrite css start */
.company-name {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    min-width: 280px;
}

#typewriter-text {
    display: inline-block;
    border-right: 2px solid #000;
    padding-right: 4px;
    white-space: nowrap;
    animation: blinkCursor 0.8s steps(1) infinite;
}

@keyframes blinkCursor {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #000;
    }

    100% {
        border-color: transparent;
    }
}

/* Typewrite css end */

.card-padding {
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
}

.add-cart-btn {
    background: #5e251b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border-radius: 25px;
    margin-bottom: 5px;
    width: 102px;
    transition: 0.35s ease-in-out;
}

.add-cart-btn:hover {
    color: #5e251b;
    border: 1px solid #5e251b;
    background-color: #fff !important;
}

.buy_now_btn {
    background-color: #21854d;
}

.buy_now_btn:hover {
    color: #21854d;
    border: 1px solid #21854d;
    background-color: #fff;
}

.product-item {
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.product-item:hover {
    transform: translateY(-10px) scale(1.02) !important;
    /* transform:  !important; */
}

.mb-60 {
    margin-bottom: 60px;
}

.offer {
    background-color: #5e251b;
    z-index: 9999;
    position: absolute;
    top: 9px;
    /* left: 0; */
    width: 38px;
    height: 25px;
    right: 1px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.attribute {
    top: 38px;
    position: absolute;
    right: 1px;
    background: red;
    width: 37px;
    height: 24px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.product-thumb {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-thumnail {
    max-height: 100%;
    max-width: 100%;
    object-fit: fill;
}

.cat-thumnail {
    width: 100%;
    height: 120px;
}

.p-2 {
    padding: 10px;
}

.socials {
    list-style: none;
}

.socials li {
    width: 100%;
    background-color: #21854d;
}

.socials li i {
    font-size: 19px;
    padding: 0px 15px;
    color: #fff;
}

.socail-btn {
    color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #302b2b;
}

.pr-0 {
    padding-right: 0px !important;
}

.b-font {
    font-family: "Anek Bangla", Sans-serif;
}

/* offcanvas css start */
.offcanvas-right {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
}

.offcanvas-right.active {
    right: 0;
}

.offcanvas-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-body {
    padding: 15px;
    font-size: small;
}

.close-offcanvas {
    background: none;
    border: none;
    font-size: 24px;
    float: right;
    cursor: pointer;
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1049;
}

.offcanvas-overlay.active {
    display: block;
}

/* offcanvas css start */

/* review card css */
.review-card {
    background: #fff;
    border: 1px solid #787474;
    padding: 20px;
    border-radius: 4px;
    height: 100%;
    transition: all 0.3s ease;
}

.review-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.review-text {
    font-size: 14px;
    color: #101010;
    line-height: 24px;
    margin-bottom: 20px;
}

.review-footer {
    display: flex;
    align-items: center;
}

.review-footer img {
    width: 50px;
    height: 50px;
}

.review-info {
    margin-left: 10px;
}

.review-info h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.review-info span {
    font-size: 12px;
    color: #888;
}

/* review card css */
.mb-4 {
    margin-bottom: 30px;
}

.d-none {
    display: none;
}

.overlay-container-left {
    position: relative;
    height: 550px;
    width: 100%;
}

.overlay-container {
    position: relative;
    height: 164px;
    width: 100%;
}

.overlay {
    position: absolute;
    background: #5e251b7a;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    scale: 0;
    transition: 0.35s ease-in-out;
}

.overlay-container:hover .overlay {
    scale: 1;
}

.overlay-container-left:hover .overlay {
    scale: 1;
}

.cat-col {
    margin-bottom: 15px;
}


.card {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 1px 4px 1px #0000008a;
    cursor: pointer;
}

.card-footer {
    padding: 10px 0;
}

/* //card css category */
.cat-card {
    transition: all 0.3s ease;
}

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

.cat-card .cat-thumnail {
    transition: transform 0.4s ease;
}

.cat-card:hover .cat-thumnail {
    transform: scale(1.08);
}

/* //card css category */

/* border after */
.g-img {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.g-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: url("../images/border.jpg") no-repeat center bottom;
    background-size: contain;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #5e251b;
    display: block;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

/* border after */

/* cart css  */

.btn-plus,
.btn-minus {
    padding: 1px !important;
}

.card-input {
    width: 44px;
    padding: 0px 5px !important;
    margin: 0px 5px;
    height: 24px;
}

.cmb-5 {
    margin-bottom: 8px !important;
}

/* //card hover effect */

/* responsive */
.mb-2 {
    margin-bottom: 8px !important;
}

.d-none {
    display: none;
}

@media screen and (min-width: 1025px) {
    .mb-0 {
        margin-bottom: 0px !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

/* fadeup style css start  */
/* initial hidden state */
.fade-up-on-scroll {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

/* when visible */
.fade-up-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* fadeup style css end  */

/* slick slider next and prev button  */

.biolife-carousel .slick-arrow {
    opacity: 1 !important;
    /* always visible */
    transform: translateY(0) !important;
    /* কোনো slide up effect থাকবে না */
    visibility: visible !important;
}

.biolife-carousel:hover .slick-arrow {
    transform: translateY(0) !important;
    /* hover এ কোনো translate হবে না */
}

/* slick slider next and prev button  */

/* top video css start */
.video-header-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Video */
.video-header-wrapper .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay (optional but recommended) */
.video-header-wrapper .video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 21%);
    z-index: 2;
}

/* Header content above video */
.video-header-wrapper header {
    position: relative;
    z-index: 999;
}

/* Remove background from header */
.header-area {
    background: transparent !important;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #5e251b;
    display: block;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.center-row {
    text-align: center;
    font-size: 0;
}

.center-row>[class*="col-"] {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
}

.center-row .text-right {
    text-align: right !important;
}

.btn-view-more {
    background-color: transparent;
    border: 2px solid #5e251b;
    color: #5e251b;
    padding: 8px 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-view-more:hover,
.btn-view-more:focus {
    background-color: #5e251b;
    border-color: #5e251b;
    color: #fff;
    text-decoration: none;
}

/* Floating cart - right middle */
/* #desktop-cart {
    position: fixed;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 9999;
} */

/* Cart icon styling */
/* #desktop-cart .cart-icon {
    position: relative;
    width: 56px;
    height: 56px;
    background-color: #5e251b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
} */

/* Icon hover effect */
/* #desktop-cart .cart-icon:hover {
    background-color: #081621;
    transform: scale(1.08);
} */

/* Cart badge */
/* #desktop-cart .cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #fff;
    color: #5e251b;
    font-size: 12px;
    font-weight: 700;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
} */

/* social icon css start */
.fixed-social {
    position: fixed;
    right: 15px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.fixed-social .social {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.fixed-social .social:hover {
    transform: scale(1.08);
}

.fixed-social .whatsapp {
    background: #25D366;
}

.fixed-social .messenger {
    background: #fff;
}

.fixed-social .messenger img {
    width: 30px;
    height: 30px;
    object-fit: contain;/
}

.fixed-social .call {
    position: relative;
    background: #129BF4;
}

.fixed-social .call .call-text {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #129BF4;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 13px;
    text-align: justify;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fixed-social .call:hover .call-text {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* social icon css end */

.gotowhatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: background 0.3s ease;
}

.gotowhatsapp i {
    font-size: 16px;
}

.gotowhatsapp:hover {
    background: linear-gradient(45deg, #128C7E, #25D366);
    color: white;
}

/* top video css end */

@media only screen and (max-width:767px) {
    .offcanvas-right.active {
        right: -47px;
        overflow-x: auto;
    }

    .offcanvas-body {
        width: 92%;
    }

    .offcanvas-header {
        padding-left: 27px;
        padding-right: 55px;
    }

    .Product-box {
        margin-top: 30px;
    }

    .Product-box .cat-card {
        width: 100%;
        margin-bottom: 20px;
    }

}