body {
    background: #fff;
    color: white;
    font-family: 'Arial', sans-serif;
}

.container {
    background: #fff;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.countdown {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

#timer {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
}

.highlight {
    color: #f7941d;
}

.btn-orange {
    background-color: #f7941d;
    color: #fff;
}

.btn-orange:hover {
    background-color: #d67908;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.banner-home{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://calnog.it/landing/banner_home.jpg');
    width: 6000px;
    height: 600px;
}