.elementor-9 .elementor-element.elementor-element-f1d5844{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-f1d5844:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-f1d5844 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-9 .elementor-element.elementor-element-8a77190{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-9 .elementor-element.elementor-element-ae33511{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9 .elementor-element.elementor-element-7bbcb8f img{width:80%;}.elementor-9 .elementor-element.elementor-element-42c3cc1{--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;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-f1d5844{--content-width:1280px;}.elementor-9 .elementor-element.elementor-element-8a77190{--width:60%;}.elementor-9 .elementor-element.elementor-element-ae33511{--width:40%;}}/* Start custom CSS for shortcode, class: .elementor-element-b5875e1 *//* =====================================================
   ESI CERTIFICATION PORTAL – OFFICIAL UI
   (CSS ONLY – NO HTML CHANGE)
   ===================================================== */

/* ---------------- SEARCH FORM ---------------- */

.esi-search-form {
    max-width: 1200px;
    margin: 40px auto;
    padding: 36px 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.esi-search-form .form-row {
    display: flex;
    flex-direction: column;
}

.esi-search-form .form-row.full {
    grid-column: 1 / -1;
}

.esi-search-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.esi-search-form input,
.esi-search-form select {
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #cfd8e3;
    border-radius: 4px;
    background: #fff;
    outline: none;
}

.esi-search-form input:focus,
.esi-search-form select:focus {
    border-color: #1f4b82;
}

/* Checkbox row */
.esi-search-form .form-row.checkbox {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.esi-search-form .form-row.checkbox label {
    margin: 0;
    font-weight: 500;
}

/* Buttons */
.esi-form-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.esi-btn-search {
    background: #1f4b82;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.esi-btn-search:hover {
    background: #14345d;
}

.esi-btn-clear {
    background: #f2f2f2;
    color: #333;
    padding: 12px 26px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ccc;
}

/* ---------------- TABLE WRAPPER ---------------- */

.esi-table-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
    overflow-x: auto;
}

/* ---------------- RESULT TABLE ---------------- */

.esi-cert-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 14px;
}

/* Table Head */
.esi-cert-table thead th {
    background: #f5f7fa;
    color: #333;
    font-weight: 700;
    padding: 14px 16px;
    border: 1px solid #d6dde8;
    text-align: left;
    white-space: nowrap;
}

/* Table Body */
.esi-cert-table tbody td {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    vertical-align: top;
}

/* Zebra rows */
.esi-cert-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Details column */
.esi-cert-table td strong {
    color: #000;
    font-weight: 600;
}

/* Logo */
.esi-company-logo {
    max-width: 70px;
    max-height: 50px;
    object-fit: contain;
    display: block;
    margin: auto;
}

/* View Button */
.esi-view-btn {
    display: inline-block;
    padding: 6px 14px;
    background: #1f4b82;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.esi-view-btn:hover {
    background: #14345d;
}

/* Empty dash */
.esi-cert-table td span {
    color: #777;
}

/* ---------------- NO RESULT ---------------- */

.esi-no-result {
    max-width: 1200px;
    margin: 40px auto;
    font-size: 15px;
    color: #555;
    text-align: center;
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 900px) {

    .esi-search-form {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .esi-form-actions {
        flex-direction: column;
    }

    .esi-btn-search,
    .esi-btn-clear {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */