.elementor-2635 .elementor-element.elementor-element-4594800{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-f9d06d6 *//* General Styling */
.container {
    max-width: 100%; /* Full width */
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #006400; /* Green color for the title */
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold; /* Make the title bold */
}

form {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the left */
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
}

#certificate_number {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-button {
    background-color: #d7ad00; /* Red color for the search button */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-button:hover {
    background-color: #d60045; /* Slightly darker shade on hover */
}

/* Styling for Certificate Image */
.certificate-image-container {
    text-align: center;
    margin-top: 20px;
}

.certificate-image {
    max-width: 80%; /* Limit image size to fit the screen */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px;
}

.download-certificate-button {
    display: inline-block;
    background-color: #d7ad00; /* Same color as the search button */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
}

.download-certificate-button:hover {
    background-color: #d60045; /* Slightly darker shade on hover */
}/* End custom CSS */