* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif;
}

body {
    line-height: 1.6;
    color: #e0e7ff;
    background: #080b1a;
    overflow-x: hidden;
}

.navbar {
    background: rgba(13, 17, 39, 0.8);
    backdrop-filter: blur(10px);
    padding: 1rem 5%;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 20px rgba(99, 102, 241, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    border-bottom: 1px solid rgba(99, 102, 241, 0.2);
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, #60a5fa, #818cf8);
    background-clip: text;
    background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #e0e7ff;
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0;
}

.page-header {
    background: radial-gradient(circle at top right, #1e1b4b, #080b1a);
    padding: 10rem 5% 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #60a5fa, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline {
    padding: 4rem 5%;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #6d5fff, transparent);
}

.timeline-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.timeline-content {
    background: rgba(15, 23, 42, 0.8);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.2);
    backdrop-filter: blur(10px);
    width: 45%;
    margin: 0 2%;
    position: relative;
}

.timeline-content h3 {
    color: #7a88ff;
    margin-bottom: 1rem;
}

.timeline-content::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #4f46e5;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-left {
    text-align: right;
}

.timeline-right {
    margin-left: auto;
}

.timeline-left::before {
    right: -42px;
}

.timeline-right::before {
    left: -42px;
}

.team-section {
    padding: 4rem 5%;
    background: #0f172a;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background: rgba(15, 23, 42, 0.8);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(99, 102, 241, 0.2);
    backdrop-filter: blur(10px);
    transition: transform 0.3s;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: linear-gradient(45deg, #4f46e5, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.stats-section {
    padding: 4rem 5%;
    background: radial-gradient(circle at center, #1e1b4b, #080b1a);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(45deg, #60a5fa, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    background: #0f172a;
    color: #e0e7ff;
    padding: 2rem 5%;
    text-align: center;
    border-top: 1px solid rgba(99, 102, 241, 0.2);
}
.pravu:hover{
    transform: translateY(5px);
    box-shadow: 0 0 20px rgba(112, 122, 255, 0.493);
}
.Gayatri:hover{
    transform: translateY(5px);
    box-shadow: 0 0 20px rgba(112, 122, 255, 0.493);
}