/* Custom Styles for Earth Summit 2025 - Optimized for Performance and Accessibility */

/* Use optimized font stack with proper fallbacks */
body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    color: #212529; /* Improved contrast ratio */
}

footer {
    background: #2208EB;
    color: #ffffff;
    padding: 20px 0;
}

/* Improved contrast for footer links */
footer a {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

footer a:hover,
footer a:focus {
    color: #e6f3ff !important;
    text-decoration-color: rgba(255, 255, 255, 1);
}

/* Contact card with better contrast */
.contact-card {
    background: #ffffff;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.contact-card a {
    color: #0d6efd !important;
    font-weight: 500;
    text-decoration: underline;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.footer-menu {
    text-align: right;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
}

@media (min-width: 768px) {
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.conn-w-us {
    justify-content: start;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.pass-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    background: #fff;
    transition: 0.3s;
    height: 100%;
}

.pass-card:hover {
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.pass-price {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
    color: #111;
}

.features {
    text-align: left;
    font-size: 14px;
    min-height: 180px;
}

.features li {
    margin-bottom: 8px;
}

.btn-register {
    margin-top: 15px;
    width: 100%;
    border-radius: 50px;
}

.bg-none {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

@media (min-width: 1280px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1366px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
        width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 1367px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
        width: 85%;
        margin: 0 auto;
    }
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border-color: #000000;
}