/* ==========================================================================
   IT ADVISER: BESPOKE SERVICE & SOLUTIONS STYLESHEET 
   Path: /assets/css/services.css
   
   TABLE OF CONTENTS:
   1. Global Shared Components (Tables, Pills, Image Wrappers)
   2. Utility & Typography Classes
   3. IT Advisory: Cybersecurity & DPDP Compliance
   4. IT Advisory: Servers & Cloud Strategy
   5. IT Advisory: Managed IT Governance & vCIO
   6. Digital Solutions: 360° Digital Presence
   7. Digital Solutions: Corporate Websites & Portals
   8. Digital Solutions: Business Process Automation
   ========================================================================== */

/* ==========================================================================
   1. GLOBAL SHARED COMPONENTS (Used across multiple pages)
   ========================================================================== */

/* --- The Unbiased Advantage & Workflow Matrices --- */
.comparison-table th, 
.workflow-matrix-table th {
    background-color: #0a192f;
    color: #ffffff;
    border: none;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.comparison-table td, 
.workflow-matrix-table td {
    padding: 1.25rem 1.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.6;
}

.comparison-table .highlight-col {
    background-color: rgba(34, 170, 134, 0.08);
    font-weight: 600;
    border-left: 2px solid #22aa86;
    border-right: 2px solid #22aa86;
    color: #0f172a;
}

/* --- High-Contrast Scope Cards --- */
.scope-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #22aa86 !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.scope-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(14, 49, 76, 0.1), 0 10px 10px -5px rgba(14, 49, 76, 0.04) !important;
    border-color: #0e314c;
}

/* --- Gradient Icon Boxes --- */
.icon-box-rich {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(34, 170, 134, 0.15) 0%, rgba(14, 49, 76, 0.1) 100%);
    color: #0e314c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

/* --- Dark Midnight Dashboard Pills (Dual-Lens Strategy) --- */
.dark-pills .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    border-radius: 50rem;
    padding: 0.75rem 1.75rem;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.dark-pills .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.dark-pills .nav-link.active {
    background-color: #22aa86;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(34, 170, 134, 0.4);
    border-color: #22aa86;
}

/* --- High Image-to-Text Feature Blocks (Automation, Emails, Cloud Hosting) --- */
.feature-block-img-wrapper {
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(10, 25, 47, 0.15), 0 10px 10px -5px rgba(10, 25, 47, 0.04);
    min-height: 400px;
    border: 1px solid rgba(0,0,0,0.05);
}

.feature-block-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature-block-img-wrapper:hover img {
    transform: scale(1.05);
}

.feature-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(10, 25, 47, 0.9) 0%, transparent 100%);
    pointer-events: none;
}


/* ==========================================================================
   2. UTILITY & TYPOGRAPHY CLASSES
   ========================================================================== */
.tracking-wide { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.12em; }
.line-height-md { line-height: 1.6; }
.line-height-lg { line-height: 1.8; }
.max-w-700 { max-width: 700px; margin-left: auto; margin-right: auto; }

/* Dashboard Scorecard Border Colors */
.border-start-danger-3 { border-left: 3px solid #ef4444 !important; }
.border-start-warning-3 { border-left: 3px solid #f59e0b !important; }
.border-start-brand-3 { border-left: 3px solid #22aa86 !important; }


/* ==========================================================================
   3. ADVISORY: CYBERSECURITY & DPDP COMPLIANCE 
   ========================================================================== */
.vciso-radar-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.vciso-radar-card:hover {
    border-color: rgba(34, 170, 134, 0.4) !important;
    box-shadow: 0 10px 30px rgba(10, 25, 47, 0.5);
}

.radar-stat-row {
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.radar-stat-row:hover {
    transform: translateX(4px);
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.statutory-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.statutory-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(14, 49, 76, 0.1), 0 10px 10px -5px rgba(14, 49, 76, 0.04);
    border-color: #cbd5e1;
}

.statutory-icon-box {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: transform 0.3s ease;
}

.statutory-card:hover .statutory-icon-box { transform: scale(1.08); }
.statutory-card.dpdp-theme { border-top: 4px solid #ef4444 !important; }
.statutory-card.certin-theme { border-top: 4px solid #f59e0b !important; }

.ztna-layer-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
}

.ztna-layer-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #22aa86;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.ztna-layer-box .layer-badge {
    background: rgba(34, 170, 134, 0.15);
    color: #22aa86;
    border: 1px solid rgba(34, 170, 134, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 50rem;
}

.workflow-step-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.workflow-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px -5px rgba(14, 49, 76, 0.08);
    border-color: #0e314c;
}

.workflow-step-card.active-phase {
    border-top: 4px solid #22aa86 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.workflow-step-card .phase-pill {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.8rem;
    border-radius: 50rem;
}

.workflow-step-card .phase-pill.dark { background-color: #0a192f; color: #ffffff; }
.workflow-step-card .phase-pill.brand {
    background-color: #22aa86;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(34, 170, 134, 0.3);
}


/* ==========================================================================
   4. ADVISORY: SERVERS & CLOUD STRATEGY 
   ========================================================================== */
.elite-split-module {
    border: 1px solid #e2e8f0;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
}

.elite-split-module:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(10, 25, 47, 0.12), 0 10px 10px -5px rgba(10, 25, 47, 0.04) !important;
    border-color: #cbd5e1;
}

.legacy-side {
    border-left: 4px solid transparent;
    transition: border-color 0.3s ease;
}

.elite-split-module:hover .legacy-side { border-left-color: #ef4444; }

.adviser-side {
    background: linear-gradient(135deg, #0a192f 0%, #0e314c 100%);
    border-right: 4px solid #22aa86;
    position: relative;
    overflow: hidden;
}

.adviser-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 90% 10%, rgba(34, 170, 134, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.vector-pillar {
    background-color: #f8fafc;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}

@media (max-width: 991.98px) {
    .vector-pillar {
        border-left: none;
        border-right: none;
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
        padding: 0.75rem !important;
    }
    .adviser-side {
        border-right: none;
        border-bottom: 4px solid #22aa86;
    }
}


/* ==========================================================================
   5. ADVISORY: MANAGED IT GOVERNANCE & vCIO
   ========================================================================== */
.vendor-chaos-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.vendor-chaos-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #ef4444;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.vendor-chaos-row {
    border-bottom: 1px dashed #cbd5e1;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.vendor-chaos-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.vcio-control-card {
    background: linear-gradient(135deg, #0a192f 0%, #0e314c 100%);
    border: 1px solid #22aa86;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(10, 25, 47, 0.15);
}

.vcio-control-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle at 90% 10%, rgba(34, 170, 134, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.governance-pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0e314c; 
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.governance-pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(14, 49, 76, 0.08);
    border-color: #cbd5e1;
}


/* ==========================================================================
   6. SOLUTIONS: 360° DIGITAL PRESENCE 
   ========================================================================== */
.ecosystem-hub-card {
    background: linear-gradient(135deg, #0a192f 0%, #0e314c 100%);
    border: 1px solid #22aa86;
    border-radius: 1.25rem;
    position: relative;
    box-shadow: 0 20px 30px rgba(10, 25, 47, 0.2);
}

.ecosystem-node-list {
    list-style: none;
    padding-left: 0;
}

.ecosystem-node-list li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.25rem;
}

.ecosystem-node-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 1.5rem;
    height: 2px;
    background-color: #22aa86;
}

.ecosystem-node-list li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #22aa86;
    box-shadow: 0 0 10px #22aa86;
}

.fragmented-list li::before, .fragmented-list li::after {
    background-color: #ef4444;
    box-shadow: none;
}


/* ==========================================================================
   7. SOLUTIONS: CORPORATE WEBSITES & PORTALS 
   ========================================================================== */
.arch-teardown-card {
    border-radius: 1.25rem;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.arch-teardown-card.legacy-trap {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #ef4444;
}

.arch-teardown-card.engineered-platform {
    background: linear-gradient(135deg, #0a192f 0%, #0e314c 100%);
    border: 1px solid #22aa86;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(10, 25, 47, 0.15);
}

.arch-teardown-card.engineered-platform::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(34, 170, 134, 0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: -1;
}

.web-vitals-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.8rem;
    border-radius: 50rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: rgba(34, 170, 134, 0.15);
    color: #22aa86;
    border: 1px solid rgba(34, 170, 134, 0.3);
}

.psychology-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2.5rem;
    border-radius: 1.5rem;
    border-bottom: 4px solid #22aa86;
    transition: all 0.3s ease;
}

.psychology-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.api-integration-card {
    background: #0a192f;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #1e293b;
    position: relative;
    overflow: hidden;
}

.api-integration-card .api-node {
    background: rgba(34, 170, 134, 0.1);
    border: 1px solid #22aa86;
    padding: 1rem;
    border-radius: 0.75rem;
    color: #fff;
    margin-bottom: 1rem;
}


/* ==========================================================================
   8. SOLUTIONS: BUSINESS PROCESS AUTOMATION & AI 
   ========================================================================== */
.pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0e314c;
    border-radius: 1rem;
    padding: 2rem;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(10, 25, 47, 0.1);
    border-color: #22aa86;
}

.scenario-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.workflow-node-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.workflow-node-visual .node {
    background: #0a192f;
    border: 1px solid #22aa86;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 0 15px rgba(34, 170, 134, 0.2);
}

.workflow-node-visual .connector i {
    font-size: 1.5rem;
    animation: pulse-arrow 1.5s infinite;
}

@keyframes pulse-arrow {
    0% { opacity: 0.3; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(5px); }
    100% { opacity: 0.3; transform: translateX(0); }
}
/* ==========================================================================
   VERTICAL COMPARISON CARDS (Premium SaaS Styling)
   ========================================================================== */
.vs-card {
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* The DIY Card (Subdued & Flat) */
.vs-card-diy {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

/* The IT Adviser Card (Elevated, Dark & Glowing) */
.vs-card-managed {
    background: linear-gradient(145deg, #0a192f 0%, #0e314c 100%);
    border: 1px solid #1e293b;
    border-top: 4px solid #22aa86;
    box-shadow: 0 20px 40px rgba(10, 25, 47, 0.25);
    color: #ffffff;
    transform: scale(1.04);
    z-index: 2;
}

@media (max-width: 991px) {
    .vs-card-managed {
        transform: scale(1);
        margin-top: 2rem;
    }
}

.vs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-list li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.vs-list li:last-child {
    margin-bottom: 0;
}

.vs-list.diy-list li { color: #64748b; }
.vs-list.managed-list li { color: rgba(255, 255, 255, 0.85); }

.vs-list li i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.5rem;
}

.badge-managed-floating {
    position: absolute;
    top: -16px;
    right: 30px;
    background: #22aa86;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-radius: 50rem;
    font-size: 0.75rem;
    box-shadow: 0 8px 20px rgba(34, 170, 134, 0.4);
}