html,
body,
form {
    margin: 0;
    padding: 0;
}

:root {
    --swiper-theme-color: #333;
}

body {
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.main-content {
    margin: 0;
    padding: 0;
}

.hero {
    background-color: #f8f9fa;
    padding: 30px;
    margin: 0;
}

    .hero h1,
    .hero h2,
    .hero p {
        margin-top: 0;
    }

/* Typography */

h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 0.75rem;
}

.hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
}

.section-padding h2 {
    font-size: 2rem;
}

p {
    margin-bottom: 1rem;
}

.lead {
    font-size: 1.1rem;
    line-height: 1.7;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.top-section-padding {
    padding: 20px 0;
}

.section-padding {
    padding: 60px 0;
}

.sub-section-padding {
    padding: 20px 0;
}

section {
    scroll-margin-top: 90px;
}

.footer {
    background-color: #212529;
    color: white;
    padding: 30px 0;
}

.aboutlink {
    color: white;
    text-decoration: underline;
}

    .aboutlink:hover {
        color: #d1d1d1;
    }

.navbar {
    margin-bottom: 0;
}

.btn-primary {
    font-weight: 600;
    padding: 10px 20px;
}

.sponsor-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    background-color: transparent !important;
}

    .sponsor-card:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

.sponsor-logo {
    max-height: 120px;
    object-fit: contain;
}

/* Swiper */

.beverageSwiper,
.foodSwiper {
    padding: 10px 0 20px;
}

    .beverageSwiper .swiper-slide,
    .foodSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .beverageSwiper img,
    .foodSwiper img {
        max-height: 150px;
        width: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

        .beverageSwiper img:hover,
        .foodSwiper img:hover {
            transform: scale(1.05);
        }

.swiper-button-prev,
.swiper-button-next {
    color: #333 !important;
    width: 40px;
    height: 40px;
}

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px;
        font-weight: bold;
    }

.beverage-prev,
.food-prev {
    left: -15px;
}

.beverage-next,
.food-next {
    right: -15px;
}
