/* ==========================================================================
   Single Post
   ========================================================================== */

   .single-post-wrapper {
    background: #f7f2ec;
    /* padding: clamp(32px, 6vw, 64px) var(--container-padding, 24px); */
    overflow: hidden;
    width: 100%;
}

.single-topbar {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 10px;
    max-width: 1240px;
    padding: 0 var(--container-padding, 24px);
}

.single-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #a0a0a0;
}

.single-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.single-breadcrumb a:hover {
    color: var(--color-primary, #153c6d);
}

.breadcrumb-separator {
    color: #b5b5b5;
}

.single-date {
    text-align: center;
    font-size: 13px;
    color: #c67b3d;
    margin-bottom: 4px;
}

.single-title {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700;
    color: #0f0f0f;
    margin: 0 0 24px;
    line-height: 1.3;
    text-align: center;
}

.single-post-container {
    max-width: 1240px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 var(--container-padding, 24px);
}

.single-featured-image {
    margin: 0 0 28px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
    border-bottom: 6px solid #f1c9a5;
}

.single-featured-image img {
    width: 100%;
    height: 22rem;
    display: block;
    object-fit: cover;
}

.single-content {
    max-width: 940px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.9;
    color: #2b2b2b;
    text-align: right;
}

.single-content p {
    margin: 0 0 18px;
    width: 100%;
    break-line: inherit;
    line-break: auto;
}

.single-content h2,
.single-content h3,
.single-content h4 {
    margin: 24px 0 12px;
    font-weight: 700;
    color: #111;
}

.single-content ul {
    padding-right: 20px;
    margin: 0 0 18px;
}

.single-content li {
    margin-bottom: 8px;
}

.single-share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 20px;
    max-width: 940px;
    margin: auto;
    margin-bottom: 1rem;
}

.share-label {
    font-weight: 600;
    color: #2b2b2b;
    margin-left: 8px;
}

.share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.share-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.share-icon.facebook { background: #3b5998; }
.share-icon.whatsapp { background: #25d366; }
.share-icon.instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.share-icon.email { background: #666; }

.share-icon:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

@media (max-width: 768px) {
    .single-content {
   
        padding: 0 1rem;
    }

    .single-post-container {
        padding: 0 1rem;
    }

    .single-title {
        font-size: clamp(26px, 5vw, 34px);
    }

    .single-featured-image {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .service-archive-slider{
        margin-top:4rem;
      }
.single-title {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700;
    color: #0f0f0f;
    margin: 0 0 24px;
    line-height: 1.3;
    text-align: center;
    width: 50%;

    margin: auto !important;
    margin-bottom: 1rem !important;

}
}
.service-archive-slider .services-grid-title{
    text-align: center;
}
.service-archive-slider .services-grid-description{
    text-align: center;
    margin-bottom: 1rem;
}
.service-archive-slider{
  margin-top:2rem;
}