.-sec-info {
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

/* ================================
   Order Services Popup
================================ */

.-order-services--single--popoover {
    position: fixed;
    inset: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(7 11 22 / 72%);
    backdrop-filter: blur(8px);
}

.order-services--overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.order-services--body {
    position: relative;
    overflow: visible;
    width: min(100%, 470px);
    min-width: 0;
    max-width: 470px;
    padding: 0 28px 30px;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 34px 90px rgb(0 0 0 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: orderPopupFade .38s ease both;
}

@keyframes orderPopupFade {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup_imge {
    position: relative;
    width: calc(100% + 56px);
    min-height: 205px;
    margin: 0 -28px 28px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background:
        radial-gradient(circle at 22% 18%, rgb(255 111 0 / 18%) 0, transparent 34%),
        linear-gradient(135deg, #000000 0%, #000000 100%);
}

.popup_imge::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 70% 22%, rgb(0 0 0 / 18%) 0, transparent 35%),
        linear-gradient(180deg, rgb(255 255 255 / 8%) 0%, transparent 100%);
}

.popup_imge img {
    position: relative;
    z-index: 1;
    max-width: 82%;
    max-height: 230px;
    object-fit: contain;
    margin: 0 auto -8px;
    filter: drop-shadow(0 22px 34px rgb(0 0 0 / 18%));
}

.order-services--closse {
    position: absolute;
    inset-inline-end: 16px;
    top: 16px;
    left: auto;
    z-index: 5;
    width: 38px;
    height: 38px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 50%;
    background: rgb(255 255 255 / 12%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background-color .24s ease, color .24s ease, transform .24s ease;
}

.order-services--closse:hover {
    background: var(--negative);
    color: #ffffff;
    transform: rotate(90deg);
}

.order-services--icon {
    --el-w: 98px;
    position: relative;
    width: var(--el-w);
    height: var(--el-w);
    margin: -78px auto 26px;
    padding: 15px;
    border-radius: 28px;
    background: var(--uicolor);
    color: #ffffff;
    font-size: 45px;
    box-shadow: 0 20px 46px rgb(255 111 0 / 24%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-services--icon::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgb(255 111 0 / 16%);
    border-radius: 34px;
    pointer-events: none;
}

.order-services--icon > i {
    font-weight: 300;
}

.order-services--info-context {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.order-services--info-context > h2 {
    margin: 0 0 8px;
    color: var(--primary-text);
    text-align: center;
    font-size: 27px;
    line-height: 1.45;
    font-weight: 900;
}

.order-services--info-context > p {
    margin: 0;
    max-width: 370px;
    color: var(--secondarytext);
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.popup-boxnumber {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.popup-boxnumber > a {
    flex: 1 1 160px;
    min-height: 50px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.popup-boxnumber > a:hover {
    color: var(--uicolor);
    background: #ffffff;
    transform: translateY(-2px);
}

.popup-boxnumber > a.order-services-whatsapp {
    color: #ffffff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
}

.popup-boxnumber > a.order-services-whatsapp:hover {
    color: var(--whatsapp);
    background: #ffffff;
}

.popup-boxnumber > a > i {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

/* ================================
   Single Content
================================ */

.-single-content + .--map--items--list {
    margin-top: -20px;
}

.sing-conte {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto 34px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 5%) 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    box-shadow: 0 18px 50px rgb(0 0 0 / 7%);
    color: var(--primary-text);
    font-size: 18px;
    line-height: 1.85;
}

.sing-conte * {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.sing-conte p {
    color: var(--secondarytext);
    line-height: 1.9;
}

.sing-conte ul,
.sing-conte ol {
    margin: 16px 0;
    padding-inline-start: 26px;
}

.sing-conte ul li,
.sing-conte ol li {
    margin-bottom: 8px;
    color: var(--secondarytext);
    line-height: 1.85;
    list-style-position: outside;
}

.sing-conte ul li {
    list-style-type: disc;
}

.sing-conte ol li {
    list-style-type: decimal;
}

.sing-conte blockquote {
    margin: 22px 0;
    padding: 20px 22px;
    border-inline-start: 4px solid var(--uicolor);
    border-radius: 18px;
    background: rgb(255 111 0 / 6%);
    color: var(--primary-text);
    font-size: 18px;
    line-height: 1.9;
    font-weight: 700;
}

.sing-conte h2,
.sing-conte h3,
.sing-conte h4 {
    color: var(--primary-text);
    font-weight: 900;
    line-height: 1.45;
}

.sing-conte p img {
    width: min(100%, 560px);
    height: auto;
    display: flex;
    margin-inline: auto;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgb(0 0 0 / 10%);
}

.YC-BK {
    margin-bottom: 22px;
}

.links--sitemap-items-title h2 {
    margin: 0;
}

figure.wp-block-table {
    width: 100%;
    margin: 0;
}

.--wid--tit {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: var(--primary-text);
    font-size: 23px;
    line-height: 1.45;
    font-weight: 900;
}

/* ================================
   Video
================================ */

.iframe_video {
    position: relative;
    width: min(100%, 620px);
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 620px;
    margin: 18px auto !important;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    box-shadow: 0 20px 50px rgb(0 0 0 / 12%);
}

.iframe_video iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.iframe_video span {
    position: absolute;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--negative, #ca1212);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 27px;
    box-shadow: 0 18px 38px rgb(202 18 18 / 24%);
    transition: transform .25s ease, background-color .25s ease;
}

.iframe_video span:hover {
    transform: scale(1.06);
}

/* ================================
   Gallery Popup
================================ */

.gallery-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999999999;
    width: 100%;
    background: rgb(0 0 0 / 82%);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item {
    width: 100%;
    padding-inline: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-item {
    width: auto;
    max-width: min(100%, 1100px);
    max-height: 82vh;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgb(0 0 0 / 36%);
}

.close-popup,
.gallery-overlay-close {
    position: absolute;
    z-index: 10000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 28%);
    background: rgb(255 255 255 / 12%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    backdrop-filter: blur(8px);
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.close-popup {
    top: 24px;
    inset-inline-end: 24px;
    right: auto;
    padding: 0;
}

.gallery-overlay-close {
    top: 40px;
    inset-inline-start: 40px;
    left: auto;
}

.close-popup:hover,
.gallery-overlay-close:hover {
    background: var(--negative);
    border-color: var(--negative);
    color: #ffffff;
    transform: rotate(90deg);
}

.YC--works--gallery-popup {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.-YC-owl-Slides-next,
.-YC-owl-Slides-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 52px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 50%;
    background: rgb(255 255 255 / 12%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    backdrop-filter: blur(8px);
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.-YC-owl-Slides-prev {
    inset-inline-start: 40px;
    right: auto;
}

.-YC-owl-Slides-next {
    inset-inline-end: 40px;
    left: auto;
    right: auto;
}

.YC--works--gallery-popup .-YC-owl-Slides-next:hover,
.YC--works--gallery-popup .-YC-owl-Slides-prev:hover {
    background: #ffffff;
    color: var(--uicolor);
    transform: translateY(-50%) scale(1.06);
}

.gallery-container {
    width: 100%;
}

/* ================================
   Next / Prev Posts
================================ */

.-next-p-po {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 34px 0 28px;
}

.-Chevrons--NextPrev {
    display: block;
    min-width: 0;
    margin: 0;
}

.-Chevrons--NextPrev > a {
    position: relative;
    overflow: hidden;
    min-height: 118px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 22px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgb(0 0 0 / 6%);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.-Chevrons--NextPrev > a::before {
    content: "";
    position: absolute;
    inset-block: 18px;
    inset-inline-start: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--uicolor);
    opacity: 0;
    transition: opacity .25s ease;
}

.-Chevrons--NextPrev:hover > a {
    transform: translateY(-5px);
    border-color: rgb(255 111 0 / 16%);
    box-shadow: 0 24px 58px rgb(0 0 0 / 12%);
}

.-Chevrons--NextPrev:hover > a::before {
    opacity: 1;
}

.-CheNextPrev,
.-Chevrons--NextPrev > a > i {
    --el-w: 56px;
    width: var(--el-w);
    min-width: var(--el-w);
    height: var(--el-w);
    margin: 0;
    border-radius: 18px;
    border: 1px solid rgb(255 111 0 / 10%);
    background: rgb(255 111 0 / 8%);
    color: var(--uicolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.-Chevrons--NextPrev > a > i {
    margin-inline-start: 22px;
}

.-Chevrons--NextPrev.-chevron--prevPost > a > i {
    margin-inline-start: 0;
    margin-inline-end: 22px;
}

.-Chevrons--NextPrev:hover > a > i,
.-Chevrons--NextPrev:hover > a .-CheNextPrev {
    background: var(--uicolor);
    color: #ffffff;
    transform: scale(1.06);
}

.-CheNextPrev > i {
    font-weight: 300;
    font-size: 20px;
}

.-Chevrons--NextPrev.-chevron--nextPost .-CheNextPrev {
    margin-inline-start: 15px;
    margin-inline-end: 0;
}

.-Chevrons--NextPrev > a > .inbox-pos {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.-Chevrons--NextPrev > a > .inbox-pos > span {
    display: block;
    margin-bottom: 6px;
    color: var(--secondarytext);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.-Chevrons--NextPrev > a > .inbox-pos > h3 {
    margin: 0 !important;
    color: var(--primary-text);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 900;
    transition: color .22s ease;
}

.-Chevrons--NextPrev:hover > a > .inbox-pos > h3 {
    color: var(--uicolor);
}

/* ================================
   Rating / Feedback
================================ */

.-post-revs-feed {
    width: 100%;
    margin-bottom: 38px;
    padding: 30px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgb(0 0 0 / 7%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
}

.-post-revs- {
    position: relative;
    flex: 1;
    min-width: 280px;
    padding-inline-end: 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.-Feeng-Mast,
.-FeedBack-Rating.-Rating-Master-Area {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.-FeedBack-Rating > .RatingReview {
    direction: ltr;
    display: flex;
    gap: 4px;
    color: #d8d0c4;
    cursor: pointer;
    font-size: 46px;
    letter-spacing: 0;
}

.-FeedBack-Rating > .RatingReview > i {
    font-weight: 300;
    transition: color .18s ease, transform .18s ease;
}

.-FeedBack-Rating > .RatingReview > i:hover {
    transform: translateY(-2px);
}

.-FeedBack-Rating > .RatingReview > i.active,
.-FeedBack-Rating > .RatingReview > i.fixedactive,
.-PostFng-Box .RatingReview > i.fixedactive {
    color: #FF6F00;
    font-weight: 600;
}

.-form-title-PostFeedBack {
    display: flex;
    flex: 1;
    margin-bottom: 28px;
    padding: 18px 20px;
    border-inline-start: 4px solid #FF6F00;
    border-radius: 16px;
    background: linear-gradient(90deg, rgb(255 111 0 / 9%), transparent);
    color: var(--primary-text);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
}

.-icon-ratings {
    --el-w: 56px;
    width: var(--el-w);
    min-width: var(--el-w);
    height: var(--el-w);
    margin-inline-end: 14px;
    padding: 10px;
    border: 2px solid var(--uicolor);
    border-radius: 18px;
    background: rgb(255 111 0 / 8%);
    color: var(--uicolor);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.-icon-ratings > span.-rating-value {
    position: relative;
    color: inherit;
    font-family: var(--f-number);
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.-YC-pews-in {
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
}

.-YC-pews-in .pronfo-st {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    flex: 1;
}

.-YC-pews-in .pronfo-st > p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.-YC-pews-in .pronfo-st > p > span.-rating-label {
    display: block;
    margin-bottom: 5px;
    color: var(--primary-text);
    font-size: 17px;
    line-height: 1.5;
    font-weight: 900;
}

.-YC-pews-in .pronfo-st > p > .-rating-suptitle {
    display: flex;
    align-items: center;
    min-width: 100%;
    color: var(--secondarytext);
    font-size: 13px;
    font-weight: 600;
}

.pronfo-st > p > .-rating-suptitle > em {
    margin-inline-end: 5px;
    color: var(--uicolor);
    font-family: var(--f-number);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
}

.-PostFng-Box {
    min-width: 0;
    margin-inline-start: 30px;
    padding-inline-start: 30px;
    border-inline-start: 1px solid rgb(0 0 0 / 8%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.-Rate-Ave-Items {
    position: relative;
    display: block;
    flex: 1;
}

.-Rate-Aent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 8px;
    color: var(--secondarytext);
    font-family: var(--f-number);
    font-size: 14px;
}

.-Rate-Aent > em {
    width: 14px;
    color: var(--primary-text);
    font-family: var(--f-number);
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    text-align: center;
}

.-Rate-Aent > span {
    min-width: 42px;
    display: block;
    text-align: center;
}

.-Rate-Average-Label {
    position: relative;
    flex: 1;
    max-width: calc(100% - 112px);
    height: 9px;
    margin: 0 24px;
    overflow: hidden;
    border-radius: 999px;
    background: #fff3df;
}

.-Average--progress {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: #ffcf00;
    transition: .7s;
}

/* ================================
   Post CTA Card
================================ */

.-post-m-po {
    margin-bottom: 14px;
    padding: 28px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgb(0 0 0 / 7%);
}

.-sin-pa-con-ba {
    display: block;
    text-align: center;
}

.-sin-pa-con-ba > span {
    display: block;
    margin-bottom: 10px;
    color: var(--primary-text);
    font-size: 23px;
    line-height: 1.4;
    font-weight: 900;
}

.-sin-pa-con-ba > p {
    margin: 0 0 20px !important;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.75;
}

.-post-ca-ar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.-post-ca-ar > a {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    overflow: hidden;
    transition: transform .24s ease, background-color .24s ease, color .24s ease;
}

.-post-ca-ar > a:hover {
    background: #ffffff;
    color: var(--uicolor);
    transform: translateY(-2px);
}

.-post-ca-ar > a > i {
    margin-inline-start: 0;
    font-size: 16px;
    font-weight: 500;
}

.-post-ca-ar > a.whatsapp--callbutton--post-card {
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    color: #ffffff;
}

.-post-ca-ar > a.whatsapp--callbutton--post-card:hover {
    background: #ffffff;
    color: var(--whatsapp);
}

/* ================================
   Section Title
================================ */

.section-h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 !important;
    padding-bottom: 18px;
    color: var(--primary-text);
    font-size: 25px;
    line-height: 1.4;
    font-weight: 900;
}

.-post-tag-boxarea .section-h2 {
    padding-bottom: 10px;
}

.section-h2 > p {
    margin: 0;
    color: var(--uicolor);
    font-size: 26px;
    font-weight: 900;
    text-decoration: none;
}

.section-h2 > i {
    margin-inline-end: 0;
    color: var(--uicolor);
}

.section-h2 > a {
    min-height: 44px;
    margin-inline-start: auto;
    padding: 0 16px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    transition: transform .24s ease, background-color .24s ease, color .24s ease;
}

.section-h2 > a > i {
    margin-inline-start: 0;
    font-size: 13px;
    font-weight: 600;
}

.section-h2 > a:hover {
    background: #ffffff;
    color: var(--uicolor);
    transform: translateY(-2px);
}

.section-h2 > .seccontent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    color: var(--uicolor);
    font-size: 21px;
    font-weight: 900;
}

.section-h2 > .seccontent > span {
    margin-inline-end: 10px;
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 900;
}

/* ================================
   Tables
================================ */

.sing-conte table {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 1rem;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 18px;
    background: #ffffff;
}

.sing-conte table * {
    border-color: rgb(0 0 0 / 8%);
}

.sing-conte table tr {
    width: 100% !important;
    height: auto !important;
    min-width: max-content;
    border: 0;
}

.sing-conte table tr:first-child {
    font-weight: 700;
}

.sing-conte table tr:last-child {
    border-bottom: 0;
}

.sing-conte table td,
.sing-conte table th {
    min-width: 120px;
    padding: 14px 16px !important;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    border-inline-start: 1px solid rgb(0 0 0 / 7%);
    color: var(--primary-text);
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7;
    text-align: start;
}

.sing-conte table tbody tr td:first-child,
.sing-conte table > tbody > tr > td:first-child,
.sing-conte table tbody tr:first-child {
    background: #fffaf2 !important;
    color: var(--primary-text);
    font-weight: 800;
}

.sing-conte table tr:last-child td,
.sing-conte table tr:last-child th {
    border-bottom: 0;
}

.sing-conte table td:first-child,
.sing-conte table th:first-child {
    border-inline-start: 0;
}

/* ================================
   Responsive
================================ */

@media only screen and (max-width: 1125px) {
    .-sec-info {
        max-width: 1200px;
        margin: 0 auto;
        padding-inline: 0;
    }

    .prod-tit {
        margin-bottom: 10px;
    }

    .sing-cont {
        max-width: 100%;
        position: relative;
        margin: 0;
    }

    .sing-conte {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 22px;
        margin-bottom: 16px;
        border-radius: 22px;
    }

    product-image {
        height: 240px;
    }

    .-prod-poster {
        --element--width: 330px;
    }

    .-comnts-single {
        padding: 16px;
    }

    .-PostFng-Box {
        min-width: 0;
        margin-inline-start: 19px;
        padding-inline-start: 19px;
    }

    .yc-shcode--steps--items {
        gap: 16px !important;
    }

    .yc-shcode--steps--items .yc-shcode--single-worksteps-item {
        min-width: 239px !important;
        padding: 16px !important;
    }

    .yc-shcode--worksteps--info p {
        font-size: 14px !important;
    }

    .yc-shcode--worksteps--info h3 {
        font-size: 18px !important;
    }

    .yc-shortcode-worksteps--image {
        font-size: 34px !important;
    }

    .section-h2 {
        margin-top: 18px !important;
        padding-bottom: 13px;
        font-size: 20px;
    }

    .section-h2 > p {
        font-size: 20px;
    }

    .section-h2 > a {
        padding-inline: 13px;
        font-size: 14px;
        gap: 5px;
    }

    .section-h2 > a > i {
        font-size: 12px;
    }
}

@media (max-width: 880px) {
    .sing-conte h2 {
        font-size: 23px;
    }

    .sing-conte p {
        margin: 4px 0 !important;
    }

    .sing-conte * {
        font-size: 16px;
    }

    .iframe_video {
        height: auto;
        max-width: 100%;
    }

    .iframe_video span {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .-post-revs-feed {
        flex-direction: column;
        gap: 22px;
        padding: 22px;
        margin-bottom: 22px;
        border-radius: 22px;
    }

    .-post-revs- {
        padding-inline-end: 0;
    }

    .-PostFng-Box {
        min-width: 0;
        width: 100%;
        margin-inline: 0;
        padding-inline: 0;
        border: 0;
    }

    .-FeedBack-Rating > .RatingReview {
        font-size: 38px;
    }

    .-YC-pews-in {
        margin-top: 18px;
    }

    .-YC-pews-in .pronfo-st > p > span.-rating-label {
        margin-bottom: 2px;
        font-size: 15px;
    }

    .-YC-pews-in .pronfo-st > p > .-rating-suptitle {
        font-size: 12px;
    }

    .-Rate-Average-Label {
        height: 7px;
        max-width: 80%;
        margin-inline: 10px !important;
    }

    .-Rate-Aent > span,
    .-Rate-Aent > em {
        font-size: 12px;
    }

    .-next-p-po {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .-Chevrons--NextPrev > a {
        padding: 14px;
        min-height: 94px;
    }

    .-CheNextPrev,
    .-Chevrons--NextPrev > a > i {
        --el-w: 40px;
        border-radius: 14px;
    }

    .-CheNextPrev i {
        font-size: 14px;
    }

    .-Chevrons--NextPrev > a > .inbox-pos > span {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .-Chevrons--NextPrev > a > .inbox-pos > h3 {
        font-size: 15px;
    }

    .--wid--tit {
        margin-bottom: 8px;
        font-size: 21px;
    }

    .-icon-ratings {
        --el-w: 40px;
        height: 40px;
        border-radius: 14px;
        padding: 7px;
    }

    .-icon-ratings > span.-rating-value {
        font-size: 18px;
    }

    .-Rate-Aent {
        margin-bottom: 0;
        padding-bottom: 7px;
    }

    .-sin-lis {
        width: 100%;
        mask-image: none !important;
    }

    .-prduc-info .YC-BK > ol {
        justify-content: center;
    }

    .top-cover {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 30px;
    }

    .-sin-img-li .spf-thumb {
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .-order-services--single--popoover {
        padding: 16px;
    }

    .order-services--body {
        width: 100%;
        padding-inline: 20px;
        border-radius: 24px;
    }

    .popup_imge {
        width: calc(100% + 40px);
        margin-inline: -20px;
        min-height: 170px;
        border-radius: 24px 24px 0 0;
    }

    .popup_imge img {
        max-height: 185px;
    }

    .order-services--icon {
        --el-w: 82px;
        margin-top: -62px;
        margin-bottom: 20px;
        border-radius: 24px;
        font-size: 34px;
    }

    .order-services--info-context > h2 {
        font-size: 22px;
    }

    .order-services--info-context > p {
        font-size: 14px;
    }

    .popup-boxnumber {
        margin-top: 22px;
        gap: 10px;
    }

    .popup-boxnumber > a {
        flex-basis: 100%;
    }

    .gallery-overlay-close,
    .close-popup {
        width: 42px;
        height: 42px;
        top: 18px;
        font-size: 18px;
    }

    .gallery-overlay-close {
        inset-inline-start: 18px;
    }

    .close-popup {
        inset-inline-end: 18px;
    }

    .-YC-owl-Slides-prev,
    .-YC-owl-Slides-next {
        width: 42px;
        height: 42px;
        top: auto;
        bottom: 24px;
    }

    .-YC-owl-Slides-prev {
        inset-inline-start: calc(50% - 52px);
    }

    .-YC-owl-Slides-next {
        inset-inline-end: calc(50% - 52px);
    }
}

@media (max-width: 590px) {
    .sing-conte {
        padding: 18px;
        border-radius: 18px;
    }

    .sing-conte table {
        min-width: 560px;
    }

    .sing-conte {
        overflow-x: auto;
    }

    .sing-conte table td,
    .sing-conte table th {
        padding: 12px !important;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .sing-conte h2 {
        padding-bottom: 5px;
        font-size: 20px;
    }

    .sing-conte h3 {
        padding-bottom: 5px;
        font-size: 18px;
    }

    .sing-conte * {
        font-size: 15px;
    }

    .sing-conte ul,
    .sing-conte ol {
        padding-inline-start: 19px;
    }

    .sing-conte blockquote {
        margin-block: 16px;
        padding: 15px;
        border-radius: 14px;
        font-size: 15px;
        line-height: 1.8;
    }

    .sing-conte p img {
        border-radius: 16px;
    }

    .iframe_video {
        border-radius: 16px;
    }

    .iframe_video span {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }

    .section-h2 {
        font-size: 18px;
        gap: 7px;
    }

    .section-h2 > i {
        margin-inline-end: 4px;
    }

    .section-h2 > a {
        width: 100%;
        margin-top: 8px;
        justify-content: center;
    }

    .section-h2 > .seccontent {
        flex-basis: 100%;
        font-size: 18px;
    }

    .section-h2 > .seccontent > span {
        font-size: 17px;
    }

    .-post-ca-ar > a {
        padding-inline: 10px;
        font-size: 12px;
    }

    .-post-ca-ar > a > strong {
        font-size: 13px;
    }

    .-sin-usr-area > span,
    .-sin-usr-area > a {
        font-size: 13px !important;
    }

    .-post-tag-items > a {
        padding: 4px 10px !important;
        font-size: 11px !important;
    }

    .-post-m-po {
        padding: 16px 12px;
        border-radius: 18px;
    }

    .-sin-pa-con-ba > span {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .-sin-pa-con-ba > p {
        margin: 0 0 8px !important;
        font-size: 13px;
    }
}

@media only screen and (max-width: 337px) {
    .section-h2 {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .-post-tag-boxarea .section-h2,
    .fq-sect .section-h2 {
        justify-content: flex-start;
        text-align: start;
    }

    .section-h2 > a {
        margin-inline: auto;
        margin-top: 6px;
    }
}
