:root {
    --tc-accent: #1ca084;
    /* change if your theme uses another accent color */
    --row-sep: rgba(255, 255, 255, 0.06);
    /* subtle divider for dark theme */
}

.amc-service-process {
    padding: 60px 0;
}

.amc-table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6;
    margin-top: 20px;
}

.amc-table thead th {
    text-align: left;
    font-weight: 600;
    padding: 14px 12px;
    border-bottom: 1px solid var(--tc-accent);
}

.amc-table tbody tr {
    border-bottom: 1px solid var(--row-sep);
    transition: background .3s ease;
}

.amc-table td {
    padding: 16px 12px;
    vertical-align: top;
}

.amc-table .stage {
    width: 30%;
}

.amc-table tbody tr:hover td:first-child {
    box-shadow: inset 2px 0 0 0 var(--tc-accent);
}

/* Responsive layout for mobile */
@media (max-width: 768px) {

    .amc-table,
    .amc-table thead,
    .amc-table tbody,
    .amc-table th,
    .amc-table td,
    .amc-table tr {
        display: block;
        width: 100%;
    }

    .amc-table thead {
        position: absolute;
        left: -9999px;
        top: -9999px;
        /* hide header */
    }

    .amc-table tbody tr {
        border: 1px solid var(--row-sep);
        border-radius: 8px;
        padding: 14px 14px;
        margin-bottom: 12px;
    }

    .amc-table td {
        padding: 6px 0;
    }

    .amc-table .stage {
        width: auto;
        margin-bottom: 6px;
    }

    .amc-table td[data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        letter-spacing: .02em;
        opacity: .7;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

    .amc-table .stage strong {
        position: relative;
        padding-left: 10px;
    }

    .amc-table .stage strong::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: var(--tc-accent);
        transform: translateY(-50%);
    }
}



#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    overflow: hidden;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(255 255 255 / 8%);
    z-index: 1000;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.goog-te-combo {
    height: 40px;
}



/* Sidebar wrapper */
.tc-blog-st4 .widgets {
    position: sticky;
    top: 120px;
    /* adjust based on header height */
}



/* Widget title */
.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 10px;
}

/* Sub category heading */
.widget-body .fw-bold {
    color: #20bfa9;
    letter-spacing: 0.5px;
}

.widget-body {
    padding: 30px;
}

/* Checkbox row */
.subcategory-filter {
    accent-color: #20bfa9;
    cursor: pointer;

}

.widget-body label {
    cursor: pointer;
    font-size: 14px;
    color: #ccc;
}

.widget-body label:hover span {
    color: #fff;
}

/* Spacing between groups */
.widget-body>div {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.widget-body>div:last-child {
    border-bottom: none;
}


.product-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.product-short-desc {
    margin-bottom: 20px;
    color: #777;
}

.productMainSlider {
    border-radius: 8px;
    overflow: hidden;
}

.productMainSlider img {
    height: 100%;
    object-fit: cover;
    justify-items: center;
    text-align: center;
    align-items: center;
}

.productThumbSlider {
    margin-top: 12px;
}

.productThumbSlider .swiper-slide {
    height: 80px;
    opacity: 0.6;
    cursor: pointer;
}

.productThumbSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.productThumbSlider .swiper-slide-thumb-active {
    opacity: 1;
}

.share-btn {
    text-decoration: none;
    color: #1ca084;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
}

.product-features ul {
    padding-left: 18px;
}

.product-features li {
    margin-bottom: 8px;
}

.product-description h5 {
    color: #777 !important;
    margin-bottom: 10px;
}
.product-description p {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.7;
}

.product-features {
    max-width: 600px;
}

.product-features h5 {
    margin-bottom: 14px;
    font-weight: 600;
}

.features-grid {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px 18px;
}

.features-grid li {
    position: relative;
    padding-left: 20px;
    color: #dcdcdc;
    line-height: 1.5;
    font-size: 14.5px;
}

/* custom bullet */
.features-grid li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1ca084;
    font-weight: 600;
}

.product-social {
    margin-top: 20px;
}

.foot-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdbdbd;
    font-size: 16px;
    transition: all 0.25s ease;
    text-decoration: none;
}

.foot-social a:hover {
    background: #1ca084;
    border-color: #1ca084;
    color: #fff;
    transform: translateY(-2px);
}