body {
    background-color: #f8f9fa;
}

#form {
    max-width: 600px;
    margin-top: 50px;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
}

.btn-submit {
    background-color: #DD3D3D;
    color: #fff;
    font-weight: bold;
}

.btn-submit:hover {
    background-color: #C62828;
}

.info-section {
    margin-top: 30px;
}
.navbar-nav li.nav-item a.nav-link:hover {
  color: #DD3D3D !important;
  text-decoration: underline !important;
}
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.info-section p {
    font-size: 18px;
}
.google-map {
padding-bottom: 50%;
position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}