.text-brand {
    color: #4285F4;
}

.gradient-bg-brand {
    position: relative;
    background-image: linear-gradient(150deg, #4285F4 0%, #0F70D6 100%);
    background-repeat: repeat-x;
}

.gradient-bg-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3); /* White overlay with 30% transparency */
    z-index: 1;
}

.logo {
    position: relative;
    z-index: 2; 
}

/* .logo {
    color: #4285F4; 
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
} */
