.pdf-section {
        font-family: Arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 80px;
    }

    .pdf-container {
        width: 100%;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
    }

    .pdf-header {
        background: #2957a3;
        color: white;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .pdf-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .bredcum-section {
        padding-bottom: 20px;
    }

    .View-addition h2 {
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        color: #2957a3;
    }
    
    #btnSubmit{background-color: #2957a3 !important; color:#fff !important;font-weight:bold !important; border:none !important; padding:10px;}
   .col-md-12.Standard-visitorCount {
    padding-bottom: 40px;
    margin-top: 15px;
   }
    
    /* Media Query for screens smaller than 768px */
    @media (max-width: 768px) {
    .pdf-section {
        margin-top: 50px; /* Adjust margin for smaller screens */
        padding: 10px;
    }
    
    .pdf-container {
        width: 100%;
    }

    .pdf-header {
        font-size: 16px; /* Slightly smaller text */
        padding: 10px;
    }

    .View-addition h2 {
        text-align: left;
        font-size: 18px;
        padding-bottom: 20px;
    }
}