/*
Theme Name: Travivu
Theme URI: https://gaviaspreview.com/wp/travivu/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.9
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: travivu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
/* Privacy Policy – show title like other pages */
.page-id-1169 h1,
.page-id-1169 .entry-title,
.page-id-1169 .page-title {
    display: block !important;
}
/* Privacy Policy – force visible title like other pages */
.page-id-1169 .container-single-content-inner::before {
    content: "Privacy Policy";
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 25px;
}
/* Privacy Policy – show title without hero image */
.page-id-1169 .breadcrumb-main {
    display: block !important;
    background: none !important;
    padding: 30px 0 !important;
}

.page-id-1169 .breadcrumb-overlay {
    background: none !important;
}
<?php
$bg_image = get_theme_mod('breadcrumb_bg');

// FORCE image only for Tours Page (ID 610)
if ( is_page(610) ) {
    $bg_image = 'https://thehappytravel.in/wp-content/uploads/NEW-BANNER.jpg';
}
?>
