/*
Theme Name: SCCC Astra Child
Theme URI: https://sccc.in
Description: Child theme of Astra for Smart Choice Computer Center (SCCC.in)
Author: OYSTER
Template: astra
Version: 1.0.0
*/

/* Hide page/post title bar site-wide (permanent fix — not a per-page toggle) */
.ast-archive-title,
.entry-header,
.page-header,
.ast-header-titlebar,
.ast-page-title-bar {
    display: none !important;
}

/* Colored gradient header bar (TutorLink-style), using SCCC brand colors */
.ast-primary-header,
.main-header-bar,
.ast-above-header,
.site-header {
    background: linear-gradient(90deg, #4338CA 0%, #6366F1 60%, #EA580C 100%) !important;
    border-bottom: none !important;
}

/* Make site title / logo / menu text readable on the colored header */
.site-title a,
.site-title a:hover,
.ast-site-title,
.main-header-menu .menu-item > .menu-link,
.main-header-menu .menu-item > .menu-link:hover,
.ast-masthead-custom-menu-items a {
    color: #ffffff !important;
}

.main-header-menu .menu-item > .menu-link:hover {
    color: #ffe8d6 !important;
}

/* If using an image logo, add a subtle drop shadow so it stands out on the gradient */
.ast-site-identity img {
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}