/*!
Theme Name: Vision Vivante
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vision-vivante
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

body {
    margin: 0;
}

.custom-container{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.vision-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/uploads/2025/04/banner-2-1536x768.jpeg') center top / cover no-repeat; 
    height: 400px;
    color: #000;
    text-align: left;
    padding: 50px;
}

.vision-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 95%);
    z-index: 1;
}
.highlight {
    color: #0066ff;
    font-weight: bold;
}

#typed-text, .highlight {
    font-weight: bold;
    background: -webkit-linear-gradient(180deg, #271887, #02bfe1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-text, .stats {
    font-size: 14px;
    margin-top: 10px;
}
.vision-banner-content{
    width: 100%;
}

.vision-banner-content .highlight {
    background: -webkit-linear-gradient(180deg, #271887, #02bfe1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 {
    font-family: Averta-Bold;
    font-size: 53px;
    line-height: 65px;
	color: var(--bs-heading-color);
}

