@media print {
    * {
        box-sizing: border-box;
    }
    body {
        font-size: 16px;
        color: black;
        background: white; 
    }
    .container{
        width: 100%;
        max-width: 100%;
    }
    header {
        display: none;
    }
    footer {
        display: none; 
    }
    .hero-btn-check{
        display: none;
    }
    .btn{
        display: none;
    }
    .main-wrapper{
        background: white;
        margin-bottom: 0px;
    }
    .custom-loan-herosec{
        background-image: none;
    }
    .loan-top-left{
        display: none;
    }
    .loan-bottom-right{
        display: none;
    }
    .loan-bottom-left{
        display: none;
    }
    .loan-top-right{
        display: none;
    }
    .loan-wrapper button{
        display: none;
    }
    .section{
        padding: 0px !important; 
    }
    .custom-innerDetail{
        padding: 0px !important;
        margin: 0px !important;
    }
    .custom-innerSec-title{
        padding: 0px !important;
    }
    /* section {page-break-after: always;} */
    .dark-card{
        background-color: white;
        border: 1px solid #f5f5f5;
    }
    .dark-card{
        padding: 10px 20px;
    }
    .dark-card .image-box{ 
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact;
    }
    .download-sec{
        display: none;
    }
    .loan-main-img {
        text-align: center;
        width: 100%;
        height: 400px;
    }
    .loan-main-title {
        font-size: 1.5rem;
    }
    .detail-img {
        float: left;
        max-height: 200px;
        max-width: 200px;
        margin-right: 20px;
    }
    .detail-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        margin-bottom: 00px;
    }
    button{
        display: none !important;
    }
    .detail-section {
        max-height: 100%;
        overflow:visible;
    }
}