:root {
    --contact-bg: #07090d;
    --contact-surface: rgba(14, 17, 24, 0.88);
    --contact-surface-2: rgba(20, 24, 34, 0.92);
    --contact-border: rgba(255, 255, 255, 0.08);
    --contact-border-strong: rgba(229, 9, 20, 0.28);
    --contact-text: #f5f7fb;
    --contact-muted: rgba(255, 255, 255, 0.72);
    --contact-soft: rgba(255, 255, 255, 0.5);
    --contact-brand: #e50914;
    --contact-brand-hover: #ff1f2d;
    --contact-shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
    --contact-radius-xl: 30px;
    --contact-radius-lg: 24px;
    --contact-radius-md: 18px;
    --contact-radius-sm: 14px;
}

body {
    background: radial-gradient(circle at 10% 10%, rgba(229, 9, 20, 0.18), transparent 24%), radial-gradient(circle at 88% 12%, rgba(229, 9, 20, 0.14), transparent 18%), radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.05), transparent 24%), linear-gradient(180deg, #090b11 0%, #06080d 55%, #0b0f17 100%);
    color: var(--contact-text);
}

.search-box {
    display: none !important;
}

.min-vh-100[style*="background-color"] {
    position: relative;
    overflow: hidden;
    background: transparent !important;
    min-height: auto !important;
    padding: clamp(6.5rem, 8vw, 8.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

    .min-vh-100[style*="background-color"]::before,
    .min-vh-100[style*="background-color"]::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        filter: blur(60px);
    }

    .min-vh-100[style*="background-color"]::before {
        width: 320px;
        height: 320px;
        left: -90px;
        top: 40px;
        background: rgba(229, 9, 20, 0.18);
    }

    .min-vh-100[style*="background-color"]::after {
        width: 280px;
        height: 280px;
        right: -80px;
        bottom: 60px;
        background: rgba(229, 9, 20, 0.12);
    }

.container {
    position: relative;
    z-index: 1;
}

.mob-head-space {
    align-items: flex-start !important;
    row-gap: 1.5rem;
}

    .mob-head-space > .col-lg-4,
    .mob-head-space > .col-lg-7 {
        position: relative;
        z-index: 1;
    }

    .mob-head-space > .col-lg-4 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .mob-head-space > .col-lg-7[style*="margin-top"] {
        margin-top: 0 !important;
    }

.title-box {
    position: relative;
    padding: clamp(1.5rem, 2.3vw, 2.25rem);
    border-radius: var(--contact-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)), linear-gradient(140deg, rgba(12, 14, 20, 0.96), rgba(9, 11, 16, 0.98));
    border: 1px solid var(--contact-border);
    box-shadow: var(--contact-shadow);
    overflow: hidden;
}

    .title-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(229, 9, 20, 0.12), transparent 28%), linear-gradient(90deg, rgba(255,255,255,0.06), transparent 22%);
        pointer-events: none;
    }

    .title-box > * {
        position: relative;
        z-index: 1;
    }

    .title-box > h2 {
        margin-bottom: 1rem !important;
        /*        font-size: clamp(2.1rem, 4vw, 3.5rem);*/
        line-height: 0.95;
        /*        letter-spacing: -0.04em;*/
        letter-spacing: 0.04em;
        color: #fff;
    }

    .title-box > p {
        max-width: 34ch;
        margin-bottom: 0 !important;
        color: var(--contact-muted);
        font-size: 1rem;
        line-height: 1.8;
    }

.col-lg-4 > .d-flex.gap-3.rounded.pb-3.mb-lg-0 {
    position: relative;
    align-items: flex-start;
    gap: 1rem !important;
    padding: 1rem 1rem 1rem !important;
    margin-bottom: 0 !important;
    border-radius: var(--contact-radius-lg) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)), rgba(14, 17, 24, 0.85);
    border: 1px solid var(--contact-border);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .col-lg-4 > .d-flex.gap-3.rounded.pb-3.mb-lg-0:hover {
        transform: translateY(-2px);
        border-color: rgba(229, 9, 20, 0.18);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    }

    .col-lg-4 > .d-flex.gap-3.rounded.pb-3.mb-lg-0 img[alt="pattern"] {
        opacity: 0.06;
        width: 92px;
        pointer-events: none;
    }

.icon-wrapper {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.24), transparent 34%), linear-gradient(135deg, #ff2732, #a50610);
    box-shadow: 0 12px 28px rgba(229, 9, 20, 0.28);
}

.col-lg-4 h6 {
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.col-lg-4 .mb-0,
.col-lg-4 .mb-1,
.col-lg-4 .font-size-14 {
    color: var(--contact-muted);
    line-height: 1.75;
}

#zohoSupportWebToCase {
    width: 100%;
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: calc(var(--contact-radius-xl) + 4px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)), linear-gradient(135deg, rgba(10, 12, 18, 0.98), rgba(14, 17, 24, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--contact-shadow);
    overflow: hidden;
}

    #zohoSupportWebToCase form {
        width: 100%;
    }

    #zohoSupportWebToCase .zsFormClass {
        width: 100%;
        background: transparent !important;
        border-collapse: separate;
        border-spacing: 0;
    }

    #zohoSupportWebToCase table br:first-of-type {
        display: none;
    }

    #zohoSupportWebToCase tbody,
    #zohoSupportWebToCase .zsFormClass {
        display: block;
    }

    #zohoSupportWebToCase tr {
        display: grid;
        grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
        gap: 1.1rem;
        align-items: start;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

        #zohoSupportWebToCase tr:last-child,
        #zohoSupportWebToCase tr:nth-last-child(2) {
            border-bottom: 0;
        }

    #zohoSupportWebToCase td {
        padding: 0 !important;
    }

        #zohoSupportWebToCase td.zsFontClass {
            padding-top: 1rem !important;
            color: rgba(255, 255, 255, 0.95) !important;
            font-size: 0.86rem !important;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

    #zohoSupportWebToCase input[type='text'],
    #zohoSupportWebToCase input[type='date'],
    #zohoSupportWebToCase input[name='zsWebFormCaptchaWord'],
    #zohoSupportWebToCase select,
    #zohoSupportWebToCase textarea,
    #zohoSupportWebToCase .wb_common {
        width: 100% !important;
        box-sizing: border-box !important;
        border-radius: 18px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        background: rgba(255, 255, 255, 0.055) !important;
        color: var(--contact-text) !important;
        padding: 0.95rem 1rem !important;
        box-shadow: none !important;
        outline: none !important;
        transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, transform 0.18s ease;
    }

    #zohoSupportWebToCase input[type='text'],
    #zohoSupportWebToCase input[type='date'],
    #zohoSupportWebToCase input[name='zsWebFormCaptchaWord'],
    #zohoSupportWebToCase select {
        min-height: 58px;
    }

    #zohoSupportWebToCase textarea {
        min-height: 170px;
        resize: vertical;
    }

        #zohoSupportWebToCase input[type='text']:focus,
        #zohoSupportWebToCase input[type='date']:focus,
        #zohoSupportWebToCase input[name='zsWebFormCaptchaWord']:focus,
        #zohoSupportWebToCase select:focus,
        #zohoSupportWebToCase textarea:focus {
            border-color: rgba(229, 9, 20, 0.7) !important;
            background: rgba(255, 255, 255, 0.07) !important;
            box-shadow: 0 0 0 4px rgba(229, 9, 20, 0.15) !important;
            transform: translateY(-1px);
        }

        #zohoSupportWebToCase input::placeholder,
        #zohoSupportWebToCase textarea::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

    #zohoSupportWebToCase .manfieldbdr {
        border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

#zsCaptchaLoading,
#zsCaptcha {
    color: var(--contact-muted);
}

#zsCaptcha {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

#zsCaptchaUrl {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
}

#zohoSupportWebToCase a,
#zohoSupportWebToCase .wtccloudattach,
#zohoSupportWebToCase .zsFontClass[onclick] {
    color: #ff4650 !important;
}

#zsBrowseAttachment {
    display: flex;
    float: left;
    width: 206px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.14);
    color: #fff !important;
    font-size: 0.95rem !important;
    cursor: pointer;
}

.wtcuploadinput {
    width: 206px !important;
    height: 48px !important;
    margin-top: -48px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    position: relative !important;
    float: left !important;
    clear: both !important;
}

.clboth {
    clear: both !important;
    display: block;
    width: 100%;
}

#zsMaxSizeMessage {
    display: block;
    clear: both !important;
    margin-top: 1rem;
    color: var(--contact-soft) !important;
    font-size: 0.78rem !important;
    float: none !important;
}

#zsMaxLimitMessage {
    display: block;
    margin-top: 0.25rem;
    color: var(--contact-soft) !important;
    font-size: 0.78rem !important;
    float: none !important;
}

#zsFileBrowseAttachments {
    margin-top: 0.9rem;
}

.filenamecls {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 0.55rem 0 !important;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff !important;
    float: none !important;
}

    .filenamecls a {
        color: #ff5f68 !important;
        text-decoration: none !important;
    }

#zohoSupportWebToCase tr:has(#zsSubmitButton_158789000000252097) {
    padding-top: 1.35rem;
}

    #zohoSupportWebToCase tr:has(#zsSubmitButton_158789000000252097) td {
        display: flex;
        justify-content: flex-start;
        /*align-items: center;
        gap: 0.85rem;
        flex-wrap: wrap;*/
        gap: 0.3rem;
    }

.submit-button,
.cancel-button,
#zohoSupportWebToCase input[type='submit'],
#zohoSupportWebToCase input[type='button'] {
    appearance: none;
    border: 0 !important;
    min-width: 150px;
    min-height: 52px;
    border-radius: 999px !important;
    padding: 0.9rem 1.5rem !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.submit-button,
#zohoSupportWebToCase input[type='submit'] {
    background: linear-gradient(135deg, var(--contact-brand), #b20710) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(229, 9, 20, 0.25);
}

    .submit-button:hover,
    #zohoSupportWebToCase input[type='submit']:hover {
        background: linear-gradient(135deg, var(--contact-brand-hover), #c50913) !important;
        transform: translateY(-1px);
    }

.cancel-button,
#zohoSupportWebToCase input[type='button'] {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

    .cancel-button:hover,
    #zohoSupportWebToCase input[type='button']:hover {
        background: rgba(255, 255, 255, 0.12) !important;
        transform: translateY(-1px);
    }

@media (min-width: 992px) {
    .mob-head-space > .col-lg-4 {
        position: sticky;
        top: 110px;
        align-self: start;
    }

    #zohoSupportWebToCase {
        min-height: 100%;
    }
}

@media (max-width: 1199.98px) {
    #zohoSupportWebToCase tr {
        grid-template-columns: minmax(145px, 200px) minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .min-vh-100[style*="background-color"] {
        padding-top: 6rem;
    }

    .mob-head-space {
        row-gap: 1.25rem;
    }

        .mob-head-space > .col-lg-4 {
            order: 1;
        }

        .mob-head-space > .col-lg-7 {
            order: 2;
        }

    .title-box > p {
        max-width: none;
    }

    #zohoSupportWebToCase tr {
        grid-template-columns: 1fr;
        gap: 0.7rem;
        padding: 0.95rem 0;
    }

    #zohoSupportWebToCase td.zsFontClass {
        padding-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .title-box {
        padding: 1.3rem;
        border-radius: 24px;
    }

    .col-lg-4 > .d-flex.gap-3.rounded.pb-3.mb-lg-0 {
        padding: 0.95rem !important;
        border-radius: 20px !important;
    }

    .icon-wrapper {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    #zohoSupportWebToCase {
        padding: 0.95rem;
        border-radius: 24px;
    }

        #zohoSupportWebToCase input[type='text'],
        #zohoSupportWebToCase input[type='date'],
        #zohoSupportWebToCase input[name='zsWebFormCaptchaWord'],
        #zohoSupportWebToCase select,
        #zohoSupportWebToCase textarea {
            border-radius: 16px !important;
        }

        .submit-button,
        .cancel-button,
        #zohoSupportWebToCase input[type='submit'],
        #zohoSupportWebToCase input[type='button'] {
            width: 100%;
            min-width: 0;
        }

        #zohoSupportWebToCase tr:has(#zsSubmitButton_158789000000252097) td {
            display: grid;
            grid-template-columns: 1fr;
            width: 100%;
        }
}

@media (max-width: 479.98px) {
    .min-vh-100[style*="background-color"] {
        padding-top: 5.4rem;
    }

    .title-box > h2 {
        font-size: 1.9rem;
    }

    .title-box > p,
    .col-lg-4 .mb-0,
    .col-lg-4 .mb-1,
    .col-lg-4 .font-size-14 {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    #zsBrowseAttachment {
        width: 100%;
        justify-content: center;
    }

    .wtcuploadinput {
        width: 100% !important;
        margin-top: -48px;
    }
}
