/* Custom CSS for ALIGNIA Platform */

/* Background */
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f1a4 0%, #d4e157 25%, #aed581 50%, #81c784 75%, #66bb6a 100%);
    z-index: -1;
}

/* Typography */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

/* Header */
.navbar-brand {
    letter-spacing: 2px;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #333 !important;
}

/* Hero Section */
.hero-section {
    padding: 4rem 0;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.btn-orange {
    background-color: #ff7043;
    border-color: #ff7043;
    color: white;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #ff5722;
    border-color: #ff5722;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 112, 67, 0.3);
}

/* Features Section */
.features-section {
    padding: 3rem 0;
}

.feature-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 248, 225, 1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
}

.feature-icon i {
    font-size: 3rem;
    color: #00695c;
}

.feature-title {
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.feature-description {
    font-size: 0.95rem;
    line-height: 1.5;
}

.feature-link {
    color: #ff7043;
    text-decoration: none;
    transition: color 0.3s ease;
}

.feature-link:hover {
    color: #ff5722;
}

.text-orange {
    color: #ff7043 !important;
}

/* Key Features Section */
.key-features-section {
    padding: 4rem 0;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.key-feature-card {
    background-color: rgba(255, 248, 225, 0.7);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.key-feature-card:hover {
    background-color: rgba(255, 248, 225, 0.9);
    transform: translateY(-3px);
}

.key-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.key-feature-card:hover .key-feature-icon {
    background-color: rgba(0, 150, 136, 0.2);
}

.key-feature-icon i {
    font-size: 2rem;
    color: #00695c;
}

.key-feature-title {
    font-size: 1.25rem;
}

.key-feature-description {
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Statistics Section */
.statistics-section {
    background-color: #2c3e50;
    padding: 4rem 0;
}

.stat-number {
    font-size: 3.5rem;
}

.stat-label {
    font-size: 1.1rem;
}

/* How It Works Section */
.how-it-works-section {
    padding: 4rem 0;
}

.how-it-works-card {
    padding: 2rem 1rem;
}

.how-it-works-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 248, 225, 0.8);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.how-it-works-card:hover .how-it-works-icon {
    background-color: rgba(255, 248, 225, 1);
    transform: scale(1.05);
}

.how-it-works-icon i {
    font-size: 2.5rem;
    color: #00695c;
}

.how-it-works-title {
    font-size: 1.25rem;
}

.how-it-works-description {
    font-size: 0.95rem;
    line-height: 1.5;
    max-width: 300px;
    margin: 0 auto;
}

/* Testimonials Section */
.testimonials-section {
    padding: 4rem 0;
}

.testimonial-card {
    background-color: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-stars i {
    font-size: 1.1rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.testimonial-name {
    font-size: 0.95rem;
}

.testimonial-role {
    font-size: 0.85rem;
}

/* Call to Action Section */
.cta-section {
    background-color: #4caf50;
    padding: 4rem 0;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Footer Section */
.footer-section {
    background-color: #2c3e50;
    padding: 4rem 0 2rem;
}

/* Monitoring Dashboard Styles */
.monitoring-actions .btn-enhanced {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

/* Platform Stats Cards */
.platform-stat-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.platform-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 248, 225, 1);
}

.platform-stat-card .stat-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
}

.platform-stat-card .stat-icon.teal {
    background-color: rgba(0, 150, 136, 0.1);
    color: #00695c;
}

.platform-stat-card .stat-icon.orange {
    background-color: rgba(255, 112, 67, 0.1);
    color: #ff7043;
}

.platform-stat-card .stat-icon.green {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.platform-stat-card .stat-icon.purple {
    background-color: rgba(156, 39, 176, 0.1);
    color: #9c27b0;
}

.platform-stat-card .stat-icon.blue {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196f3;
}

.platform-stat-card .stat-icon.success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.platform-stat-card .stat-value {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.platform-stat-card .stat-title {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.platform-stat-card .stat-change {
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.platform-stat-card .stat-change.up {
    color: #4caf50;
}

.platform-stat-card .stat-change.down {
    color: #f44336;
}

/* Reporting Cards */
.reporting-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reporting-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-3px);
}

.reporting-card .card-header {
    display: flex;
    justify-content: between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.reporting-card .card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.reporting-card .time-filter select,
.reporting-card .performance-summary,
.reporting-card .financial-summary,
.reporting-card .geo-summary {
    font-size: 0.875rem;
}

/* Chart Placeholders */
.chart-placeholder {
    height: 200px;
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.1), rgba(255, 112, 67, 0.1));
    border-radius: 0.5rem;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 1rem;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    height: 100%;
}

.chart-bars .bar {
    width: 20px;
    background: linear-gradient(to top, #ff7043, #00695c);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.chart-bars .bar:hover {
    transform: scaleY(1.1);
}

/* Analytics Breakdown */
.analytics-breakdown .breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.analytics-breakdown .breakdown-info {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.analytics-breakdown .breakdown-progress {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 35%;
}

.analytics-breakdown .progress-sm {
    height: 6px;
    flex: 1;
}

.analytics-breakdown .percentage {
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 35px;
}

/* Performance Metrics */
.performance-metrics .metric-item {
    text-align: center;
}

.performance-metrics .metric-value {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.performance-metrics .metric-label {
    font-size: 0.75rem;
    color: #666;
}

/* Sector Breakdown */
.sector-breakdown .sector-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sector-breakdown .sector-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sector-breakdown .sector-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sector-breakdown .sector-count {
    font-weight: 600;
    color: #333;
}

/* Financial Chart */
.funding-chart {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.chart-donut {
    position: relative;
}

.chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.chart-center .center-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.chart-center .center-label {
    font-size: 0.75rem;
    color: #666;
}

.funding-details .detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.funding-sources .source-item {
    margin-bottom: 0.75rem;
}

.funding-sources .source-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

.funding-sources .progress-xs {
    height: 4px;
}

/* Geographic Distribution */
.world-map-placeholder {
    height: 200px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(33, 150, 243, 0.1));
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

.map-visual {
    position: relative;
    width: 100%;
    height: 100%;
}

.continent {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.continent-dot {
    width: 12px;
    height: 12px;
    background-color: #ff7043;
    border-radius: 50%;
    margin-bottom: 0.25rem;
    animation: pulse 2s infinite;
}

.continent-label {
    font-size: 0.625rem;
    font-weight: 600;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
}

.regional-stats .region-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.regional-stats .region-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.regional-stats .region-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.regional-stats .region-stats-mini {
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #666;
}

/* SDG Styles */
.sdg-overview-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sdg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.sdg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.sdg-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.sdg-item:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.sdg-icon {
    width: 50px;
    height: 50px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    flex-shrink: 0;
}

.sdg-icon.sdg-1 { background-color: #e5243b; }
.sdg-icon.sdg-2 { background-color: #dda63a; }
.sdg-icon.sdg-3 { background-color: #4c9f38; }
.sdg-icon.sdg-4 { background-color: #c5192d; }
.sdg-icon.sdg-5 { background-color: #ff3a21; }
.sdg-icon.sdg-6 { background-color: #26bde2; }
.sdg-icon.sdg-7 { background-color: #fcc30b; }
.sdg-icon.sdg-8 { background-color: #a21942; }
.sdg-icon.sdg-9 { background-color: #fd6925; }
.sdg-icon.sdg-10 { background-color: #dd1367; }
.sdg-icon.sdg-11 { background-color: #fd9d24; }
.sdg-icon.sdg-12 { background-color: #bf8b2e; }

.sdg-content {
    flex: 1;
}

.sdg-title-mini {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.sdg-progress {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sdg-progress .progress-sm {
    height: 6px;
    flex: 1;
}

.sdg-progress .progress-percentage {
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 35px;
}

.sdg-projects {
    font-size: 0.75rem;
    color: #666;
}

/* SDG Impact Card */
.sdg-impact-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.impact-highlights .highlight-item {
    text-align: center;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
}

.impact-highlights .highlight-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.impact-highlights .highlight-value {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.impact-highlights .highlight-label {
    font-size: 0.75rem;
    color: #666;
}

.impact-chart .chart-placeholder {
    height: 150px;
}

.line-chart svg {
    width: 100%;
    height: 100%;
}

/* SDG Partnerships */
.sdg-partnerships-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partnership-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.partnership-stats .stat-icon {
    font-size: 1.25rem;
}

.partnership-stats .stat-value {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.partnership-stats .stat-label {
    font-size: 0.875rem;
    color: #666;
}

.recent-partnerships .partnership-item {
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.recent-partnerships .partnership-item:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.recent-partnerships .partnership-name {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #333;
}

.recent-partnerships .partnership-details {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.recent-partnerships .partnership-type,
.recent-partnerships .partnership-sdg {
    font-size: 0.75rem;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    background-color: rgba(0, 150, 136, 0.1);
    color: #00695c;
}

.recent-partnerships .partnership-date {
    font-size: 0.75rem;
    color: #666;
}

/* Real-time Monitoring */
.activity-feed-card,
.system-performance-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4caf50;
    font-weight: 600;
}

.live-dot {
    width: 8px;
    height: 8px;
    background-color: #4caf50;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.activity-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.activity-item:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.activity-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.activity-content-text {
    flex: 1;
}

.activity-message {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.activity-meta {
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #666;
}

.activity-user {
    font-weight: 600;
}

/* System Performance */
.system-status .status-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
}

.system-status .status-badge.operational {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.performance-metrics .metric-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.performance-metrics .metric-item:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.performance-metrics .metric-icon {
    font-size: 1.25rem;
    color: #00695c;
}

.performance-metrics .metric-info {
    flex: 1;
}

.performance-metrics .metric-name {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.125rem;
}

.performance-metrics .metric-value {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.performance-metrics .metric-status {
    display: flex;
    align-items: center;
}

.performance-metrics .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.performance-metrics .status-excellent .status-dot {
    background-color: #4caf50;
}

.performance-metrics .status-good .status-dot {
    background-color: #ff9800;
}

.performance-metrics .status-warning .status-dot {
    background-color: #f44336;
}

/* Summary Badges */
.summary-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
}

.summary-badge.success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sdg-grid {
        grid-template-columns: 1fr;
    }

    .platform-stat-card .stat-value {
        font-size: 1.5rem;
    }

    .chart-placeholder {
        height: 150px;
    }

    .funding-chart {
        flex-direction: column;
        text-align: center;
    }
}

.footer-title {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.footer-subtitle {
    font-size: 1.1rem;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-social-link {
    color: #bdc3c7;
    font-size: 1.2rem;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-social-link:hover {
    color: white;
}

.footer-link {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #34495e !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .feature-card,
    .key-feature-card,
    .testimonial-card {
        margin-bottom: 1.5rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Dashboard Styles with ALIGNIA Design */

/* Dashboard Background */
.dashboard-background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f1a4 0%, #d4e157 25%, #aed581 50%, #81c784 75%, #66bb6a 100%);
    z-index: -1;
}

.dashboard-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: transparent;
}

/* Dashboard Sidebar */
.dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

.sidebar-header {
    padding: 2rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-logo h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin: 0;
}

.sidebar-nav {
    padding: 1rem 0;
}

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

.nav-item {
    margin: 0.25rem 0;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0 25px 25px 0;
    margin-right: 1rem;
}

.nav-link:hover {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
    transform: translateX(5px);
}

.nav-link.active {
    background: rgba(255, 112, 67, 0.2);
    color: #ff7043;
    font-weight: 600;
}

.nav-link i {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    width: 20px;
}

/* Dashboard Main Content */
.dashboard-main {
    margin-left: 280px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Dashboard Navbar */
.dashboard-navbar {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sidebar-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #2c3e50;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sidebar-toggle:hover {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
}

.navbar-nav-links {
    display: flex;
    gap: 1.5rem;
}

.navbar-nav-links .nav-link {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.navbar-nav-links .nav-link:hover {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
}

.navbar-nav-links .nav-link.active {
    background: rgba(255, 112, 67, 0.2);
    color: #ff7043;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Notifications */
.notification-btn {
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #2c3e50;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.notification-btn:hover {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff7043;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-menu {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-width: 350px;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.notification-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
}

.notification-content {
    flex: 1;
}

.notification-title {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.notification-text {
    color: #666;
    font-size: 0.8rem;
    margin: 0.25rem 0;
}

.notification-time {
    color: #999;
    font-size: 0.75rem;
}

/* User Dropdown */
.user-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.user-btn:hover {
    background: rgba(255, 112, 67, 0.1);
}

.user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.9rem;
}

.user-menu {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-width: 250px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.user-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name-full {
    font-weight: 600;
    color: #2c3e50;
}

.user-email {
    color: #666;
    font-size: 0.8rem;
}

/* Dashboard Content */
.dashboard-content {
    flex: 1;
    padding: 2rem;
}

.dashboard-main-content {
    max-width: 1400px;
    margin: 0 auto;
}

.dashboard-header {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dashboard-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.dashboard-subtitle {
    color: #2c3e50;
    opacity: 0.8;
}

.stat-mini-card {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1rem;
    text-align: center;
    min-width: 120px;
}

.stat-mini-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff7043;
}

.stat-mini-label {
    font-size: 0.8rem;
    color: #2c3e50;
    margin-top: 0.25rem;
}

/* Dashboard Sections */
.dashboard-section {
    margin-bottom: 3rem;
}

.section-header {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: #2c3e50;
    opacity: 0.8;
    font-size: 1.1rem;
}

/* Project Cards */
.project-card {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.project-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 112, 67, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7043;
    font-size: 1.2rem;
}

.project-status {
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-success {
    background: rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.status-warning {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
}

.status-primary {
    background: rgba(0, 123, 255, 0.2);
    color: #007bff;
}

.status-info {
    background: rgba(23, 162, 184, 0.2);
    color: #17a2b8;
}

.project-category {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.project-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.progress-enhanced {
    height: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}

.progress-enhanced .progress-bar {
    border-radius: 10px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #2c3e50;
}

.project-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #2c3e50;
}

.project-actions {
    display: flex;
    gap: 0.5rem;
}

/* Investment Cards */
.investment-chart-card,
.investment-breakdown-card {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.card-header {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2c3e50;
    margin: 0;
}

.chart-filters {
    display: flex;
    gap: 0.5rem;
}

.filter-btn {
    background: none;
    border: 1px solid rgba(255, 112, 67, 0.3);
    color: #ff7043;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #ff7043;
    color: white;
}

.card-body {
    padding: 1.5rem;
}

.investment-summary {
    margin-bottom: 2rem;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.summary-item:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.summary-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.summary-content {
    flex: 1;
}

.summary-value {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.summary-label {
    color: #666;
    font-size: 0.9rem;
}

/* Chart Mock */
.chart-placeholder {
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}

.chart-mock {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    height: 100%;
}

.bar {
    width: 30px;
    background: linear-gradient(to top, #ff7043, #ffab91);
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.bar:hover {
    background: linear-gradient(to top, #ff5722, #ff7043);
}

/* Investment Breakdown */
.investment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.investment-item:last-child {
    border-bottom: none;
}

.investment-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.investment-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.investment-details {
    flex: 1;
}

.investment-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.investment-amount {
    color: #666;
    font-size: 0.8rem;
}

.investment-progress {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 80px;
}

.progress-sm {
    height: 6px;
    width: 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}

.progress-sm .progress-bar {
    border-radius: 10px;
}

.percentage {
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
}

/* New Project Cards */
.new-project-card {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.new-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.new-project-card .project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.project-icon-large {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 112, 67, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7043;
    font-size: 1.5rem;
}

.match-score {
    text-align: center;
}

.score-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4caf50, #81c784);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.score-label {
    font-size: 0.7rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-type {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.type-ngo {
    background: rgba(76, 175, 80, 0.2);
    color: #4caf50;
}

.type-startup {
    background: rgba(255, 112, 67, 0.2);
    color: #ff7043;
}

.type-private-company {
    background: rgba(0, 123, 255, 0.2);
    color: #007bff;
}

.type-government-institution {
    background: rgba(108, 117, 125, 0.2);
    color: #6c757d;
}

.project-organization {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.project-description {
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.project-tag {
    background: rgba(255, 255, 255, 0.5);
    color: #2c3e50;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

.project-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #2c3e50;
}

/* Dashboard Footer */
.dashboard-footer {
    background: rgba(44, 62, 80, 0.9);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    margin-top: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-left p {
    color: #bdc3c7;
    margin: 0;
}

.footer-right {
    display: flex;
    gap: 1.5rem;
}

.footer-link {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-sidebar {
        width: 250px;
    }

    .dashboard-main {
        margin-left: 250px;
    }
}

@media (max-width: 992px) {
    .dashboard-sidebar {
        transform: translateX(-100%);
    }

    .dashboard-main {
        margin-left: 0;
    }

    .sidebar-collapsed .dashboard-sidebar {
        transform: translateX(0);
    }

    .navbar-nav-links {
        display: none;
    }
}

@media (max-width: 768px) {
    .dashboard-content {
        padding: 1rem;
    }

    .dashboard-navbar {
        padding: 1rem;
    }

    .dashboard-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* Hover Effects */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

/* Dashboard Styles */
.dashboard-body {
    background: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* AI Matching Results Styles */
.search-summary-card {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.criteria-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.criteria-tag {
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(0, 150, 136, 0.2);
}

.results-stats {
    display: flex;
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #ff7043;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
}

.results-filters-card {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-btn {
    background: transparent;
    border: 2px solid #e0e0e0;
    color: #666;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn:hover {
    border-color: #ff7043;
    color: #ff7043;
}

.filter-btn.active {
    background: #ff7043;
    border-color: #ff7043;
    color: white;
}

.sort-controls {
    align-items: center;
}

.view-toggle {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.view-btn {
    background: white;
    border: none;
    padding: 0.5rem 0.75rem;
    color: #666;
    transition: all 0.3s ease;
    cursor: pointer;
}

.view-btn:hover {
    background: #f5f5f5;
}

.view-btn.active {
    background: #ff7043;
    color: white;
}

/* Result Cards */
.result-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.result-card-enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 248, 225, 1);
}

.result-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.result-avatar-wrapper {
    position: relative;
}

.result-avatar {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
}

.verified-badge-result {
    position: absolute;
    top: -5px;
    right: -5px;
    background: white;
    border-radius: 50%;
    padding: 2px;
}

.result-info {
    flex: 1;
}

.result-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.result-type {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.result-type.type-investor {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.result-type.type-ngo {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
}

.result-type.type-private-company {
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
}

.result-location {
    font-size: 0.9rem;
    color: #666;
}

.match-score-large {
    text-align: center;
}

.score-circle-large {
    position: relative;
    display: inline-block;
}

.score-text-large {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 0.9rem;
    color: #ff7043;
}

.score-label-large {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem;
}

.result-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.result-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.result-details-grid {
    margin-bottom: 1rem;
}

.detail-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.detail-content {
    flex: 1;
}

.detail-label {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

.expertise-section,
.sdg-section {
    margin-bottom: 1rem;
}

.expertise-title,
.sdg-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.expertise-tags,
.sdg-badges-result {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.expertise-tag {
    background: rgba(156, 39, 176, 0.1);
    color: #9c27b0;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
}

.sdg-badge-result {
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
}

.activity-status {
    margin-bottom: 1rem;
}

.activity-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.activity-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf50;
}

.activity-dot.active {
    animation: pulse 2s infinite;
}

.activity-text {
    font-size: 0.8rem;
    color: #666;
}

.result-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Pagination */
.pagination-enhanced {
    margin-bottom: 1rem;
}

.pagination-enhanced .page-link {
    border: 1px solid #e0e0e0;
    color: #666;
    padding: 0.5rem 0.75rem;
    margin: 0 0.125rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination-enhanced .page-link:hover {
    background: #ff7043;
    border-color: #ff7043;
    color: white;
}

.pagination-enhanced .page-item.active .page-link {
    background: #ff7043;
    border-color: #ff7043;
    color: white;
}

.pagination-info {
    font-size: 0.9rem;
}

/* Bulk Actions */
.bulk-actions-card {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bulk-selection {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.selected-count {
    font-size: 0.9rem;
}

.bulk-action-buttons {
    display: flex;
    gap: 0.5rem;
}

/* Partner Details Modal */
.partner-details-enhanced {
    padding: 1rem;
}

.partner-detail-name {
    font-size: 1.5rem;
    color: #333;
}

.partner-detail-description {
    font-size: 1rem;
    line-height: 1.6;
}

.detail-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.5rem;
}

.detail-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-section-title {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.project-list {
    list-style: none;
    padding: 0;
}

.project-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-list li:last-child {
    border-bottom: none;
}

.feedback-item {
    border-left: 4px solid #ff7043;
    padding-left: 1rem !important;
}

.feedback-rating {
    display: flex;
    align-items: center;
}

.feedback-text {
    font-style: italic;
}

.feedback-author {
    font-weight: 500;
}

.partner-sidebar {
    background: rgba(255, 248, 225, 0.5);
    padding: 1.5rem;
    border-radius: 12px;
    height: fit-content;
}

.sidebar-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.sidebar-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-title {
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.sdg-item-detailed {
    border-left: 3px solid #00695c;
}

.contact-info {
    font-size: 0.9rem;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

.quick-actions-list {
    display: flex;
    flex-direction: column;
}

/* List View */
.matching-results-grid.list-view .row {
    flex-direction: column;
}

.matching-results-grid.list-view .result-item {
    max-width: 100%;
    flex: 0 0 100%;
}

.matching-results-grid.list-view .result-card-enhanced {
    flex-direction: row;
    align-items: center;
    padding: 1rem;
}

.matching-results-grid.list-view .result-header {
    margin-bottom: 0;
    flex: 0 0 auto;
}

.matching-results-grid.list-view .result-content {
    flex: 1;
    margin: 0 1rem;
}

.matching-results-grid.list-view .result-actions {
    flex: 0 0 auto;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    flex-direction: column;
}

/* Responsive Design */
@media (max-width: 768px) {
    .results-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .filter-options {
        justify-content: center;
    }

    .sort-controls {
        justify-content: center;
        margin-top: 1rem;
    }

    .detail-row {
        flex-direction: column;
        gap: 0.5rem;
    }

    .result-actions {
        flex-direction: column;
    }

    .bulk-action-buttons {
        justify-content: center;
        margin-top: 1rem;
    }
}
/* Sidebar Styles */
.dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    z-index: 1000;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.sidebar-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-logo h2 {
    color: white;
    font-size: 1.5rem;
    margin: 0;
}

.sidebar-nav {
    padding: 1rem 0;
}

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

.nav-item {
    margin-bottom: 0.25rem;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #3498db;
}

.nav-link.active {
    color: white;
    background: rgba(52, 152, 219, 0.2);
    border-left-color: #3498db;
}

.nav-link i {
    width: 20px;
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

/* Main Dashboard Layout */
.dashboard-main {
    margin-left: 280px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

/* Top Navbar */
.dashboard-navbar {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sidebar-toggle {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.sidebar-toggle:hover {
    background: #f8f9fa;
    color: #495057;
}

.navbar-nav-links {
    display: flex;
    gap: 1.5rem;
}

.navbar-nav-links .nav-link {
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.navbar-nav-links .nav-link:hover {
    color: #495057;
    border-bottom-color: #dee2e6;
}

.navbar-nav-links .nav-link.active {
    color: #3498db;
    border-bottom-color: #3498db;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Notifications */
.notification-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.notification-btn:hover {
    background: #f8f9fa;
    color: #495057;
}

.notification-badge {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: #dc3545;
    color: white;
    font-size: 0.75rem;
    padding: 0.125rem 0.375rem;
    border-radius: 0.75rem;
    min-width: 1.25rem;
    text-align: center;
}

.notification-menu {
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.875rem;
}

.notification-content {
    flex: 1;
}

.notification-title {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.notification-text {
    font-size: 0.8125rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.notification-time {
    font-size: 0.75rem;
    color: #adb5bd;
}

/* User Profile */
.user-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.user-btn:hover {
    background: #f8f9fa;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-weight: 500;
    color: #495057;
}

.user-menu {
    width: 280px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.user-avatar-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name-full {
    font-weight: 600;
    font-size: 0.9375rem;
}

.user-email {
    font-size: 0.8125rem;
    color: #6c757d;
}

/* Dashboard Content */
.dashboard-content {
    flex: 1;
    padding: 2rem;
}

.dashboard-header {
    margin-bottom: 2rem;
}

.dashboard-title {
    font-size: 2rem;
    color: #2c3e50;
}

.dashboard-subtitle {
    font-size: 1.1rem;
}

.dashboard-stats-mini {
    display: flex;
    gap: 1rem;
}

.stat-mini-card {
    background: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 120px;
}

.stat-mini-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.stat-mini-label {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Dashboard Sections */
.dashboard-section {
    margin-bottom: 3rem;
}

.section-header {
    margin-bottom: 1.5rem;
}

.section-title {
    font-size: 1.5rem;
    color: #2c3e50;
}

.section-subtitle {
    font-size: 1rem;
}

/* Project Cards */
.project-card {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.project-category {
    background: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.project-status {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.status-success {
    background: #d4edda;
    color: #155724;
}

.status-warning {
    background: #fff3cd;
    color: #856404;
}

.status-primary {
    background: #cce7ff;
    color: #004085;
}

.status-info {
    background: #d1ecf1;
    color: #0c5460;
}

.project-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.progress-enhanced {
    height: 8px;
    border-radius: 4px;
    background: #e9ecef;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.project-details {
    margin-bottom: 1rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.project-actions {
    display: flex;
    gap: 0.5rem;
}

/* Investment Cards */
.investment-chart-card,
.investment-breakdown-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card-header {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.chart-filters {
    display: flex;
    gap: 0.5rem;
}

.filter-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #6c757d;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #e9ecef;
}

.filter-btn.active {
    background: #3498db;
    border-color: #3498db;
    color: white;
}

.card-body {
    padding: 1.5rem;
}

.investment-summary {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
}

.summary-item {
    text-align: center;
}

.summary-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.summary-label {
    font-size: 0.875rem;
    color: #6c757d;
}

.chart-placeholder {
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 1rem;
}

.chart-mock {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    height: 100%;
}

.bar {
    width: 30px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.bar:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
}

.investment-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.investment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.investment-name {
    font-weight: 500;
    color: #2c3e50;
}

.investment-amount {
    font-weight: 600;
    color: #27ae60;
}

.investment-progress {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.progress-sm {
    height: 6px;
    flex: 1;
}

.percentage {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6c757d;
    min-width: 35px;
}

/* New Project Cards */
.new-project-card {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.new-project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.new-project-card .project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.match-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.score-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.score-label {
    font-size: 0.75rem;
    color: #6c757d;
}

.project-type {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.type-ngo {
    background: #e8f5e8;
    color: #2e7d32;
}

.type-startup {
    background: #e3f2fd;
    color: #1565c0;
}

.type-private {
    background: #fff3e0;
    color: #ef6c00;
}

.project-organization {
    color: #6c757d;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
}

.project-description {
    color: #495057;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.project-tag {
    background: #f8f9fa;
    color: #495057;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
}

.project-meta {
    margin-bottom: 1rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

/* Dashboard Footer */
.dashboard-footer {
    background: white;
    border-top: 1px solid #e9ecef;
    padding: 1rem 2rem;
    margin-top: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left p {
    color: #6c757d;
    font-size: 0.875rem;
}

.footer-right {
    display: flex;
    gap: 1.5rem;
}

.footer-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #495057;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-sidebar {
        width: 260px;
    }

    .dashboard-main {
        margin-left: 260px;
    }
}

@media (max-width: 992px) {
    .dashboard-sidebar {
        transform: translateX(-100%);
    }

    .dashboard-main {
        margin-left: 0;
    }

    .sidebar-collapsed .dashboard-sidebar {
        transform: translateX(0);
    }

    .navbar-nav-links {
        display: none;
    }

    .dashboard-stats-mini {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .dashboard-content {
        padding: 1rem;
    }

    .dashboard-navbar {
        padding: 0.75rem 1rem;
    }

    .user-name {
        display: none;
    }

    .notification-menu,
    .user-menu {
        width: 280px;
        right: 0;
        left: auto;
    }
}

/* Utility Classes */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
}

/* Login Page Styles */
.login-page-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.login-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 177, 153, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 200, 120, 0.1) 0%, transparent 50%);
    z-index: -1;
}

.login-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.login-card-enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.login-logo {
    position: relative;
}

.login-logo::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00695c, #ff7043);
    border-radius: 2px;
}

.login-title {
    font-size: 1.8rem;
    color: #2c3e50;
}

.login-subtitle {
    font-size: 1rem;
    color: #666;
}

/* Enhanced Form Styles */
.form-group-enhanced {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-label-enhanced {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.input-wrapper {
    position: relative;
}

.form-control-enhanced {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid rgba(0, 105, 92, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-control-enhanced:focus {
    border-color: #00695c;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 3px rgba(0, 105, 92, 0.1);
}

.form-control-enhanced.is-invalid {
    border-color: #dc3545;
}

.input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #00695c;
    font-size: 1.1rem;
    z-index: 2;
}

.password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    z-index: 2;
}

.password-toggle:hover {
    color: #00695c;
}

.form-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00695c, #ff7043);
    transition: width 0.3s ease;
}

.input-wrapper.focused .form-focus-line,
.form-control-enhanced:focus + .form-focus-line {
    width: 100%;
}

.invalid-feedback-enhanced {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 6px;
    border-left: 3px solid #dc3545;
}

/* Form Options */
.form-options {
    margin: 1.5rem 0;
}

.form-check-enhanced {
    display: flex;
    align-items: center;
}

.form-check-input-enhanced {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    accent-color: #00695c;
}

.form-check-label-enhanced {
    color: #2c3e50;
    font-size: 0.9rem;
    cursor: pointer;
}

.forgot-password-link {
    color: #ff7043;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-password-link:hover {
    color: #ff5722;
    text-decoration: underline;
}

/* Enhanced Buttons */
.btn-enhanced {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-enhanced:hover::before {
    left: 100%;
}

.btn-orange {
    background: linear-gradient(135deg, #ff7043, #ff5722);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
}

.btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 112, 67, 0.4);
}

/* Login Divider */
.login-divider {
    position: relative;
    text-align: center;
    margin: 2rem 0;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 105, 92, 0.2);
}

.divider-text {
    background: rgba(255, 248, 225, 0.95);
    padding: 0 1rem;
    color: #666;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

/* Social Login Buttons */
.social-login-buttons {
    display: flex;
    gap: 1rem;
}

.btn-social {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border: 2px solid rgba(0, 105, 92, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: #2c3e50;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-social:hover {
    border-color: #00695c;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 105, 92, 0.1);
}

.btn-google:hover {
    border-color: #db4437;
    color: #db4437;
}

.btn-linkedin:hover {
    border-color: #0077b5;
    color: #0077b5;
}

/* Sign Up Link */
.signup-link {
    margin-top: 1.5rem;
}

.signup-link-enhanced {
    color: #00695c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.signup-link-enhanced:hover {
    color: #004d40;
    text-decoration: underline;
}

/* Login Benefits */
.login-benefits {
    background: rgba(255, 248, 225, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #2c3e50;
    font-size: 0.85rem;
    font-weight: 500;
}

.benefit-item i {
    font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-card-enhanced {
        margin: 1rem;
        padding: 2rem !important;
    }

    .login-title {
        font-size: 1.5rem;
    }

    .social-login-buttons {
        flex-direction: column;
    }

    .btn-social {
        width: 100%;
    }
}

/* Fixed Navbar Styles */
.navbar-fixed {
    position: relative;
    z-index: 1000;
}

.navbar.fixed-top {
    background: rgba(244, 241, 164, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.nav-link-hover {
    position: relative;
    transition: all 0.3s ease;
}

.nav-link-hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #00695c;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link-hover:hover::after {
    width: 100%;
}

/* Page Hero Sections */
.page-hero-section {
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(0,105,92,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,112,67,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(76,175,80,0.1)"/><circle cx="70" cy="70" r="2.5" fill="rgba(0,105,92,0.05)"/></svg>') repeat;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

.hero-content-animated {
    position: relative;
    z-index: 2;
}

.hero-title-large {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.hero-subtitle-large {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hover-lift {
    transition: all 0.3s ease;
}

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

/* Enhanced Content Cards */
.content-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.content-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.icon-badge {
    width: 80px;
    height: 80px;
    background: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-badge i {
    font-size: 2.5rem;
    color: #00695c;
}

.section-title-large {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.section-title-medium {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
}

/* Hero Stats Mini */
.hero-stats-mini {
    margin-top: 2rem;
}

.stat-mini {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 248, 225, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.stat-number-mini {
    font-size: 2rem;
    font-weight: bold;
    color: #00695c;
}

.stat-label-mini {
    font-size: 0.9rem;
    color: #666;
}

/* Mission Highlights */
.mission-highlights .highlight-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #333;
}

/* Vision Goals */
.vision-goals .goal-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.goal-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff7043;
    min-width: 60px;
}

.goal-text {
    font-size: 1rem;
    color: #333;
}

/* Enhanced Value Cards */
.value-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.value-icon-enhanced {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.value-icon-enhanced.teal {
    background: rgba(0, 150, 136, 0.1);
}

.value-icon-enhanced.orange {
    background: rgba(255, 112, 67, 0.1);
}

.value-icon-enhanced.green {
    background: rgba(76, 175, 80, 0.1);
}

.value-icon-enhanced.purple {
    background: rgba(156, 39, 176, 0.1);
}

.value-icon-enhanced i {
    font-size: 2rem;
}

.value-icon-enhanced.teal i { color: #00695c; }
.value-icon-enhanced.orange i { color: #ff7043; }
.value-icon-enhanced.green i { color: #4caf50; }
.value-icon-enhanced.purple i { color: #9c27b0; }

.value-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    font-weight: bold;
    color: rgba(0, 105, 92, 0.1);
    line-height: 1;
}

/* Enhanced Team Cards */
.team-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.team-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.team-image-wrapper {
    position: relative;
    display: inline-block;
}

.team-avatar-enhanced {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 105, 92, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.team-image-wrapper:hover .team-overlay {
    opacity: 1;
}

.team-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: white;
}

/* Timeline Styles */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #00695c, #ff7043);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 3rem 0;
    width: 50%;
}

.timeline-item.left {
    left: 0;
    padding-right: 3rem;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    padding-left: 3rem;
    text-align: left;
}

.timeline-content {
    background: rgba(255, 248, 225, 0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00695c;
    margin-bottom: 0.5rem;
}

.timeline-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.timeline-description {
    color: #666;
    line-height: 1.6;
}

.timeline-dot {
    position: absolute;
    top: 2rem;
    width: 20px;
    height: 20px;
    background: #ff7043;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline-item.left .timeline-dot {
    right: -13px;
}

.timeline-item.right .timeline-dot {
    left: -13px;
}

/* Contact Page Styles */
.contact-quick-stats {
    margin-top: 2rem;
}

.quick-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 248, 225, 0.8);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    font-weight: 500;
}

.quick-stat i {
    font-size: 1.2rem;
}

/* Enhanced Form Styles */
.contact-form-card {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.form-group-enhanced {
    position: relative;
    margin-bottom: 2rem;
}

.form-label-enhanced {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control-enhanced {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-control-enhanced:focus {
    border-color: #00695c;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
}

.form-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00695c;
    transition: width 0.3s ease;
}

.form-control-enhanced:focus + .form-focus-line {
    width: 100%;
}

.btn-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-enhanced:hover::before {
    left: 100%;
}

.btn-enhanced.btn-orange {
    background: #ff7043;
    color: white;
}

.btn-enhanced.btn-orange:hover {
    background: #ff5722;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 112, 67, 0.3);
    color: white;
}

.btn-enhanced.btn-outline-teal {
    background: transparent;
    color: #00695c;
    border: 2px solid #00695c;
}

.btn-enhanced.btn-outline-teal:hover {
    background: #00695c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 105, 92, 0.3);
}

/* Contact Info Sidebar */
.contact-info-card {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.2rem;
}

.contact-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.contact-value {
    color: #666;
    line-height: 1.4;
}

/* Business Hours */
.hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 105, 92, 0.1);
}

.day {
    font-weight: 500;
    color: #333;
}

.time {
    color: #666;
}

/* Social Links Enhanced */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link-enhanced {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 150, 136, 0.05);
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.social-link-enhanced:hover {
    background: rgba(0, 150, 136, 0.1);
    transform: translateX(5px);
    color: #00695c;
}

.social-link-enhanced i {
    font-size: 1.2rem;
    width: 20px;
}

/* FAQ Accordion */
.accordion-enhanced {
    border: none;
}

.accordion-item-enhanced {
    background: rgba(255, 248, 225, 0.8);
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.accordion-item-enhanced:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.accordion-button-enhanced {
    background: transparent;
    border: none;
    padding: 1.5rem 2rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-button-enhanced:hover {
    background: rgba(0, 150, 136, 0.05);
}

.accordion-button-enhanced::after {
    content: '+';
    position: absolute;
    right: 2rem;
    font-size: 1.5rem;
    color: #00695c;
    transition: transform 0.3s ease;
}

.accordion-button-enhanced:not(.collapsed)::after {
    transform: rotate(45deg);
}

.accordion-body-enhanced {
    padding: 0 2rem 1.5rem;
    color: #666;
    line-height: 1.6;
}

/* Services Page Styles */
.services-badges {
    margin-top: 2rem;
}

.service-badge {
    padding: 0.5rem 1.5rem;
    background: rgba(255, 248, 225, 0.9);
    border-radius: 25px;
    font-weight: 500;
    color: #333;
    backdrop-filter: blur(10px);
}

/* Main Service Cards Enhanced */
.main-service-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.main-service-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00695c, #ff7043, #4caf50);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-service-card-enhanced:hover::before {
    transform: scaleX(1);
}

.main-service-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-icon-large {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.service-icon-large.teal {
    background: rgba(0, 150, 136, 0.1);
}

.service-icon-large.orange {
    background: rgba(255, 112, 67, 0.1);
}

.service-icon-large.green {
    background: rgba(76, 175, 80, 0.1);
}

.service-icon-large i {
    font-size: 3rem;
}

.service-icon-large.teal i { color: #00695c; }
.service-icon-large.orange i { color: #ff7043; }
.service-icon-large.green i { color: #4caf50; }

.service-title-large {
    font-size: 1.8rem;
}

.service-description-large {
    font-size: 1.1rem;
    line-height: 1.6;
}

.service-features-list {
    list-style: none;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
}

/* Category Cards Enhanced */
.category-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.category-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-icon-enhanced {
    width: 80px;
    height: 80px;
    background: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon-enhanced i {
    font-size: 2.5rem;
    color: #00695c;
}

.category-highlight {
    background: #ff7043;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.category-title-large {
    font-size: 1.6rem;
}

.category-description-large {
    font-size: 1.1rem;
    line-height: 1.6;
}

.category-services-list {
    list-style: none;
    padding: 0;
}

.service-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
}

/* Pricing Section Enhanced */
.pricing-toggle {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.toggle-label {
    font-weight: 500;
    color: #333;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 30px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #00695c;
}

input:checked + .toggle-slider:before {
    transform: translateX(30px);
}

.discount-badge {
    background: #ff7043;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

/* Pricing Cards Enhanced */
.pricing-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.pricing-card-enhanced.popular-plan {
    border: 3px solid #ff7043;
    transform: scale(1.05);
}

.popular-badge-enhanced {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff7043, #ff5722);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
}

.plan-price {
    font-size: 3rem;
    font-weight: bold;
    color: #00695c;
}

.price-period {
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
}

.plan-features {
    list-style: none;
    padding: 0;
}

.pricing-guarantees {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.process-step {
    position: relative;
    margin: 4rem 0;
    display: flex;
    align-items: center;
}

.process-step.left {
    justify-content: flex-start;
}

.process-step.right {
    justify-content: flex-end;
}

.step-content {
    background: rgba(255, 248, 225, 0.9);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    position: relative;
    transition: all 0.3s ease;
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 2rem;
    background: #ff7043;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-icon i {
    font-size: 2rem;
    color: #00695c;
}

.step-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.step-description {
    color: #666;
    line-height: 1.6;
    text-align: center;
}

.step-connector {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00695c, #ff7043);
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Blog Page Styles */
.blog-search-bar {
    margin-top: 2rem;
}

.search-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 25px;
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: #00695c;
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #00695c;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: #004d40;
    transform: translateY(-50%) scale(1.05);
}

/* Featured Article */
.featured-article-card {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.featured-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.featured-image-wrapper {
    position: relative;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-article-card:hover .featured-image {
    transform: scale(1.05);
}

.featured-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.featured-badge {
    background: linear-gradient(45deg, #ff7043, #ff5722);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.category-badge {
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.category-badge.ai { background: #00695c; }
.category-badge.sustainability { background: #4caf50; }
.category-badge.partnerships { background: #ff7043; }
.category-badge.blockchain { background: #9c27b0; }
.category-badge.case-studies { background: #2196f3; }
.category-badge.industry-news { background: #f44336; }

.category-badge.teal { background: #00695c; }
.category-badge.green { background: #4caf50; }
.category-badge.orange { background: #ff7043; }
.category-badge.purple { background: #9c27b0; }
.category-badge.blue { background: #2196f3; }
.category-badge.red { background: #f44336; }

.read-time {
    color: #666;
    font-size: 0.9rem;
}

.featured-title {
    font-size: 2.2rem;
    line-height: 1.3;
}

.featured-excerpt {
    font-size: 1.1rem;
    line-height: 1.6;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details {
    flex: 1;
}

.author-name {
    font-weight: 600;
    color: #333;
}

.author-role {
    color: #666;
    font-size: 0.9rem;
}

.article-date {
    color: #666;
    font-size: 0.9rem;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.category-filter-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    padding: 2rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-filter-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.category-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.category-icon-wrapper.teal { background: rgba(0, 150, 136, 0.1); }
.category-icon-wrapper.green { background: rgba(76, 175, 80, 0.1); }
.category-icon-wrapper.orange { background: rgba(255, 112, 67, 0.1); }
.category-icon-wrapper.purple { background: rgba(156, 39, 176, 0.1); }
.category-icon-wrapper.blue { background: rgba(33, 150, 243, 0.1); }
.category-icon-wrapper.red { background: rgba(244, 67, 54, 0.1); }

.category-icon-wrapper i {
    font-size: 2rem;
}

.category-icon-wrapper.teal i { color: #00695c; }
.category-icon-wrapper.green i { color: #4caf50; }
.category-icon-wrapper.orange i { color: #ff7043; }
.category-icon-wrapper.purple i { color: #9c27b0; }
.category-icon-wrapper.blue i { color: #2196f3; }
.category-icon-wrapper.red i { color: #f44336; }

.category-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.category-count {
    color: #666;
    font-size: 0.9rem;
}

/* Article Filters */
.article-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1.5rem;
    border: 2px solid rgba(0, 150, 136, 0.2);
    background: transparent;
    border-radius: 20px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #00695c;
    border-color: #00695c;
    color: white;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.article-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.article-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.article-image-wrapper {
    position: relative;
    overflow: hidden;
}

.article-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card-enhanced:hover .article-image {
    transform: scale(1.05);
}

.article-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.article-content {
    padding: 1.5rem;
}

.article-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.article-title a:hover {
    color: #00695c !important;
}

.article-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.article-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info-mini {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.author-avatar-mini {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name-mini {
    font-size: 0.9rem;
    color: #666;
}

.read-more-link {
    color: #00695c;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #004d40;
    transform: translateX(5px);
}

/* Newsletter Enhanced */
.newsletter-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.newsletter-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00695c, #ff7043, #4caf50);
}

.newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
}

.newsletter-form-enhanced {
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.newsletter-privacy {
    font-size: 0.85rem;
    text-align: center;
}

/* Responsive Design Enhancements */
@media (max-width: 768px) {
    .hero-title-large {
        font-size: 2.5rem;
    }

    .hero-subtitle-large {
        font-size: 1.1rem;
    }

    .section-title-large {
        font-size: 2rem;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding: 0 1rem !important;
        text-align: center !important;
    }

    .timeline::before {
        left: 1rem;
    }

    .timeline-dot {
        left: 0.5rem !important;
    }

    .process-step {
        justify-content: center !important;
    }

    .step-content {
        max-width: 100%;
    }

    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .pricing-guarantees {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title-large {
        font-size: 2rem;
    }

    .hero-subtitle-large {
        font-size: 1rem;
    }

    .section-title-large {
        font-size: 1.75rem;
    }

    .featured-title {
        font-size: 1.6rem;
    }

    .service-title-large {
        font-size: 1.4rem;
    }

    .category-title-large {
        font-size: 1.3rem;
    }
}
.navbar-fixed {
    position: relative;
    z-index: 1000;
}

.navbar.fixed-top {
    background: rgba(244, 241, 164, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.nav-link-hover {
    position: relative;
    transition: all 0.3s ease;
}

.nav-link-hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #00695c;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link-hover:hover::after {
    width: 100%;
}

/* Page Hero Sections */
.page-hero-section {
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(0,105,92,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,112,67,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(76,175,80,0.1)"/><circle cx="70" cy="70" r="2.5" fill="rgba(0,105,92,0.05)"/></svg>') repeat;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

.hero-content-animated {
    position: relative;
    z-index: 2;
}

.hero-title-large {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.hero-subtitle-large {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hover-lift {
    transition: all 0.3s ease;
}

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

/* Enhanced Content Cards */
.content-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.content-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.icon-badge {
    width: 80px;
    height: 80px;
    background: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-badge i {
    font-size: 2.5rem;
    color: #00695c;
}

.section-title-large {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.section-title-medium {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.section-subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
}

/* Hero Stats Mini */
.hero-stats-mini {
    margin-top: 2rem;
}

.stat-mini {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 248, 225, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.stat-number-mini {
    font-size: 2rem;
    font-weight: bold;
    color: #00695c;
}

.stat-label-mini {
    font-size: 0.9rem;
    color: #666;
}

/* Mission Highlights */
.mission-highlights .highlight-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #333;
}

/* Vision Goals */
.vision-goals .goal-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.goal-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff7043;
    min-width: 60px;
}

.goal-text {
    font-size: 1rem;
    color: #333;
}

/* Enhanced Value Cards */
.value-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.value-icon-enhanced {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.value-icon-enhanced.teal {
    background: rgba(0, 150, 136, 0.1);
}

.value-icon-enhanced.orange {
    background: rgba(255, 112, 67, 0.1);
}

.value-icon-enhanced.green {
    background: rgba(76, 175, 80, 0.1);
}

.value-icon-enhanced.purple {
    background: rgba(156, 39, 176, 0.1);
}

.value-icon-enhanced i {
    font-size: 2rem;
}

.value-icon-enhanced.teal i { color: #00695c; }
.value-icon-enhanced.orange i { color: #ff7043; }
.value-icon-enhanced.green i { color: #4caf50; }
.value-icon-enhanced.purple i { color: #9c27b0; }

.value-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    font-weight: bold;
    color: rgba(0, 105, 92, 0.1);
    line-height: 1;
}

/* Enhanced Team Cards */
.team-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.team-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.team-image-wrapper {
    position: relative;
    display: inline-block;
}

.team-avatar-enhanced {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 105, 92, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.team-image-wrapper:hover .team-overlay {
    opacity: 1;
}

.team-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: white;
}

/* Timeline Styles */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #00695c, #ff7043);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 3rem 0;
    width: 50%;
}

.timeline-item.left {
    left: 0;
    padding-right: 3rem;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    padding-left: 3rem;
    text-align: left;
}

.timeline-content {
    background: rgba(255, 248, 225, 0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00695c;
    margin-bottom: 0.5rem;
}

.timeline-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.timeline-description {
    color: #666;
    line-height: 1.6;
}

.timeline-dot {
    position: absolute;
    top: 2rem;
    width: 20px;
    height: 20px;
    background: #ff7043;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline-item.left .timeline-dot {
    right: -13px;
}

.timeline-item.right .timeline-dot {
    left: -13px;
}

/* Contact Page Styles */
.contact-quick-stats {
    margin-top: 2rem;
}

.quick-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 248, 225, 0.8);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    font-weight: 500;
}

.quick-stat i {
    font-size: 1.2rem;
}

/* Enhanced Form Styles */
.contact-form-card {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.form-group-enhanced {
    position: relative;
    margin-bottom: 2rem;
}

.form-label-enhanced {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control-enhanced {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-control-enhanced:focus {
    border-color: #00695c;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
}

.form-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00695c;
    transition: width 0.3s ease;
}

.form-control-enhanced:focus + .form-focus-line {
    width: 100%;
}

.btn-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-enhanced:hover::before {
    left: 100%;
}

.btn-enhanced.btn-orange {
    background: #ff7043;
    color: white;
}

.btn-enhanced.btn-orange:hover {
    background: #ff5722;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 112, 67, 0.3);
    color: white;
}

.btn-enhanced.btn-outline-teal {
    background: transparent;
    color: #00695c;
    border: 2px solid #00695c;
}

.btn-enhanced.btn-outline-teal:hover {
    background: #00695c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 105, 92, 0.3);
}

/* Contact Info Sidebar */
.contact-info-card {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.2rem;
}

.contact-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.contact-value {
    color: #666;
    line-height: 1.4;
}

/* Business Hours */
.hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 105, 92, 0.1);
}

.day {
    font-weight: 500;
    color: #333;
}

.time {
    color: #666;
}

/* Social Links Enhanced */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link-enhanced {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 150, 136, 0.05);
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.social-link-enhanced:hover {
    background: rgba(0, 150, 136, 0.1);
    transform: translateX(5px);
    color: #00695c;
}

.social-link-enhanced i {
    font-size: 1.2rem;
    width: 20px;
}

/* FAQ Accordion */
.accordion-enhanced {
    border: none;
}

.accordion-item-enhanced {
    background: rgba(255, 248, 225, 0.8);
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.accordion-item-enhanced:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.accordion-button-enhanced {
    background: transparent;
    border: none;
    padding: 1.5rem 2rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-button-enhanced:hover {
    background: rgba(0, 150, 136, 0.05);
}

.accordion-button-enhanced::after {
    content: '+';
    position: absolute;
    right: 2rem;
    font-size: 1.5rem;
    color: #00695c;
    transition: transform 0.3s ease;
}

.accordion-button-enhanced:not(.collapsed)::after {
    transform: rotate(45deg);
}

.accordion-body-enhanced {
    padding: 0 2rem 1.5rem;
    color: #666;
    line-height: 1.6;
}

/* Services Page Styles */
.services-badges {
    margin-top: 2rem;
}

.service-badge {
    padding: 0.5rem 1.5rem;
    background: rgba(255, 248, 225, 0.9);
    border-radius: 25px;
    font-weight: 500;
    color: #333;
    backdrop-filter: blur(10px);
}

/* Main Service Cards Enhanced */
.main-service-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.main-service-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00695c, #ff7043, #4caf50);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-service-card-enhanced:hover::before {
    transform: scaleX(1);
}

.main-service-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-icon-large {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.service-icon-large.teal {
    background: rgba(0, 150, 136, 0.1);
}

.service-icon-large.orange {
    background: rgba(255, 112, 67, 0.1);
}

.service-icon-large.green {
    background: rgba(76, 175, 80, 0.1);
}

.service-icon-large i {
    font-size: 3rem;
}

.service-icon-large.teal i { color: #00695c; }
.service-icon-large.orange i { color: #ff7043; }
.service-icon-large.green i { color: #4caf50; }

.service-title-large {
    font-size: 1.8rem;
}

.service-description-large {
    font-size: 1.1rem;
    line-height: 1.6;
}

.service-features-list {
    list-style: none;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
}

/* Category Cards Enhanced */
.category-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.category-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-icon-enhanced {
    width: 80px;
    height: 80px;
    background: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon-enhanced i {
    font-size: 2.5rem;
    color: #00695c;
}

.category-highlight {
    background: #ff7043;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.category-title-large {
    font-size: 1.6rem;
}

.category-description-large {
    font-size: 1.1rem;
    line-height: 1.6;
}

.category-services-list {
    list-style: none;
    padding: 0;
}

.service-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
}

/* Pricing Section Enhanced */
.pricing-toggle {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.toggle-label {
    font-weight: 500;
    color: #333;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 30px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #00695c;
}

input:checked + .toggle-slider:before {
    transform: translateX(30px);
}

.discount-badge {
    background: #ff7043;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

/* Pricing Cards Enhanced */
.pricing-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.pricing-card-enhanced.popular-plan {
    border: 3px solid #ff7043;
    transform: scale(1.05);
}

.popular-badge-enhanced {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff7043, #ff5722);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
}

.plan-price {
    font-size: 3rem;
    font-weight: bold;
    color: #00695c;
}

.price-period {
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
}

.plan-features {
    list-style: none;
    padding: 0;
}

.pricing-guarantees {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.process-step {
    position: relative;
    margin: 4rem 0;
    display: flex;
    align-items: center;
}

.process-step.left {
    justify-content: flex-start;
}

.process-step.right {
    justify-content: flex-end;
}

.step-content {
    background: rgba(255, 248, 225, 0.9);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    position: relative;
    transition: all 0.3s ease;
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 2rem;
    background: #ff7043;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-icon i {
    font-size: 2rem;
    color: #00695c;
}

.step-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.step-description {
    color: #666;
    line-height: 1.6;
    text-align: center;
}

.step-connector {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00695c, #ff7043);
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Blog Page Styles */
.blog-search-bar {
    margin-top: 2rem;
}

.search-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 25px;
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: #00695c;
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #00695c;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: #004d40;
    transform: translateY(-50%) scale(1.05);
}

/* Featured Article */
.featured-article-card {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.featured-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.featured-image-wrapper {
    position: relative;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-article-card:hover .featured-image {
    transform: scale(1.05);
}

.featured-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.featured-badge {
    background: linear-gradient(45deg, #ff7043, #ff5722);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.category-badge {
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.category-badge.ai { background: #00695c; }
.category-badge.sustainability { background: #4caf50; }
.category-badge.partnerships { background: #ff7043; }
.category-badge.blockchain { background: #9c27b0; }
.category-badge.case-studies { background: #2196f3; }
.category-badge.industry-news { background: #f44336; }

.category-badge.teal { background: #00695c; }
.category-badge.green { background: #4caf50; }
.category-badge.orange { background: #ff7043; }
.category-badge.purple { background: #9c27b0; }
.category-badge.blue { background: #2196f3; }
.category-badge.red { background: #f44336; }

.read-time {
    color: #666;
    font-size: 0.9rem;
}

.featured-title {
    font-size: 2.2rem;
    line-height: 1.3;
}

.featured-excerpt {
    font-size: 1.1rem;
    line-height: 1.6;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details {
    flex: 1;
}

.author-name {
    font-weight: 600;
    color: #333;
}

.author-role {
    color: #666;
    font-size: 0.9rem;
}

.article-date {
    color: #666;
    font-size: 0.9rem;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.category-filter-card-enhanced {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    padding: 2rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-filter-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.category-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.category-icon-wrapper.teal { background: rgba(0, 150, 136, 0.1); }
.category-icon-wrapper.green { background: rgba(76, 175, 80, 0.1); }
.category-icon-wrapper.orange { background: rgba(255, 112, 67, 0.1); }
.category-icon-wrapper.purple { background: rgba(156, 39, 176, 0.1); }
.category-icon-wrapper.blue { background: rgba(33, 150, 243, 0.1); }
.category-icon-wrapper.red { background: rgba(244, 67, 54, 0.1); }

.category-icon-wrapper i {
    font-size: 2rem;
}

.category-icon-wrapper.teal i { color: #00695c; }
.category-icon-wrapper.green i { color: #4caf50; }
.category-icon-wrapper.orange i { color: #ff7043; }
.category-icon-wrapper.purple i { color: #9c27b0; }
.category-icon-wrapper.blue i { color: #2196f3; }
.category-icon-wrapper.red i { color: #f44336; }

.category-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.category-count {
    color: #666;
    font-size: 0.9rem;
}

/* Article Filters */
.article-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1.5rem;
    border: 2px solid rgba(0, 150, 136, 0.2);
    background: transparent;
    border-radius: 20px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #00695c;
    border-color: #00695c;
    color: white;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.article-card-enhanced {
    background: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.article-card-enhanced:hover {
    background: rgba(255, 248, 225, 1);
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.article-image-wrapper {
    position: relative;
    overflow: hidden;
}

.article-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card-enhanced:hover .article-image {
    transform: scale(1.05);
}

.article-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.article-content {
    padding: 1.5rem;
}

.article-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.article-title a:hover {
    color: #00695c !important;
}

.article-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.article-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info-mini {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.author-avatar-mini {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name-mini {
    font-size: 0.9rem;
    color: #666;
}

.read-more-link {
    color: #00695c;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #004d40;
    transform: translateX(5px);
}

/* Newsletter Enhanced */
.newsletter-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.newsletter-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00695c, #ff7043, #4caf50);
}

.newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
}

.newsletter-form-enhanced {
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.newsletter-privacy {
    font-size: 0.85rem;
    text-align: center;
}

/* Responsive Design Enhancements */
@media (max-width: 768px) {
    .hero-title-large {
        font-size: 2.5rem;
    }

    .hero-subtitle-large {
        font-size: 1.1rem;
    }

    .section-title-large {
        font-size: 2rem;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding: 0 1rem !important;
        text-align: center !important;
    }

    .timeline::before {
        left: 1rem;
    }

    .timeline-dot {
        left: 0.5rem !important;
    }

    .process-step {
        justify-content: center !important;
    }

    .step-content {
        max-width: 100%;
    }

    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .pricing-guarantees {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title-large {
        font-size: 2rem;
    }

    .hero-subtitle-large {
        font-size: 1rem;
    }

    .section-title-large {
        font-size: 1.75rem;
    }

    .featured-title {
        font-size: 1.6rem;
    }

    .service-title-large {
        font-size: 1.4rem;
    }

    .category-title-large {
        font-size: 1.3rem;
    }
}

/* Animation classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Loading animation */
@keyframes pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.pulse {
    animation: pulse 2s infinite;
}

/* Forgot Password Page Styles */
.forgot-password-page-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.forgot-password-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f1a4 0%, #d4e157 25%, #aed581 50%, #81c784 75%, #66bb6a 100%);
    z-index: -1;
}

.forgot-password-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.forgot-password-card-enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.forgot-password-title {
    font-size: 2rem;
    color: #2c3e50;
}

.forgot-password-subtitle {
    font-size: 1.1rem;
    color: #5a6c7d;
}

.success-message-card {
    background: rgba(76, 175, 80, 0.1);
    border: 2px solid rgba(76, 175, 80, 0.3);
    animation: slideInDown 0.5s ease;
}

.success-title {
    color: #2e7d32;
}

.success-text {
    color: #388e3c;
}

.help-section {
    margin-top: 2rem;
}

.help-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 150, 136, 0.2);
}

.help-title {
    color: #00695c;
}

.help-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.back-to-login-link {
    color: #00695c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-to-login-link:hover {
    color: #004d40;
    text-decoration: underline;
}

.security-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(76, 175, 80, 0.2);
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for forgot password */
@media (max-width: 768px) {
    .forgot-password-title {
        font-size: 1.75rem;
    }

    .forgot-password-subtitle {
        font-size: 1rem;
    }

    .help-item {
        font-size: 0.85rem;
    }
}

/* AI Matching Page Styles */
.role-display-card {
    background: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.feature-badge {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0.25rem;
    display: inline-block;
}

.search-filter-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.filter-group {
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 248, 225, 0.5);
    height: 100%;
}

.filter-label {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.filter-number {
    color: #ff7043;
    font-weight: bold;
    margin-right: 0.5rem;
}

.form-check-enhanced {
    margin-bottom: 0.5rem;
}

.form-check-enhanced .form-check-input {
    border-radius: 4px;
    border: 2px solid #ddd;
    margin-top: 0.125rem;
}

.form-check-enhanced .form-check-input:checked {
    background-color: #ff7043;
    border-color: #ff7043;
}

.form-select-enhanced {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem;
    background: white;
    transition: all 0.3s ease;
}

.form-select-enhanced:focus {
    border-color: #ff7043;
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.25);
}

.form-control-enhanced {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.form-control-enhanced:focus {
    border-color: #ff7043;
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.25);
}

.budget-range input {
    margin-bottom: 0.5rem;
}

.match-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.match-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.match-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.match-avatar {
    position: relative;
}

.avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: white;
    border-radius: 50%;
    padding: 2px;
}

.match-info {
    flex: 1;
}

.match-name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.25rem;
}

.match-type {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
}

.type-investor {
    background: rgba(255, 112, 67, 0.1);
    color: #ff7043;
}

.type-ngo {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.type-private-company {
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
}

.type-public-institution {
    background: rgba(103, 58, 183, 0.1);
    color: #673ab7;
}

.percentage-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.percentage-text {
    position: absolute;
    font-weight: bold;
    font-size: 0.9rem;
    color: #ff7043;
}

.match-details {
    margin-bottom: 1.5rem;
}

.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #666;
}

.detail-item i {
    margin-right: 0.5rem;
    width: 16px;
}

.sdg-alignment {
    margin-bottom: 1.5rem;
}

.sdg-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.75rem;
}

.sdg-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sdg-badge {
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.sdg-badge-large {
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0.25rem;
    display: inline-block;
}

.match-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.interaction-table-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.table-enhanced {
    margin-bottom: 0;
}

.table-enhanced th {
    background: rgba(255, 248, 225, 0.8);
    border: none;
    font-weight: 600;
    color: #333;
    padding: 1rem;
}

.table-enhanced td {
    border: none;
    padding: 1rem;
    vertical-align: middle;
}

.table-enhanced tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table-enhanced tbody tr:hover {
    background: rgba(255, 248, 225, 0.3);
}

.partner-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.partner-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.partner-name {
    font-weight: 600;
    color: #333;
}

.partner-location {
    font-size: 0.85rem;
    color: #666;
}

.type-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.match-score {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.score-value {
    font-weight: 600;
    color: #ff7043;
    min-width: 40px;
}

.score-bar {
    width: 60px;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.score-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff7043, #ff5722);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-pending {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.status-success {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.status-info {
    background: rgba(33, 150, 243, 0.1);
    color: #2196f3;
}

.status-primary {
    background: rgba(103, 58, 183, 0.1);
    color: #673ab7;
}

.action-buttons {
    display: flex;
    gap: 0.25rem;
}

.role-features-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.role-features-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.role-icon {
    text-align: center;
}

.role-icon i {
    font-size: 3rem;
}

.role-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

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

.feature-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.feature-list li:last-child {
    border-bottom: none;
}

.startup-card {
    border-left: 4px solid #ff7043;
}

.ngo-card {
    border-left: 4px solid #4caf50;
}

.company-card {
    border-left: 4px solid #00695c;
}

/* Modal Enhancements */
.modal-content-enhanced {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-header-enhanced {
    background: rgba(255, 248, 225, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-body-enhanced {
    padding: 2rem;
}

.modal-footer-enhanced {
    background: rgba(255, 248, 225, 0.8);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-close-enhanced {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
}

.details-section {
    margin-bottom: 1.5rem;
}

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

.project-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-list li:last-child {
    border-bottom: none;
}

.feedback-item {
    background: rgba(255, 248, 225, 0.5);
    padding: 1rem;
    border-radius: 8px;
}

.feedback-rating {
    margin-bottom: 0.5rem;
}

.feedback-text {
    font-style: italic;
    color: #666;
    margin: 0;
}

.sdg-alignment-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .match-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .match-actions {
        justify-content: center;
    }

    .filter-group {
        margin-bottom: 1rem;
    }

    .action-buttons {
        justify-content: center;
    }

    .partner-info {
        flex-direction: column;
        text-align: center;
    }

    .match-score {
        justify-content: center;
    }
}

/* Thank You Page Styles */
.thank-you-page-section {
    min-height: 100vh;
    position: relative;
}

.thank-you-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f1a4 0%, #d4e157 25%, #aed581 50%, #81c784 75%, #66bb6a 100%);
    z-index: -1;
}

.thank-you-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.success-icon-large i {
    font-size: 5rem;
}

.thank-you-title {
    font-size: 2.2rem;
}

.email-info-card {
    background: rgba(0, 150, 136, 0.1);
    border: 1px solid rgba(0, 150, 136, 0.2);
}

.email-icon i {
    font-size: 2.5rem;
}

.steps-list {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number {
    width: 30px;
    height: 30px;
    background: #ff7043;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.step-description {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* OTP Verification Page Styles */
.otp-verification-page-section {
    min-height: 100vh;
    position: relative;
}

.otp-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f1a4 0%, #d4e157 25%, #aed581 50%, #81c784 75%, #66bb6a 100%);
    z-index: -1;
}

.otp-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.email-display-card {
    background: rgba(0, 150, 136, 0.1);
    border: 1px solid rgba(0, 150, 136, 0.2);
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin: 0 auto;
}

.otp-input {
    width: 50px;
    height: 60px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.otp-input:focus {
    outline: none;
    border-color: #ff7043;
    box-shadow: 0 0 0 3px rgba(255, 112, 67, 0.1);
    background: white;
}

.otp-input:valid {
    border-color: #4caf50;
}

.btn-link-enhanced {
    background: none;
    border: none;
    color: #00695c;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-link-enhanced:hover {
    background: rgba(0, 150, 136, 0.1);
    color: #004d40;
}

.tips-list {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.tip-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.security-card {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .otp-inputs {
        gap: 0.5rem;
    }

    .otp-input {
        width: 40px;
        height: 50px;
        font-size: 1.25rem;
    }

    .thank-you-title {
        font-size: 1.8rem;
    }

    .success-icon-large i {
        font-size: 4rem;
    }
}

/* Registration Page Styles */
.register-page-section {
    min-height: 100vh;
    position: relative;
    padding: 2rem 0;
}

.register-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f4f1a4 0%, #d4e157 25%, #aed581 50%, #81c784 75%, #66bb6a 100%);
    z-index: -1;
}

.register-particles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

.register-card-enhanced {
    background: rgba(255, 248, 225, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.register-header {
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
    padding-bottom: 2rem;
}

.register-logo h1 {
    background: linear-gradient(135deg, #00695c, #4caf50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.register-title {
    font-size: 2rem;
    color: #2c3e50;
}

.register-subtitle {
    font-size: 1.1rem;
    color: #546e7a;
}

/* Progress Steps */
.progress-steps {
    margin: 2rem 0;
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 150, 136, 0.1);
    color: #00695c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 150, 136, 0.2);
}

.step.active .step-number {
    background: #00695c;
    color: white;
    border-color: #00695c;
    transform: scale(1.1);
}

.step-label {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #546e7a;
    font-weight: 500;
}

.step.active .step-label {
    color: #00695c;
    font-weight: bold;
}

.step-line {
    flex: 1;
    height: 2px;
    background: rgba(0, 150, 136, 0.2);
    margin: 0 1rem;
    position: relative;
    top: -25px;
}

/* Form Steps */
.form-step {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.form-step.active {
    display: block;
}

.step-header {
    text-align: center;
    margin-bottom: 2rem;
}

.step-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.step-description {
    color: #546e7a;
    font-size: 1rem;
}

/* Enhanced Form Controls */
.form-group-enhanced {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-label-enhanced {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #00695c;
    font-size: 1.1rem;
    z-index: 2;
}

.form-control-enhanced {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-control-enhanced:focus {
    border-color: #00695c;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
}

.form-control-enhanced.is-invalid {
    border-color: #e74c3c;
}

.form-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00695c;
    transition: width 0.3s ease;
}

.input-wrapper.focused .form-focus-line {
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #00695c;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 5px;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #004d40;
}

.invalid-feedback-enhanced {
    display: block;
    color: #e74c3c;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Textarea Specific */
textarea.form-control-enhanced {
    resize: vertical;
    min-height: 120px;
}

/* Select Specific */
select.form-control-enhanced {
    cursor: pointer;
}

/* Checkbox Enhanced */
.form-check-enhanced {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-check-input-enhanced {
    width: 20px;
    height: 20px;
    border: 2px solid #00695c;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
}

.form-check-input-enhanced:checked {
    background: #00695c;
    border-color: #00695c;
}

.form-check-label-enhanced {
    color: #2c3e50;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
}

.privacy-policy-link {
    color: #00695c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.privacy-policy-link:hover {
    color: #004d40;
    text-decoration: underline;
}

/* Step Actions */
.step-actions {
    border-top: 1px solid rgba(0, 150, 136, 0.1);
    padding-top: 2rem;
}

/* OTP Styles */
.otp-container {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.otp-inputs {
    display: flex;
    gap: 1rem;
}

.otp-input {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 12px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    outline: none;
}

.otp-input:focus {
    border-color: #00695c;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
    transform: scale(1.05);
}

.otp-info {
    background: rgba(0, 150, 136, 0.1);
    padding: 1rem;
    border-radius: 8px;
    display: inline-block;
}

.otp-actions {
    margin: 2rem 0;
}

.btn-link-enhanced {
    background: none;
    border: none;
    color: #00695c;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.btn-link-enhanced:hover {
    color: #004d40;
    text-decoration: underline;
}

.resend-timer {
    font-size: 0.9rem;
}

/* Enhanced Buttons */
.btn-enhanced {
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-enhanced:hover::before {
    left: 100%;
}

.btn-orange {
    background: linear-gradient(135deg, #ff7043, #ff5722);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
}

.btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 112, 67, 0.4);
    color: white;
}

.btn-outline-teal {
    background: transparent;
    color: #00695c;
    border: 2px solid #00695c;
}

.btn-outline-teal:hover {
    background: #00695c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 105, 92, 0.3);
}

/* Sign In Link */
.signin-link {
    border-top: 1px solid rgba(0, 150, 136, 0.1);
    padding-top: 1.5rem;
}

.signin-link-enhanced {
    color: #00695c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.signin-link-enhanced:hover {
    color: #004d40;
    text-decoration: underline;
}

/* Modal Enhancements */
.modal-content-enhanced {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 248, 225, 0.98);
    backdrop-filter: blur(20px);
}

.modal-header-enhanced {
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
    padding: 1.5rem;
}

.modal-body-enhanced {
    padding: 2rem;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-footer-enhanced {
    border-top: 1px solid rgba(0, 150, 136, 0.1);
    padding: 1.5rem;
}

.btn-close-enhanced {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #00695c;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.btn-close-enhanced:hover {
    opacity: 1;
}

.policy-content {
    line-height: 1.6;
}

.policy-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.policy-content ul {
    padding-left: 1.5rem;
}

.policy-content li {
    margin-bottom: 0.5rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-10px) rotate(1deg);
    }
    66% {
        transform: translateY(5px) rotate(-1deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .register-card-enhanced {
        margin: 1rem;
        padding: 2rem !important;
    }

    .step-indicator {
        flex-direction: column;
        gap: 1rem;
    }

    .step-line {
        width: 2px;
        height: 30px;
        margin: 0;
        top: 0;
    }

    .otp-inputs {
        gap: 0.5rem;
    }

    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .register-title {
        font-size: 1.5rem;
    }

    .step-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .register-card-enhanced {
        padding: 1.5rem !important;
    }

    .step-actions .row {
        gap: 0.5rem;
    }

    .btn-enhanced {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* Additional Pages Styles */

/* About Page */
.about-hero-section {
    padding: 4rem 0;
}

.mission-section {
    padding: 4rem 0;
}

.mission-card {
    background-color: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mission-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-3px);
}

.mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
}

.mission-icon i {
    font-size: 2.5rem;
    color: #00695c;
}

.values-section {
    padding: 4rem 0;
}

.value-card {
    background-color: rgba(255, 248, 225, 0.7);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.value-card:hover {
    background-color: rgba(255, 248, 225, 0.9);
    transform: translateY(-3px);
}

.value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
}

.value-icon i {
    font-size: 1.8rem;
    color: #00695c;
}

.team-section {
    padding: 4rem 0;
}

.team-card {
    background-color: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.team-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
}

.team-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.text-teal {
    color: #00695c !important;
}

/* Contact Page */
.contact-hero-section {
    padding: 4rem 0;
}

.contact-form-section {
    padding: 4rem 0;
}

.contact-form-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.form-control,
.form-select {
    border: 2px solid rgba(0, 150, 136, 0.2);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #00695c;
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.25);
}

.contact-info-section {
    padding: 4rem 0;
}

.contact-info-card {
    background-color: rgba(255, 248, 225, 0.7);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-card:hover {
    background-color: rgba(255, 248, 225, 0.9);
    transform: translateY(-3px);
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
}

.contact-info-icon i {
    font-size: 1.5rem;
    color: #00695c;
}

/* Services Page */
.services-hero-section {
    padding: 4rem 0;
}

.main-services-section {
    padding: 4rem 0;
}

.main-service-card {
    background-color: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.main-service-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
}

.main-service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
}

.main-service-icon i {
    font-size: 2.5rem;
    color: #00695c;
}

.service-categories-section {
    padding: 4rem 0;
}

.category-card {
    background-color: rgba(255, 248, 225, 0.7);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.category-card:hover {
    background-color: rgba(255, 248, 225, 0.9);
    transform: translateY(-3px);
}

.category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
}

.category-icon i {
    font-size: 1.8rem;
    color: #00695c;
}

.pricing-section {
    padding: 4rem 0;
}

.pricing-card {
    background-color: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pricing-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
}

.pricing-card.popular {
    border: 3px solid #ff7043;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff7043;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.pricing-price {
    font-size: 2.5rem;
}

.pricing-period {
    font-size: 1rem;
    font-weight: normal;
}

.btn-outline-orange {
    border: 2px solid #ff7043;
    color: #ff7043;
    background-color: transparent;
}

.btn-outline-orange:hover {
    background-color: #ff7043;
    border-color: #ff7043;
    color: white;
}

/* Blog Page */
.blog-hero-section {
    padding: 4rem 0;
}

.featured-post-section {
    padding: 4rem 0;
}

.featured-post-card {
    background-color: rgba(255, 248, 225, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.featured-post-card:hover {
    transform: translateY(-5px);
}

.featured-post-image {
    height: 300px;
    object-fit: cover;
}

.bg-orange {
    background-color: #ff7043 !important;
}

.blog-categories-section {
    padding: 4rem 0;
}

.category-filter-card {
    background-color: rgba(255, 248, 225, 0.7);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.category-filter-card:hover {
    background-color: rgba(255, 248, 225, 0.9);
    transform: translateY(-3px);
}

.category-filter-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 150, 136, 0.1);
    border-radius: 50%;
}

.category-filter-icon i {
    font-size: 1.5rem;
    color: #00695c;
}

.blog-posts-section {
    padding: 4rem 0;
}

.blog-post-card {
    background-color: rgba(255, 248, 225, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-post-card:hover {
    background-color: rgba(255, 248, 225, 1);
    transform: translateY(-5px);
}

.blog-post-image {
    height: 200px;
    object-fit: cover
