.elementor-13311 .elementor-element.elementor-element-eb4b269{--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;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-13311 .elementor-element.elementor-element-8f5d2ba{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-83b5a23 */.lead-form {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ty-cntr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tick-icon {
    margin-bottom: 20px;
}

.title-msg {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-msg {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 24px;
}

.ty-items-cntr {
    width: 100%;
}

.ty-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ty-item__icon {
    margin-right: 15px;
}

.ty-item__info-title a {
    font-size: 1.1em;
    font-weight: bold;
    color: #0073e6;
    text-decoration: none;
}

.ty-item__info-title a:hover {
    text-decoration: underline;
}

.para--three {
    font-size: 0.9em;
    color: #555;
}

.ty-button-cntr {
    margin-top: 24px;
}

.ty-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #0073e6;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.ty-button:hover {
    background: #005bb5;
}/* End custom CSS */