.justifyCont{
    justify-content: center !important;
    height: 100%;
    column-gap: 20px;
}
@media (max-width: 767px){
    .justifyCont{
        display: block !important;
    }
}
.preview-section {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
}
.preview-img {
    width: 100%; /* Full width */
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.bundle-preview-container {
    position: relative;
    width: 100px;
    height: 140px;
}

.stacked-images {
    position: relative;
    width: 100px;
    height: 140px;
    display: flex;
}
.textRight{
    text-align: right;
    padding-right: 10px;
}
.bundle-preview {
    position: absolute;
    width: 100px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.bundle-top {
    z-index: 3;
    transform: rotate(-5deg) translateY(-10px);
}

.purchase-box {
    min-height: 320px;
    font-size: 17px !important;
    background-color: #e7fff1 !important;
}
.bundle-middle {
    z-index: 2;
    transform: rotate(0deg);
}

.bundle-bottom {
    z-index: 1;
    transform: rotate(5deg) translateY(10px);
}
.sellerInfo{
    padding: 20px 10px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}
.seo-text-section {
    max-height: 400px; /* Adjust height as you want */
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd; /* Optional: add a subtle border */
    background: #fafafa; /* Optional: light background */
    border-radius: 8px; /* Optional: rounded corners */
    font-size: 15px;
    line-height: 1.6;
}
@media (max-width: 767px){
    .contSec{
        padding: 0 !important;
    }
    .bundle-preview-container{
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .seo-text-section{
        width: 100% !important;
    }
}
.contDesc{
    margin: 10px;
}

.document-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.prevtxt{
    font-weight: bold;
}
.prevSect{
    background-color: #f1f1f1;
    padding: 15px;
}
.preview-section {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    overflow-y: auto;
    height: 620px;
    background-color: #f1f1f1;
}
.list-conditions i{
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 6px;
    color: #58c18e;
}

.courseInst{
    gap: 30px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
.docInfo tr td{
    padding: 15px;
}
.cMid{
    border-right: 1px solid rgb(225, 225, 225);
    padding: 10px;
}
.related-doc-card {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.related-doc-card img {
    width: 60px;
    height: 80px;
    margin-right: 10px;
    border-radius: 5px;
}
.related-doc-actions {
    margin-left: auto;
}
.related-doc-actions i {
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}
.bundle-section {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}
.bundle-section img {
    width: 100px;
    height: auto;
    margin-right: 10px;
    border-radius: 5px;
}

/*Bundle Details Page*/
.document-card {
    border: 1px solid #e0e0e0;
    border-left: 4px solid #007bff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    transition: box-shadow 0.2s ease;
    min-height: 130px;
}

.document-card:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.prevSect2{
    padding: 40px 20px;
    background-color: #f0fff8;
    border-radius: 16px;
    border: 1px solid #f5f9fe;
}
.doc-preview {
    width: 100%;
    max-width: 100px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.doc-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.doc-desc {
    color: #555;
    font-size: 0.95rem;
    margin-top: 5px;
    max-height: 3.5em;
    overflow: hidden;
}

.doc-rating {
    color: #f1c40f;
}

.doc-price {
    font-weight: 600;
    color: #333;
}

.doc-actions .btn {
    padding: 6px 12px;
}
a.text-decoration-none.text-dark:hover {
    text-decoration: none;
    color: inherit;
}


@media (max-width: 767px) {
    .document-card {
        flex-direction: column;
    }
    .doc-preview{
        margin-bottom: 20px;
    }

    .doc-actions {
        margin-top: 10px;
        text-align: start !important;
    }
}