/**
 * Theme Name: drTheme Child
 * Description: Child theme for drTheme, white-labeled for Daniel.
 * Author: Daniel
 * Author URI: https://www.linkedin.com/in/onlinemarketingecommerceexpert/
 * Template: drtheme
 * Version: 1.0
 */

/* ====================================================================
   Journey Section Background and Text Color Overrides
   ==================================================================== */
.journey-section .bg-box {
    height: 100% !important;
}
.journey-section .inner-container {
    border-bottom: none !important;
}
.journey-block-one .inner-box h3 a {
    color: #ffffff !important;
}
.journey-block-one .inner-box h3 a:hover {
    color: var(--theme-color) !important;
}
.journey-block-one .inner-box p {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* ====================================================================
   Global Page Title Truck Icon Removal Override
   ==================================================================== */
.page-title .pattern-layer {
    display: none !important;
}