/* Global Reset and Variables */
:root {
    /* Color Palette */
    --primary-color: white;
    --secondary-color: #2ecc71;
    --background-light: #f4f6f7;
    --background-dark: #f1f2f6;
    --text-color: white;
    --text-muted: #7f8c8d;
    --border-color: #e0e4e8;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: 'Segoe UI', sans-serif !important;
    color: var(--text-color);
    background-color: var(--background-light);
    background-image: url(about_hero_bg.jpeg);
}
.btn{
    text-decoration: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;   
    margin-right: 200px;
    text-decoration: none !important;
        font-family: 'Segoe UI', sans-serif;    
}
#idp{
    font-size: 25px;
}
#teamid{
    font-size: 44px;
}
#myadmin{
    margin: 100px;
}
#mustuse{
    background-image: url(about_hero_bg.jpeg);
    padding-left: 100px;
}
.conntainer h1{
    color: #171717 !important;
}
#myhr{
    height: 10px;
    background-color: black;
    border:2px solid black;
}
.container p{
    font-size: 30px;
    font-family: Arial;
    color: #171717;
    font-weight: bolder;
}
#first{
    height: 120px;
    padding-right: 190px;
}
/* Header Styles */
header {
    background-color: var(--white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo a {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    margin-left: 80px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav ul li a {
    text-decoration: none;
    color: var(--text-color);
    transition: color 0.3s ease;
    font-size: 23px;
    padding-left: 20px;
    padding-right: 20px;
}

nav ul li a.active {
    color: var(--primary-color);
    font-weight: 600;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-buttons button,
.header-buttons a {
    background: none;
    border: none;
    cursor: pointer;
}
.sujal{
    padding-left: 470px;
}
#myone{
    width: 250px;
}
.mobile-menu,
.mobile-only {
    display: none;
}

/* Page Header */
.page-header {
    background-color: var(--background-dark);
    padding: 50px 0;
    text-align: center;
   background-color: #2C3930;
    
}
#shreyas3{
    width: 1000px;
    gap:50px;
    height: 330px;
    display: flex;
}
.shreyas{
    margin-left: 100px;
}
.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}


.page-header p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-muted);
}

/* Team Page */
.team-page {
    padding: 50px 0;
    background-color: #151515;
}

.team-filter {
    margin-bottom: 30px;
}

.team-filter .tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.team-filter .tab {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.team-filter .tab.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.team-card {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-image {
    height: 250px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-info {
    margin: 10px;
    text-align: center;
    font-size:3px;
}

.team-info h3 {
    color: black;
    font-size: 25px;
}

.team-position {
    color: var(--text-muted);
    margin-bottom: 0px;
}
.logo {
    background-image: url(logo.png);
    width: 80px;
    height: 80px;
    margin-left: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 1PX;
}

.team-details {
    color: var(--text-color);
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.tabs p{
    font-size: 20px;
}
.team-social a {
    color: var(--text-muted);
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.team-social a:hover {
    color: var(--primary-color);
}

/* Footer */
/* Footer */
footer {
    background: #0e0e0e;
    padding: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
}

.footer-links {
    margin-top: 0.5rem;
}

.footer-links a {
    color: #ccc;
    margin: 0 0.5rem;
    text-decoration: none;
}
nav a {
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 10px;
}

nav a:hover {
    text-decoration: underline;
}
header{
    background-color: black;
}
#myulclass a{
    color: white;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
footer p{
    padding-left: 160px;
}
#mustuse{
    height: 360px;
}
.social-links a {
    color: var(--text-muted);
    font-size: 1.2rem;
}
.team-info p{
    font-size: 20px;
}
.footer-links {
    display: flex;
    gap: 10px;
    margin-right: 156px;
}
#teamid{
    font-size: 44px;
    color:white;
    padding-bottom: 22px;
    font-family: poppins;
}
#idp{
    color:white;
    line-height: 31px;
        font-family: poppins;
}
.footer-column h4 {
    margin-bottom: 15px;
}

.footer-colu         mn ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}
.tab p{
    font-size: 20px;
    color: white !important;
}
.footer-column ul li a {
    color: var(--text-muted);
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    color: var(--text-muted);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    nav {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .mobile-menu ul {
        list-style: none;
        padding: 15px;
    }

    .mobile-menu ul li {
        margin-bottom: 10px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    .footer-links {
        flex-direction: initial;
        gap: 30px;
    }
}
 footer {
     padding: 20px;
     background-color: #151515;
     display: flex;
     justify-content: space-between;
     /* Ensures elements stay in line */
     align-items: center;
     color: white;
 }

 footer span {
     display: flex;
     align-items: center;
     gap: 20px;
     /* Adds spacing between text and nav */
 }

 footer nav {
     display: flex;
     gap: 10px;
     margin-left: 1310px;
        padding-left: 100px;
 }

 footer nav a {
     color: gray;
     text-decoration: none;
 }

 footer nav a:hover {
     color: white;
 }
 #myp{
    color:white;
    font-size:25px;
 }