/* Estilos Globales */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Estilos del Header y Navegación */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.navbar-brand svg {
    height: 50px;
    width: auto;
}

.nav-link {
    color: #333;
    font-weight: 500;
}

    .nav-link:hover {
        color: #8B4513;
    }

/* Estilos del Footer */
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    margin-top: 40px;
}

    .footer img {
        max-width: 150px;
        height: auto;
    }

    .footer .col-md-4:last-child {
        text-align: right;
    }

    .footer p {
        margin-bottom: 5px;
    }

/* Estilos de la Página de Inicio */
.jumbotron {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.chakra-background {
    background-image: url('/images/chakras_enlightenment.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

    .chakra-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .chakra-background * {
        position: relative;
        z-index: 2;
    }

.jumbotron h1 {
    color: #fff;
}

/* Estilos para la página de Servicios */
.card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-bottom: 20px;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title {
    color: #8B4513;
    font-size: 1.5rem;
}

.card-text {
    color: #666;
}

.btn-primary {
    background-color: #8B4513;
    border-color: #8B4513;
}

    .btn-primary:hover {
        background-color: #654321;
        border-color: #654321;
    }

/* Estilos para la página de Reiki */
.reiki-info {
    background-color: #f9f5f0;
    border-left: 4px solid #8B4513;
    padding: 20px;
    margin-bottom: 20px;
}

/* Estilos para la página de Contacto */
.contact-form {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.contact-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

/* Estilos para el logo SVG */
.logo-svg .hindi-text {
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    fill: #8B4513;
}

.logo-svg .subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    fill: #A0522D;
}

.logo-svg .underline {
    stroke: #8B4513;
    stroke-width: 1.5;
}
