/* Page Specific Overrides */
.hero-screen {
    /* Gaushala specific hero image */
    background-image: url('https://images.unsplash.com/photo-1596733430284-f74377bc2bd0?q=80&w=2070&auto=format&fit=crop');
}

.split-feature-section {
    background-color: #FFFBEB;
    /* Cream/Yellow tint for Cow Mission */
}

/* Text colors for this specific theme */
.split-content-container {
    color: #422006;
    /* Dark Brown */
}

.about-title {
    color: #78350F;
    /* Amber/Brown */
}

.about-text {
    color: #5D4037;
    /* Brownish Gray */
}

.about-info {
    border-top: 1px solid rgba(120, 53, 15, 0.1);
}