/*
Theme Name: Shild
Theme URI: https://example.com/shild
Author: Your Name
Author URI: https://example.com
Description: Child theme for Twenty Twenty-Four with Bootstrap.
Version: 1.0
Template: twentytwentyfour
Text Domain: shild
*/

/* Custom styles for Shild theme with Bootstrap */
html, body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hero-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-section .display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.bg-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    border: none;
}

/* Remove default Twenty Twenty-Four styles that might conflict */
.site-main {
    padding: 0;
}
