body {
            font-family: 'Times New Roman', Times, serif;
            background-color: #e6f2f5;
            margin: 0;
            padding: 0;
            color: #5b7899;
}


.logo {
            display: flex;
            align-items: center;
        }

        .eye-logo {
            width: 120px;
            height: 60px;
        }


.company-name {
            font-size: 28px;
            margin-left: 10px;
            font-style: italic;
            color: #7b8daa;
        }


header {
    text-align: center;
    padding: 20px;
}

.navigation {
            display: flex;
            justify-content: center;
            margin: 20px 0;
            border-bottom: 1px solid #ccddee;
            padding-bottom: 10px;
        }

        .navigation a {
            margin: 0 20px;
            color: #5b7899;
            text-decoration: none;
            font-size: 16px;
            padding: 5px 0;
            position: relative;
            transition: all 0.3s ease;
        }

        .navigation a:hover {
            color: #3a4d66;
        }
        
        .navigation a:hover::after {
            width: 100%;
        }
        
        .navigation a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #5b7899;
            transition: width 0.3s ease;
        }
        
        .navigation a.active {
            color: #5b7899;
        }
        


.faq-title {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
    font-family: 'Georgia', serif;
    color: #4b5e82;
}

.faq-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    width: 80%;
}

.image-placeholder {
    width: 40%;
    height: 250px;
    background-color: #ccc;
    border: 10px solid #233a70;
    border-radius: 10px;
}

.faq-box {
    width: 50%;
    background-color: #b0c3e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-box h3 {
    color: #233a70;
}

.faq-box.wide {
    width: 60%;
}

.redflower {
    
        width: 500px; /* Adjust size if needed */
        margin-right: 15px;
    
}

.textures {

        width: 500px; /* Adjust size if needed */
        margin-left: 15px;

}

.artwork {

        width: 500px; /* Adjust size if needed */
        margin-right: 15px;

}

.looking {

        width: 500px; /* Adjust size if needed */
        margin-left: 15px;

}

.picture {

        width: 500px; /* Adjust size if needed */
        margin-right: 15px;

}

.mannequin {

        width: 500px; /* Adjust size if needed */
        margin-left: 15px;

}

.photoshoot {

    width: 500px; /* Adjust size if needed */
    margin-right: 15px;

}

.stagework {

    width: 500px; /* Adjust size if needed */
    margin-left: 15px;

}
