.yc-shortcode--box>.--short--code--title,
.yc-shortcode--box>h2 {
    position: relative;
    margin-bottom: 16px;
    color: var(--primary-text);
    line-height: 1.5;
}

h2.--short--code--title.--short--code--title {
    margin-top: 0;
    margin-bottom: 0;
}

.yc-shortcode--box>.--short--code--content {
    margin-bottom: 24px;
    color: var(--secondarytext);
    line-height: 1.9;
}

.yc-shortcode--features--items,
.yc-shortcode--services--items,
.yc-shortcode--steps--items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.yc-shortcode--single-features-item,
.yc-shortcode--single-services-item,
.yc-shortcode--single-worksteps-item,
.yc-shortcode-gallry--image,
.yc-shortcode--section--contactus,
.yc-shortcode--price_list--items {
    background: #fff;
    border: 1px solid var(--diver);
    border-radius: var(--largeradius);
    box-shadow: none;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.yc-shortcode--single-features-item:hover,
.yc-shortcode--single-services-item:hover,
.yc-shortcode--single-worksteps-item:hover,
.yc-shortcode-gallry--image:hover {
    transform: translateY(-1px);
    border-color: var(--border-defult-hover);
    box-shadow: none;
}

.yc-shortcode--single-features-item {
    flex: 1 1 320px;
    min-width: 320px;
    max-width: calc(50% - 10px);
    padding: 22px !important;
    cursor: default;
}

.yc-shortcode--single-features-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px !important;
}

.yc-shortcode-features--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 31px;
    color: var(--primary-text);
    line-height: 1;
}

.yc-shortcode-features--icon>i {
    font-weight: 400;
}

.yc-shortcode--single-features-top h3,
.yc-shortcode--services--info>h3,
.yc-shortcode--worksteps--info>h3 {
    margin: 0 !important;
    color: var(--primary-text);
    line-height: 1.5;
}

.yc-shortcode--single-features-top h3 {
    flex: 1;
    font-size: 24px;
    font-weight: 500;
}

.yc-shortcode--step--info,
.yc-shortcode--services--info,
.yc-shortcode--worksteps--info {
    display: block;
}

.yc-shortcode--step--info>p,
.yc-shortcode--services--info>p,
.yc-shortcode--worksteps--info>p,
.--contact--post-info>p,
.yc-shortcode--box .price-table td,
.yc-shortcode--box .price-table th {
    color: var(--secondarytext);
    line-height: 1.9;
}

.yc-shortcode--step--info>p,
.yc-shortcode--services--info>p,
.yc-shortcode--worksteps--info>p {
    margin: 10px 0 0 !important;
    padding-bottom: 0 !important;
    font-size: 16px;
}

.yc-shortcode--section--contactus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px !important;
    background: var(--background);
}

.--contact--post-info {
    flex: 1 1 320px;
    display: block;
    text-align: start;
}

.--contact--post-info>.--shortcode--section--contactus--title {
    display: block;
    margin: 0;
    color: var(--primary-text);
    font-size: 29px;
    font-weight: 600;
    line-height: 1.5;
}

.--contact--post-info>p {
    margin: 10px 0 0;
    text-align: start;
}

.--contact--post-call--buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}

.--contact--post-call--buttons>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 20px;
    border: 1px solid var(--uicolor);
    border-radius: var(--largeradius);
    background: var(--uicolor);
    color: #fff;
    font-size: 15px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.--contact--post-call--buttons>a:hover {
    color: var(--uicolor);
    background: transparent;
}

.--contact--post-call--buttons>a.--button-call-link-whatsapp {
    background: var(--whatsapp);
    border-color: var(--whatsapp);
}

.--contact--post-call--buttons>a.--button-call-link-whatsapp:hover {
    color: var(--whatsapp);
    background: transparent;
}

.--contact--post-call--buttons>a>i {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
}

.--contact--post-call--buttons>a>strong {
    font-weight: 500;
    color: inherit;
}

.yc-shortcode--single-services-item {
    flex: 1 1 320px;
    min-width: 320px;
    max-width: calc(50% - 10px) !important;
    padding: 24px !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    display: flex;
}

.yc-shortcode-step--image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 108px;
    max-height: 108px;
    margin-inline-end: 0;
    overflow: hidden;
    border-radius: 22px;
    background: var(--background);
}

.yc-shortcode-step--image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
    padding: 0 !important;
}

.yc-shortcode--services--info {
    flex: 1;
    padding-left: 0 !important;
    text-align: center;
}

.yc-shortcode--services--info>h3 {
    font-size: 22px;
    font-weight: 600;
}

.yc-shortcode--services--info>p {
    text-align: center;
}

.yc-shortcode--box.yc-shortcode--post--gallery {
    display: flex;
    flex-direction: column;
}

.yc-shortcode--single-image {
    column-count: 4;
    column-gap: 20px;
}

.yc-shortcode-gallry--image {
    margin: 0 0 20px !important;
    break-inside: avoid;
    overflow: hidden;
    background: var(--background);
    cursor: zoom-in;
}

.yc-shortcode-gallry--image>a,
.yc-shortcode-gallry--image>div {
    display: block;
    width: 100%;
    height: 100%;
}

.yc-shortcode-gallry--image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
}

.yc-shortcode--single-worksteps-item {
    flex: 1 1 280px;
    min-width: 280px;
    padding: 22px !important;
    cursor: default;
}

.yc-shortcode-worksteps--image {
    margin: 0 0 12px !important;
    color: var(--primary-text);
    font-size: 32px;
    font-weight: 700;
    font-family: var(--f-number);
    line-height: 1;
}

.yc-shortcode--worksteps--info>h3 {
    font-size: 22px;
    font-weight: 600;
}

.yc-shortcode--price_list--items {
    overflow: hidden;
}

.yc-shortcode--price_list .price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.yc-shortcode--price_list .price-table th,
.yc-shortcode--price_list .price-table td {
    padding: 16px 18px;
    text-align: start;
    border-bottom: 1px solid var(--diver);
    font-size: 16px;
}

.yc-shortcode--price_list .price-table th {
    background: var(--background);
    color: var(--primary-text);
    font-weight: 700;
}

.yc-shortcode--price_list .price-table td:last-child {
    color: var(--primary-text);
    font-weight: 600;
}

.yc-shortcode--price_list .price-table tbody tr:last-child td {
    border-bottom: 0;
}