/* --- Venture Partners Hero Section Styles --- */
.venture-partners-hero-section {
    padding: 100px 0 120px 0;
    background-color: #0a2540; 
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    border-bottom: 4px solid #b38a38; 
}

.vp-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* --- Matte Gold Investment Badge Style --- */
.venture-partners-hero-section .gold-badge {
    color: #b38a38 !important;
    background-color: rgba(179, 138, 56, 0.15);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Typography Structure */
.vp-hero-content h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin: 20px 0;
}

.vp-hero-content p {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Action Controls Panel */
.vp-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.vp-primary-btn {
    display: inline-block;
    background-color: #b38a38; 
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(179, 138, 56, 0.3);
}

.vp-primary-btn:hover {
    background-color: #96732e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(179, 138, 56, 0.5);
    color:#0a2540;
}

.vp-secondary-btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vp-secondary-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #b38a38;
    color:#b38a38;
}

/* --- Right Side Dashboard Preview Window Mockup --- */
.vp-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.vp-dashboard-preview {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.vp-preview-header {
    background: rgba(0, 0, 0, 0.2);
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vp-preview-header h4 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.vp-status-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3);
}

.vp-preview-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vp-data-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vp-data-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vp-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vp-value {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

/* Utility Helpers */
.text-gold { color: #b38a38 !important; }
.text-green { color: #10b981 !important; }

/* --- Responsive Layout Adjustments --- */
@media (max-width: 991px) {
    .vp-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .vp-hero-actions {
        justify-content: center;
    }

    .vp-hero-visual {
        justify-content: center;
    }
    
    .vp-dashboard-preview {
        max-width: 100%;
    }
    
    .vp-data-row {
        text-align: left;
    }
    
    .vp-hero-content h1 {
        font-size: 34px;
    }
}

/* --- Venture Partners Unique Matrix Section Styles --- */
.vp-risk-matrix-section {
    padding: 100px 0;
    background-color: #ffffff; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} outdoors-gradient
/* --- Golden Badge Style --- */
.vp-risk-matrix-section .style-gold-badge {
    color: #b38a38 !important;
    background-color: rgba(179, 138, 56, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    
    .vp-compliance-section {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }

  
    .vp-comp-row {
        gap: 10px !important;
    }
}

/* Title Core Typography styling */
.vp-risk-matrix-section .team-title-wrapper h2 {
    color: #0a2540; 
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
}

/* इसके पैरेंट कंटेनर की चौड़ाई को भी बढ़ाएं */
.vp-risk-matrix-section .team-title-wrapper {
    max-width: 1320px !important;
    width: 100%;
    margin: 0 auto;
}

/* पैराग्राफ का अपडेटेड कोड */
.vp-risk-matrix-section .team-title-wrapper p {
    color: #475569;
    max-width: 1320px !important; /* 750px से बढ़ाकर 1320px किया */           
    margin: 25px auto 0 auto !important; 
    text-align: justify;        
    text-justify: inter-word;    
    text-align-last: left; /* यह पक्का करेगा कि आखिरी लाइन बाईं तरफ से शुरू हो */
    font-size: 16px;             
    line-height: 1.9; /* बाकी पेजों की तरह रीडेबिलिटी (Readability) बेहतर करने के लिए */
}


/* --- Horizontal Matrix Flow Pipeline --- */
.vp-matrix-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 60px;
}

/* --- Individual Row Layout Base --- */
.vp-matrix-row {
    background-color: #f8fafc; 
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr; 
    gap: 50px;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vp-matrix-row:hover {
    transform: scale(1.01);
    border-color: #b38a38; 
    box-shadow: 0 15px 30px -10px rgba(10, 37, 64, 0.08);
}

/* Left Metadata Columns */
.vp-row-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vp-phase-num {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b38a38; 
    letter-spacing: 1px;
}

.vp-matrix-row h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0a2540; 
    margin: 0;
    line-height: 1.2;
}

.vp-deal-milestone {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 5px 0 0 0;
}

.vp-deal-milestone strong {
    color: #0a2540;
}

/* Right Details Columns */
.vp-row-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vp-row-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.vp-row-details p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.text-gold { color: #b38a38 !important; }
.text-white { color: #ffffff !important; }
.gold-text { color: #b38a38 !important; }

.featured-investor-row {
    background-color: #0a2540 !important; 
    border-color: #0a2540;
}

.featured-investor-row .vp-deal-milestone strong {
    color: #ffffff;
}

.text-slate {
    color: #cbd5e1 !important;
}


@media (max-width: 991px) {
    .vp-matrix-row {
        grid-template-columns: 1fr; 
        gap: 30px;
        padding: 35px;
    }
}

.vp-risk-matrix-section .team-title-wrapper .style-gold-badge {
    color: #b38a38 !important; 
    background-color: rgba(179, 138, 56, 0.1) !important; 
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto !important; 
}

.vp-scanner-dashboard-section {
    padding: 100px 0;
    background-color: #f8fafc; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.scanner-split-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}


/* --- Left Side Content Configurations --- */

.scanner-text-side .style-gold-badge {
    color: #b38a38 !important; 
    background-color: rgba(179, 138, 56, 0.1) !important; 
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
}
.vp-scanner-dashboard-section {
    padding-top: 30px !important; 
}
.scanner-text-side h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0a2540; 
    margin: 20px 0;
    line-height: 1.25;
}

.scanner-text-side p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Feature bullet indicators checklist system */
.scanner-feature-indicators {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s-indicator-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.s-gold-bullet {
    width: 8px;
    height: 8px;
    background-color: #b38a38; 
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
}

.s-indicator-item p {
    font-size: 14px;
    color: #334155;
    margin: 0;
    line-height: 1.5;
}

.s-indicator-item strong {
    color: #0a2540;
}


.scanner-visual-side {
    width: 100%;
}

.dashboard-window-mockup {
    background-color: #0a2540;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px -15px rgba(10, 37, 64, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Window Top Toolbar Bar panel */
.dashboard-mockup-header {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-mockup-header h4 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.risk-indicator-flag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #b38a38; 
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Internal Diagnostic Matrix data panels */
.dashboard-mockup-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dashboard-metric-box {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 20px;
}

.metric-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.metric-node-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.metric-percentage {
    font-size: 13px;
    font-weight: 700;
}

.text-alert {
    color: #ef4444 !important; 
}

.metric-progress-rail {
    width: 100%;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.metric-progress-fill {
    height: 100%;
    background-color: #b38a38; 
    border-radius: 10px;
}

.metric-progress-fill.fill-alert {
    background-color: #ef4444; 
}

.metric-node-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.4;
    margin: 0;
}

.text-gold { color: #b38a38 !important; }


@media (max-width: 991px) {
    .scanner-split-grid {
        grid-template-columns: 1fr; 
        gap: 50px;
    }
    
    .scanner-text-side {
        text-align: center;
    }
    
    .s-indicator-item {
        text-align: left;
    }
}

/* add new sections */
/* Venture Partners Investment Stages Section Styling */
.vp-stages-section {
    background-color: #0a2540; /* Dark Blue background */
    padding: 80px 0;
    color: #ffffff;
}

.vp-stages-title-wrapper {
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.vp-stages-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a38; /* Gold Accent */
    border: 1px solid #b38a38;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.vp-stages-title-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #ffffff;
}

.vp-stages-title-wrapper p {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 1.6;
}

/* Grid System */
.vp-stages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vp-stages-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.vp-stages-card:hover {
    transform: translateY(-5px);
    border-color: rgba(179, 138, 56, 0.4);
}

/* Center Highlighted Card */
.vp-stages-card.featured-gold {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #b38a38; /* Gold Border */
    box-shadow: 0 12px 30px rgba(179, 138, 56, 0.15);
}

.vp-stage-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

.vp-stage-tag.style-gold {
    color: #ffffff;
    background: #b38a38; /* Gold Badge Background */
}

.vp-stages-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.vp-stages-card p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Bullet Checklists inside cards */
.vp-stage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vp-stage-list li {
    font-size: 14px;
    color: #cbd5e1;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.vp-stage-list li i {
    color: #b38a38; /* Gold Square Checks */
    font-size: 14px;
}

/* Responsive Infrastructure */
@media (max-width: 991px) {
    .vp-stages-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .vp-stages-title-wrapper h2 {
        font-size: 28px;
    }
}


/* Venture Partners Compliance Section Styling */
.vp-compliance-section {
    background-color: #ffffff; /* Clean white background for contrast after previous dark section */
    padding: 80px 0;
}

.vp-comp-title-wrapper {
    margin-bottom: 55px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.vp-comp-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a38; /* Gold Accent */
    border: 1px solid #b38a38;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.vp-comp-title-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #0a2540; /* Dark Blue Text */
}

.vp-comp-title-wrapper p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
}

/* Row Grid Layout */
.vp-comp-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.vp-comp-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.vp-comp-item:hover {
    border-color: #b38a38; /* Gold Hover Highlight */
    box-shadow: 0 10px 20px rgba(10, 37, 64, 0.05);
}

.vp-comp-icon-box {
    font-size: 26px;
    color: #b38a38; /* Gold Icon */
    background: rgba(179, 138, 56, 0.1); /* Soft Gold Background Tint */
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.vp-comp-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a2540; /* Dark Blue Heading */
    margin-bottom: 10px;
}

.vp-comp-text p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Structural Controls */
@media (max-width: 767px) {
    .vp-comp-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .vp-comp-title-wrapper h2 {
        font-size: 28px;
    }
}

/* Premium Startups Partner Image Split Section Styles */
.vp-trust-image-section {
    padding: 120px 20px;
    background-color: #ffffff; /* Page canvas blend white background */
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
}

.vp-trust-image-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr; /* Premium uneven structural balancing columns */
    gap: 80px;
    align-items: center;
}

/* Left Column: Geometric Overlapping Accent Photo Frame Styling */
.vp-trust-graphic-panel {
    position: relative;
    display: flex;
    justify-content: center;
}

.vp-trust-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    z-index: 2;
}

.vp-trust-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Absolute Floating Framing Vector Line Behind Image Box */
.vp-trust-gold-accent-line {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #b38a38; /* Your Signature Custom Gold Theme Color Code */
    border-radius: 20px;
    top: 20px;
    left: 20px;
    z-index: -1; /* Pushes vector boundary border below image window container */
    transition: all 0.4s ease;
}

/* Interactive Hover states managing geometric scaling */
.vp-trust-graphic-panel:hover .vp-trust-photo {
    transform: scale(1.05); /* Premium soft zoom magnification extension */
}

.vp-trust-graphic-panel:hover .vp-trust-gold-accent-line {
    transform: translate(-6px, -6px); /* Tightening vector border lines layout overlay */
}

/* Right Column: Content Matrix Typography Styling */
.vp-trust-panel-tag {
    color: #b38a38 !important; 
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.vp-trust-content-panel h2 {
    font-size: 40px;
    color: #0f172a; /* Slate Black */
    line-height: 1.25;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.vp-trust-panel-lead {
    font-size: 17px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 40px;
}

/* List Items Distribution Grid */
.vp-trust-milestones-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vp-t-milestone-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.vp-t-icon-box {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #b38a38 !important; /* Gold vector markers */
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Hover tracking states switching node background accents */
.vp-t-milestone-item:hover .vp-t-icon-box {
    background: #b38a38;
    border-color: #b38a38;
    color: #ffffff !important; /* Inverts glyph to pure white inside gold layout on action */
}

.vp-t-text-box h3 {
    font-size: 18px;
    color: #0f172a;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.vp-t-text-box p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* Responsive breakdowns formatting rules overrides */
@media (max-width: 992px) {
    .vp-trust-image-container {
        grid-template-columns: 1fr; /* Portable frames break columns layout into vertical stacked order blocks */
        gap: 60px;
    }
    .vp-trust-content-panel h2 {
        font-size: 32px;
    }
    .vp-trust-image-wrapper {
        height: 380px;
    }
    .vp-trust-image-section {
        padding: 70px 15px;
    }
}

/* iPhone SE / Small Screens (320px Width Specific Override) */
@media (max-width: 360px) {
    .vp-trust-image-section {
        padding-top: 35px !important; /* Zero extra space safety layout logic */
        padding-bottom: 35px !important;
    }
    .vp-trust-content-panel h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    .vp-trust-image-wrapper {
        height: 280px !important;
    }
    .vp-t-text-box h3 {
        font-size: 17px !important;
    }
    .vp-t-text-box p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}
