.service-single {
    padding: 50px 0
}

.service-single .col-title {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.service-single .tag-service {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 10px;
    line-height: 40px;
    margin-bottom: 10px;
}

.service-single .title-home h1 {
    margin: 0;
    font-size: 35px;
    font-weight: bold;
}

.service-single .title-home {
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 50px
}

.service-single .col-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-single .content-wrapper {
    grid-column: span 2;
    padding-left: 20px
}

.service-single .content-wrapper .entry-content {
    padding: 0;
}

.fix-sidebar {
    position: sticky;
    top: 80px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: top 0.3s ease;
    z-index: 99;
}

.service-other-form {
    padding: 30px;
    background-color: var(--primary-color);
    border-radius: 30px;
    color: #fff;
}

.service-other-form .form-title p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.service-other-form input::placeholder,
.service-other-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.service-other-form input,
.service-other-form textarea {
    background-color: transparent !important;
    border: 0;
    box-shadow: none !important;
    color: #fff !important;
    padding: 0;
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
}

.service-other-form textarea {
    max-width: 100%;
    width: 100% !important;
    min-height: 40px;
    box-sizing: border-box;
    resize: vertical;
    line-height: 40px;
}

.service-other-form textarea::-webkit-scrollbar {
    width: 2px;
}

.service-other-form textarea::-webkit-scrollbar-track {
    background: transparent;
}

.service-other-form textarea::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.service-other-form textarea::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



.re-ser {
    padding: 0 !important;
}

.re-ser-title * {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 0;
}

.re-ser-box .image-cover {
    border-radius: 5px;
}

.re-ser-box .box-text {
    padding: 20px 0 0;
}

.re-ser-box .icon-box {
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(206 206 206 / 40%);
}

.re-ser-box .icon-box-img {
    width: 70px !important;
}

.re-ser-box .icon-box-img img {
    padding: 10px;
    background-color: rgb(212 35 40 / 20%);
    height: 70px;
    border-radius: 10px;
}

.re-ser-box .icon-box-text {
    padding: 0 0 0 30px !important;
    max-width: calc(100% - 70px);
}

.re-ser-box .icon-box-text * {
    margin: 0;
    font-size: 14px;
}

.re-ser-box .icon-box-text h3 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.re-ser-box ul {
    margin: 0;
    list-style: none;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.re-ser-box ul li {
    margin: 0 !important;
    list-style: none;
}

.post-sidebar-service ul li::before,
.re-ser-box ul li::before {
    content: "\f522";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    color: var(--primary-color);
}

.service-wrap {
    padding: 50px 0;
}

.post-sidebar-service ul {
    list-style: none;
    margin: 0;
}

.post-sidebar-service ul li {
    list-style: none;
    font-size: 18px;
}

.post-sidebar-service ul li::before {
    position: relative;
    top: 2px;
}

.post-sidebar-service ul li:last-child {
    margin: 0;
}

.post-sidebar-service {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 0 20px 20px;
    position: sticky;
    top: 80px;
    overflow: hidden;
}

.post-sidebar-service>h3 {
    background-color: var(--primary-color);
    color: #fff;
    margin: 0 -20px;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    width: unset;
    margin-bottom: 20px;
}

.post-sidebar-service ul li a.active {
    color: var(--primary-color);
}

@media screen and (max-width: 1200px) {
    .service-other-form {
        padding: 20px;
        border-radius: 20px;
    }

    .service-other-form .form-title p {
        font-size: 16px;
    }

    .service-other-form input,
    .service-other-form textarea,
    .service-other-form .button.btn-viewall {
        min-width: unset;
        font-size: 14px;
        height: 35px;
    }

    .service-single .content-wrapper {
        padding-left: 0;
    }

    .service-single .col-content {
        gap: 20px;
    }
}

@media screen and (max-width: 850px) {
    .re-ser-box .icon-box-text {
        padding: 0 0 0 20px !important
    }

    .service-single {
        padding: 30px 0 40px
    }

    .service-single .col-title {
        max-width: 100%;
    }

    .service-single .title-home h1 {
        font-size: 30px
    }

    .service-single .title-home {
        margin-bottom: 20px;
    }

    .service-single .col-content {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }

    .service-single .content-wrapper {
        order: -1;
    }
}