/*
Theme Name: Handiman Service
Theme URI: https://example.com/handiman-service
Author: Your Name
Author URI: https://example.com
Description: Custom WordPress theme for Handiman Service.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: handiman-service
*/


.inner_banner_section {
    background-color: #111111; /* Match primary theme color */
    padding: 60px 0;
    text-align: center;
}

.inner_banner_title {
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.about_page_content {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
}