/*
Theme Name: Chromax Child
Theme URI: https://desertthemes.com/
Description: Child theme for Chromax
Author: Your Name
Template: chromax
Version: 1.0
*/

.chromax-child-section {
    padding: 80px 0;
    background: #f9f9f9;
    text-align: center;
}

.chromax-child-section h2 {
    color: #ff6b00;
    font-size: 36px;
    margin-bottom: 20px;
}

.chromax-child-section p {
    font-size: 18px;
    color: #555;
}

.chromax-child-section .button {
    display: inline-block;
    padding: 12px 30px;
    background: #ff6b00;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 20px;
    transition: background 0.3s;
}

.chromax-child-section .button:hover {
    background: #e55b00;
}
