/*
Theme Name: evisa-child-theme
Template: evisa 
Version: 1.0
*/

/* ===== Custom Homepage Styles ===== */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1452421822248-d4c2b47f0c81?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
}
.visa-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
    transition: all 0.3s ease;
}
.testimonial-card:hover {
    transform: scale(1.05);
}
.country-flag {
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
    border-radius: 2px;
}
.site-logo {
    max-width: 200px;
    height: auto;
    display: block;
}
