/* General page styles */
body {
    background: url('image.png') no-repeat center center fixed; /* Background image */
    background-size: cover; /* Cover the entire page */
    font-family: 'Poppins', sans-serif; /* Use a modern font */
    color: white; /* Default text color */
    margin: 0;
    padding: 0;
}

/* Club Members heading */
.h2 {
    text-align: center;
    color: #f1c40f; /* Bright gold color */
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-top: 40px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* General table styles */
table {
    width: 80%;
    max-width: 1000px;
    margin: 40px auto;
    border-collapse: collapse;
    background: linear-gradient(135deg, rgba(201, 111, 111, 0.95), rgba(161, 185, 225, 0.9)); /* Gradient white background */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Stronger shadow for depth */
    border-radius: 12px; /* Larger rounded corners */
    overflow: hidden; /* Make sure it looks clean with rounded corners */
}

/* Table header styles */
table th {
    padding: 15px 20px;
    background: linear-gradient(45deg, #e74c3c, #8e44ad); /* Vibrant red to purple gradient */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Text shadow for depth */
}

/* Table data styles */
table td {
    padding: 15px 20px;
    border: none;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9); /* Transparent white */
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Alternate row styling */
table tr:nth-child(even) {
    background-color: rgba(245, 245, 245, 0.9); /* Slightly darker background for even rows */
}

/* First column name styling */
table td:first-child {
    font-weight: bold;
    color: #2c3e50; /* Dark blue color for emphasis */
}

/* Table row hover effect */
table tr:hover {
    background-color: #f39c12; /* Bright orange highlight on hover */
    color: white; /* White text on hover */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Table data color for Member ID and Roll Number */
table td:nth-child(2), table td:nth-child(3) {
    color: #7f8c8d; /* Gray color for Member ID and Roll Number */
}

/* Responsive table */
@media screen and (max-width: 600px) {
    table {
        font-size: 14px;
        width: 100%;
    }

    table th, table td {
        padding: 10px;
    }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
.hero-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(30%);
    background-size: cover;
}
.container{
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    display: inline;
    z-index: 1;
    display: none;
   
}

.bubbles{
    position: relative;
    display: flex;
    background-color: black;
    filter: brightness(100%);

}

.bubbles span{
    position: relative;
    width: 30px;
    height: 15px;
    background: #4fc3dc;
    margin: 0 4px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #4fc3dc44,
    0 0 50px #4fc3dc,
    0 0 100px #4fc3dc;
    animation: animate 500s linear infinite;
    animation-duration: calc(40s / var(--i));
    z-index: 1;
    display: block;
}

.bubbles span:nth-child(even){
    background: #ff2d75;
    box-shadow: 0 0 0 10px #ff2d7544,
    0 0 50px #ff2d75,
    0 0 100px #ff2d75;
}
@keyframes animate
{
    0%{
        transform: translateY(-50vh) scale(0);
    }
    100%{
        transform: translateY(150vh) scale(2);
    }
}


user agent stylesheet
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.navbar{
    color: black;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px;
    box-shadow: white 0px 5px 8px 0px, rgb(217, 211, 211) 0px 2px 6px 2px;
}
.navbardrop{
    display: none;
}
.menudrop{
    display: none;
}

@media (max-width:700px){
    .navbar ul{
        display: none;
    }
    .menudrop{
        display: block;
        width: 40px;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 20px;
        
        
    }
    .navbardrop{
        width: 300px;
        height: 100%;
        position: fixed;
        right: 0px;
        padding-top:50px ;
        background-color: red;
        display: none;
        box-shadow: none;
    }
    .navbaruldrop{
        text-decoration: none;
        padding-top: 20px ;
        display: inline;
    }
    .navbaruldrop a{
        display: block;
        margin-top: 50px;
        font-size: 20px;
        margin-left: 20%;
        text-decoration: none;
        color: white;
    }
    .hero-bg{
        filter: brightness(50%);
    }
    .buttonnav{
        width: 40px;
        height: 40px;
        background-color: black;
        color: white;
        border-radius: 10px;
        border: none;
        position: absolute;
        top: 0;
        margin: 50px;
        font-size: 30px;
    }
    .peclogo{
        margin-top: 20px;
    }
    #navbar{
        margin-top: 10px;
    }
}

li{
    color: rgb(255, 252, 252);
    
}

li{
    cursor: pointer;
}

.header{
    margin: 0px;
    background-color: black;
    
}
.video{
    width: 60%;
    height: auto;

}
.option-buttons{
    text-align: right;
    margin: 0px;
}
.dropdown {
    display: inline-block;
    position: relative;
  }
.navbar-content{
    text-align: center;
    display: inline-block;
}

.navbarlinks {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.navbarul a:hover{
    text-decoration: underline;
    color: yellow;
    transition: 1s;
}
.logo{
    width: 200px;
    height: 200px;
}
.peclogo{
    width: 600px;
    height: 200px;
}
footer{
    background-color: gray;
    color: white;
    width: 100%;
}
.welcomep{
    color: white;
}
@media (max-width: 700px) {
    .bubbles span{
        width: 1px;
        height: 1px;
        border-radius: 50%;
    }
    .header{
        width: 100%;
    }
    .peclogo{
        width: 300px;
        height: auto;
    }
    .navbar{
        width: 100%;
    }
    .wellogo{
        width: 30%;
        height: auto;
    }

    
}