.elementor-16761 .elementor-element.elementor-element-2796f3f > .elementor-container > .elementor-row{align-items:stretch;}/* Start custom CSS */body {
    font-family: 'Inter', sans-serif;
    background-color: #f0f4f8;
    color: #333;
    line-height: 1.6;
    padding: 1rem;
}
.completion-container {
    max-width: 900px;
    margin: 2rem auto;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 2px solid #0079b2;
    padding: 3rem 2rem;
    text-align: center;
}
.header {
    margin-bottom: 2rem;
}
.header h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    color: #0079b2;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.header p {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #3f3a64;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.certificate-button {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    margin-top: 1rem;
}
.certificate-button:hover {
    background-color: #218838;
}
.course-info {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: #696969;
}
.next-steps {
    margin-top: 3rem;
    background-color: #f0f4f8;
    padding: 2rem;
    border-radius: 0.75rem;
    border-left: 4px solid #0079b2;
    text-align: left;
}
.next-steps h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0079b2;
    margin-bottom: 1rem;
}
.next-steps p {
    margin-bottom: 1rem;
}
.next-steps ul {
    list-style: disc;
    margin-left: 1.5rem;
}
.next-steps li {
    margin-bottom: 0.5rem;
    color: #3f3a64;
}/* End custom CSS */