/* Custom Single Product Layout */
.treatment-template.page-container {
    padding-bottom: 15px !important;
}
.custom-product-layout {
    margin-top: 0px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
}

.custom-product-left.cstProductLeftWrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 80vh;
    padding-top: 0;
    display: grid;
}
.cstProductLeft_ImageWrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.cstProductLeft_ImageWrap img.imageBanner {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.cstProductLeft_ImageWrap.text-wrapRight {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 100px 40px 40px;
    display: flex;
}
.custom-product-left {
    width: 100%;
    position: relative;
}

.custom-product-left .h-one {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 50px;
    right: 0;
    bottom: 0;
}

.custom-product-left h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 00px;
    background: #a88e74;
    padding: 10px 20px;
    line-height: 44px;
    margin: 0;
}

.custom-product-left .product-price {
    font-size: 24px;
    color: #A88E74 !important;
    font-weight: 600;
    margin-bottom: 0px;
}

.custom-product-left .product-description {
    margin: 15px 0;
    color: #444;
    font-size: 16px;
    line-height: 1.6;

}

.content-sec-disptn {
    background: #f8f8f8;
    padding: 20px 40px;
    text-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    margin: 50px 0;
    margin-bottom: 25px;
    gap: 30px;
}

.product-description p {
    margin: 0;
}



/* Right: Related Treatments */
.custom-product-right {
    width: 100%;
    padding: 25px 0;
}

.custom-product-right h3 {
    margin-bottom: 20px;
}






.product-content-img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    padding: 0px 0;
}

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #a88e74;
    cursor: pointer;
    font-weight: 500;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.product-detaile-btn {
    margin-top: 20px;

}




h1.ColorWhite {
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 300;
}

.divider_Line {
    background-color: #fff;
    width: 100px;
    height: 1px;
}

@media (max-width: 768px) {
    .custom-product-layout {
        flex-direction: column;
    }

    .custom-product-left {
        width: 100%;
    }

    .custom-product-right {
        width: 100%;
    }

    .custom-product-left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .custom-product-left .h-one {
        position: relative;
        top: 20px;
        left: 5px;

    }

    .price-book-group {
        display: flex;
        justify-content: flex-start;
        align-items: self-start;
        flex-direction: column;
        gap: 20px;
    }

    .product-faq {

        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .custom-product-left.cstProductLeftWrapper {
        height: 70vh;
    }
}

@media screen and (max-width: 479px) {
    .cstProductLeft_ImageWrap img.imageBanner {
        object-position: 50% 50%;
    }
    .cstProductLeft_ImageWrap.text-wrapRight {
        padding-top: 40px;
    }
    h1.ColorWhite {
        text-align: center;
        font-size: 2rem;
    }
}
@media screen and (max-width: 991px) {
    .cstProductLeft_ImageWrap img.imageBanner {
        object-position: 50% 0%;
    }
    .cstProductLeft_ImageWrap {
        height: 400px;
    }
    .cstProductLeft_ImageWrap.text-wrapRight {
        padding-top: 40px;
    }
}
@media screen and (max-width: 767px) {
     h1.ColorWhite {
        font-size: 2.3rem;
    }
}

