.body-wrapper.version2{
    overflow: visible;
}
.imagebanner{
    width:100%;
    margin:0 auto;
}
.heroland{
     background: #f6f8f5;
}

.containercustom{
    width:85%;
    margin:0 auto;
}

.inercontent{
    display:flex;
    align-items:flex-start;
    gap:25px;
    padding:45px 0;
}



.descpara{
    flex: 0 0 75%;
    padding:20px;
    box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,
               rgba(60,64,67,.15) 0px 2px 6px 2px;
    border-radius:15px;
    background:#f8f8ff;
    border: 1px solid #0e3696;
}
.descpara h1{
    font-size: clamp(2rem,4vw,3.5rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    position: relative;
}

.descpara > h1::after{
    content:"";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#000,#a5a5a5);
    display:block;
    margin-top:10px;
    border-radius:20px;
}


.imagebox{
    width:100%;
    border-radius:15px;
    overflow:hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.imagebox{
    overflow:hidden;
    border-radius:24px;
    box-shadow:
    0 10px 35px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.imageinner{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    transition:.6s ease;
}

.imagebox:hover .imageinner{
    transform:scale(1.06);
}

.authorbox{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin:25px 0;
    align-items:center;
}

.authorbox > div,
.author-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    background:#fff;
    padding:12px 18px;
    border-radius:50px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);

    font-size:14px;
    line-height:1.4;

    min-height:46px;
    max-width:100%;
    white-space:normal;
    word-break:break-word;
}



.content-card h2{
    color:#000;
    font-size:28px;
    margin-bottom:5px;
    font-weight:700;
    font-family: Poppins, sans-serif;
    word-break: break-all;
    word-wrap: break-word;
}

.reference-text{
    word-break: break-all;
    word-wrap: break-word;
}

.content-card p{

    margin-bottom: 0px !important;
    
    font-size:16px;
    font-family: Poppins, sans-serif;
}
.content-card > ul > li{
    list-style:inside;
    font-size:16px;
}
.content-card > ul > li:last-child{
    margin-bottom:5px;
}

.content-card > table {
    border: 1px solid #0e3696;
    border-collapse: collapse;
    border-spacing: 0                                                                                                                                                                                                                                                                                                                                                                                       ;
}            
#references li{
    list-style: inside;
    font-size: 16px;
    
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

.sideboxcontentbox{
    width:0 0 25%;
    position:sticky ;
    top:100px;
}

.reviewcontent,
.product-carding{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    margin-bottom:25px;
}

.contentablehead{
    background:#0e3696;
    color:white;
    padding:18px;
}

.contentablehead h2{
    margin:0;
    font-size:18px;
}



.description{
    margin-top:15px;
}

.product-carding, .reviewcontent{
    background:#EDF3FD;
    /* padding:10px 20px; */
    border-radius:15px;
    box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,
               rgba(60,64,67,.15) 0px 2px 6px 2px;
               
    border: 1px solid #0e3696;
    top:20px;
}
.product-carding{
    margin-top: 15px;
}
/* .product-cardd{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    border:1px solid #eee;
    border-radius:15px;
    margin-top:15px;
}

.product-cardd img{
    width:70px;
    height:70px;
    object-fit:contain;
    flex-shrink:0;
}

.info{
    flex:1;
    min-width:0;
}

.info h4{
    font-size:14px;
    margin-bottom:5px;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
} */

.info span{
    font-weight:700;
    color:#2563eb;
}

.product-cardd button{
    border:none;
    background:#2563eb;
    color:#fff;
    padding:10px 15px;
    border-radius:10px;
    cursor:pointer;
    flex-shrink:0;
}
.contentablehead{
    border-bottom: 1px solid black;
}


.listedtopic{
    padding:15px;
}

.listedtopic ul{
    margin:0;
    padding:0;
    list-style:none;
}

.listedtopic li{
    margin-bottom:10px;
}

.listedtopic a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:5px 10px;
    border-radius:12px;
    text-decoration:none;
    color:#444;
    transition:.3s ease;
    font-weight:500;
}


.listedtopic ul li a{
   
    font-weight: 500;
    color: #0e3696;
    font-size:16px;
}

.listedtopic ul li:hover{
    transform: translateX(5px);
    transition:100ms ease-in;
    color: #000;
    text-decoration: underline #0e3696 1px;

    /* padding:12px 15px; */
    border-radius:12px;
    text-decoration:none;
    color:#444;
    transition:.3s ease;
    font-weight:500;
}

.listedtopic a:hover{
    background:#fff;
    color:#2e7d32;
    transform:translateX(5px);
}
.content-card{
    padding: 15px;
    width:100%;
    background-color: #EDF3FD;
    border: 1px solid #0e3696;
    border-radius: 15px;
    margin-top: 15px;
    scroll-margin-top: 150px;
}

.product-cardd{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    transition:.3s;
}

.product-cardd:hover{
    background:#f8fbf8;
}

.product-cardd img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:12px;
}

/* .product-cardd .info{
    flex:1;
}

.product-cardd h4{
    margin:0;
    font-size:15px;
    color:#222;
} */

.product-cardd p{
    margin:5px 0;
    color:#777;
}

.product-cardd span{
    color:#2e7d32;
    font-weight:700;
}

.product-cardd button{
    border:none;
    background:linear-gradient(
    135deg,
    #2e7d32,
    #43a047
    );
    color:white;
    padding:10px 18px;
    border-radius:50px;
    cursor:pointer;
    transition:.3s;
}

.product-cardd button:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(46,125,50,.3);
}

.discla{
   background-color: #edf3fd;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0 10px 0;
    border: 1px solid #cddeff;
    padding:15px;
    border-radius:12px;
    margin-top: 10px;
}

#faq .panel-group{
    margin-top:20px;
}

#faq .panel{
    border:none !important;
    box-shadow:none !important;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:12px;
    background:transparent;
}

#faq .panel-heading{
    background:#fff !important;
    background-image:none !important;
    border:1px solid #d9e4ff !important;
    padding:18px;
    cursor:pointer;
    border-radius:10px;
    transition:.3s;
}

#faq .panel-heading strong{
    color:#0e3696 !important;
    font-size:16px;
    font-weight:600;
}


#faq .panel-body{
    background:#fff !important;
    border:1px solid #d9e4ff;
    border-top:none;
    padding:18px;
    border-radius:0 0 10px 10px;
}

#faq .panel-body p{
    margin:0;
}

.product-cardd .dosage-form{
    font-size:11px;
    color:#999;
    font-weight:400;
    margin-top:2px;
    margin-bottom:0;
    line-height:1.4;
}

.related-wrapper{

    position:relative;
    display:flex;
    align-items:center;
    margin-top: 20px;

}

.related-slider{

    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;

    scrollbar-width:none;

}

.related-slider::-webkit-scrollbar{

    display:none;

}

.related-card{

    min-width:250px;
    flex:0 0 calc(16.66% - 16px);
    background:#fff;
    border-radius:10px;
    margin-bottom: 20px;
    box-shadow:0 2px 8px rgba(0,0,0,.1);

}

.related-card img{
    width:100%;
    height:150px;
    object-fit:contain;

}

.related-card h4,
.related-card p{
    padding-left:10px;
    padding-right:10px;
}

.slider-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:white;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
    position:absolute;
    z-index:5;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}

.prev{

    left:-50px;

}

.next{

    right:-50px;
}

/* ======================
   Tablet
====================== */

@media (max-width:991px){

    .containercustom{
        width:92%;
    }

    .inercontent{
        flex-direction:column;
    }

    .descpara{
        width:100%;
    }

    .product-card{
        width:100%;
    }

    .product-carding{
        position:static;
    }
    .sideboxcontentbox {
    width: 100%;
    position: sticky;
    top: 100px;
    }
}

/* ======================
   Mobile
====================== */

@media (max-width:576px){

    .body-wrapper.version2{
    overflow: hidden;
}

    .sideboxcontentbox {
    width: 100%;
    position: sticky;
    top: 100px;
    }
    .containercustom{
        width:95%;
    }

    .inercontent{
        gap:20px;
        margin:20px 0;
    }

    .descpara{
        padding:15px;
    }

    .authorbox{
        /* flex-direction:column; */
        align-items:flex-start;
        flex-wrap:wrap;
    }

    .content-card > ul > li{
    list-style:inside;
    font-size:12px;
    }

.product-carding{
    width:100%;
}

    .product-cardd{
        padding:12px;
        gap:10px;
    }

    .product-cardd img{
        width:60px;
        height:60px;
    }

    .info h4{
        font-size:13px;
    }

    .product-cardd button{
        padding:8px 12px;
        font-size:13px;
    }

    .imageinner{
    width:100%;
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
    }

    
}


/* Hide button on desktop */
.toc-mobile-btn{
    display:none;
}

@media (max-width:768px){

    .toc-mobile-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        position:fixed;
        bottom:20px;
        right:20px;
        z-index:9999;
        border:none;
        border-radius:50px;
        padding:14px 22px;
        background:#2e7d32;
        color:#fff;
        font-weight:600;
        box-shadow:0 10px 25px rgba(0,0,0,.25);
    }

    .sideboxcontentbox{
        position:fixed ;
        top:0;
        right:-100%;
        width:320px;
        max-width:85%;
        height:100vh;
        background:#fff;
        z-index:10000;
        overflow-y:auto;
        transition:.4s ease;
        padding:20px;
        box-shadow:-10px 0 30px rgba(0,0,0,.15);
    }

    .sideboxcontentbox.active{
        right:0;
    }

    .reviewcontent{
        margin-bottom:0;
    }

    .product-carding{
        display:block;
    }

    .content-card > h2 {
        font-size:22px !important;
    }
}


/* Hide on desktop */
.toc-close-btn{
    display:none;
}

@media(max-width:768px){

    .toc-close-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        position:absolute;
        right: 0;
        top:0;
        margin-left:auto;
        width:40px;
        height:40px;
        border:none;
        border-radius:50%;
        background:#f3f4f6;
        color:#333;
        font-size:20px;
        cursor:pointer;
        z-index:10;
        transition:.3s;
    }

    .toc-close-btn:hover{
        background:#e5e7eb;
        transform:rotate(90deg);
    }

    .content-card h2 {
    color: #000;
    font-size: 22px !important;
    }

    .authorbox{
        gap:10px;
    }

    .authorbox > div,
    .author-link{
        padding:10px 14px;
        font-size:10px;
        border-radius:40px;
        min-height: auto;
    }

    .sideboxcontentbox{
        padding-top:15px;
    }
}body.toc-open{
    overflow:hidden;
}


.author-link:hover{
    text-decoration: none;
    color: inherit;
}

.product-cardd{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:15px;
    border:1px solid #eee;
    border-radius:15px;
    margin-top:15px;
    overflow:hidden;
}

.product-cardd img{
    width:70px;
    height:70px;
    object-fit:contain;
    flex:0 0 70px;
}

.product-cardd .info{
    flex:1;
    min-width:0;
    overflow:hidden;
}

.product-cardd .info h4{
    margin:0;
    font-size:15px;
    color:#222;
    line-height:1.4;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.product-cardd .info p{
    margin:5px 0;
}

.product-cardd button{
    flex:0 0 auto;
    white-space:nowrap;
}

table th, table td {
    border: 1px solid #0e3696;
    padding: 5px 10px;
    text-align: left;
}