.toplead p {

    max-width: 800px;
}

.toplead .phone-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.toplead .phone-link:hover {
    text-decoration: underline;
}

.service-section {
    direction: rtl;
    text-align: right;
    padding: 2rem;
    max-width: 950px;
    margin: 0 auto;
}

.service-section h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #222;
}

.service-section p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.service-category {
    margin-top: 3rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.service-category h2 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: .5rem;
}

.service-category p {
    color: #555;
}

.service-img {
    margin-top: 1rem;
    text-align: center;
}

.service-img img {
    max-width: 100%;
    border-radius: .8rem;
    transition: transform 0.2s ease;
    margin-inline: auto;
}

.service-img img:hover {
    transform: scale(1.02);
}

.btn-service {

    margin-top: 1rem;
    padding: .6rem 1.2rem;
    background-color: #0078ff;
    color: #fff;
    text-decoration: none;
    border-radius: 3rem;
    transition: background-color .2s ease;
    text-align: center;
    width: min(65ch, 100% - 4rem);
    margin-inline: auto;

}

.btn-service:hover {
    background-color: #005fd1;
}

.service-category.upcoming {
    opacity: 0.85;
    background: #f8f9fa;
}

.service-seo {
    margin-top: 3rem;
    background: #f3f4f6;
    border-radius: 1rem;
    padding: 2rem;
}

.service-seo a {
    color: #005fd1;
}

.service-seo h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.service-seo ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.service-seo li {
    margin-bottom: .5rem;
    color: #444;
}