/* General Styling */
body-7 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #e8f0f8; /* Light blue background */
}

/* Container */
.container-7 {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    background: #fefefe; /* Subtle off-white */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Header */
.header-7 {
    text-align: center;
    border-bottom: 2px solid #cdd4df; /* Light gray-blue border */
    padding-bottom: 10px;
    background: #007BFF; /* Vibrant blue */
    color: #fff;
}

.header-7 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #cdd4df; /* Matches border color */
    margin-bottom: 10px;
}

.header-7 h1 {
    margin: 10px 0 5px;
    color: #fff;
    font-size: 24px;
}

.header-7 h2 {
    margin: 5px 0;
    color: #fefefe; /* Lighter text for subheading */
    font-size: 18px;
    font-weight: normal;
}

/* Section */
.section-7 {
    margin: 20px 0;
}

.section-title-7 {
    font-size: 18px;
    color: #007BFF; /* Vibrant blue for section titles */
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #cdd4df; /* Subtle underline */
    padding-bottom: 5px;
}

/* Content */
.content-7 {
    display: flex;
    justify-content: space-between;
}

.content-7 .left-7,
.content-7 .right-7 {
    width: 48%;
    background: #f4f9fd; /* Very light blue for contrast */
    padding: 10px;
    border-radius: 8px;
}

/* List */
.list-7 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-7 li {
    margin-bottom: 10px;
    color: #333; /* Dark text for readability */
}

.list-7 li span {
    font-weight: bold;
    color: #007BFF; /* Highlight */
}

/* Footer */
.footer-7 {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    background: #f4f9fd; /* Matches content background */
    padding: 10px;
    border-radius: 8px;
}

/* Contact Info */
.contact-info-7 {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    background: #dce6f2; /* Subtle muted blue */
    padding: 10px;
    border-radius: 8px;
}

.contact-info-7 a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

/* Highlights */
.highlight-7 {
    color: #0056b3; /* Slightly darker blue for emphasis */
}
