.shortcode-contactus {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 36px !important;
    border-radius: 24px;
    border: 1px solid rgb(255 255 255 / 10%);
    background:
        radial-gradient(circle at 12% 18%, rgb(255 111 0 / 16%) 0, transparent 32%),
        radial-gradient(circle at 88% 78%, rgb(0 0 0 / 12%) 0, transparent 34%),
        linear-gradient(135deg, #000000 0%, #000000 52%, #000000 100%);
    box-shadow: 0 22px 62px rgb(0 0 0 / 14%);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.shortcode-contactus::before {
    content: "";
    position: absolute;
    inset-inline-end: -70px;
    top: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgb(255 255 255 / 8%);
    pointer-events: none;
}

.shortcode-contactus::after {
    content: "";
    position: absolute;
    inset-inline-start: 30px;
    bottom: 26px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(rgb(255 255 255 / 18%) 1.25px, transparent 1.25px);
    background-size: 12px 12px;
    opacity: .6;
    pointer-events: none;
}

.shortcode-contactus:hover {
    transform: translateY(-4px);
    border-color: rgb(255 111 0 / 18%);
    box-shadow: 0 30px 76px rgb(0 0 0 / 18%);
}

.scode-info {
    position: relative;
    z-index: 2;
    display: block;
    text-align: start;
    flex: 1;
    min-width: 0;
}

.yc-shode-box.yc-shcode--section--contactus {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 34px 28px;
    border-radius: 26px;
    border: 1px solid rgb(255 255 255 / 10%);
    background:
        radial-gradient(circle at 14% 16%, rgb(255 111 0 / 16%) 0, transparent 32%),
        radial-gradient(circle at 88% 84%, rgb(0 0 0 / 12%) 0, transparent 34%),
        linear-gradient(135deg, #000000 0%, #000000 52%, #000000 100%);
    box-shadow: 0 22px 62px rgb(0 0 0 / 14%);
}

.yc-shode-box.yc-shcode--section--contactus::before {
    content: "";
    position: absolute;
    inset-inline-end: -72px;
    top: -86px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgb(255 111 0 / 18%);
    pointer-events: none;
}

.yc-shode-box.yc-shcode--section--contactus::after {
    content: "";
    position: absolute;
    inset-inline-start: 24px;
    bottom: 22px;
    width: 92px;
    height: 92px;
    background-image: radial-gradient(rgb(255 255 255 / 18%) 1.25px, transparent 1.25px);
    background-size: 12px 12px;
    opacity: .58;
    pointer-events: none;
}

.scode-info > h2 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: start;
    margin: 0;
    color: #ffffff;
    text-align: start;
    font-size: 31px;
    line-height: 1.35;
    font-weight: 950;
    letter-spacing: -.35px;
}

.scode-info > p {
    position: relative;
    z-index: 2;
    max-width: 560px !important;
    margin: 12px 0 0;
    color: rgb(255 255 255 / 76%);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
}

.scode-btncall {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    min-width: 190px;
}

.scode-btncall > a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 0;
    padding: 0 20px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgb(255 111 0 / 24%);
    transition:
        transform .26s ease,
        box-shadow .26s ease,
        background-color .26s ease,
        color .26s ease,
        border-color .26s ease,
        gap .26s ease;
}

.scode-btncall > a:hover {
    gap: 13px;
    color: var(--uicolor);
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgb(0 0 0 / 18%);
}

.scode-btncall > a.--button-call-link-whatsapp {
    color: var(--whatsapp);
    background: #ffffff;
    border-color: rgb(255 255 255 / 72%);
    box-shadow: 0 16px 34px rgb(0 0 0 / 12%);
}

.scode-btncall > a.--button-call-link-whatsapp:hover {
    color: #ffffff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
}

.scode-btncall > a:last-child {
    margin-bottom: 0;
}

.YC-post-call {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.YC-post-call .shrt-cde-title {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 950;
    letter-spacing: -.35px;
}

p.scode-content {
    max-width: 620px !important;
    margin: 12px auto 0;
    color: rgb(255 255 255 / 76%);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
}

.--contl--but {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 26px;
}

.--contl--but a {
    min-height: 50px;
    min-width: 155px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgb(255 111 0 / 24%);
    transition:
        transform .26s ease,
        box-shadow .26s ease,
        background-color .26s ease,
        color .26s ease,
        border-color .26s ease,
        gap .26s ease;
}

.--contl--but a i {
    margin: 0 !important;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    transition: transform .26s ease;
}

.--contl--but a:hover {
    gap: 13px;
    background: #ffffff;
    border-color: #ffffff;
    color: var(--uicolor) !important;
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgb(0 0 0 / 18%);
}

.--contl--but a:hover i {
    transform: scale(1.06);
}

.--contl--but a.--button-call-link-whatsapp {
    color: var(--whatsapp) !important;
    background: #ffffff;
    border-color: rgb(255 255 255 / 76%);
    box-shadow: 0 16px 34px rgb(0 0 0 / 12%);
}

.--contl--but a.--button-call-link-whatsapp:hover {
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    color: #ffffff !important;
}

@media (max-width: 780px) {
    .shortcode-contactus {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        padding: 26px 20px !important;
        border-radius: 22px;
        text-align: center;
    }

    .scode-info {
        text-align: center;
    }

    .scode-info > h2 {
        justify-content: center;
        text-align: center;
        font-size: 25px;
    }

    .scode-info > p {
        margin-inline: auto;
        font-size: 15px;
        line-height: 1.8;
    }

    .scode-btncall {
        width: 100%;
        min-width: 0;
    }

    .scode-btncall > a {
        width: 100%;
    }

    .yc-shode-box.yc-shcode--section--contactus {
        padding: 26px 18px;
        border-radius: 22px;
    }

    .YC-post-call .shrt-cde-title {
        font-size: 25px;
    }

    p.scode-content {
        margin: 8px auto 0 !important;
        font-size: 15px;
        line-height: 1.8;
    }

    .--contl--but {
        gap: 10px;
        margin-top: 22px;
    }

    .--contl--but a {
        min-height: 46px;
        min-width: 140px;
        padding-inline: 16px;
        gap: 6px;
    }

    .--contl--but a strong {
        font-size: 13px;
    }

    .--contl--but a i {
        font-size: 15px;
    }
}

@media (max-width: 580px) {
    .shortcode-contactus {
        padding: 22px 16px !important;
        border-radius: 20px;
    }

    .scode-info > h2 {
        font-size: 21px;
    }

    .YC-post-call .shrt-cde-title {
        font-size: 21px;
    }

    .--contl--but {
        width: 100%;
        flex-direction: column;
    }

    .--contl--but a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .yc-shode-box.yc-shcode--section--contactus {
        padding: 22px 15px;
        border-radius: 18px;
    }

    .scode-info > h2,
    .YC-post-call .shrt-cde-title {
        font-size: 19px;
    }

    p.scode-content,
    .scode-info > p {
        font-size: 14px;
    }
}
