.elementor-207 .elementor-element.elementor-element-d07713d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--overlay-opacity:0.73;}.elementor-207 .elementor-element.elementor-element-d07713d:not(.elementor-motion-effects-element-type-background), .elementor-207 .elementor-element.elementor-element-d07713d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ntceg-beauty.com/wp-content/uploads/2025/09/cer.jpg");background-position:-165px 800px;}.elementor-207 .elementor-element.elementor-element-d07713d::before, .elementor-207 .elementor-element.elementor-element-d07713d > .elementor-background-video-container::before, .elementor-207 .elementor-element.elementor-element-d07713d > .e-con-inner > .elementor-background-video-container::before, .elementor-207 .elementor-element.elementor-element-d07713d > .elementor-background-slideshow::before, .elementor-207 .elementor-element.elementor-element-d07713d > .e-con-inner > .elementor-background-slideshow::before, .elementor-207 .elementor-element.elementor-element-d07713d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-207 .elementor-element.elementor-element-c7cb002{margin:23px 0px calc(var(--kit-widget-spacing, 0px) + 19px) 0px;text-align:right;}.elementor-207 .elementor-element.elementor-element-c7cb002 .elementor-heading-title{font-family:"Cairo", Sans-serif;font-size:45px;font-weight:600;color:#FAFBFB;}.elementor-207 .elementor-element.elementor-element-5d31b91{--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;}.elementor-207 .elementor-element.elementor-element-a378fb5{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 17px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-207 .elementor-element.elementor-element-d07713d:not(.elementor-motion-effects-element-type-background), .elementor-207 .elementor-element.elementor-element-d07713d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-207 .elementor-element.elementor-element-d07713d:not(.elementor-motion-effects-element-type-background), .elementor-207 .elementor-element.elementor-element-d07713d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a378fb5 *//* 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 */