/*
Theme Name: Blue Rent Corporate
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: eavenue
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* General Layout */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 80px 0;
}

h2 {
    color: #003399; /* Blue Rent Corporate Blue */
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ff6600; /* Corporate Orange */
    margin-top: 10px;
}
