        .directory-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.pexels.com/photos/6549358/pexels-photo-6549358.jpeg?_gl=1*92168f*_ga*MTg3MDQ4OTk1Ny4xNzY0ODY0NTQz*_ga_8JE65Q40S6*czE3NjQ4NzA4MzMkbzIkZzEkdDE3NjQ4NzEwNzEkajU5JGwwJGgw') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

.seal-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.pexels.com/photos/7648306/pexels-photo-7648306.jpeg?_gl=1*l2rfq0*_ga*MTg3MDQ4OTk1Ny4xNzY0ODY0NTQz*_ga_8JE65Q40S6*czE3NjQ4NjQ1NDMkbzEkZzEkdDE3NjQ4NjQ2MTMkajU5JGwwJGgw') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

.summit-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

.report-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.unsplash.com/photo-1553877522-43269d4ea984?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

.training-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

.lab-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

.carbon-dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.unsplash.com/photo-1611273426858-450d8e3c9fce?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }


/* Dashboard Page Specific Styles - UPDATED to match about.php width */
        .dashboard-hero {
            background: 
                linear-gradient(135deg, rgba(0, 51, 160, 0.85) 0%, rgba(0, 72, 208, 0.85) 50%, rgba(0, 163, 108, 0.85) 100%),
                url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center;
            background-size: cover;
            color: var(--white);
            padding: 140px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .dashboard-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                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%);
            pointer-events: none;
        }

        .dashboard-hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .dashboard-hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            color: var(--white);
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
        }

        .dashboard-hero-title {
            font-size: 3.2rem;
            font-weight: 800;
            margin-bottom: 20px;
            line-height: 1.1;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            color: var(--white);
        }

        .dashboard-hero-subtitle {
            font-size: 1.4rem;
            margin-bottom: 40px;
            opacity: 0.95;
            line-height: 1.6;
            color: var(--white);
        }

        .dashboard-hero-cta {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        /* Dashboard Content Sections - UPDATED to use proper container */
        .dashboard-section {
            padding: 80px 0;
        }

        .dashboard-section.dark {
            background: linear-gradient(135deg, #f8faff 0%, #f0f9f5 100%);
        }

		/* 60/40 Two Column Layout */
		.two-column-section-60-40 {
			display: grid;
			grid-template-columns: 60% 40%;
			gap: 60px;
			align-items: start;
		}

		.column-left-60,
		.column-right-40 {
			width: 100%;
		}

		/* Left Side - Simple Content (No Box/Shadow) */
		.why-indispensable-simple {
			background: transparent;
			padding: 0;
			box-shadow: none;
			border: none;
			margin-bottom: 0;
		}

		.why-indispensable-simple .why-title {
			font-size: 1.8rem;
			font-weight: 700;
			margin-bottom: 25px;
			color: var(--primary-blue);
			display: flex;
			align-items: center;
			gap: 15px;
		}

		.why-indispensable-simple .why-title i {
			color: var(--primary-green);
			font-size: 1.5rem;
		}

		.why-indispensable-simple .why-content {
			font-size: 1.1rem;
			line-height: 1.8;
    color: var(--text-light);
		}

		.why-indispensable-simple .why-content p {
			margin-bottom: 20px;
		}

		.why-indispensable-simple .why-content p:last-child {
			margin-bottom: 0;
		}

		/* Right Side - Image Container */
		.dashboard-image-container {
			position: relative;
			border-radius: 12px;
			overflow: hidden;
			box-shadow: 0 20px 50px rgba(0, 51, 160, 0.15);
			border: 1px solid rgba(0, 51, 160, 0.1);
			transition: transform 0.3s ease;
		}

		.dashboard-image-container:hover {
			transform: translateY(-5px);
			box-shadow: 0 25px 60px rgba(0, 51, 160, 0.2);
		}

		.dashboard-image {
			width: 100%;
			height: 350px;
			object-fit: cover;
			display: block;
			transition: transform 0.5s ease;
		}

		.dashboard-image-container:hover .dashboard-image {
			transform: scale(1.05);
		}

		.image-overlay {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			background: linear-gradient(to top, rgba(0, 51, 160, 0.9), transparent);
			padding: 30px;
			color: var(--white);
		}

		.overlay-content {
			display: flex;
			flex-direction: column;
			gap: 10px;
		}

		.overlay-content i {
			font-size: 1.8rem;
			margin-bottom: 5px;
			color: var(--primary-green);
		}

		.overlay-content h4 {
			font-size: 1.3rem;
			font-weight: 600;
			margin: 0;
			color: var(--white);
		}

		.overlay-content p {
			font-size: 0.95rem;
			margin: 0;
			opacity: 0.9;
			color: var(--white);
		}

		/* Responsive Design */
		@media (max-width: 992px) {
			.two-column-section-60-40 {
				grid-template-columns: 1fr;
				gap: 40px;
			}

			.dashboard-image {
				height: 300px;
			}
		}

		@media (max-width: 768px) {
			.two-column-section-60-40 {
				gap: 30px;
			}

			.dashboard-image {
				height: 250px;
			}

			.image-overlay {
				padding: 20px;
			}

			.why-indispensable-simple .why-title {
				font-size: 1.6rem;
			}

			.why-indispensable-simple .why-content {
				font-size: 1rem;
			}
		}

		@media (max-width: 576px) {
			.dashboard-image {
				height: 200px;
			}

			.overlay-content h4 {
				font-size: 1.1rem;
			}

			.overlay-content p {
				font-size: 0.85rem;
			}
		}

        /* Key Features Section */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 0px;
        }

        .feature-card {
            background: var(--white);
            border-radius: 12px;
            padding: 35px 30px;
            border: 1px solid rgba(0, 51, 160, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
			text-align: center;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0, 51, 160, 0.12);
            border-color: var(--primary-blue);
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-blue), var(--primary-green));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        .feature-card:hover::before {
            transform: scaleX(1);
        }

		.feature-icon {
			width: 60px;
			height: 60px;
			background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
			border-radius: 12px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0 auto 25px; /* Changed from margin-bottom to margin: 0 auto 25px */
			color: var(--white);
			font-size: 1.5rem;
			transition: transform 0.3s ease;
		}

        .feature-card:hover .feature-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .feature-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--primary-blue);
            line-height: 1.3;
        }

        .feature-description {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.6;
            margin-bottom: 0;
        }

        .feature-title-heading {
            font-size: 2.3rem;
            font-weight: 700;
            margin-bottom: 25px;
            color: var(--primary-blue);
            line-height: 1.3;
			text-align: center;
        }

        .feature-description-heading {
            font-size: 1.2rem;
            color: var(--text-light);
            line-height: 1.6;
            margin-bottom: 25px;
			text-align: center;
        }

        /* Designed for Section */
        .designed-for-section {
            padding: 10px;
            margin-bottom: 0px;
        }

        .audience-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .audience-card {
            background: linear-gradient(135deg, rgba(0, 51, 160, 0.03), rgba(0, 163, 108, 0.03));
            border-radius: 12px;
            padding: 30px;
            border-left: 4px solid var(--primary-green);
            transition: var(--transition);
        }

        .audience-card:hover {
            transform: translateX(5px);
            background: linear-gradient(135deg, rgba(0, 51, 160, 0.06), rgba(0, 163, 108, 0.06));
        }

        .audience-card h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--primary-blue);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .audience-card h4 i {
            color: var(--primary-green);
        }

        .audience-card p {
            font-size: 1rem;
            color: var(--text-light);
            line-height: 1.6;
            margin-bottom: 0;
        }

		/* Full Width Section Styles */
		.full-width-section {
			padding: 0 !important;
			margin: 0 !important;
		}

		.full-width-section .access-security-section {
			background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
			color: var(--white);
			padding: 50px 0;
			text-align: center;
			position: relative;
			overflow: hidden;
			width: 100%;
		}

		.full-width-section .access-security-section::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: 
				radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
				radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
			pointer-events: none;
		}

		.full-width-section .access-content {
			position: relative;
			z-index: 2;
		}

		.full-width-section .access-icon {
			width: 80px;
			height: 80px;
			background: rgba(255, 255, 255, 0.15);
			border-radius: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0 auto 30px;
			color: var(--white);
			font-size: 2rem;
			backdrop-filter: blur(10px);
			border: 1px solid rgba(255, 255, 255, 0.2);
		}

		.full-width-section .access-security-section h3 {
			font-size: 2rem;
			font-weight: 700;
			margin-bottom: 20px;
			color: var(--white);
			text-align: center;
		}

		.full-width-section .access-security-section p {
			font-size: 1.2rem;
			opacity: 0.95;
			line-height: 1.7;
			color: var(--white);
			max-width: 800px;
			margin: 0 auto;
			text-align: center;
		}

		/* Responsive Design for Full Width Section */
		@media (max-width: 768px) {
			.full-width-section .access-security-section {
				padding: 40px 0;
			}

			.full-width-section .access-security-section h3 {
				font-size: 1.8rem;
			}

			.full-width-section .access-security-section p {
				font-size: 1.1rem;
				padding: 0 20px;
			}
		}

		@media (max-width: 576px) {
			.full-width-section .access-security-section {
				padding: 30px 0;
			}

			.full-width-section .access-security-section h3 {
				font-size: 1.6rem;
			}

			.full-width-section .access-security-section p {
				font-size: 1rem;
			}

			.full-width-section .access-icon {
				width: 70px;
				height: 70px;
				font-size: 1.8rem;
			}
		}

        /* Final CTA Section */
        .final-cta-section {
            text-align: center;
            padding: 0px 0;
        }

        .final-cta-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: var(--primary-blue);
            line-height: 1.2;
        }

        .final-cta-subtitle {
            font-size: 1.2rem;
            color: var(--text-light);
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .final-cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* Highlight box */
        .highlight-box {
            background: linear-gradient(135deg, rgba(0, 51, 160, 0.05), rgba(0, 163, 108, 0.05));
            border-left: 4px solid var(--primary-green);
            padding: 25px;
            border-radius: 0 12px 12px 0;
            margin: 30px 0;
        }

        .highlight-box p {
            margin-bottom: 0;
            font-style: italic;
            color: var(--text-dark);
            font-size: 1.1rem;
            line-height: 1.7;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .dashboard-hero-title {
                font-size: 2.8rem;
            }
            
            .dashboard-hero-subtitle {
                font-size: 1.2rem;
            }
            
            .two-column-section {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .features-grid {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            }
            
            .audience-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .dashboard-hero {
                padding: 120px 0 60px;
            }
            
            .dashboard-hero-title {
                font-size: 2.3rem;
            }
            
            .dashboard-hero-subtitle {
                font-size: 1.1rem;
            }
            
            .dashboard-section {
                padding: 60px 0;
            }
            
            .dashboard-hero-cta,
            .final-cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .dashboard-hero-cta .btn,
            .final-cta-buttons .btn {
                width: 100%;
                max-width: 300px;
                text-align: center;
            }
            
            .why-indispensable,
            .designed-for-section,
            .access-security-section {
                padding: 30px;
            }
            
            .features-grid,
            .audience-grid {
                grid-template-columns: 1fr;
            }
            
            .dashboard-image {
                height: 300px;
            }
        }

        @media (max-width: 576px) {
            .dashboard-hero-title {
                font-size: 2rem;
            }
            
            .feature-card {
                padding: 25px 20px;
            }
            
            .final-cta-title {
                font-size: 2rem;
            }
            
            .final-cta-subtitle {
                font-size: 1.1rem;
            }
            
            .dashboard-image {
                height: 250px;
            }
        }