html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    padding:0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.footer-wrapper {
    width: 100%;
    margin: 0;
}

.footer-content {
    max-width: 1200px; /* or whatever your layout width is */
    margin: 0 auto;
    padding:25px;
}


.content-section {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}

.content-section-wrapper {
    width: 100%;
    margin: 0;
}

.content-section-content {
    max-width: 1200px; /* or whatever your layout width is */
    margin: 0 auto;
    padding: 25px;
}

header {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
    background-color: white;
}




@keyframes easeInImage {
    from {
        opacity: 0;
        transform: scale(0.55);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}



.fade-in-pic {
    max-width: 100%;
    
    opacity: 0; /* Start hidden */
    transform: scale(0.95);
    transition: opacity 0.8s ease-in, transform 0.4s ease-in;
}

    .fade-in-pic.animate-in {
        animation: easeInImage 0.5s ease-in forwards;
    }


.block {
    padding: 0 0 1.5rem;
    margin:0px 0px 0px 0px;/*TODO, orig was 25*/
}

.block-element {
    margin-top:25px;
}

    .block img {
        border-radius: 10px 10px;

        /* we may want to add this as a CMS option*/
        /*border: 2px solid #ddddd8;*/ /* Light border for definition */
        /*box-shadow: 0 6px 8px rgba(0,0,0,0.1);*/ /* Faint shadow for depth */
        /*transition: box-shadow 0.3s ease;*/ /* Smooth hover effect */
    }

    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .block.column-block img  {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }



    .block.image-gallery-block .carousel .carousel-item {
        transition: transform 0.5s ease-in-out;
        border-radius: .25rem;
        overflow: hidden;
    }

@media (min-width:768px) {
    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 0
    }
}


.btn.btn-primary {
    background-color: #a5b7a0;
    border-color: #7a8c65;
    color: black;
}

    .btn.btn-primary:hover {
        background-color: #7a8c65;
        border-color: black;
        color: white;
    }


.map-container {
    height: 400px;
    width: 100%;
    border: 2px solid #ccc; /* Light gray border */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Soft shadow */
    overflow: hidden; /* Ensures corners are clipped */
}

.product-card-container {
    display: block; /* Ensure the <a> tag behaves like a block element */
    text-decoration: none; /* Remove underline from links */
}

.product-card {

    display: flex;
    border-left: 18px solid var(--marker-color);
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 6px;
}

    .product-card:hover {
        cursor: pointer; /* Show pointer cursor on hover */
        box-shadow: 0 4px 12px rgba(165, 183, 160, 0.5);
    }

.product-content {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #333;
    margin-bottom:5px;
}

.product-description {
    font-size: 1.3rem;
    margin: 4px 0 8px;
    line-height: 1.4;
    color: #555;
}

.product-price {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0078D4;
}

.schedule-card-container {
    display: block; /* Ensure the <a> tag behaves like a block element */
    text-decoration: none; /* Remove underline from links */
}

.schedule-card {
    display: flex;
    border-left: 18px solid var(--schedule-marker-color);
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 6px;
}

    .schedule-card:hover {
        cursor: pointer; /* Show pointer cursor on hover */
        box-shadow: 0 4px 12px rgba(165, 183, 160, 0.5);
    }

.schedule-content {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.schedule-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #333;
    margin-bottom: 5px;
}

.schedule-description {
    font-size: 1.3rem;
    margin: 4px 0 8px;
    line-height: 1.4;
    color: #555;
}

.schedule-status-text {
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 4px 0 8px;
    line-height: 1.4;
    color: white;
    background-color: #53534c;
    align-self: start;
}

.schedule-time {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0078D4;
}

.pass-credit-card {
    display: flex;
    border-left: 18px solid var(--pass-credit-marker-color);
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 6px;
}

    /*.pass-credit-card:hover {
        cursor: pointer;*/ /* Show pointer cursor on hover */
        /*box-shadow: 0 4px 12px rgba(165, 183, 160, 0.5);
    }*/

.pass-credit-content {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pass-credit-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #333;
    margin-bottom: 5px;
}

/*.pass-credit-description {
    font-size: 1.3rem;
    margin: 4px 0 8px;
    line-height: 1.4;
    color: #555;
}*/

.pass-credit-balance {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0078D4;
}