/* Custom Style for epasien - Modern Look */
body {
    font-family: 'Poppins', Arial, sans-serif;
    background: #f7f8fa;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 600;
}

.navbar, .navbar-default {
    background: #1976d2 !important;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.navbar a, .navbar-default a {
    color: #fff !important;
    font-weight: 500;
}

.btn, .btn-warning {
    border-radius: 25px;
    padding: 10px 28px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-warning {
    background: #ff9800;
    color: #fff;
    border: none;
}

.btn-warning:hover {
    background: #ffa726;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255,152,0,0.15);
}

.section-title {
    color: #1976d2;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.team-thumb, .card, .panel, .news-thumb {
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(25,118,210,0.07);
    background: #fff;
    transition: box-shadow 0.2s;
}

.team-thumb:hover, .card:hover, .panel:hover, .news-thumb:hover {
    box-shadow: 0 8px 32px rgba(25,118,210,0.13);
}

.team-thumb img, .card img, .news-thumb img {
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(25,118,210,0.08);
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0 auto 16px auto;
    display: block;
}

input, select, textarea {
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px !important;
    font-size: 15px !important;
}

.form-control:focus {
    border-color: #1976d2 !important;
    box-shadow: 0 0 0 2px rgba(25,118,210,0.08) !important;
}

/* Animasi masuk */
.wow, .fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* Footer modern */
footer {
    background: #1976d2;
    color: #fff;
    padding: 32px 0 16px 0;
    text-align: center;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    margin-top: 48px;
}

footer, .copyright-text, .footer-thumb, .footer-link, .contact-info, .opening-hours {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

footer a, .footer-link a {
    color: #ffe082 !important;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

footer a:hover, .footer-link a:hover {
    color: #fff176 !important;
    text-decoration: underline;
}

footer h4, .footer-thumb h4 {
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

footer p, .footer-thumb p, .copyright-text p {
    font-size: 1.08em;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    letter-spacing: 0.2px;
}

footer .border-top {
    border-top: 1.5px solid #fff3 !important;
    margin-top: 18px;
    padding-top: 12px;
}

footer .latest-stories span, .footer-thumb .latest-stories span {
    display: block;
    color: #ffe082 !important;
    font-size: 1.08em;
    font-weight: 600;
    margin-top: 6px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .team-thumb img, .card img, .news-thumb img {
        width: 80px;
        height: 80px;
    }
    .section-title {
        font-size: 1.3em;
    }
} 