
/* 
#############################
||                         ||
||    Park Fee Homepage    ||
||                         ||
############################# */
.mitigation-fees-hero-container {
    position: relative;
    min-height: 350px;
    color: white;
    background-position: center; 
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../image/park-planning-img/bg-park-planning.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    transform: translateY(0%);
}

.planning-all-links a {
    text-decoration: underline;
    color: rgba(239, 158, 89, 1);
}

.planning-all-links a:hover {
    color: #eb832a;
}

.red-link a {
    text-decoration: none;
    color: #9d391f;
}

.img-box {
    width: 100%;
    height: 160.83px;
    overflow:hidden;

}

.img-box img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

.button-links a {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.button-links a:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

/* 
#############################
||                         ||
||  Park Fee information   ||
||                         ||
#############################
 */
.info-container {
    font-size: 19px;
    margin: 40px 0 80px 0;
}

.parkfees-title {
    padding:70px 0 0 0;
    margin: 10px 0 0 0;
    font-size: 2rem;
    color: #D14E29;
    text-align: center;
    font-weight: bold;
}

.info-container .secondary-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.0rem 0;
}

.info-container table tbody tr:nth-child(odd) {
    background: rgba(239, 158, 89, 0.2) !important;
}

.info-container a {
    color: #9d391f;
    text-decoration: none;
}

/*################################
||                            ||
||  Park Fee Appointment      ||
||                            ||
################################*/
.appoint-lists {
    font-weight:bold; 
    list-style-type: square;
}

.appoint-lists li {
    margin-bottom: 1.2rem;
}

/*################################
||                            ||
||  Park Fee instruction      ||
||                            ||
################################*/
.instruction-lists li {
    margin-bottom: 1.2rem;
}