/*
Theme Name: balance
Theme URI: https://ashrafmag.com
Author: ashraf abdul jawad
Author URI: https://ashrafmag.com
Description: Visual Composer compatible theme based on Underscores.
Version: 1.0
License: GPL v2 or later
Text Domain: balance
*/

@import url("assets/css/main.css");

/* HEADER */
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

/* Hero */
.hero {
    height: 90vh;
    background: url("./assets/images/Imagen1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.hero-content {
    max-width: 480px;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 12px;
}

.hero h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero .btn {
    background: #3f7f73;
        color: #fff !important;
        padding: 10px 18px;
        border-radius: 6px;
        text-decoration: none;
}