/*==============================
    Brochure Modal
==============================*/
.bh-modal{
    border:none;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.bh-modal .modal-header{
    border:none;
    padding:35px;
    background:linear-gradient(135deg,#1a1a1a,#000000);
    color:#fff;
    position:relative;
}

.bh-modal .modal-header::after{
    content:"";
    position:absolute;
    right:-70px;
    top:-70px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.bh-modal-subtitle{
    display:inline-block;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
    margin-bottom:8px;
    opacity:.85;
}

.bh-modal h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.bh-modal p{
    margin:0;
    font-size:15px;
    opacity:.9;
}

.bh-modal .btn-close{
    filter:invert(1);
    opacity:1;
    z-index: 999;
}

.bh-modal .modal-body{
    padding:35px;
}

.bh-modal label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#222;
}

.bh-modal .form-control{
    height:56px;
    border-radius:12px;
    border:1px solid #ddd;
    font-size:15px;
    box-shadow:none;
    transition:.3s;
}

.bh-modal .form-control:focus{
    border-color:#1a1a1a;
    box-shadow:0 0 0 .18rem rgba(208,0,0,.12);
}

.bh-modal-btn{
    width:100%;
    height:56px;
    border:none;
    border-radius:12px;
    background:#1a1a1a;
    color:#fff;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.bh-modal-btn i{
    margin-right:8px;
}

.bh-modal-btn:hover{
    background:#34885A;
}

@media(max-width:767px){
    .bh-modal .modal-header{
        padding:25px;
    }
    .bh-modal .modal-body{
        padding:25px;
    }
    .bh-modal h3{
        font-size:22px;
    }
    .bh-modal-btn{
        height:52px;
    }
}

        .bh-product-information {
            padding: 50px 0;
            background: #f8f9fb;
        }

        .bh-info-card {
            background: #fff;
            border: 1px solid #ececec;
            border-radius: 20px;
            padding: 40px;
            height: 100%;
            box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
            transition: .35s;
            position: relative;
            overflow: hidden;
        }

        .bh-info-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 0;
            background: #1a1a1a;
            transition: .4s;
        }

        .bh-info-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
        }

        .bh-info-card:hover::before {
            height: 100%;
        }

        .bh-info-card h2 {
            font-size: 22px;
            font-weight: 700;
            color: #222;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
        }

        .bh-info-card h2::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 55px;
            height: 3px;
            background: #1a1a1a;
            border-radius: 20px;
        }

        .bh-info-card h4 {
            font-size: 18px;
            font-weight: 600;
            margin: 25px 0 15px;
            color: #34885A;
        }

        .bh-info-card p {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            margin: 0;
        }

        .bh-info-card hr {
            margin: 30px 0;
            opacity: .08;
        }
        
        /*==========================================
    INGREDIENTS LIST
==========================================*/

        .bh-info-card ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .bh-info-card ul li {
            display: flex;
            align-items: center;
            position: relative;
            padding: 13px 0 13px 32px;
            border-bottom: 1px dashed #ececec;
            font-size: 15px;
            color: #444;
        }

        .bh-info-card ul li:last-child {
            border: none;
        }

        .bh-info-card ul li::before {
            content: "";
            position: absolute;
            left: 0;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #34885A;
        }

        .bh-info-card ul li::after {
            content: "✓";
            position: absolute;
            left: 4px;
            top: 12px;
            font-size: 11px;
            color: #fff;
            font-weight: 700;
        }


        .bh-info-card table {
            margin: 0;
        }

        .bh-info-card table tr {
            border-bottom: 1px solid #f1f1f1;
        }

        .bh-info-card table th {
            width: 42%;
            padding: 15px 0;
            font-size: 15px;
            font-weight: 600;
            color: #222;
            border: none;
            background: none;
        }

        .bh-info-card table td {
            padding: 15px 0;
            font-size: 15px;
            color: #666;
            border: none;
        }


        .bh-product-specification {
            padding: 50px 0;
            background: #fff;
        }

        .bh-spec-card {
            background: #fff;
            border: 1px solid #ececec;
            border-radius: 20px;
            padding: 40px;
            height: 100%;
            box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
        }

        .bh-card-title {
            margin-bottom: 25px;
        }

        .bh-card-title h2 {
            font-size: 22px;
            font-weight: 700;
            color: #222;
            margin-bottom: 8px;
        }

        .bh-card-title p {
            font-size: 14px;
            color: #888;
            margin: 0;
        }


        .bh-nutrition-table {
            margin: 0;
        }

        .bh-nutrition-table tr {
            border-bottom: 1px solid #efefef;
        }

        .bh-nutrition-table th {
            border: none;
            padding: 14px 0;
            font-size: 15px;
            font-weight: 600;
            color: #333;
        }

        .bh-nutrition-table td {
            border: none;
            padding: 14px 0;
            text-align: right;
            color: #666;
            font-weight: 500;
        }


        .bh-content-block {
            margin-bottom: 35px;
        }

        .bh-content-block:last-child {
            margin-bottom: 0;
        }

        .bh-content-block h2 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #222;
        }

        .bh-content-block p {
            color: #666;
            line-height: 30px;
            font-size: 15px;
            margin: 0;
        }

        @media(max-width:991px) {
            .bh-product-information,
            .bh-product-specification {
                padding: 70px 0;
            }
            .bh-info-card,
            .bh-spec-card {
                padding: 30px;
                margin-bottom: 30px;
            }

        }

        @media(max-width:767px) {
            .bh-info-card h2,
            .bh-card-title h2,
            .bh-content-block h2 {
                font-size: 20px;
            }

            .bh-quality-box h3 {
                font-size: 18px;
                line-height: 30px;
            }

            .bh-info-card table th,
            .bh-info-card table td {
                display: block;
                width: 100%;
                padding: 8px 0;
            }

            .bh-info-card table tr {
                display: block;
                padding: 12px 0;
            }

            .bh-nutrition-table th,
            .bh-nutrition-table td {
                font-size: 14px;
            }

        }


        .bh-download {
            padding: 50px 0;
            background: #fff;
        }

        .bh-download-box {
            position: relative;
            background: linear-gradient(135deg, #000000, #1a1a1a);
            border-radius: 24px;
            padding: 60px;
            overflow: hidden;
        }

        .bh-download-box::before {
            content: "";
            position: absolute;
            right: -120px;
            top: -120px;
            width: 320px;
            height: 320px;
            background: rgba(255, 255, 255, .08);
            border-radius: 50%;
        }

        .bh-download-box span {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .bh-download-box h2 {
            font-size: 28px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .bh-download-box p {
            color: rgba(255, 255, 255, .85);
            line-height: 30px;
            margin: 0;
        }
        

        .bh-related-product {
            padding: 100px 0;
            background: #fff;
        }

        .bh-related-product span {
            color: #1a1a1a;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
        }

        .bh-related-product h2 {
            font-size: 34px;
            font-weight: 700;
            color: #222;
            margin-top: 10px;
        }


        .bh-product-card {
            background: #fff;
            border: 1px solid #ececec;
            border-radius: 20px;
            overflow: hidden;
            transition: .35s;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
            height: 100%;
        }

        .bh-product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 45px rgba(0, 0, 0, .10);
            border-color: #1a1a1a;
        }

        .bh-product-card img {
            width: 100%;
            padding: 30px;
            transition: .4s;
        }

        .bh-product-card:hover img {
            transform: scale(1.05);
        }

        .bh-card-content {
            padding: 0 25px 25px;
            text-align: center;
        }

        .bh-card-content h4 {
            margin: 0;
        }

        .bh-card-content h4 a {
            color: #222;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
            transition: .3s;
        }

        .bh-product-card:hover h4 a {
            color: #1a1a1a;
        }


        .bh-small-title {
            display: inline-block;
            color: #1a1a1a;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }


        @media(max-width:991px) {
            .bh-download,
            .bh-export,
            .bh-related-product {
                padding: 70px 0;
            }

            .bh-download-box {
                padding: 40px;
                text-align: center;
            }

            .bh-download-box h2 {
                font-size: 28px;
            }

            .bh-export h2,
            .bh-related-product h2 {
                font-size: 30px;
            }

            .bh-download-box .text-lg-end {
                margin-top: 30px;
                text-align: center !important;
            }

        }

        @media(max-width:767px) {
            .bh-download-box {
                padding: 30px 25px;
            }

            .bh-download-box h2 {
                font-size: 24px;
            }

            .bh-export h2,
            .bh-related-product h2 {
                font-size: 24px;
            }

            .modal-body {
                padding: 25px;
            }

            .bh-card-content {
                padding: 0 18px 20px;
            }

            .bh-card-content h4 a {
                font-size: 16px;
            }

        }


        .bh-product-hero {
            position: relative;
            padding: 50px 0;
            background: #fff;
            overflow: hidden;
        }

        .bh-product-hero::before {
            content: "";
            position: absolute;
            top: -120px;
            right: -120px;
            width: 420px;
            height: 420px;
            background: rgba(208, 0, 0, .04);
            border-radius: 50%;
        }

        .bh-product-hero::after {
            content: "";
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 260px;
            height: 260px;
            background: rgba(52, 136, 90, .05);
            border-radius: 50%;
        }


        .bh-product-image {
            position: relative;
            background: #fff;
            border: 1px solid #ededed;
            border-radius: 24px;
            padding: 50px;
            text-align: center;
            overflow: hidden;
            box-shadow: 0 20px 45px rgba(0, 0, 0, .06);
            transition: .4s;
        }

        .bh-product-image::before {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            background: #fff5f5;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .bh-product-image img {
            position: relative;
            z-index: 2;
            max-width: 100%;
            transition: .45s;
            filter: drop-shadow(0 25px 30px rgba(0, 0, 0, .18));
        }

        .bh-product-image:hover img {
            transform: translateY(-8px) scale(1.04);
        }

        .bh-product-content-inner {
            padding-left: 30px;
            
        }

        .bh-product-subtitle {
            display: inline-block;
            padding: 7px 18px;
            border-radius: 30px;
            background: #fdeaea;
            color: #1a1a1a;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .6px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .bh-product-content-inner h1 {
            font-size: 26px;
            font-weight: 500;
            color: #222;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .bh-product-content-inner h3 {
            font-size: 22px;
            font-weight: 600;
            color: #34885A;
            margin-bottom: 25px;
        }

        .bh-product-content-inner p {
            font-size: 16px;
            color: #666;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .bh-product-type {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            list-style: none;
            padding: 0;
            margin: 0 0 25px;
        }

        .bh-product-type li {
            padding: 8px 18px;
            border-radius: 30px;
            background: #f7f7f7;
            border: 1px solid #ececec;
            font-size: 14px;
            font-weight: 500;
            transition: .35s;
        }

        .bh-product-type li:hover {
            background: #1a1a1a;
            color: #fff;
            border-color: #1a1a1a;
        }

        .bh-product-btn-b {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .bh-btn-red,
        .bh-btn-border {
            height: 48px;
            padding: 0 28px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 600;
            transition: .35s;
            cursor: pointer;
        }

        .bh-btn-red {
            background: #1a1a1a;
            color: #fff;
            border: none;
        }

        .bh-btn-red:hover {

            background: #b40000;
            color: #fff;
            transform: translateY(-2px);
        }

        .bh-btn-border {

            border: 1.5px solid #1a1a1a;
            color: #1a1a1a;
            background: #fff;
        }

        .bh-btn-border:hover {

            background: #1a1a1a;
            color: #fff;
            transform: translateY(-2px);
        }

        .bh-btn-red i,
        .bh-btn-border i {

            transition: .3s;
        }

        .bh-btn-red:hover i,
        .bh-btn-border:hover i {

            transform: translateX(4px);
        }

        .bh-product-features {

            margin-top: 80px;
        }

        .bh-feature-box {

            background: #fff;
            border: 1px solid #ececec;
            border-radius: 20px;
            padding: 30px 20px;
            text-align: center;

            height: 100%;

            transition: .35s;

            box-shadow: 0 8px 25px rgba(0, 0, 0, .04);
        }

        .bh-feature-box:hover {

            transform: translateY(-8px);

            border-color: #1a1a1a;

            box-shadow: 0 15px 35px rgba(0, 0, 0, .10);
        }

        .bh-feature-box img {

            width: 60px;
            height: 60px;
            object-fit: contain;
            margin-bottom: 18px;
            transition: .4s;
        }

        .bh-feature-box:hover img {

            transform: scale(1.08);
        }

        .bh-feature-box h5 {

            font-size: 15px;
            font-weight: 600;
            color: #222;
            line-height: 24px;
            margin: 0;
        }


        @media (max-width:991px) {

            .bh-product-content-inner {
                padding-left: 0;
                margin-top: 40px;
            }

            .bh-product-content-inner h1 {
                font-size: 34px;
            }

            .bh-product-content-inner h3 {
                font-size: 20px;
            }

            .bh-product-features {
                margin-top: 60px;
            }

        }

        @media (max-width:767px) {

            .bh-product-hero {
                padding: 70px 0;
            }

            .bh-product-image {
                padding: 30px;
            }

            .bh-product-content-inner {
                text-align: center;
            }

            .bh-product-content-inner h1 {
                font-size: 28px;
            }

            .bh-product-content-inner h3 {
                font-size: 18px;
            }

            .bh-product-type {
                justify-content: center;
            }

            .bh-product-btn-b {
                justify-content: center;
            }

            .bh-feature-box {
                padding: 25px 15px;
            }

            .bh-feature-box img {
                width: 50px;
                height: 50px;
            }

            .bh-feature-box h5 {
                font-size: 14px;
            }

        }