body.page-id-4646 .stm_titlebox,
body.page-id-4646 .stm_breadcrumbs,
body.page-id-4646 .page_title,
body.page-id-4646 .entry-header {
    display: none !important;
}

body.page-id-4646 .site-content,
body.page-id-4646 .site-content > .container,
body.page-id-4646 .wpb-content-wrapper,
body.page-id-4646 .tse-cw-wpb-row,
body.page-id-4646 .tse-cw-wpb-row .vc_row,
body.page-id-4646 .tse-cw-wpb-row .wpb_column,
body.page-id-4646 .tse-cw-wpb-row .vc_column-inner,
body.page-id-4646 .tse-cw-wpb-row .wpb_wrapper,
body.page-id-4646 .tse-cw-wpb-row .wpb_content_element,
body.page-id-4646 .tse-cw-wpb-row .wpb_raw_code {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tse-cable-wire-page,
.tse-cable-wire-page * {
    box-sizing: border-box;
}

.tse-cable-wire-page {
    background: #f6f3f4;
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
}

.tse-cw-hero {
    align-items: center;
    background-color: #00398d;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.15) 24%, rgba(0, 0, 0, 0) 42%), linear-gradient(180deg, rgba(0, 57, 141, 0) 31%, rgba(0, 57, 141, 0.84) 62%, #00398d 100%), url("assets/tse/cable-wire/hero-cable-wire.png?v=1784080819");
    background-position: center top, center top, center 64%;
    background-repeat: no-repeat;
    background-size: cover, cover, cover;
    display: flex;
    min-height: 700px;
    padding: 350px 80px 80px;
    position: relative;
    text-align: center;
}

.tse-cw-hero-inner {
    margin: 0 auto;
    max-width: 1158px;
    width: 100%;
}

.tse-cw-kicker {
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.tse-cw-hero h1 {
    background: linear-gradient(135deg, #ffffff 36%, rgba(255, 255, 255, 0.58) 110%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    margin: 0 0 22px;
}

.tse-cw-hero p:last-child {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 1158px;
}

.tse-cw-main {
    background: #f6f3f4;
    padding: 100px 80px 80px;
}

.tse-cw-section-head {
    margin: 0 auto 58px;
    max-width: 964px;
    text-align: center;
}

.tse-cw-section-head h2 {
    color: #1c1b1f;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 20px;
}

.tse-cw-section-head p {
    color: rgba(28, 27, 31, 0.8);
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 726px;
}

.tse-cw-solutions {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto 77px;
    max-width: 1280px;
}

.tse-cw-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
    min-height: 260px;
    padding: 36px;
}

.tse-cw-icon {
    align-items: center;
    background: #f6f3f4;
    border-radius: 12px;
    display: flex;
    height: 54px;
    justify-content: center;
    margin-bottom: 24px;
    width: 54px;
}

.tse-cw-icon img {
    height: 36px;
    object-fit: contain;
    width: 36px;
}

.tse-cw-card h3 {
    color: #1c1b1f;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 12px;
}

.tse-cw-card p {
    color: rgba(28, 27, 31, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.tse-cw-companies {
    margin: 0 auto;
    max-width: 1280px;
}

.tse-cw-companies > p {
    color: rgba(28, 27, 31, 0.8);
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 43px;
    text-align: center;
}

.tse-cw-companies strong {
    color: #1c1b1f;
    font-weight: 700;
}

.tse-cw-company-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tse-cw-company-card {
    align-items: flex-start;
    border: 1px solid #aeacac;
    border-radius: 24px;
    color: #1c1b1f !important;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 132px;
    padding: 36px;
    text-decoration: none !important;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tse-cw-company-card:hover {
    background: #ffffff;
    border-color: transparent;
    transform: translateY(-2px);
}

.tse-cw-company-card span {
    color: #1c1b1f;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.tse-cw-company-card img {
    height: 36px;
    flex: 0 0 auto;
    transition: transform 180ms ease;
    width: 36px;
}

.tse-cw-company-card:hover img {
    transform: translate(2px, -2px);
}

@media (max-width: 1180px) {
    .tse-cw-hero,
    .tse-cw-main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tse-cw-solutions,
    .tse-cw-company-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tse-cw-hero {
        min-height: 620px;
        padding: 245px 20px 72px;
    }

    .tse-cw-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .tse-cw-hero h1 {
        font-size: 42px;
        line-height: 1.14;
    }

    .tse-cw-hero p:last-child,
    .tse-cw-section-head p,
    .tse-cw-companies > p {
        font-size: 15px;
        line-height: 25px;
    }

    .tse-cw-main {
        padding: 72px 20px;
    }

    .tse-cw-section-head {
        margin-bottom: 38px;
    }

    .tse-cw-section-head h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    .tse-cw-solutions,
    .tse-cw-company-grid {
        grid-template-columns: 1fr;
    }

    .tse-cw-card,
    .tse-cw-company-card {
        border-radius: 24px;
        min-height: 0;
        padding: 28px;
    }

    .tse-cw-company-card span {
        font-size: 18px;
        line-height: 27px;
    }
}

