/*
Theme Name: Polkesmar Modern
Theme URI: https://kebidananmagelang-polkesmar.id
Author: Tim IT Polkesmar
Author URI: https://kebidananmagelang-polkesmar.id
Description: Tema modern, bersih, dan cepat untuk Prodi Kebidanan Magelang, menggunakan Bootstrap 5 dan desain layaknya UI aplikasi.
Version: 1.0.0
Text Domain: polkesmar-modern
*/

/* Custom CSS can be added here. Core styling is handled by Bootstrap 5. */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.hero-section {
    background: linear-gradient(135deg, #0d6efd 0%, #00d2ff 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.card-custom {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
