.elementor-widget-randtech_connected_support,
.elementor-widget-randtech_connected_support > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
}

.rtech-cs {
    --rcs-bg: #061a38;
    --rcs-heading: #fff;
    --rcs-text: #edf4ff;
    --rcs-accent: #ff671d;
    --rcs-art-opacity: 1;
    --rcs-gradient: .94;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    padding: 35px 24px;
    isolation: isolate;
    background: var(--rcs-bg);
    color: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rtech-cs *,
.rtech-cs *::before,
.rtech-cs *::after {
    box-sizing: border-box;
}

.rtech-cs__artwork,
.rtech-cs__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rtech-cs__artwork {
    z-index: -3;
    display: block;
    object-fit: cover;
    object-position: right center;
    opacity: var(--rcs-art-opacity);
}

.rtech-cs__shade {
    z-index: -2;
    background:
        linear-gradient(90deg,
            rgba(4, 19, 43, var(--rcs-gradient)) 0%,
            rgba(4, 19, 43, .88) 27%,
            rgba(4, 19, 43, .45) 43%,
            rgba(4, 19, 43, .06) 61%,
            transparent 80%),
        linear-gradient(0deg, rgba(1, 10, 27, .22), transparent 48%);
    pointer-events: none;
}

.rtech-cs__inner {
    width: 100%;
    max-width: 1320px;
    min-height: 310px;
    display: flex;
    align-items: center;
    margin-inline: auto;
}

.rtech-cs__content {
    width: 100%;
    max-width: 470px;
    position: relative;
    z-index: 1;
}

.rtech-cs__title {
    margin: 0;
    color: var(--rcs-heading);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.rtech-cs__points {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.rtech-cs__point {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    color: var(--rcs-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.rtech-cs__point-icon {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rcs-accent);
    font-size: 17px;
}

.rtech-cs__point-icon i,
.rtech-cs__point-icon svg {
    width: 1em;
    height: 1em;
    display: block;
    color: inherit;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .rtech-cs__content {
        max-width: 44%;
    }

    .rtech-cs__shade {
        background: linear-gradient(90deg, rgba(4, 19, 43, .98) 0%, rgba(4, 19, 43, .88) 35%, rgba(4, 19, 43, .35) 60%, transparent 84%);
    }
}

@media (max-width: 767px) {
    .rtech-cs {
        padding-top: 235px;
        padding-inline: 20px;
    }

    .rtech-cs__artwork {
        height: 260px;
        object-fit: cover !important;
        object-position: 72% center;
    }

    .rtech-cs__shade {
        background: linear-gradient(0deg, var(--rcs-bg) 0%, var(--rcs-bg) 46%, rgba(6, 26, 56, .72) 68%, rgba(6, 26, 56, .03) 100%);
    }

    .rtech-cs__inner {
        min-height: 0 !important;
    }

    .rtech-cs__content {
        max-width: 100% !important;
    }

    .rtech-cs__title {
        font-size: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rtech-cs * {
        scroll-behavior: auto !important;
    }
}
