.elementor-3696 .elementor-element.elementor-element-2530df2{--display:flex;}.elementor-3696 .elementor-element.elementor-element-57696da{width:var( --container-widget-width, 1600% );max-width:1600%;--container-widget-width:1600%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-3696 .elementor-element.elementor-element-2530df2{--content-width:1400px;}}/* Start custom CSS for text-editor, class: .elementor-element-57696da */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background-color: #004aad;
    color: #ffffff;
    padding: 60px 20px;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.hero-text {
    flex: 1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #FDB913;
}

.hero .subtitle {
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.hero .affiliation {
    font-size: 1.25rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.email-link {
    display: inline-block;
    color: #FDB913;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
}

.email-link:hover {
    border-bottom-color: #FDB913;
}

.hero-image {
    flex-shrink: 0;
}

.hero-image img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #FDB913;
}

/* About Section */
.about {
    background-color: #f8f9fa;
    padding: 60px 20px;
}

.about h2 {
    font-size: 2.5rem;
    color: #02275a;
    margin-bottom: 40px;
    text-align: center;
}

.about-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.about-item {
    display: flex;
    flex-direction: column;
}

.about-item h3 {
    font-size: 1.5rem;
    color: #004aad;
    margin-bottom: 16px;
    border-left: 4px solid #FDB913;
    padding-left: 16px;
}

.about-item ul {
    list-style: none;
    padding-left: 0;
}

.about-item li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.about-item li::before {
    content: "•";
    color: #004aad;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.about-item p {
    font-size: 1.125rem;
    color: #333;
}

/* Research Section */
.research {
    background-color: #ffffff;
    padding: 60px 20px;
}

.research h2 {
    font-size: 2.5rem;
    color: #02275a;
    margin-bottom: 24px;
    text-align: center;
}

.research-description {
    font-size: 1.125rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #555;
    line-height: 1.7;
}

.research-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.tag {
    background-color: #004aad;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* GEM Lab Section */
.gem-lab {
    background-color: #02275a;
    color: #ffffff;
    padding: 60px 20px;
}

.gem-lab h2 {
    font-size: 2.5rem;
    color: #FDB913;
    margin-bottom: 24px;
    text-align: center;
}

.gem-lab h3 {
    font-size: 1.875rem;
    color: #FDB913;
    margin: 40px 0 24px;
}

.lab-intro {
    font-size: 1.125rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    opacity: 0.95;
}

.requirements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.requirement-card {
    background-color: #004aad;
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid #FDB913;
}

.requirement-card h4 {
    font-size: 1.25rem;
    color: #FDB913;
    margin-bottom: 12px;
}

.requirement-card p {
    font-size: 1rem;
    opacity: 0.95;
}

.activities-list {
    list-style: none;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
}

.activities-list li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 1.125rem;
}

.activities-list li::before {
    content: "▸";
    color: #FDB913;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.25rem;
}

/* Publications Section */
.publications {
    background-color: #f8f9fa;
    padding: 60px 20px;
}

.publications h2 {
    font-size: 2.5rem;
    color: #02275a;
    margin-bottom: 40px;
    text-align: center;
}

.publication-list {
    max-width: 900px;
    margin: 0 auto;
}

.publication-item {
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #004aad;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.publication-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.publication-text em {
    color: #004aad;
    font-style: italic;
}

/* Footer */
footer {
    background-color: #02275a;
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
}

footer p {
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero .subtitle {
        font-size: 1.25rem;
    }

    .hero-image img {
        width: 200px;
        height: 200px;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .requirements {
        grid-template-columns: 1fr;
    }

    .gem-lab h2,
    .research h2,
    .about h2,
    .publications h2 {
        font-size: 2rem;
    }
}/* End custom CSS */