/* Custom styles for Random Food app */

.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    min-height: 400px;
    display: flex;
    align-items: center;
    color: white !important;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.bg-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.navbar-brand {
    font-size: 1.5rem;
}

.form-select-lg {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}

.btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
}

.display-1 {
    font-size: 4rem;
}

body {
    background-color: #f8f9fa;
}

.alert {
    border-radius: 10px;
}

.card {
    border-radius: 15px;
}

.btn {
    border-radius: 25px;
}/* En
sure hero text is visible */
.hero-section h1,
.hero-section p,
.hero-section .lead {
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}/* 
Google Form iframe styling */
.google-form-iframe {
    border-radius: 0 0 15px 15px;
    min-height: 600px;
}

.card-body.p-0 {
    overflow: hidden;
}