body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}

.container-8 {
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.header-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background-color: #ff6f61; /* Coral color */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.header-8 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-right: 20px;
}

.header-8 h1 {
    margin: 0;
    font-size: 2.5rem;
}

.header-8 p {
    font-size: 1.2rem;
    font-style: italic;
}

.section-8 {
    margin-bottom: 40px;
}

.section-8 h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #6a5acd; /* Slate Blue */
    border-bottom: 2px solid #6a5acd;
    padding-bottom: 5px;
}

.section-8 p,
.section-8 li {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.section-8 ul {
    list-style: none;
    padding-left: 0;
}

.section-8 ul li {
    margin-bottom: 10px;
}

.timeline-8 {
    margin-top: 20px;
}

.timeline-item-8 {
    background-color: #f0f8ff; /* Alice Blue */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.timeline-item-8 h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 5px;
}

.timeline-item-8 p {
    font-size: 1rem;
    color: #777;
}

.progress-8 {
    background-color: #e0f7fa; /* Light Cyan */
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 12px;
    margin-top: 5px;
}

.progress-bar-8 {
    height: 100%;
    background-color: #ffb74d; /* Light Orange */
    width: 0;
}

.reference-8 {
    background-color: #fff8e1; /* Light Yellow */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.reference-8 p {
    font-size: 1rem;
    color: #333;
}

.reference-8 br {
    margin-bottom: 5px;
}

.skill-8 {
    margin-bottom: 20px;
}

.skill-8 p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #4caf50; /* Green */
}

.contact-8 ul {
    background-color: #f1f8e9; /* Light Green */
    padding: 15px;
    border-radius: 8px;
    list-style-type: none;
    margin-top: 20px;
}

.contact-8 li {
    font-size: 1rem;
    color: #333;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.contact-8 li:last-child {
    border-bottom: none;
}

.timeline-item-8:hover,
.contact-8 li:hover {
    background-color: #ffeb3b; /* Light Yellow Hover */
    cursor: pointer;
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
}

.skill .progress-bar-8 {
    background-color: #9c27b0; /* Purple */
}

.timeline-item:hover-8 {
    background-color: #f1f8e9; /* Light Green Hover */
}
