.single-servicii .content-area{
    margin-top: 0;
}
.single-servicii .entry-header{
    margin-top: 1em;
}

.fronturi-swiper {
    width: 100%;
    height: 600px;
    /* background-color: var(--global-palette3); */
}
.fronturi-swiper .swiper-slide {
    text-align: center;
}
.fronturi-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fronturi-swiper .swiper-button-next,
.fronturi-swiper .swiper-button-prev {
    color: #fff;
}
.fronturi-swiper .swiper-pagination-bullet {
    background: #fff;
}

.btn_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn_cta {
    min-width: 200px;
    text-align: center;
    text-decoration: none;
}

.content-sidebar-wrap {
    display: flex;
    gap: 2rem;
    position: relative;
}

main.site-main {
    flex: 3;
}
    
.sidebar-sticky {
    width: 100px;
    position: sticky;
    top: 100px;
    height: fit-content;
    flex: 1;
    padding: 2rem 0;
    margin: var(--global-md-spacing) 0 0;
}
    
.sidebar-contact-button {
    text-align: center;
}

.contact-btn {
    display: inline-block;
    background-color: #b98d4b;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #96733d;
    color: #fff;
}



@media (max-width: 1200px) {
    .fronturi-swiper .swiper-slide img {
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .content-sidebar-wrap {
        flex-direction: column;
    }

    #wrapper{
        padding-bottom: 200px;
    }
    
    .sidebar-sticky {
        position: fixed;
        bottom: 0;
        right: 0;
        top: auto;
        width: 100%;
        z-index: 100;
        background-color: #fff;
    }

    .sidebar-sticky h4{
        font-size: 20px;
    }
    
    .contact-btn {
        padding: 12px 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
}
