.s-gallery {
    padding: 80px 0;
}

.s-gallery-single {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

.s-gallery-single img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.s-gallery-single:hover img {
    transform: scale(1.05);
}

.s-gallery-single .service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    padding: 15px;
    text-align: center;
}

.s-gallery-single .service-title h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.roberto-news-area {
    padding: 80px 0;
   
}

.roberto-sidebar-area{
    background: #ebebe8;
    padding: 20px;
    border-radius: 10px;
}

.single-blog-post {
    gap: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}


.post-thumbnail img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.post-content {
    flex: 1;
}
.post-meta {
    margin-bottom: 10px;
    font-size: 13px;
}
.post-meta a {
    color: #888;
    margin-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-meta .post-tutorial {
    color: #e67e22;
}

.roberto-news-area a.post-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    text-decoration: none;
}
.roberto-news-area a.post-title:hover {
    color: #e67e22;
}

.continue-btn {
    background: transparent;
    border: 2px solid #e67e22;
    color: #e67e22;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}


.widget-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
}

.single-recent-post {
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
/* .post-thumb img {
      width: 150px;
      height: 95px;
    object-fit: cover;
    border-radius: 4px;
} */

.news-thumb {
    flex: unset !important;
}
.single-recent-post .post-content {
    flex: 1;
}
.single-recent-post .post-meta a {
    font-size: 11px;
    color: #888;
    margin-right: 8px;
    text-transform: uppercase;
}
.single-recent-post a.post-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}
.single-recent-post a.post-title:hover {
    color: #e67e22;
}
.continue-btn {
    background: transparent;
    border: none;
    color: #333;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 0.5px;
}

.continue-btn:hover {
    color: #000000;
    text-decoration: underline;
 
   
}

.continue-btn::after{
display: none !important;
    content: none !important;
}