    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: #f2f7f5;
        color: #333;
    }

    button {
        background-color: #4CAF50; /* Green */
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    }

    button:hover {
        background-color: #45a049;
    }

    #certificate {
        background-color: white;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 20px;
        margin-top: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    h2, h3, h4 {
        color: #333;
    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    ul.service-list {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.5;
        font-size: 15px;
        margin-top: 10px;
    }

    li {
        position: relative;
    }

.walk-with-me-description {
    display: block; /* Show the description block */
    padding-left:22px;
    border: 0px solid #cccccc; /* Add a border for separation */
    border-radius: 5px; /* Rounded corners */
    font-size: 14px; /* Font size for readability */
    font-style: italic;
}

.info-text {
    display: none; /* Initially hide the info text */
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: absolute; /* Position relative to the list item */
    z-index: 10;
}

/* Make sure touch areas are easy to click */
.hover-item {
    position: relative; /* Required for absolute positioning of info text */
    padding: 10px; /* Adds more space around the item */
    cursor: pointer; /* Ensures a click pointer appears */
}

/* Optionally adjust styles for smaller screens */
@media (max-width: 600px) {
    .hover-item {
        font-size: 18px; /* Bigger font size for better readability */
        padding: 15px; /* More padding for easier tapping */
    }
}


    .hero {
        position: relative;
        width: 100%;
    }

    .hero img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    .hero .overlay-text {
        position: absolute;
        bottom: 20px;
        right: 30px;
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        padding: 15px 20px;
        border-radius: 8px;
        text-align: right;
    }

    .hero .overlay-text h1 {
        margin: 0;
        font-size: 28px;
        letter-spacing: 1px;
    }

    .hero .overlay-text p {
        margin: 5px 0 0;
    }

    .content {
        max-width: 1100px;
        margin: 20px auto;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        line-height: 1.4;
    }

    footer {
        background: #333;
        color: #fff;
        padding: 10px 15px;
        text-align: center;
        margin-top: 40px;
    }

    footer a {
        color: #fff;
        text-decoration: none;
    }

    @media (max-width: 600px) {
        .content {
            margin: 20px;
            padding: 20px;
        }

        header img {
            max-height: 200px;
        }
    }
  
  .cta-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px;
    margin: 30px auto;
    text-align: center; /* mobile */
  }

  .cta-wrap a {
    background: seagreen;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
  }

  @media (min-width: 768px) {
    .cta-wrap {
      flex-direction: row;
      justify-content: flex-start;
      text-align: left;
    }
  }
  .about-image {
    float: right;
    width: 120px;
    margin: -10px 0 15px 20px;
    border-radius: 8px;
}

.cta-button {
    background: seagreen;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    margin: 5px 10px 0 0;
}

/* Hidden by default */
.toggle-section {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.3s ease;
}

/* Visible state */
.toggle-section.is-open {
    opacity: 1;
    max-height: 2000px; /* large enough to fit content */
}

/* Optional: nicer feel */
.toggle-section > * {
    padding-bottom: 1rem;
}

.toggle-btn:active {
    transform: scale(0.98);
}


/* Mobile-specific breathing room */
@media (max-width: 600px) {
    .toggle-btn {
        font-size: 13.5px;
        margin: 14px auto;       /* extra vertical space on mobile */

    }
}



/* Wrapper needed */
.toggle-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Mobile default (stacked) */
.toggle-btn {
    width: 100%;
    max-width: none;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    padding: 12px 14px;
}
@media (min-width: 900px) {
    .toggle-buttons {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
    }

    .toggle-btn {
        width: auto;
        max-width: 220px;        /* keeps buttons tidy */
        font-size: 13.5px;
        line-height: 1.2;
        padding: 10px 12px;
    }
}
/* Mobile cleanup */
@media (max-width: 600px) {

    .toggle-buttons {
        gap: 2px;                /* more breathing room */
    }

    .toggle-btn {
        font-size: 14px;
        line-height: 1.4;
        padding: 16px 18px;       /* taller tap area */
        border-radius: 10px;

        background-color: #4CAF50;
        box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    }

    /* Visually separate buttons */
    .toggle-btn:not(:last-child) {
        margin-bottom: 6px;
    }
}



