/* Global Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f9fb;
    color: #222;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

/* Navigation Bar */
.navbar {
    background: white;
    padding: 15px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.logo_content{
    display: flex;
}

#logo_img1{
    width: 80px;
}

.menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 8px 12px;
}

.nav-links .btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.btn.primary {
    color: black;
}

/* main-body */

.main-body{
    min-width: 800px;
    background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);

}
/* Hero Section */
.hero {
    text-align: center;
    margin-top: 80px;
    padding: 20px 0;
}

.hero-content {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 60%;
    margin: auto;
}

.hero-image {
    width: 100%;
    height: 35%;
    max-height: 550px;
    border-radius: 10px;
    box-shadow: #222 4px 0px  20px 1px;
}

.hero_text_animation{
    width: 97.5%;
   
}

.hero-text h1 {
    font-size: 3.3vw;
    /* border: #222 solid 1px; */
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
   
        width:36ch;
        width: 100%;
        /* font-family: monospace; */
        text-wrap: nowrap;
        overflow: hidden;
        animation: typing 2s steps(25) infinite;
        animation-direction:alternate-reverse;}
    
    
    @keyframes typing{
        from{
            width: 0ch;
        }
    }

@media (max-width:800px)
{.hero-text h1 { font-size: 26.3px;}
}

.hero-text p {
    color: #555;
    font-size: 18px;
}

.hero-buttons {
    margin-top: 20px;
}

.hero-buttons .btn {
    margin: 5px;
}

/* Features Section */
.features {
    /* border:  pink solid 1px; */
height: auto;
    text-align: center;
    padding: 40px 0;
}
.container1{
/* border: red solid 1px; */
font-size:large;
}
.container1 h2{
    font-size: 50px;
}

.feature1{
    /* border: yellow solid 1px; */
display: flex;
justify-content: center;
gap: 100px;
padding-top: 50px;
padding-bottom: 50px;
padding-left:50px ;
padding-right: 50px;
}

.feature-img{
    /* border: blue solid 1px; */
width: 800px;
/* border-radius: 100px; */

height: 500px;

}
#fi1{
width: 100%;

height: 100%;
/* border: blue solid 1px; */
box-shadow: #222 4px 0px  20px 4px;
/* box-shadow: 5px 5px 40px 20px rgba(0, 0, 0, 0.2); */
border-radius: 150px;
}

#fi1:hover{
    transform: scale(1.1);
    box-shadow: #222 0px 50px  60px 1px ;
}

footer {
    text-align: center;
    font-size: 18px;
}

.feature-desc{
    /* border: black solid 1px; */
width:700px;
display: flex;
padding: 10px 10px;
justify-content: center;

align-items: center;

}

.feature-desc p{
    background-color: #dad9e5;
 padding: 20px;
    font-size: 25px;
    /* border: orange solid 1px; */
    border-radius: 50px;
    box-shadow: #222 10px 0px  20px 7px;
}

p:hover{
    transform: scale(1.1);
    box-shadow: #222 0px 50px  60px 1px ;
}

.features h2 {
    font-size: 22px;
    font-weight: bold;
}

/* Call to Action */
.cta {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 15px;
    max-width: 800px;
    margin: 30px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta h2 {
    font-size: 22px;
    font-weight: bold;
}

/* Mobile Responsiveness */
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    /* Initially hide the navigation links */
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 10px;
        background: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* When active, show the navigation links */
    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        display: block;
        padding: 10px;
    }
}


#about-us {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(244, 240, 240);
    border-radius: 8px;
    text-align: center;
}
#aboutus_tag{
    font-size: 40px;
}

#fi2{
    width: 100%;
    
    height: 100%;
    border: blue solid 1px;
    box-shadow: #222 4px 0px  20px 4px;
    /* box-shadow: 5px 5px 40px 20px rgba(0, 0, 0, 0.2); */
    border-radius: 50px;
    }
    
    #fi2:hover{
        transform: scale(1.1);
        box-shadow: #222 0px 50px  60px 1px ;
    }


/* Styling for the team members container */
.team-members-container {
    display: flex;
    flex-direction:column;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 20px; /* Adds space between the rows */
}

/* Styling each row of team members */
.team-row {
    display: flex;
    justify-content: space-evenly; /* Evenly spaces the team members */
    gap: 20px; /* Adds space between the team members */
}

/* Styling each individual team member */
.team-member {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: 30%; /* Adjusts the size of each team member box */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Styling for team member headings */
.team-member h2 {
    color: #007BFF;
    margin-top: 0;
}

/* Styling for team member role */
.team-member p {
    color: #666;
    margin: 5px 0;
}

/* Styling for links (GitHub and LinkedIn) */
.team-member a {
    display: inline-block;
    margin-right: 10px;
    color: #007BFF;
    text-decoration: none;
}

/* Hover effect for links */
.team-member a:hover {
    text-decoration: underline;
}

.nav-links a:hover {
    text-decoration: underline;
}

/* Hover effect for team meambers */
.team-member:hover {
    transform: scale(1.1);
}

#name {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
}

.text_alpha{
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
    font-family:cursive;
}

.body3 {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    padding: 20px;
}


.achievements {
    width: 100vw;
    min-width: 1070px;
    padding-left: 10px;
    padding-right: 10px;
    /* border: solid blue 3px; */
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}


.ach {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* border: solid red 1px; */
    transition: transform 0.3s ease-in-out; /
}


.immm {
    width: 15vw;
    min-width: 100px;
    height: 200px;
    /* border: solid black 1px; */
    object-fit: cover;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; 
}


.ach p {
    position: absolute;
    bottom: 01px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    min-width: 100px;
    text-align: center;
}

.ach:hover .immm {
    transform: scale(1.1);
    filter: blur(2px);
}

.ach:hover p {
    opacity: 1; 
    transition: opacity 0.3s ease-in-out;
}

@media (max-width:1104px){
    .achievements{
        /* flex-wrap: wrap; */
        min-width:800px;
        padding: 1px; 
        width:auto;
        overflow: scroll;
    }

    .ach{width: auto;
    }

    .ach p {
        font-size: 0.9rem;
        padding: 8px;
    }
}
/* }
@media (max-width: 768px) {
    .ach p {
        font-size: 0.9rem;
        padding: 8px;
    }

    .achievements {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    } } */

@media (max-width: 480px) {
    .ach p {
        font-size: 0.9rem;
        padding: 6px;
    }

    .achievements {
        grid-template-columns: 1fr; 
    }
}