body {
    background-color: #f8f9fa;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #FFF;
    font-family: 'Times New Roman', serif;
}

.navbar-nav li.nav-item a.nav-link:hover {
    color: #DD3D3D;
    text-decoration: underline;
}

#form {
    max-width: 800px;
    margin-top: 80px;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-body {
    padding: 30px;
}

.fees-section,
.activities-section,
.details-section {
    margin-top: 30px;
}

table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    background-color: #f2f2f2;
}

th {
    background-color: #DD3D3D;
    color: white;
}

.google-map {
padding-bottom: 50%;
position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}