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

.rtech-svh {
    --svh-accent: #ff641e;
    --svh-heading: #fff;
    --svh-body: #f0f4fb;
    --svh-strip: #071a3b;
    --svh-strip-icon: #fff;
    --svh-overlay: 94%;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    color: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

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

.rtech-svh__hero {
    position: relative;
    min-height: 590px;
    isolation: isolate;
    background-color: #06162f;
    background-image: var(--svh-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rtech-svh__hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(3, 15, 34, var(--svh-overlay)) 0%,
            rgba(4, 17, 38, .96) 28%,
            rgba(4, 17, 38, .72) 43%,
            rgba(4, 17, 38, .17) 62%,
            rgba(4, 17, 38, .02) 100%),
        linear-gradient(0deg, rgba(3, 13, 31, .5), transparent 35%);
}

.rtech-svh__inner,
.rtech-svh__strip-inner {
    width: min(100% - 48px, 1320px);
    margin-inline: auto;
}

.rtech-svh__inner {
    min-height: inherit;
    display: flex;
    align-items: center;
    padding-block: 68px;
}

.rtech-svh__content {
    width: 100%;
    max-width: 570px;
}

.rtech-svh__eyebrow {
    margin-bottom: 15px;
    color: var(--svh-accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .15em;
}

.rtech-svh__title {
    margin: 0;
    color: var(--svh-heading);
    font-size: clamp(48px, 4.35vw, 70px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.rtech-svh__description {
    max-width: 550px;
    margin: 23px 0 0;
    color: var(--svh-body);
    font-size: 17px;
    line-height: 1.55;
}

.rtech-svh__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 29px;
}

.rtech-svh__button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.rtech-svh__button:hover,
.rtech-svh__button:focus-visible {
    transform: translateY(-2px);
}

.rtech-svh__button--primary {
    gap: 20px;
    background: linear-gradient(135deg, var(--svh-accent), #ff4d0a);
    box-shadow: 0 10px 28px rgba(255, 91, 18, .26);
}

.rtech-svh__button--primary:hover {
    box-shadow: 0 13px 34px rgba(255, 91, 18, .38);
}

.rtech-svh__button--secondary {
    border-color: rgba(255, 255, 255, .75);
    background: rgba(3, 15, 35, .48);
    backdrop-filter: blur(7px);
}

.rtech-svh__button--secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
}

.rtech-svh__button-icon,
.rtech-svh__button-icon i,
.rtech-svh__button-icon svg {
    display: inline-flex;
    width: 16px;
    height: 16px;
    color: inherit;
    fill: currentColor;
}

.rtech-svh__strip {
    border-top: 1px solid rgba(255, 255, 255, .13);
    background: var(--svh-strip);
}

.rtech-svh__strip-inner {
    display: grid;
    grid-template-columns: repeat(var(--svh-item-count), minmax(0, 1fr));
}

.rtech-svh__capability {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 19px 27px;
}

.rtech-svh__capability + .rtech-svh__capability {
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.rtech-svh__capability-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--svh-strip-icon);
    font-size: 35px;
}

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

.rtech-svh__capability-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rtech-svh__capability-copy strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.rtech-svh__capability-copy small {
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .rtech-svh__hero {
        background-position: 62% center;
    }

    .rtech-svh__hero::before {
        background: linear-gradient(90deg, rgba(3, 15, 34, .98) 0%, rgba(4, 17, 38, .94) 45%, rgba(4, 17, 38, .45) 73%, rgba(4, 17, 38, .08) 100%);
    }

    .rtech-svh__content {
        max-width: 52%;
    }

    .rtech-svh__strip-inner {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .rtech-svh__capability:nth-child(3) {
        border-left: 0;
    }

    .rtech-svh__capability:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
}

@media (max-width: 767px) {
    .rtech-svh__hero {
        min-height: auto !important;
        padding-top: 280px;
        background-position: 68% top;
        background-size: auto 340px;
    }

    .rtech-svh__hero::before {
        background:
            linear-gradient(0deg, #06162f 0%, #06162f 59%, rgba(6, 22, 47, .5) 77%, rgba(6, 22, 47, .03) 100%),
            linear-gradient(90deg, rgba(6, 22, 47, .23), transparent);
    }

    .rtech-svh__inner,
    .rtech-svh__strip-inner {
        width: min(100% - 36px, 1320px);
    }

    .rtech-svh__inner {
        display: block;
        padding: 34px 0 43px;
    }

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

    .rtech-svh__eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .rtech-svh__title {
        font-size: clamp(39px, 11vw, 53px);
    }

    .rtech-svh__description {
        margin-top: 18px;
        font-size: 15px;
    }

    .rtech-svh__actions {
        flex-direction: column;
        margin-top: 24px;
    }

    .rtech-svh__button {
        width: 100%;
    }

    .rtech-svh__strip-inner {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .rtech-svh__capability {
        min-height: 116px;
        justify-content: flex-start;
        gap: 12px;
        padding: 18px 15px;
    }

    .rtech-svh__capability:nth-child(3) {
        border-left: 0;
    }

    .rtech-svh__capability-icon {
        width: 34px;
        height: 34px;
        font-size: 29px;
    }

    .rtech-svh__capability-copy strong {
        font-size: 12px;
    }

    .rtech-svh__capability-copy small {
        font-size: 10px;
    }
}

@media (max-width: 430px) {
    .rtech-svh__strip-inner {
        grid-template-columns: 1fr;
    }

    .rtech-svh__capability + .rtech-svh__capability,
    .rtech-svh__capability:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .rtech-svh__capability {
        min-height: 84px;
        padding-inline: 24px;
    }
}
