/* Custom Styles */
body {
    padding-top: 56px; /* Adjust body padding to account for fixed navbar */
    /* Define default font if needed */
}

.logo-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.hero-section {
    background: url('images/hero-background.jpg') no-repeat center center;
    background-size: cover;
    color: white; /* Assuming text is white/light on the image */
    padding: 100px 0; /* Adjust padding as needed */
    text-align: center;
    position: relative;
    min-height: 500px; /* Ensure section has some height */
    display: flex;
    align-items: center; /* Center content vertically */
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Dark overlay for text visibility */
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 3.5rem; /* Adjust size */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-section .btn {
    padding: 10px 20px;
    font-size: 1.1rem;
}

.section-padding {
    padding: 60px 0;
}

.info-icon {
    font-size: 2rem; /* Adjust icon size */
    color: #ffc107; /* Example color, adjust as needed */
}

.bg-light-pink {
    background-color: #fff0f1; /* Example light pink background */
}

.goals-list li {
    margin-bottom: 10px;
}

.table-blue thead th {
    background-color: #0d6efd; /* Bootstrap primary blue */
    color: white;
}

.important-note {
    background-color: #fff3cd; /* Bootstrap warning light background */
    border-left: 5px solid #ffc107; /* Bootstrap warning color */
    padding: 15px;
    margin-top: 20px;
}

.organizer-card,
.step-card {
    background-color: #fff0f1; /* Light pink background from image */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    height: 100%; /* Make cards in a row equal height */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.organizer-card img {
    max-height: 80px; /* Adjust height as needed */
    margin-bottom: 15px;
}

.organizer-card h4 {
    color: #333;
    font-weight: bold;
}

.organizer-card p {
    color: #555;
    font-size: 0.9rem;
}

.step-card .icon {
    font-size: 3rem; /* Adjust icon size */
    margin-bottom: 15px;
    color: #fd7e14; /* Bootstrap orange */
}

.step-card h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.step-card p {
    margin-bottom: 15px;
}

.step-card .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d6efd; /* Bootstrap primary blue */
}

.footer-brand {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 0.9rem;
    color: #6c757d; /* Bootstrap secondary text color */
    margin-bottom: 15px;
}

.social-icons a {
    color: #6c757d;
    margin-right: 15px;
    font-size: 1.2rem;
    text-decoration: none;
}

.social-icons a:hover {
    color: #0d6efd; /* Bootstrap primary color */
}

.footer-links a {
    display: block;
    color: #212529; /* Bootstrap dark text color */
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-contact p {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6; /* Bootstrap border color */
    font-size: 0.8rem;
    color: #6c757d;
}

/* Add custom styles for sections, buttons, etc. */

/* Mobile specific styles */
@media (max-width: 767.98px) {
    .logo-text {
        display: none;
    }
    .logo-icon {
        margin-right: 0;
        height: 40px;
        width: 40px;
    }
    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }

    .organizer-card img {
        max-height: 200px; /* 80px * 2.5 */
    }

    /* Center footer content on mobile */
    footer .col-lg-4,
    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-md-6 {
        text-align: center;
    }

    .social-icons {
        /* Ensure icons container itself is centered if needed, */
        /* but text-align: center on parent column usually suffices */
        /* You could add 'justify-content: center;' if it were a flex container */
    }

    .footer-links ul {
         padding-left: 0; /* Remove default padding if needed for centering */
    }

    /* Optional: Adjust section padding for smaller screens if needed */
    .section-padding {
        padding: 40px 20px;
    }

    /* Optional: Center align specific columns if needed */
    /* Example: .text-md-start { text-align: center !important; } */
}

#location-section {
    background: url('images/stadion.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: white;
}

#location-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Slightly less dark overlay */
    z-index: 1;
}

#location-section .container {
    position: relative;
    z-index: 2;
}

#location-section h2,
#location-section h4,
#location-section p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.program-list .icon {
    flex-shrink: 0; /* Keep this if parent remains flex, otherwise remove */
    display: block; /* Make it a block element for margin auto centering */
    max-width: 150px; /* Increased size */
    max-height: 150px; /* Increased size */
    margin-left: auto; /* Center the icon */
    margin-right: auto; /* Center the icon */
    margin-bottom: 10px; /* Space below icon */
} 