﻿.servicestable {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", sans-serif;
    background: #fff;
}

    .servicestable th {
        background: #7a1533; /* Matrimony maroon */
        color: #fff;
        text-align: left;
        padding: 12px;
    }

    .servicestable td {
        border: 1px solid #e0e0e0;
        padding: 12px;
        vertical-align: top;
    }

    .servicestable ul {
        padding-left: 18px;
        margin: 0;
    }

    .servicestable strong {
        color: #2e7d32;
    }
@media (max-width: 768px) {

    .servicestable thead {
        display: none;
    }

    .servicestable,
    .servicestable tbody,
    .servicestable tr,
    .servicestable td {
        display: block;
        width: 100%;
    }

        .servicestable tr {
            margin-bottom: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            padding: 10px;
        }

        .servicestable td {
            border: none;
            padding: 8px 10px;
            position: relative;
        }

            .servicestable td::before {
                content: attr(data-label);
                font-weight: 600;
                display: block;
                color: #7a1533;
                margin-bottom: 4px;
            }

        .servicestable ul {
            padding-left: 16px;
        }
}
.servicestable tr:first-child {
    border-left: 5px solid #f9a825;
}
.btn-join {
    background: #7a1533;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
}
