body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 0;
}

.title {
    color: #2c3e50;
    text-align: center;
    padding: 20px;
}

section {
    width: 80%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.experience-item, .research-item {
    margin-bottom: 20px;
    padding: 15px;
    border-left: 5px solid #3498db;
    background-color: #f9f9fc;
    transition: transform 0.3s ease;
}

.experience-item:hover, .research-item:hover {
    transform: translateY(-5px);
    border-left-color: #2ecc71;
    background-color: #eafaf1;
}

.research-category h3 {
    color: #3498db;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
    margin-top: 0;
    text-align: right;
    font-size: larger;
}

h4 {
    color: #2c3e50;
    margin: 0;
}

p {
    color: #666;
}

a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

a:hover {
    color: #c0392b;
}




/* General Contact Section Styles */
#contact {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* Title Styling */
#contact h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}

/* Description Styling */
#contact p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 15px;
}

/* Contact Info Container */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-size: 1.1em;
    color: #444;
}

/* Styling for each contact detail */
.contact-info p {
    display: flex;
    align-items: center;
    margin: 0;
}

/* Links Styling */
.contact-info a {
    color: #007BFF;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Font Awesome Icon Styling */
.contact-info i {
    color: #007BFF;
    margin-right: 10px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    #contact {
        width: 90%;
        padding: 15px;
    }
    
    #contact h1 {
        font-size: 2em;
    }

    #contact p {
        font-size: 1em;
    }
}







/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Navbar Styles */
.navbar {
    background-color: #333;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
}

.navbar-links li {
    font-size: 1.2em;
}

.navbar-links a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.navbar-links a:hover {
    background-color: #007BFF;
    border-radius: 5px;
}

/* Home Section */
#home {
    text-align: center;
    padding: 100px 20px;
    background-color: #f0f0f0;
}

#home h1 {
    font-size: 4em;
    margin-bottom: 20px;
}

#home p {
    font-size: 3em;
    color: #555;
    margin-bottom: 50px;
}

/* Contact Section Styles */
#contact {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* Title Styling */
#contact h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}

/* Description Styling */
#contact p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 15px;
}

/* Contact Info Container */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-size: 1.1em;
    color: #444;
}

/* Styling for each contact detail */
.contact-info p {
    display: flex;
    align-items: center;
    margin: 0;
}

/* Links Styling */
.contact-info a {
    color: #007BFF;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Font Awesome Icon Styling */
.contact-info i {
    color: #007BFF;
    margin-right: 10px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .navbar-links {
        flex-direction: column;
    }

    #contact {
        width: 90%;
        padding: 15px;
    }
    
    #contact h1 {
        font-size: 2em;
    }

    #contact p {
        font-size: 1em;
    }
    
    #home h1 {
        font-size: 2.5em;
    }

    #home p {
        font-size: 1.2em;
    }
}



/* Colourful Button */
/* .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
} */

/* body {
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #74ebd5, #acb6e5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
} */

.button-container {
    text-align: left;
}

.colorful-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /* text-transform: uppercase; */
    margin-right: 10px;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #3498db, #8e44ad);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.colorful-button:hover {
    background: linear-gradient(90deg, #e52e71, #ff8a00);
    /* background: linear-gradient(90deg, #2ecc71, #eafaf1); */
    /* background: linear-gradient(90deg,  */
    box-shadow: 0 8px 20px rgba(108, 232, 116, 0.3);
    transform: scale(1.1);
    color: #eafaf1;
}





/* Symposium */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #eafaf1;
}

#symposium {
    padding: 40px 20px;
    text-align: center;
    background-color: #f8f9fa;
}

.title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2ecc71;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 768px) {
    .card-container {
        grid-template-columns: 1fr;
    }
}

.card {
    position: relative;
    width: 100%;
    /* height: 420px; */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    background: #fff;
}

.card_1 {
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(6, 174, 25, 0.8);
    cursor: pointer;
    background: #fff;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.card:hover .overlay {
    opacity: 1;
}

.overlay h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay p {
    font-size: 16px;
    color: rgb(185, 234, 218);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}

.modal img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.modal .close-btn {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
}

.modal .close-btn:hover {
    background-color: #27ae60;
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%; /* Adjust for mobile view */
    }
}
