/*
Theme Name: PAN GLOBAL TRAVELS (PVT) LTD
Theme URI: http://panglobaltravels.com
Author: Domedia
Author URI: www.domedia.lk
Description: Just another Template by Domedia 2025
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.grecaptcha-badge {
    display: none !important;
}
/* ========================================

   Honeypot Spam Protection for Contact Forms & Comments

   ======================================== */

.book-appointment__optional-field {

    display: none !important;

    visibility: hidden !important;

}



.comment-form-optional-field {

    display: none !important;

    visibility: hidden !important;

}



/*
 * Block traditional comment form submissions (wp-comments-post.php)
*/
add_action('pre_comment_on_post', function() {
    if( BTS::$options['page_settings']['post_comments'] ):
        return; // Allow comments if enabled in theme settings
    endif;
    wp_die('Comments are disabled.', 'Comments Disabled', array('response' => 403));
});