body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f4f8;
    overflow-x: hidden;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #000428, #004e92);
}
.header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/api/placeholder/1200/600') center/cover no-repeat;
    height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 20px;
}
 .header img {
    width: 150px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
}
.header h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.7),
    0 0 40px rgba(0, 123, 255, 0.7);
    animation: glow 2s ease-in-out infinite alternate;
}
 .header h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
@keyframes glow {
    from {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.7),
        0 0 20px rgba(0, 123, 255, 0.7);
}
    to {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.9),
        0 0 30px rgba(0, 123, 255, 0.9),
        0 0 40px rgba(0, 123, 255, 0.7);
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.history {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.history h1 {
    color: #0c4a6e;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.history p {
    line-height: 1.7;
    color: #333;
}
.c {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.c > div {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    text-align: center;
    color: #0c4a6e;
    font-weight: 600;
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}
.c > div:hover {
    transform: translateY(-5px);
}
.c > div p {
    margin-top: 15px;
    color: #333;
    font-weight: normal;
    font-size: 1rem;
}
nav {
    transition: all 0.3s ease;
}
-nav.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.stat-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 250px;
    text-align: center;
}
.stat-card i {
    font-size: 2.5rem;
    color: #0c4a6e;
    margin-bottom: 15px;
}
.stat-card h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #0c4a6e;
}
.stat-card p {
    color: #555;
    font-size: 1rem;
}
.nav-active {
    color: #0369a1;
    font-weight: 600;
}
        /* Footer styling */
footer {
    background: linear-gradient(to right, #000428, #004e92);
    color: white !important;
    padding: 30px 0;
}

footer p {
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 5px 0;
}

footer img.logo {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-bottom: 16px;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(255, 0, 255, 0.5));
    transition: transform 0.3s ease, filter 0.3s ease;
}


                      /* By tool */
.header img {
	/* Font & Text */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	text-decoration: none solid rgb(255, 255, 255);
	text-align: center;
	text-indent: 0px;
	text-transform: none;
	vertical-align: middle;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(255, 255, 255);

	/* Box */
	height: 151.5px;
	width: 150px;
	border: 0px solid rgb(229, 231, 235);
	border-top: 0px solid rgb(229, 231, 235);
	border-right: 0px solid rgb(229, 231, 235);
	border-bottom: 0px solid rgb(229, 231, 235);
	border-left: 0px solid rgb(229, 231, 235);
	margin: 0px 0px 20px;
	padding: 0px;
	max-height: none;
	min-height: auto;
	max-width: 100%;
	min-width: auto;

	/* Positioning */
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	display: block;
	clear: none;
	z-index: auto;

	/* List */
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;

	/* Table */
	border-collapse: separate;
	border-spacing: 0px 0px;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;

	/* Miscellaneous */
	overflow: clip;
	cursor: auto;
	visibility: visible;

	/* Effects */
	transform: none;
	transition: all;
	outline-offset: 0px;
	box-sizing: border-box;
	resize: none;
	text-shadow: none;
	text-overflow: clip;
	word-wrap: normal;
	box-shadow: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/* Navigation Bar Styling */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

nav.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

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

nav .text-blue-900 {
    font-family: 'Arial', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin: 0 15px;
    position: relative;
}

nav ul li a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
    padding: 8px 0;
    position: relative;
}

nav ul li a:hover {
    color: #3b82f6;
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3b82f6;
    transition: width 0.3s ease;
}

nav ul li a:hover::after {
    width: 100%;
}

nav ul li.Home a {
    color: #3b82f6;
}

nav ul li.Home a::after {
    width: 100%;
}

/* Mobile menu button (add to your HTML if needed) */
.mobile-menu-button {
    display: none;
    cursor: pointer;
}

/* Responsive design */
@media (max-width: 768px) {
    nav ul {
        display: none;
    }
    
    .mobile-menu-button {
        display: block;
    }
    
    /* Mobile menu when active */
    nav ul.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 20px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    nav ul.active li {
        margin: 10px 0;
        text-align: center;
    }
}