/* About Page CSS */

/* General Body Styles */
body {
    font-family: 'Georgia', serif; /* Use the same font as the theme */
    margin: 20px;
    padding: 0;
    color: #333;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

/* Main Heading Styles */
h1 {
    text-align: center;
    color: #ffffff;
    background-color: #003366; /* Consistent with theme */
    padding: 20px;
    border-radius: 8px;
    font-size: 32px;
    letter-spacing: 2px;
}

/* Section Headings */
.headings{
    font-weight: bold; /* Make section headings bold */
    font-size: 24px; /* Slightly larger font size */
    color: #003366; /* Consistent color */
    margin-top: 20px; /* Space above section headings */
}

/* Paragraph Styles */
p {
    max-width: 600px; /* Limit width for readability */
    text-align: center; /* Center text */
    font-size: 18px; /* Consistent font size */
    color: black; /* Text color */
    line-height: 1.6; /* Improve readability */
    margin: 10px auto; /* Center paragraphs with auto margins */
}

/* Footer Styles */
.footer {
    background-color: #003366; /* Consistent with theme */
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    border-radius: 8px;
}

.footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Credits Section */
.footer-credits {
    margin-top: 20px; /* Space above credits */
    display: flex;
    justify-content: center;
    align-items: center;
    color:azure
}

/* Tagline Styles */
.tagline {
    font-size: 20px;
    font-family: 'Playfair Display', serif; /* Consistent font */
    text-align: center; 
    margin: 10px auto; /* Center with auto margins */
    color: rgb(16, 21, 59); /* Consistent color */
    letter-spacing: 1px;
}

/* Main Centering Styles */
.main-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* VIIT Logo Section (appears after profiles) */
.viit-image {
    text-align: center;
    margin: 50px auto;
    padding: 20px 0;
    width: 100%;
}

.viit {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.3s;
    font-size: 50px;
}

.viit:hover {
    transform: scale(1.05);
}

.viit-link {
    text-decoration: none;
    color: #241d4c;
    font-weight: bold;
    font-size: 30px;
}

.viit-link:hover {
    color: #003366;
    text-decoration: underline;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; /* Ensures particles stay behind content */
    background: linear-gradient(135deg, #6e99c4 0%, #0066cc 100%);
}

.content {
    position: relative; /* Ensures content stays above particles */
}
body {
    background: linear-gradient(135deg,  #6e99c4 , #0066cc );
    background-attachment: fixed;
}
/* Profile Styles */
.profile1 {
    align-items: center;
     display: flex;
      justify-content: space-between;
      gap: 40px;
      padding: 20px;
}
.profile:hover {
      transform: scale(1.05);
    }

.profile-img {
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #003366;
      width: 100px;
      height: 100px;
      display: block;
      margin: 0 auto;
}

.footer-credits {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: azure;
}

/* Adjust the credits-new class to work with new layout */
.credits-new {
     text-align: left;
      text-decoration: none;
      transition: transform 0.3s;
     margin-top: 10px;
      font-weight: 400;
    color: #241d4c;
    /* Remove default margins */
}

.credits-link {
    text-decoration: none;
    color: #241d4c;
    transition: color 0.3s;
}

.credits-link:hover {
    color: #003366;
    text-decoration: underline;
}
.ppt{
    float:right
}
