• 0

Congratulations on your skill and effort, doctor. I made the right decision by trusting you. Thanks to you, I can now breathe more easily and I am very happy with the outcome. Thank you again for everything.

document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { document.getElementById('custom-popup').classList.add('show'); }, 3000); // 3 saniye sonra göster window.closeCustomPopup = function () { document.getElementById('custom-popup').classList.remove('show'); }; });