.walk-desc{
    height: 25rem;
}

.trail-map iframe{
    width:-webkit-fill-available;
}

.event-title a{
    text-decoration: none!important;
    color: #1f2937!important;
}

.committee-text{
    font-size: 2rem;
    margin: 1rem 0;
}

.walk-featured{
    padding: .5em!important;
}

.btn-transparent{
    background-color: transparent;
    border-color: var(--forest-green);
    color: black;
}

/* Make container relative */
.gslide-inner-content {
    position: relative;
}

/* Add gradient overlay */
.gslide-inner-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.0) 100%
    );
    pointer-events: none;
}

/* Position description over image */
.gslide-description {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    text-align: center;
    background: transparent !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

/* Remove default white box */
.gdesc-inner {
    background: transparent !important;
    box-shadow: none !important;
}

.form-label {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
}

.form-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        rgba(82, 163, 73, 0.7),
        rgba(82, 163, 73, 0.4),
        transparent
    );
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.home-text {
    position: relative;
    z-index: 10;
    padding: 2rem;
    background-color: var(--overlay-bg);
    border-radius: 5px;
    opacity: 0;
    animation: fadeIn 1s ease-in-out 0.8s forwards;
}

.home-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.home-text p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.more-text {
    display: none;
}

#toggle:checked ~ .more-text {
    display: inline;
}

#toggle:checked ~ .dots {
    display: none;
}

.accordion-body{
    text-align: justify;
    white-space: pre-line;
}

.wildlife-image{
    width: 10rem;
}