/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #b7dde2;
    background-color: #091153;
}

.content {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
}

/* Hero Section */
/*not in use*/
.hero {

    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(240, 9, 9);
    position: flex;
}

.overlay {
    background: #091153;
    padding: 20px;
    width: 100%;
}

.site-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-heading {
    font-size: 36px;

}

/* Zig Zag Layout */
.content {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-size: 13px;
    color: #fcfcfc;

}

.zigzag-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    font-weight: lighter;
}

.zigzag-section:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzag-image {
    flex: 1;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    /* Ensure image and caption are stacked */
    justify-content: center;
    align-items: center;
    text-align: center;
}



.zigzag-image img {
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
}


.zigzag-content {
    flex: 1;
    padding: 60px;
    background: #01000798;
    border-radius: 8px;
    font-weight: lighter
}


.caption {
    margin-top: 8px;
    font-size: 26px;
    color: white;
    font-weight: lighter;
}

h2,
h3,
h4 {
    color: #0c85e7;

}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

/* Footer 
.footer {
    text-align: center;
    padding: 20px;
    background: #06081e;
    margin-top: 40px;
}

.footer a {
    color: #00bcd4;
    text-decoration: none;
}*/

/* Social Icons */
.social-icons {
    margin-top: 10px;
}

.social-icons a {
    margin: 0 5px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.triph {

    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    /* Adjusted spacing between lines */
}





/* Responsive Design */
@media (max-width: 768px) {
    .content {
        padding: 10px;
    }

    .main-heading {
        font-size: 28px;
    }

    .site-title {
        font-size: 18px;
    }

    .zigzag-section {
        flex-direction: column;
    }

    .zigzag-image img {
        width: 100%;
    }
}

.jing {
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(56, 52, 52, 0.5);
    position: absolute;
    top: 85%;
    /* Adjust this value as needed */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    white-space: nowrap;
    padding: 20px;
    /* Extra space to prevent text from feeling cramped */
}