﻿
        .rotate-30s {
            animation: rotateClock 30s linear infinite;
            transform-origin: center;
        }

        @keyframes rotateClock {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        #bcsirPopup {
            backdrop-filter: blur(5px);
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* Custom Owl Carousel Styles */
        .owl-carousel .item {
            padding: 0 15px;
        }

        .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(8, 127, 209, 0.8) !important;
            color: white !important;
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 20px !important;
        }

        .owl-nav button:hover {
            background: #087FD1 !important;
        }

        .owl-prev {
            left: -20px;
        }

        .owl-next {
            right: -20px;
        }

        .owl-dots {
            margin-top: 20px !important;
        }

        .owl-dot span {
            width: 10px !important;
            height: 10px !important;
            margin: 5px !important;
            background: #ccc !important;
        }

        .owl-dot.active span {
            background: #087FD1 !important;
        }

        /* Mobile responsive adjustments */
        @media (max-width: 768px) {
            #bcsirPopup .bg-white {
                max-width: 95%;
            }

            .owl-nav button {
                width: 35px;
                height: 35px;
                font-size: 18px !important;
            }

            .owl-prev {
                left: -10px;
            }

            .owl-next {
                right: -10px;
            }
        }

        /* Prevent body scroll when popup is open */
        body.popup-open {
            overflow: hidden;
        }
        #scrollButtonBar {
            transition: transform 0.3s ease;
        }
        .element {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 50%, #00000000 100%);
        }
        .certificates .swiper-slide {
            border-radius: 30px;
            border: 2px solid #12A8EA;
        }

        .owl-item.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .flipper {
            color: #333;
            display: block;
            font-size: 50px;
            line-height: 100%;
            padding: 0;
            margin: 0;
            height: 1.7em;
            font-family: 'Share Tech', sans-serif;
        }

        @media (max-width: 600px) {
            .flipper {
                font-size: 55px !important;
            }
        }

        .flipper.flipper-invisible {
            font-size: 0px !important;
        }

        .flipper-group {
            position: relative;
            white-space: nowrap;
            display: block;
            float: left;
            padding: 0;
            margin: 0;
        }

        .flipper-group label {
            position: absolute;
            color: #fff;
            font-size: 20%;
            top: 100%;
            line-height: 1em;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            text-align: center;
            padding-top: .5em;
        }

        .flipper-digit {
            white-space: nowrap;
            position: relative;
            padding: 0;
            margin: 0;
            display: inline-block;
            float: left;
            height: 1.2em;
            overflow-y: hidden;
        }

        .flipper-digit span {
            font-size: 25%;
        }

        .flipper-delimiter {
            white-space: nowrap;
            display: block;
            float: left;
            padding: 0;
            margin: 0;
            color: #fff;
            min-width: .1em;
            white-space: nowrap;
            display: block;
            padding-top: 0.1em;
            padding-bottom: 0.1em;
            line-height: 1em;
        }

        .digit-face {
            display: block;
            visibility: hidden;
            position: relative;
            border-radius: 0.1em;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 8;
            padding-top: 0.1em;
            padding-bottom: 0.1em;
            padding-left: 0.1em;
            padding-right: 0.1em;
            box-sizing: border-box;
            text-align: center;
        }

        .digit-next {
            display: block;
            position: relative;
            border-radius: 0.1em;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 8;
            height: 1.2em;
            background: #fff;
            padding-top: 0.1em;
            padding-bottom: 0.1em;
            padding-left: 0.1em;
            padding-right: 0.1em;
            box-sizing: border-box;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .digit-top {
            z-index: 10;
            top: 0;
            left: 0;
            right: 0;
            height: 50%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            pointer-events: none;
            overflow: hidden;
            position: absolute;
            background: #fff;
            padding-top: 0.1em;
            padding-bottom: 0;
            padding-left: 0.1em;
            padding-right: 0.1em;
            border-top-left-radius: 0.1em;
            border-top-right-radius: 0.1em;
            box-sizing: border-box;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            transition: background 0s linear, -webkit-transform 0s linear;
            transition: transform 0s linear, background 0s linear;
            transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
            -webkit-transform-origin: 0 0.6em 0 !important;
            transform-origin: 0 0.6em 0 !important;
            -webkit-transform-style: preserve-3d !important;
            transform-style: preserve-3d !important;
            z-index: 20;
        }

        .digit-top.r {
            transition: background 0.2s linear, -webkit-transform 0.2s linear;
            transition: transform 0.2s linear, background 0.2s linear;
            transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            background: #cccccc;
        }

        .digit-top2 {
            visibility: hidden;
            position: absolute;
            height: 50%;
            left: 0;
            right: 0;
            background: #cccccc;
            transition: -webkit-transform 0.2s linear;
            transition: transform 0.2s linear;
            transition: transform 0.2s linear, -webkit-transform 0.2s linear;
            line-height: 0em !important;
            top: 50% !important;
            bottom: auto !important;
            padding-top: 0;
            padding-bottom: 0.1em;
            padding-left: 0.1em;
            padding-right: 0.1em;
            border-bottom-left-radius: 0.1em;
            border-bottom-right-radius: 0.1em;
            overflow: hidden;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            transition: background 0s linear, -webkit-transform 0s linear;
            transition: transform 0s linear, background 0s linear;
            transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-style: preserve-3d !important;
            transform-style: preserve-3d !important;
            -webkit-transform-origin: 0 0 0 !important;
            transform-origin: 0 0 0 !important;
            z-index: 20;
        }

        .digit-top2.r {
            visibility: visible;
            transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
            transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
            transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            background: #fff;
        }

        .digit-bottom {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            pointer-events: none;
            position: absolute;
            overflow: hidden;
            background: #fff;
            height: 50%;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9;
            line-height: 0em;
            padding-top: 0;
            padding-bottom: 0.1em;
            padding-left: 0.1em;
            padding-right: 0.1em;
            border-bottom-left-radius: 0.1em;
            border-bottom-right-radius: 0.1em;
            box-sizing: border-box;
            text-align: center;
            transition: none;
        }

        .digit-bottom.r {
            transition: background 0.2s linear;
            background: #cccccc;
        }

        .flipper-digit:after {
            content: "";
            position: absolute;
            height: 2px;
            background: rgba(0, 0, 0, 0.5);
            top: 50%;
            display: block;
            z-index: 30;
            left: 0;
            right: 0;
        }

        .flipper-dark {
            color: #fff;
        }

        .flipper-dark .flipper-delimiter {
            color: #087FD1;
        }

        .flipper-dark .digit-next {
            background: #087FD1;
        }

        .flipper-dark .digit-top {
            background: #087FD1;
        }

        .flipper-dark .digit-top.r {
            background: black;
        }

        .flipper-dark .digit-top2 {
            background: black;
        }

        .flipper-dark .digit-top2.r {
            background: #087FD1;
        }

        .flipper-dark .digit-bottom {
            background: #087FD1;
        }

        .flipper-dark-labels .flipper-group label {
            color: #F2F2F2;
        }

        .mySwiper {
            overflow: hidden;
            touch-action: pan-y;
            padding: 0px 25px;
        }

        [type='checkbox']:checked,
        [type='radio']:checked {
            border-color: transparent;
            background-color: #087FD1;
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        [type='checkbox']:checked:hover,
        [type='checkbox']:checked:focus,
        [type='radio']:checked:hover,
        [type='radio']:checked:focus {
            border-color: transparent;
            background-color: #087FD1;
        }

        [type='checkbox']:focus,
        [type='radio']:focus {
            --tw-ring-color: #087FD1;
        }

        .product-selection {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
        }

        @media (max-width: 767px) {
            .product-selection {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .discount-badge {
                top: -13px !important;
                right: 10px !important;
                padding: 5px 7px !important;
            }
        }

        .product-card {
            position: relative;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .product-card--selected {
            border: 2px solid #087FD1;
            box-shadow: 0 4px 10px rgba(8, 127, 209, 0.15);
            background: #EAF7FF;
        }

        .product-header {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .product-radio {
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 9999px;
            border: 2px solid #BDBDBD;
            background: #FFFFFF;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: border-color 0.2s ease, background-color 0.2s ease;
        }

        .product-radio:checked {
            background-color: #087FD1 !important;
            border-color: #087FD1 !important;
        }

        .product-radio:focus-visible {
            outline: 2px solid rgba(8, 127, 209, 0.35);
            outline-offset: 2px;
        }

        .product-check {
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 6px;
            border: 2px solid #BDBDBD;
            background: #FFFFFF;
            flex-shrink: 0;
            cursor: pointer;
            transition: border-color 0.2s ease, background-color 0.2s ease;
            position: relative;
        }

        .product-check:checked {
            background-color: #087FD1 !important;
            border-color: #087FD1 !important;
        }

        .product-check:checked::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .product-check:focus-visible {
            outline: 2px solid rgba(8, 127, 209, 0.35);
            outline-offset: 2px;
        }

        .product-image {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            background: #F5F6F8;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .product-image img {
            width: 44px;
            height: 44px;
            object-fit: contain;
        }

        .product-info {
            display: flex;
            flex-direction: column;
            gap: 8px;
            min-width: 0;
        }

        .product-name {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #111111;
            margin: 0;
        }

        .product-weight {
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
            margin: 0;
        }

        .discount-badge {
            position: absolute;
            top: -22px;
            right: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 17px;
            background: #FF4D4F;
            color: #FFFFFF;
            font-family: 'Hind Siliguri', sans-serif;
            font-size: 12px;
            font-weight: 700;
            border-radius: 4px;
        }

        .product-footer {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
        }

        .price-stack {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 8px;
            font-family: 'Hind Siliguri', sans-serif;
        }

        .old-price {
            font-size: 18px;
            text-decoration: line-through;
            text-decoration-thickness: 1.5px;
            line-height: 1.3;
            font-family: 'Inter', sans-serif;
        }

        .font-ador-bold {
            font-family: 'Inter', sans-serif;
        }

        .new-price {
            font-size: 18px;
            line-height: 1.3;
            font-family: 'Inter', sans-serif;
        }

        .quantity-control {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Hind Siliguri', sans-serif;
        }

        .quantity-button {
            width: 36px;
            height: 36px;
            border-radius: 9999px;
            border: none;
            background: #F1F1F1;
            color: #333333;
            font-size: 16px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background-color 0.2s ease, transform 0.2s ease;
        }

        .quantity-button:hover {
            background: #E4E4E4;
            transform: translateY(-1px);
        }

        .quantity-button:focus-visible {
            outline: 2px solid rgba(8, 127, 209, 0.3);
            outline-offset: 2px;
        }

        .buttonShadow{
            background: linear-gradient(96.2deg, #075EAD 14.73%, #054A8A 24.94%, #087FD1 38.86%, #0668B0 44.43%, #075EAD 50.93%, #054A8A 52.79%, #055896 53.71%, #0668B0 57.43%, #0878C4 62.07%, #087FD1 75.06%, #065A9C 77.84%, #087FD1 83.41%);
        }
        .buttonShadow:hover{
            box-shadow: 8.17px 0px 11.67px 0px #000000BF;
        }

        .quantity-value {
            min-width: 36px;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            color: #111111;
        }

        @keyframes flipNumber {
            0% {
                transform: perspective(200px) rotateX(0deg);
            }

            50% {
                transform: perspective(200px) rotateX(90deg);
                opacity: 0.3;
            }

            100% {
                transform: perspective(200px) rotateX(0deg);
            }
        }

        @media (max-width: 600px) {
            #checkout {
                background-image: url('https://bonobhumi.com.bd/l/landing/dt-4/mfrom_bg.png') !important;
                background-size: contain !important;
                background-repeat: no-repeat !important;
            }
        }
    


    :root {
    --shimmer-hue-1: 213deg;
    --shimmer-sat-1: 95%;
    --shimmer-lit-1: 91%;
    --shimmer-hue-2: 248deg;
    --shimmer-sat-2: 100%;
    --shimmer-lit-2: 86%;
    --shimmer-hue-3: 293deg;
    --shimmer-sat-3: 78%;
    --shimmer-lit-3: 89%;

    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(
    0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
    1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
    1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
    0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
    0.998 84%, 1
  );
    --spring-duration: 1.33s;
}
@property --mask {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes spin {
    0% {
        --mask: 0deg;
    }
    100% {
        --mask: 360deg;
    }
}

@keyframes wipe {
    0% {
        mask-position: 200% center;
    }
    100% {
        mask-position: 0% center;
    }
}

@keyframes pulse {
    0%, 90%, 100% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
}

@keyframes pulse2 {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    14% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes flicker {
  0% { opacity:0.1; mask-image:none;}
  1% { opacity:1; }
  2% { opacity:0.5; }
  3% { opacity:0.1; }
  4% { opacity:0.7; }
  5% { opacity:1; }
  7% { opacity:0.7;
    mask-image: linear-gradient(
        90deg, transparent 15%, black 45%, black 55%, transparent 85%
    ); }
  8% { opacity:0.1; }
  10% { opacity:0.4; }
  13% { opacity:1; }
  15% { opacity:0.1;
    mask-image: linear-gradient(
        45deg, rgba(0,0,0,0.4) 25%, transparent 45%, black 65%, black 90%, transparent 100%
    );}
  17% { opacity:0.8;}
  19% { opacity:0.3; }
  21.5% { opacity:0; }
  23% { opacity:1; }
  39% { opacity:0.7; }
  45% { opacity:0.2; }
  49% { opacity:0.9; }
  52% { opacity:0.7;}
  53.5% { opacity:0.2;
    mask-image: linear-gradient(
        90deg, black 15%, black 45%, rgba(0,0,0,0.4) 75%, transparent 85%
    );}
  57% { opacity:0.8; }
  63% { opacity:1; }
  75% { opacity:.85; }
  77% { opacity:1; }
  80% { opacity:.9; }
  82% { opacity:.95; }
  83% { opacity:.85; }
  86% { opacity:1; }
  89% { opacity:.85; }
  91% { opacity:1; }
  92% { opacity:.9; }
  100% { opacity:1; }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}

.dark .lighting_effect {
    color: var(--bg);
    font-weight: 600;
    font-size: 1.2em;
    background-image: linear-gradient(
        315deg,
        hsl(var(--shimmer-hue-1),var(--shimmer-sat-1),var(--shimmer-lit-1)) 0.00%,
        hsl(var(--shimmer-hue-2),var(--shimmer-sat-2),var(--shimmer-lit-2)) 47%,
        hsl(var(--shimmer-hue-3),var(--shimmer-sat-3),var(--shimmer-lit-3)) 100.00%
    );
    padding: .8em 1.4em;
    position: relative;
    isolation: isolate;
    box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%);
    border: none;
    outline: none;
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
    text-transform: unset;
}

.shimmer {
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mix-blend-mode: color-dodge;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 40px;
}
.shimmer::before {
    box-shadow: 0 0 3px 2px hsl(var(--shimmer-hue-1) 20% 95%),
        0 0 7px 4px hsl(var(--shimmer-hue-1) 20% 80%),
        0 0 13px 8px hsl(var(--shimmer-hue-2) 40% 60%),
        0 0 22px 6px hsl(var(--shimmer-hue-2) 20% 40%);
    z-index: -1;
}
.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(var(--shimmer-hue-2) 70% 95%),
        inset 0 0 3px 1px hsl(var(--shimmer-hue-2) 100% 80%),
        inset 0 0 9px 1px hsl(var(--shimmer-hue-2) 100% 70%);
    z-index: 2;
}

.lighting_effect[disabled] {
    background: rgb(76 76 92);
    background-image: none;
}
.lighting_effect:not(:active):not([disabled]) {
    scale: 1.1;
    transition-duration: calc(var(--spring-duration)*0.5);
}
.lighting_effect:active:not([disabled]) {
    scale: 1.05;
    transition-duration: calc(var(--spring-duration)*0.5);
}
.lighting_effect:focus .shimmer,
.lighting_effect:active .shimmer {
    animation-play-state: paused!important;
    mask-image: none!important;
}
.lighting_effect:not([disabled]),
.lighting_effect:not([disabled]) .shimmer::before,
.lighting_effect:not([disabled]) .shimmer::after {
    opacity: 1;
}


.lighting_effect .text {
    background-clip: text;
    background-color: var(--bg);
    background-image: linear-gradient(120deg, transparent, hsla(var(--shimmer-hue-1),100%,80%,0.66) 40%, hsla(var(--shimmer-hue-2),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

.lighting_effect .text {
    animation: text .66s ease-in-out 1;
}

.lighting_effect:not([disabled]) .shimmer::before,
.lighting_effect:not([disabled]) .shimmer::after {
    opacity: 1;
}
.lighting_effect:not([disabled]) .shimmer {
    mask-image: conic-gradient(
        from var(--mask, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    animation: spin 3s linear infinite both -0.5s;
}
.lighting_effect:not([disabled])[data-effect=wipe] .shimmer {
    mask-image: linear-gradient(
        90deg, transparent 20%, black 88%, transparent 90%
    );
    mask-size: 200% 200%;
    mask-position: center;
    animation: wipe 1.5s linear infinite both -0.5s;
}
.lighting_effect:not([disabled])[data-effect=wave] .shimmer {
    mask-image: linear-gradient(
        90deg, transparent 15%, black 45%, black 55%, transparent 85%
    );
    mask-size: 200% 200%;
    mask-position: center;
    animation: wipe 3s linear infinite both -0.5s;
}
.lighting_effect:not([disabled])[data-effect=throb] .shimmer {
    mask-image: none;
    animation: pulse 3s ease infinite both  -0.5s;
}
.lighting_effect:not([disabled])[data-effect=pulse] .shimmer {
    mask-image: none;
    animation: pulse2 3s ease infinite both  -0.5s;
}
.lighting_effect:not([disabled])[data-effect=flicker] .shimmer {
    mask-image: none;
    animation: flicker 3.33s ease infinite both  -0.5s;
}

.animated-btn {
      position: relative;
      display: inline-block;
      padding: 0.5rem 1.5rem;
      color: white;
      background-color: #075EAD;
      border: none;
      border-radius: 9999px;
      overflow: hidden;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: 0.5px;
      transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      opacity: 1;
      transform: translateY(80px);
    }

    .animated-btn.visible {
      transform: translateY(-80px);
    }

    .animated-btn.at-exact {
      transform: translateY(0);
    }

    .animated-btn.zoom-in {
      transform: translateY(0) scale(1.15);
    }

    .animated-btn.zoom-out {
      transform: translateY(0) scale(1);
    }

    .animated-btn:hover {
      transform: translateY(0) scale(1.05);
    }

    .animated-btn:active {
      transform: translateY(0) scale(0.98);
    }

    /* moving gold line */
    .animated-btn::before {
      content: '';
      position: absolute;
      position: absolute;
        top: 0;
        left: -5%;
        width: 0%;
        height: 100%;
        transform: skewX(-20deg);
        animation: moveLine 3s linear;
        box-shadow: 0px 0px 9px 1px rgb(255 255 255 / 80%), 0 0 14px 15px rgb(255 181 176 / 42%);
        animation: none
    }

    .animated-btn.show-line::before {
      animation: moveLine 3s ease-in-out 1;
    }

    @keyframes moveLine {
      0% {
        left: -5%;
      }
      100% {
        left: 150%;
      }
    }



        @font-face {
            font-family: "LiAdorNoirritRegular";
            src: url("https://bonobhumi.com.bd/l/assets/LiAdorNoirritRegular.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
        }
        @font-face {
            font-family: "LiAdorNoirritASemiBold";
            src: url("https://bonobhumi.com.bd/l/landing/dt-4/LiAdorNoirritASemiBold.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
        }
        body.dt-5 {
            font-family: "LiAdorNoirritRegular", sans-serif !important;
        }
        .font-ador {
            font-family: "LiAdorNoirritRegular", sans-serif !important;
        }
        .font-ador-bold {
            font-family: "LiAdorNoirritASemiBold", sans-serif !important;
        }

        .container {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }

        .text-secondary {
            color: #075EAD !important;
        }

        .bg-\[\#278733\],
        .bg-\[\#f0532b\],
        .bg-\[\#B5291C\],
        .group-hover\:bg-\[\#278733\]:hover {
            background-color: #087FD1 !important;
        }

        .hover\:bg-\[\#f0532b\]\/90:hover {
            background-color: rgb(8 127 209 / 0.9) !important;
        }

        .bg-\[\#278733\]\/10 {
            background-color: rgb(8 127 209 / 0.1) !important;
        }

        .bg-\[\#eaf0ea\],
        .bg-\[\#e7f1ea\],
        .bg-\[\#e7f5ec\],
        .bg-green-50,
        .has-\[input\:checked\]\:bg-green-50:has(input:checked) {
            background-color: #EAF7FF !important;
        }

        .bg-\[\#eaf0ea\]\/30 {
            background-color: rgb(234 247 255 / 0.3) !important;
        }

        .border-\[\#278733\],
        .has-\[input\:checked\]\:border-green-500:has(input:checked) {
            border-color: #087FD1 !important;
        }

        .border-\[\#F0FDF4\],
        .border-green-200 {
            border-color: #D6EEFF !important;
        }

        .text-\[\#0D5239\],
        .text-\[\#0F7A3B\],
        .text-\[\#f0532b\],
        .text-\[\#B5291C\],
        .text-green-800 {
            color: #075EAD !important;
        }

        .focus\:ring-\[\#278733\]:focus {
            --tw-ring-color: #087FD1;
        }

        .accent-green-600 {
            accent-color: #087FD1;
        }
    
