
<div class="payment-section p-2">
<header>
<h1 class="d-none">Send Us Payment</h1>
<p>Please choose one of the following options to complete your payment securely.</p>
</header>
<article class="payment-method">
<h2>Send Payment using Sanima Bank</h2>
<p>You can send your payment through Sanima Bank using the account details provided in your booking confirmation.</p>
</article>
<article class="payment-method">
<h2>Send Payment using Khalti</h2>
<p>For faster transactions, you can use Khalti to send your payment directly through the app or website.</p>
</article>
</div>
Hey there, smarty!
Once done, send us the receipt—don’t make us guess if you sent it or not! 😉 Cheers!
<style>
.success-message {
margin-top: 20px;
color: green;
font-weight: bold;
display: none;
position:absolute;
}
</style>
<button id="copyButton" class="btn btn-primary">Copy Details</button>
<p id="successMessage" class="success-message">Account details copied successfully!</p>
<script>
// Account details
const accountDetails = `
Account Holder's Name: SARBATRA INC PRIVATE LIMITED
Account Number: 038010010000549
Bank: Sanima Bank
Branch Name: NAYABAZAR BRANCH
`;
// Function to copy text to clipboard
function copyToClipboard(text) {
const textarea = document.createElement('textarea');
textarea.value = text;
document.body.appendChild(textarea);
textarea.select();
document.execCommand('copy');
document.body.removeChild(textarea);
// Show success message
const successMessage = document.getElementById('successMessage');
successMessage.style.display = 'block';
// Hide the message after 3 seconds
setTimeout(() => {
successMessage.style.display = 'none';
}, 3000);
}
// Add event listener to the button
document.getElementById('copyButton').addEventListener('click', () => {
copyToClipboard(accountDetails);
});
</script>
<h1>Send Us Payment – Official Sarbatra SMS Payment Details</h1>
<p>To continue using <strong>Sarbatra SMS</strong> services like bulk SMS in Nepal, please send your payments to the following account.</p>
<p>After payment, please email your payment slip to <strong>info@sarbatra.com</strong> for quick verification.</p>
<p>Need help? Call us at <strong>+977-9845179869</strong>.</p>
<h2>How to Send Payment to Sarbatra SMS</h2>
<p>To activate or renew your <strong>Bulk SMS service</strong> in Nepal, please send payment to our official account listed below. All transactions are secure and verified.</p>
<h3>Sarbatra SMS Official Bank Account Details</h3>










