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

.rtech-bith {
    --rtech-accent: #ff671d;
    --rtech-badge-icon-colour: #fff;
    --rtech-navy: #07162f;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    color: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

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

.rtech-bith__hero {
    position: relative;
    min-height: 650px;
    isolation: isolate;
    background-color: #07162f;
    background-image: var(--rtech-hero-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rtech-bith__hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 15, 36, .99) 0%, rgba(5, 20, 44, .97) 28%, rgba(5, 20, 44, .78) 45%, rgba(5, 20, 44, .12) 66%, rgba(5, 20, 44, .03) 100%),
        linear-gradient(0deg, rgba(2, 12, 30, .62) 0%, transparent 30%);
}

.rtech-bith__hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 185px;
    z-index: -1;
    opacity: .38;
    background-image:
        linear-gradient(90deg, transparent 0 5%, rgba(80, 115, 255, .6) 5.1% 5.25%, transparent 5.35% 100%),
        linear-gradient(0deg, transparent 0 28%, rgba(80, 115, 255, .45) 28.4% 28.8%, transparent 29.2% 100%);
    mask-image: linear-gradient(to right, #000, transparent 73%);
}

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

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

.rtech-bith__content {
    width: min(100%, 615px);
}

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

.rtech-bith__title {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 4.5vw, 72px);
    font-weight: 800;
    line-height: .99;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.rtech-bith__description {
    max-width: 570px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.55;
}

.rtech-bith__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

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

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

.rtech-bith__button--primary {
    background: linear-gradient(135deg, var(--rtech-accent), #ff4d0b);
    box-shadow: 0 10px 28px rgba(255, 83, 20, .25);
}

.rtech-bith__button--primary:hover {
    box-shadow: 0 13px 35px rgba(255, 83, 20, .37);
}

.rtech-bith__button--secondary {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(4, 16, 40, .48);
    backdrop-filter: blur(8px);
}

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

.rtech-bith__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.rtech-bith__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 47px;
    padding: 10px 15px;
    border: 1px solid rgba(162, 181, 223, .5);
    border-radius: 7px;
    background: rgba(4, 17, 42, .6);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, .95);
    font-size: 12px;
    font-weight: 600;
}

.rtech-bith__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    color: var(--rtech-badge-icon-colour);
    font-size: 21px;
}

.rtech-bith__badge-icon i,
.rtech-bith__badge-icon svg {
    color: inherit;
}

.rtech-bith__badge-icon svg,
.rtech-bith__badge-icon svg path {
    fill: currentColor;
}

.rtech-bith__stats {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background:
        radial-gradient(circle at 75% 20%, rgba(103, 43, 220, .25), transparent 37%),
        linear-gradient(90deg, #071632, #15103f 52%, #09183c);
}

.rtech-bith__stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.rtech-bith__stat {
    min-height: 147px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px 30px;
    text-align: center;
}

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

.rtech-bith__stat-value {
    font-size: clamp(38px, 3vw, 52px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.035em;
}

.rtech-bith__stat-label {
    max-width: 190px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

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

    .rtech-bith__hero::before {
        background: linear-gradient(90deg, rgba(3, 15, 36, .98) 0%, rgba(4, 18, 40, .93) 47%, rgba(4, 18, 40, .44) 78%, rgba(4, 18, 40, .15) 100%);
    }

    .rtech-bith__content { width: min(57%, 570px); }
    .rtech-bith__stats-inner { grid-template-columns: repeat(2, 1fr); }
    .rtech-bith__stat:nth-child(3) { border-left: 0; }
    .rtech-bith__stat:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .2); }
}

@media (max-width: 767px) {
    .rtech-bith__hero {
        min-height: auto !important;
        background-position: 65% top;
        background-size: auto 390px;
        padding-top: 300px;
    }

    .rtech-bith__hero::before {
        background:
            linear-gradient(0deg, #07162f 0%, #07162f 57%, rgba(7, 22, 47, .3) 84%, rgba(7, 22, 47, .05) 100%),
            linear-gradient(90deg, rgba(7, 22, 47, .28), transparent);
    }

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

    .rtech-bith__inner {
        display: block;
        padding: 36px 0 46px;
    }

    .rtech-bith__content { width: 100%; }
    .rtech-bith__eyebrow { margin-bottom: 13px; font-size: 11px; }
    .rtech-bith__title { font-size: clamp(39px, 11vw, 53px); }
    .rtech-bith__description { margin-top: 19px; font-size: 15px; }
    .rtech-bith__actions { flex-direction: column; margin-top: 25px; }
    .rtech-bith__button { width: 100%; }
    .rtech-bith__badges { display: grid; grid-template-columns: 1fr; margin-top: 27px; }
    .rtech-bith__badge { justify-content: flex-start; }
    .rtech-bith__stats-inner { width: 100%; }
    .rtech-bith__stat { min-height: 122px; padding: 20px 14px; }
    .rtech-bith__stat-value { font-size: 36px; }
    .rtech-bith__stat-label { font-size: 12px; }
}

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