@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
}

.contact-form .form-control {
    margin-bottom: 20px;
}

.contact-form .btn {
    background-color: #2a9d8f;
    color: white;
    width: 100%;
    border-radius: 30px;
    text-transform: uppercase;
}

.price-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.price-card h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.price-card .price {
    font-size: 2.5rem;
    color: #2a9d8f;
    font-weight: bold;
}

.price-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.price-card ul li {
    margin: 10px 0;
}

.price-card .btn {
    background-color: #2a9d8f;
    color: white;
    border-radius: 30px;
    text-transform: uppercase;
}