/* ===== INVESTORS PAGE STYLES ===== */

/* Stats Number Style */
.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #4e73df;
    margin-bottom: 10px;
    line-height: 1;
}

/* Pain Points Modern Style */
.pain-points-modern {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.pain-point-card {
    display: flex;
    align-items: center;
    background-color: #f8f9fc;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pain-point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.03);
}

.pain-point-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: white;
    font-size: 24px;
}

.pain-point-card p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/* Hero Section */
.investors-hero {
    min-height: 60vh;
    position: relative;
    overflow: hidden;
    background: var(--dark);
    display: flex;
    align-items: center;
}

.investors-hero-content {
    position: relative;
    z-index: 10;
    padding: 120px 0 80px 0;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(67,97,238,0.8) 100%);
    z-index: 2;
}

/* Removed curved bottom overlay */

.hero-cta {
    margin-top: 2rem;
}

.hero-cta .btn {
    padding: 0.8rem 2.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-cta .btn:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
    overflow: hidden;
}

.float-element {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
    font-size: 24px;
    z-index: 4;
}

.float-element i {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

.float-element.f1 {
    top: 20%;
    left: 15%;
}

.float-element.f2 {
    top: 30%;
    right: 10%;
}

.float-element.f3 {
    bottom: 25%;
    left: 10%;
}

.float-element.f4 {
    bottom: 35%;
    right: 15%;
}

/* Vision Section */
.vision-section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.vision-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
}

.vision-image-container {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 3rem 0;
}

.vision-image {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    transition: transform 0.5s ease;
}

.vision-image:hover {
    transform: scale(1.03);
}

/* Why Now Section */
.why-now-section {
    background-color: var(--light);
    padding: 100px 0;
    position: relative;
}

.why-now-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgNTEuNzZjMzYuMjEtMi4yNSA3Ny41Ny0zLjU4IDEyNi40Mi0zLjU4IDMyMCAwIDMyMCA1NyA2NDAgNTcgMjcxLjE1IDAgMzEyLjU4LTQwLjkxIDUxMy41OC01Ny40VjBIMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCA5MC43MmMxNzEtMTcuNTQgMzM3Ljc2LTMxLjc0IDUwMC0zMS43NCAyNzAuNDIgMCAzMjEuNTggNTYuOTQgNzgwIDU2Ljk0IDIyLjg2IDAgNDMuMTktLjg4IDYwLS4zOVYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgNTcuNzRjMTk3LjE4LTIzLjU2IDM0OS4yLTQ3LjEgNTAwLTU3Ljc0IDMzOC4yOC0yMy4zIDQ2OS43IDU3Ljc0IDc4MCA1Ny43NCA2Ni4wMiAwIDEyNi40Mi0xNS4xMSAyMDAtMzIuMTZWMEgweiIvPjwvZz48L3N2Zz4=');
    background-size: 100% 100px;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.why-now-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
}

.why-now-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
}

.why-now-image-container {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 2rem;
}

.why-now-image {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    transition: transform 0.5s ease;
}

.why-now-image:hover {
    transform: scale(1.03);
}

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

.pain-points-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: var(--primary-light);
    border-radius: var(--border-radius);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pain-points-list li:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.point-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.point-text {
    font-size: 1.1rem;
    color: var(--text-dark);
}

/* Traction & Momentum Section */
.traction-section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}

.traction-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
}

.traction-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
}

.milestone-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.milestone-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.milestone-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.milestone-card:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.milestone-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 50%;
    font-size: 1.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.milestone-card:hover .milestone-icon {
    background: var(--gradient-primary);
    color: #fff;
}

.milestone-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.milestone-content p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Advisors Section */
.advisors-section {
    background-color: var(--light);
    padding: 100px 0;
    position: relative;
}

.advisors-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
}

.advisors-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
}

.advisor-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advisor-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.advisor-image {
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.advisor-avatar {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    overflow: hidden;
}

.advisor-info h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.advisor-title {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Connect With Us Section */
.connect-section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}

.connect-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
}

.connect-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
}

.contact-emails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
}

.email-link {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 50px;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    font-weight: 500;
}

.email-link i {
    margin-right: 0.5rem;
}

.email-link:hover {
    background: var(--gradient-primary);
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

.email-divider {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: 500;
}

.cta-buttons .btn {
    padding: 0.8rem 2rem;
    font-weight: 600;
}

/* Animations */
@keyframes pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(76, 201, 240, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(76, 201, 240, 0); }
    100% { box-shadow: 0 0 0 0 rgba(76, 201, 240, 0); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

.pulse-glow {
    animation: pulse-glow 2s infinite;
}

/* Floating Elements Animation */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.float-element {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    color: var(--accent);
    font-size: 1.5rem;
    animation: float 6s ease-in-out infinite;
    box-shadow: var(--shadow);
}

.float-element.f1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.float-element.f2 {
    top: 30%;
    right: 15%;
    animation-delay: 1s;
}

.float-element.f3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 2s;
}

.float-element.f4 {
    bottom: 15%;
    right: 10%;
    animation-delay: 3s;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .vision-section,
    .why-now-section,
    .traction-section,
    .advisors-section,
    .connect-section {
        padding: 90px 0;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .opportunity-stages {
        gap: 1.5rem;
    }
    
    .stage-card {
        padding: 1.5rem;
    }
    
    .stage-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
    .investors-hero-content {
        padding: 100px 0 70px 0;
    }
    
    .vision-section,
    .why-now-section,
    .traction-section,
    .advisors-section,
    .connect-section {
        padding: 70px 0;
    }
    
    .vision-card,
    .why-now-card,
    .traction-card,
    .advisors-card,
    .connect-card {
        padding: 2rem;
    }
    
    .milestone-card,
    .advisor-card {
        margin-bottom: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.8rem;
    }
    
    .opportunity-visual {
        margin-bottom: 2rem;
    }
    
    .opportunity-stages {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stage-card {
        width: 100%;
        max-width: none;
    }
    
    .pain-point-card {
        padding: 15px;
    }
    
    .pain-point-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
        margin-right: 15px;
    }
    
    .float-element {
        transform: scale(0.8);
    }
    
    .timeline-item {
        padding-left: 50px;
    }
    
    .timeline-dot {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .investors-hero {
        min-height: 50vh;
    }
    
    .investors-hero-content {
        padding: 90px 0 50px 0;
    }
    
    .investors-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .investors-hero-content .lead {
        font-size: 1.1rem;
    }
    
    .vision-section,
    .why-now-section,
    .traction-section,
    .advisors-section,
    .connect-section {
        padding: 50px 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .section-header p,
    .section-header .lead {
        font-size: 1rem;
    }
    
    .vision-card,
    .why-now-card,
    .traction-card,
    .advisors-card,
    .connect-card {
        padding: 1.5rem;
    }
    
    .milestone-card,
    .advisor-card {
        margin-bottom: 1.25rem;
    }
    
    .milestone-icon,
    .advisor-image {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    
    .milestone-icon i {
        font-size: 1.25rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .highlight-box {
        padding: 1.25rem;
    }
    
    .highlight-box .lead {
        font-size: 1rem;
    }
    
    .pain-point-card {
        padding: 12px;
    }
    
    .pain-point-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 18px;
        margin-right: 12px;
    }
    
    .pain-point-card p {
        font-size: 0.9rem;
    }
    
    .float-element {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        opacity: 0.7;
    }
    
    .float-element.f1,
    .float-element.f3 {
        display: none;
    }
    
    .investment-calculator,
    .funding-progress {
        padding: 1.5rem;
    }
    
    .result-card {
        padding: 15px;
        margin-bottom: 1rem;
    }
    
    .result-value {
        font-size: 1.5rem;
    }
    
    .timeline-item {
        padding-left: 40px;
        margin-bottom: 20px;
    }
    
    .timeline-dot {
        width: 18px;
        height: 18px;
        left: 8px;
    }
    
    .timeline-content h4 {
        font-size: 1.1rem;
    }
    
    .milestone-icon,
    .point-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
        margin-right: 1rem;
    }
    
    .advisor-avatar {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .contact-emails {
        flex-direction: column;
        gap: 1rem;
    }
    
    .email-divider {
        display: none;
    }
}

@media (max-width: 575px) {
    .investors-hero {
        min-height: 40vh;
    }
    
    .investors-hero-content {
        padding: 80px 0 40px 0;
    }
    
    .investors-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .investors-hero-content .lead {
        font-size: 1rem;
    }
    
    .hero-cta .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .vision-section,
    .why-now-section,
    .traction-section,
    .advisors-section,
    .connect-section {
        padding: 40px 0;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .section-header p,
    .section-header .lead {
        font-size: 0.95rem;
    }
    
    .vision-card,
    .why-now-card,
    .traction-card,
    .advisors-card,
    .connect-card {
        padding: 1.25rem;
    }
    
    .divider {
        width: 60px;
        margin-bottom: 1rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .milestone-card,
    .advisor-card {
        margin-bottom: 1rem;
        padding: 0.75rem;
        flex-direction: column;
        text-align: center;
    }
    
    .milestone-icon,
    .advisor-image {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .milestone-icon i {
        font-size: 1.1rem;
    }
    
    .milestone-content h4,
    .advisor-info h4 {
        font-size: 1rem;
    }
    
    .milestone-content p,
    .advisor-title {
        font-size: 0.85rem;
    }
    
    .highlight-box {
        padding: 1rem;
    }
    
    .highlight-box .lead {
        font-size: 0.95rem;
    }
    
    .pain-points-modern {
        gap: 15px;
    }
    
    .pain-point-card {
        padding: 10px;
    }
    
    .pain-point-card p {
        font-size: 0.85rem;
    }
    
    .pain-points-list li {
        padding: 1rem;
    }
    
    .pain-point-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 16px;
        margin-right: 10px;
    }
    
    .float-element {
        display: none;
    }
    
    .investment-calculator,
    .funding-progress {
        padding: 1.25rem;
    }
    
    .result-card {
        padding: 12px;
    }
    
    .result-card h5 {
        font-size: 0.9rem;
    }
    
    .result-value {
        font-size: 1.3rem;
    }
    
    .timeline-item {
        padding-left: 35px;
        margin-bottom: 15px;
    }
    
    .timeline-dot {
        width: 16px;
        height: 16px;
        left: 7px;
    }
    
    .timeline-content h4 {
        font-size: 1rem;
    }
    
    .timeline-content p {
        font-size: 0.85rem;
    }
    
    .social-proof {
        gap: 1.5rem;
    }
    
    .social-proof-logo {
        height: 40px;
    }
    
    .accordion-button {
        padding: 15px 20px;
        font-size: 0.95rem;
    }
    
    .accordion-body {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .advisor-avatar {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0 !important;
    }
}

/* Mobile-specific styles for screens below 480px */
@media (max-width: 480px) {
    /* Hero section responsive adjustments */
    .investors-hero {
        min-height: 35vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    /* Adjust navbar for mobile */
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-brand .subtitle {
        font-size: 0.7rem;
    }
    
    /* Hero content adjustments */
    .investors-hero-content {
        padding: 60px 0 30px 0;
        width: 100%;
    }
    
    .investors-hero-content .container {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .investors-hero-content h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        width: 100%;
        word-wrap: break-word;
    }
    
    .investors-hero-content .divider {
        margin: 0.5rem auto;
    }
    
    .investors-hero-content .lead {
        font-size: 0.9rem;
        margin-top: 0.5rem;
        width: 100%;
        word-wrap: break-word;
    }
    
    /* Hero CTA adjustments */
    .hero-cta {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-cta .btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.85rem;
        width: 100%;
        max-width: 200px;
    }
    
    /* Background image adjustments */
    .hero-bg-img {
        object-fit: cover;
        object-position: center;
    }
}

/* Additional Enhancements */
.social-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.social-proof-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.social-proof-logo {
    height: 50px;
    margin-bottom: 1rem;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-proof-item:hover .social-proof-logo {
    opacity: 1;
    transform: scale(1.1);
}

.stat-counter {
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Glowing effect for important elements */
.glow-effect {
    position: relative;
}

.glow-effect::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--gradient-primary);
    z-index: -1;
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: var(--border-radius);
}

.glow-effect:hover::after {
    opacity: 0.7;
}

/* Timeline styles */
.timeline-container {
    position: relative;
    padding: 20px 0;
}

.timeline {
    position: relative;
    padding: 30px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 4px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.timeline-dot {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid var(--primary);
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.timeline-dot.active {
    background: var(--primary);
    box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.3);
    animation: pulse 2s infinite;
}

.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.timeline-content.active {
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.timeline-content h5 {
    margin-bottom: 10px;
    color: var(--text-dark);
    font-weight: 600;
}

.timeline-content p {
    margin-bottom: 0;
    color: var(--text-muted);
}

/* Opportunity Stats */
.opportunity-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-item {
    background: #fff;
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

/* Advisor Stats */
.advisor-stats {
    margin-bottom: 50px;
}

.stat-box {
    padding: 20px;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.stat-box .stat-counter {
    font-size: 3rem;
    margin-bottom: 10px;
}

.stat-box .stat-label {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Active state for cards */
.milestone-card.active,
.advisor-card.active {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.milestone-card.active .milestone-icon,
.advisor-card.active .advisor-avatar {
    background: var(--gradient-primary);
    color: #fff;
}

/* Additional responsive styles for timeline */
@media (max-width: 575px) {
    .timeline::before {
        left: 10px;
    }

    .timeline-item {
        padding-left: 40px;
    }

    .timeline-dot {
        left: 8px;
    }

    .opportunity-stats {
        margin-top: 30px;
    }

    .stat-box {
        margin-bottom: 20px;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 25px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #fff;
    transition: all 0.4s;
    box-shadow: 0 0 15px rgba(67, 97, 238, 0.5);
}

.back-to-top i {
    font-size: 24px;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(67, 97, 238, 0.8);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* Partners Section */
.partners-section {
    background-color: #f9f9ff;
    position: relative;
}

.partners-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.partner-logos {
    margin-bottom: 40px;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    height: 120px;
    text-align: center;
}

.partner-logo i {
    font-size: 2.5rem;
    margin-bottom: 10px;
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-logo span {
    font-weight: 600;
    color: var(--text-dark);
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

/* Enhanced Healthcare Revolution Section Styles */


.why-now-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.why-now-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #4361ee, #3f37c9);
}

.highlight-box {
    background: rgba(67, 97, 238, 0.05);
    border-left: 4px solid #4361ee;
    padding: 20px 25px;
    border-radius: 8px;
}

.opportunity-stages {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.stage-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}



.stage-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stage-content {
    flex: 1;
}

.stage-content h5 {
    margin-bottom: 8px;
    font-size: 18px;
}

.stage-content p {
    margin: 0;
    line-height: 1.5;
    color: #555;
}

.market-opportunity {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.opportunity-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.shine-effect::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: rotate(45deg);
    transition: all 1s ease;
    opacity: 0;
    z-index: 1;
}

.shine-effect:hover::before {
    animation: shine 1.5s ease-in-out;
}

@keyframes shine {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(45deg) translateX(-100%);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(0.5) rotate(45deg) translateX(100%);
    }
}

.opportunity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.opportunity-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.opportunity-content {
    flex: 1;
}

.opportunity-content h5 {
    margin-bottom: 8px;
    font-size: 18px;
}

.opportunity-content p {
    margin: 0;
    line-height: 1.5;
    color: #555;
}

/* Responsive styles for Healthcare Revolution section */
@media (max-width: 991px) {
    .why-now-card {
        padding: 30px 20px;
    }
    
    .stage-card, .opportunity-card {
        padding: 15px;
    }
    
    .stage-icon, .opportunity-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 16px;
    }
    
    .stage-content h5, .opportunity-content h5 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .pain-points-modern {
        gap: 15px;
    }
    
    .pain-point-card {
        padding: 15px;
    }
    
    .pain-point-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 18px;
        margin-right: 15px;
    }
}

.testimonial {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 100%);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.18);
    position: relative;
}

.testimonial:before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4rem;
    color: rgba(67, 97, 238, 0.1);
    font-family: Georgia, serif;
}

.testimonial-content p {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.testimonial-author strong {
    color: var(--primary);
}

.testimonial-author span {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Funding Progress Bar */
.funding-progress {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.funding-progress:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.progress-container {
    max-width: 600px;
    margin: 0 auto;
}

.progress {
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background: var(--gradient-primary);
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(67, 97, 238, 0.5);
}

.progress-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.progress-stats {
    padding: 0 5px;
}

/* FAQ Section Styles */
.faq-section {
    background-color: #fff;
    position: relative;
}

.faq-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 600;
    color: var(--text-dark);
    background: #fff;
    padding: 20px 25px;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--gradient-primary);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(67, 97, 238, 0.2);
}

.accordion-button::after {
    background-size: 1rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 20px 25px;
    background: #f9f9ff;
}

.accordion-body p {
    margin-bottom: 0;
    color: var(--text-dark);
}

/* Investment Calculator Styles */
.investment-calculator {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.investment-calculator:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.calculator-container {
    max-width: 700px;
    margin: 0 auto;
}

.form-range::-webkit-slider-thumb {
    background: var(--primary);
}

.form-range::-moz-range-thumb {
    background: var(--primary);
}

.form-range::-ms-thumb {
    background: var(--primary);
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(67, 97, 238, 0.25);
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
}

.result-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all 0.3s ease;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.result-card h5 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.result-value {
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
