.elementor-16 .elementor-element.elementor-element-a919251{--display:flex;}.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-16 .elementor-element.elementor-element-d2cb03c{--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-16 .elementor-element.elementor-element-aa17f5a{--spacer-size:348px;}.elementor-16 .elementor-element.elementor-element-8f6472c{--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;}body.elementor-page-16:not(.elementor-motion-effects-element-type-background), body.elementor-page-16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-a919251 */body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: #fafafa;
    color: #333;
}

.container {

    text-align: center;
}

.logo img {
    width: 90px;
    opacity: 0.95;
}

.logo h1 {
    margin-top: 10px;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 700;
}

.logo span {
    color: #3b82f6;
}

.search-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.search-box {
    width: 460px;
    max-width: 90%;
    background: white;
    padding: 14px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    gap: 10px;
}

.search-box input {
    width: 100%;
    border: none;
    font-size: 16px;
    outline: none;
}

.search-btn {
    padding: 14px 22px;
    background: #3b82f6;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s;
}

.search-btn:hover {
    background: #2563eb;
}

.search-btn:active {
    transform: scale(0.97);
}/* End custom CSS */