﻿/* =========================================================
   RIYANSHEE XEROX CENTER
   HARDWARE SERVICES PAGE
   COMPLETE PROFESSIONAL CSS
========================================================= */
/* =========================================================
   PAGE VARIABLES
========================================================= */
.hardware-page {
    --hs-primary: #2563eb;
    --hs-primary-dark: #1d4ed8;
    --hs-primary-light: #eff6ff;
    --hs-dark: #0f172a;
    --hs-dark-2: #172033;
    --hs-text: #1e293b;
    --hs-text-light: #475569;
    --hs-muted: #64748b;
    --hs-light: #f8fafc;
    --hs-border: #e2e8f0;
    color: var(--hs-text);
    background: #ffffff;
    overflow: hidden;
    max-width: 95%;
    margin: auto;
    padding: 30px;
    border-radius: 12px;
}


/* =========================================================
   HERO SECTION
========================================================= */

.hardware-hero {
    position: relative;
    padding: 55px 0 58px;
    background: radial-gradient( circle at 82% 50%, rgba(37, 99, 235, .18), transparent 34% ), linear-gradient( 135deg, #07111f 0%, #0f172a 55%, #172554 100% );
    color: #ffffff;
    overflow: hidden;
}


/* Subtle grid */



/* Hero glow */

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-glow-one {
    width: 280px;
    height: 280px;
    right: -80px;
    top: -100px;
    background: rgba(37, 99, 235, .16);
    filter: blur(20px);
}

.hero-glow-two {
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: -100px;
    background: rgba(14, 165, 233, .08);
    filter: blur(20px);
}


/* =========================================================
   HERO BADGE
========================================================= */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border: 1px solid rgba(147,197,253,.25);
    background: rgba(37,99,235,.10);
    border-radius: 50px;
    color: #bfdbfe;
    font-size: .76rem;
    font-weight: 600;
    margin-bottom: 17px;
}


.hero-badge-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(59,130,246,.20);
    font-size: .72rem;
}


/* =========================================================
   HERO HEADING
========================================================= */

.hardware-hero h1 {
    max-width: 1200px;
    font-size: clamp( 2.35rem, 4.2vw, 3.7rem );
    line-height: 1.08;
    letter-spacing: -1.8px;
    font-weight: 400;
    margin: 0 0 17px;
}


    .hardware-hero h1 span {
        /*display: block;*/
        color: #60a5fa;
    }


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.hero-description {
    max-width: 1000px;
    color: #cbd5e1;
    font-size: .96rem;
    line-height: 1.7;
    margin-bottom: 24px;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.btn-service-primary,
.btn-service-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 19px;
    border-radius: 9px;
    font-size: .87rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .22s ease;
}


/* Primary */

.btn-service-primary {
    border: 0;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 9px 25px rgba(37,99,235,.25);
    cursor: pointer;
}


    .btn-service-primary:hover {
        background: #3b82f6;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* Outline */

.btn-service-outline {
    border: 1px solid rgba(255,255,255,.20);
    background: rgba(255,255,255,.035);
    color: #ffffff;
}


    .btn-service-outline:hover {
        background: rgba(255,255,255,.09);
        color: #ffffff;
        transform: translateY(-2px);
    }


/* =========================================================
   HERO TRUST POINTS
========================================================= */

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 21px;
    color: #94a3b8;
    font-size: .74rem;
}


    .hero-trust i {
        color: #60a5fa;
        margin-right: 4px;
    }


/* =========================================================
   RIGHT HERO TECH PANEL
========================================================= */

.hero-tech-panel {
    position: relative;
    max-width: 390px;
    margin-left: auto;
    padding: 27px 28px 25px;
    border-radius: 20px;
    background: linear-gradient( 145deg, rgba(255,255,255,.075), rgba(255,255,255,.025) );
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
    backdrop-filter: blur(12px);
    overflow: hidden;
}


.tech-panel-glow {
    position: absolute;
    width: 190px;
    height: 190px;
    right: -80px;
    top: -90px;
    border-radius: 50%;
    background: rgba(59,130,246,.22);
    filter: blur(25px);
    pointer-events: none;
}


/* =========================================================
   TECH PANEL HEADER
========================================================= */

.tech-panel-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 24px;
}


.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96,165,250,.10);
}


/* =========================================================
   TECH PANEL MAIN ICON
========================================================= */

.tech-main-icon {
    position: relative;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 19px;
    background: rgba(37,99,235,.13);
    border: 1px solid rgba(96,165,250,.15);
}


    .tech-main-icon i {
        font-size: 2.7rem;
        color: #93c5fd;
    }


/* =========================================================
   TECH PANEL TEXT
========================================================= */

.tech-panel-title {
    position: relative;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 750;
    margin-bottom: 5px;
}


.tech-panel-subtitle {
    color: #94a3b8;
    font-size: .76rem;
    margin-bottom: 22px;
}


/* =========================================================
   TECH PANEL SERVICES
========================================================= */

.tech-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}


    .tech-services div {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 11px;
        border-radius: 8px;
        background: rgba(255,255,255,.045);
        border: 1px solid rgba(255,255,255,.06);
        color: #cbd5e1;
        font-size: .7rem;
    }


    .tech-services i {
        color: #60a5fa;
        font-size: .85rem;
    }


/* =========================================================
   QUICK FEATURES
========================================================= */

.quick-features {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -38px;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: 16px;
    box-shadow: 0 20px 55px rgba(15,23,42,.09);
    overflow: hidden;
}


.quick-feature {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 23px 20px;
    border-right: 1px solid var(--hs-border);
}


    .quick-feature:last-child {
        border-right: 0;
    }


.quick-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eff6ff;
    color: var(--hs-primary);
    font-size: 1.2rem;
}


.quick-feature strong {
    display: block;
    color: var(--hs-dark);
    font-size: .9rem;
    margin-bottom: 3px;
}


.quick-feature span {
    display: block;
    color: var(--hs-muted);
    font-size: .76rem;
}


/* =========================================================
   SERVICE REQUEST SECTION
========================================================= */

.service-request-wrapper {
    padding-top: 45px;
}


.service-request-card {
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
}


/* =========================================================
   REQUEST HEADER
========================================================= */

.request-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px 30px;
    background: #f8fafc;
    border-bottom: 1px solid var(--hs-border);
}


.request-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    color: var(--hs-primary);
    border-radius: 13px;
    font-size: 1.4rem;
}


.request-header h2 {
    font-size: 1.35rem;
    font-weight: 750;
    margin: 0 0 4px;
    color: var(--hs-dark);
}


.request-header p {
    margin: 0;
    color: var(--hs-muted);
    font-size: .85rem;
}


.request-close {
    margin-left: auto;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    background: #ffffff;
    color: #64748b;
    cursor: pointer;
}


    .request-close:hover {
        background: #e2e8f0;
    }


/* =========================================================
   REQUEST BODY
========================================================= */

.request-body {
    padding: 30px;
}


/* =========================================================
   FORM LABELS
========================================================= */

.service-label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: .82rem;
    font-weight: 700;
}


    .service-label span {
        color: #dc2626;
    }


/* =========================================================
   FORM INPUTS
========================================================= */

.input-group-service {
    position: relative;
}


    .input-group-service > i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: #94a3b8;
        pointer-events: none;
    }


.service-input {
    width: 100%;
    min-height: 50px;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px 15px 12px 43px;
    color: #1e293b;
    outline: none;
    transition: .2s ease;
    font-size: .9rem;
}


    .service-input::placeholder {
        color: #94a3b8;
    }


    .service-input:focus {
        border-color: #60a5fa;
        box-shadow: 0 0 0 4px rgba(37,99,235,.08);
        outline: none;
    }


/* Select */

.service-select {
    appearance: auto;
    cursor: pointer;
}


/* Textarea */

.service-textarea {
    min-height: 125px;
    resize: vertical;
    padding-top: 14px;
}


.textarea-group > i {
    top: 18px;
    transform: none;
}


/* =========================================================
   REQUEST BUTTONS
========================================================= */

.request-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 5px;
}


.btn-request-cancel,
.btn-request-submit {
    min-height: 48px;
    padding: 0 21px;
    border-radius: 9px;
    font-weight: 700;
    cursor: pointer;
}


.btn-request-cancel {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
}


    .btn-request-cancel:hover {
        background: #f8fafc;
    }


.btn-request-submit {
    border: 0;
    background: var(--hs-primary);
    color: #ffffff;
    padding-left: 27px;
    padding-right: 27px;
}


    .btn-request-submit:hover {
        background: var(--hs-primary-dark);
    }


/* =========================================================
   SECTION HEADINGS
========================================================= */

.section-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}


.section-label {
    display: inline-block;
    color: var(--hs-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
}


.section-heading h2 {
    color: var(--hs-dark);
    font-size: clamp( 1.8rem, 3vw, 2.6rem );
    font-weight: 800;
    letter-spacing: -.8px;
    margin-bottom: 13px;
}


.section-heading p {
    color: var(--hs-muted);
    line-height: 1.7;
    margin: 0;
}


/* =========================================================
   SERVICES SECTION
========================================================= */

.services-section {
    padding: 90px 0;
    margin-top: 70px;
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.professional-service-card {
    height: 100%;
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 7px 25px rgba(15,23,42,.035);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}


    .professional-service-card:hover {
        transform: translateY(-6px);
        border-color: #bfdbfe;
        box-shadow: 0 18px 45px rgba(15,23,42,.09);
    }


/* Card top */

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}


/* Service icon */

.service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--hs-primary);
    font-size: 1.55rem;
}


/* Service number */

.service-number {
    color: #cbd5e1;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: 1px;
}


/* Card heading */

.professional-service-card h3 {
    color: var(--hs-dark);
    font-size: 1.15rem;
    font-weight: 750;
    margin-bottom: 9px;
}


/* Card description */

.professional-service-card > p {
    min-height: 50px;
    color: var(--hs-muted);
    font-size: .84rem;
    line-height: 1.65;
    margin-bottom: 19px;
}


/* Card list */

.professional-service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.professional-service-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #475569;
    font-size: .82rem;
    line-height: 1.5;
    margin-bottom: 10px;
}


    .professional-service-card li:last-child {
        margin-bottom: 0;
    }


    .professional-service-card li i {
        color: var(--hs-primary);
        margin-top: 2px;
        flex-shrink: 0;
    }


/* =========================================================
   HOW IT WORKS / PROCESS
========================================================= */

.process-section {
    padding: 90px 0;
    background: #ffffff;
}


.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


.process-item {
    display: flex;
    gap: 18px;
    padding: 25px;
    border: 1px solid var(--hs-border);
    border-radius: 15px;
    background: #ffffff;
}


.process-number {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--hs-dark);
    color: #ffffff;
    font-size: .75rem;
    font-weight: 800;
}


.process-item h3 {
    color: var(--hs-dark);
    font-size: 1rem;
    font-weight: 750;
    margin: 2px 0 7px;
}


.process-item p {
    color: var(--hs-muted);
    font-size: .82rem;
    line-height: 1.65;
    margin: 0;
}


/* =========================================================
   FINAL CTA
========================================================= */

.hardware-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 70px;
    padding: 42px 45px;
    border-radius: 18px;
    background: radial-gradient( circle at 90% 50%, rgba(59,130,246,.25), transparent 30% ), linear-gradient( 135deg, #0f172a, #172554 );
    color: #ffffff;
    overflow: hidden;
}


.cta-small {
    color: #93c5fd;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}


.hardware-cta h2 {
    font-size: clamp( 1.5rem, 3vw, 2.2rem );
    font-weight: 800;
    margin: 0 0 9px;
}


.hardware-cta p {
    max-width: 650px;
    color: #cbd5e1;
    font-size: .88rem;
    margin: 0;
}


.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.btn-cta-primary,
.btn-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 9px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}


.btn-cta-primary {
    border: 0;
    background: #ffffff;
    color: var(--hs-dark);
    cursor: pointer;
}


    .btn-cta-primary:hover {
        background: #eff6ff;
        color: var(--hs-dark);
    }


.btn-cta-phone {
    border: 1px solid rgba(255,255,255,.22);
    color: #ffffff;
    background: rgba(255,255,255,.06);
}


    .btn-cta-phone:hover {
        color: #ffffff;
        background: rgba(255,255,255,.12);
    }
.service-input {
    width: 100%;
}

textarea.service-input {
    resize: vertical;
    min-height: 80px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .quick-feature {
        padding: 20px 15px;
    }

        .quick-feature strong {
            font-size: .82rem;
        }

        .quick-feature span {
            font-size: .7rem;
        }
}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991.98px) {

    /* Hero */

    .hardware-hero {
        padding: 50px 0 55px;
    }


    /* Hero panel */

    .hero-tech-panel {
        margin: 25px auto 0;
    }


    /* Quick features */

    .quick-features {
        grid-template-columns: repeat(2, 1fr);
    }


    .quick-feature:nth-child(2) {
        border-right: 0;
    }


    .quick-feature:nth-child(-n+2) {
        border-bottom: 1px solid var(--hs-border);
    }


    /* Process */

    .process-grid {
        grid-template-columns: 1fr;
    }


    /* CTA */

    .hardware-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    /* Hero */

    .hardware-hero {
        padding: 42px 0 48px;
    }


        .hardware-hero h1 {
            font-size: 2.35rem;
            letter-spacing: -1px;
        }


    .hero-description {
        font-size: .9rem;
    }


    /* Hero buttons */

    .hero-actions {
        flex-direction: column;
    }


    .btn-service-primary,
    .btn-service-outline {
        width: 100%;
    }


    /* Trust */

    .hero-trust {
        display: grid;
        gap: 8px;
    }


    /* Hide decorative panel on mobile */

    .hero-tech-panel {
        display: none;
    }


    /* Quick features */

    .quick-features {
        grid-template-columns: 1fr;
        margin-top: -25px;
    }


    .quick-feature {
        border-right: 0;
        border-bottom: 1px solid var(--hs-border);
    }


        .quick-feature:last-child {
            border-bottom: 0;
        }


    /* Request */

    .service-request-wrapper {
        padding-top: 30px;
    }


    .request-header {
        padding: 20px;
    }


    .request-body {
        padding: 20px;
    }


    .request-header p {
        padding-right: 25px;
    }


    /* Sections */

    .services-section,
    .process-section {
        padding: 65px 0;
    }


    /* Service cards */

    .professional-service-card {
        padding: 23px;
    }


        .professional-service-card > p {
            min-height: auto;
        }


    /* CTA */

    .hardware-cta {
        padding: 30px 25px;
        margin-bottom: 45px;
    }


    .cta-buttons {
        width: 100%;
        flex-direction: column;
    }


    .btn-cta-primary,
    .btn-cta-phone {
        width: 100%;
    }
}

.d-block {
    display: block !important;
}

/* Styles for ASP.NET form validation error messages */
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545; /* Bootstrap Red Danger Color */
}

    /* Ensures the text is visible when combined with .d-block */
    .invalid-feedback.d-block {
        display: block !important;
    }
/* Base alert box layout */
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem; /* 6px rounded corners */
    font-size: 1rem;
    line-height: 1.5;
}

/* Red/Danger variant theme */
.alert-danger {
    color: #842029; /* Dark red text */
    background-color: #f8d7da; /* Light red background */
    border-color: #f5c2c7; /* Subtle red border */
}

    /* Links inside a danger alert */
    .alert-danger a {
        color: #6a1a21;
        font-weight: 700;
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

    /* Optional styling if you put links inside the alert */
    .alert-success a {
        color: #0c4128;
        font-weight: 700;
        text-decoration: underline;
    }
/* Utility class: Margin Bottom 4 (1.5rem / 24px) */
.mb-4 {
    margin-bottom: 1.5rem !important;
}
/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hardware-hero h1 {
        font-size: 2.1rem;
    }


    .hero-badge {
        font-size: .7rem;
    }


    .request-header {
        align-items: flex-start;
    }


    .request-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
    }


    .request-header h2 {
        font-size: 1.1rem;
    }


    .request-actions {
        flex-direction: column-reverse;
    }


    .btn-request-cancel,
    .btn-request-submit {
        width: 100%;
    }
}
