.elementor-129 .elementor-element.elementor-element-b3f783a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-129 .elementor-element.elementor-element-b3c5737{--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-129 .elementor-element.elementor-element-576f807{--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-129 .elementor-element.elementor-element-8c3f814{--display:flex;--min-height:50vh;--border-radius:6px 6px 6px 6px;}.elementor-129 .elementor-element.elementor-element-8c3f814:not(.elementor-motion-effects-element-type-background), .elementor-129 .elementor-element.elementor-element-8c3f814 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #028FE3 0%, #01278F 100%);}.elementor-129 .elementor-element.elementor-element-416e94d #bdt-forminator-forms-416e94d .forminator-input, .elementor-129 .elementor-element.elementor-element-416e94d #bdt-forminator-forms-416e94d .forminator-textarea, .elementor-129 .elementor-element.elementor-element-416e94d #bdt-forminator-forms-416e94d .forminator-select-list{height:50px;}.elementor-129 .elementor-element.elementor-element-416e94d #bdt-forminator-forms-416e94d .forminator-button{background-color:#FD7402;}.elementor-129 .elementor-element.elementor-element-7279e8e{--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-129 .elementor-element.elementor-element-b3c5737{--width:50%;}.elementor-129 .elementor-element.elementor-element-576f807{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-129 .elementor-element.elementor-element-8c3f814{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b2656a4 *//* Container styling */
.rs-contact-info-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Badge above heading */
.rs-sub-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #0073e6;
    margin-bottom: 8px;
}

/* Main Heading */
.rs-main-heading {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 12px;
}

/* Description paragraph */
.rs-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 35px;
}

/* List wrapper */
.rs-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Info Item Card */
.rs-info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.rs-info-card:hover {
    background: #ffffff;
    border-color: #0073e6;
    box-shadow: 0 8px 20px rgba(0, 115, 230, 0.08);
    transform: translateY(-2px);
}

/* Icon Box Styling */
.rs-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #e0f2fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0073e6;
    font-size: 18px;
}

/* Content inside card */
.rs-info-content {
    display: flex;
    flex-direction: column;
}

.rs-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 2px;
}

.rs-text {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 1.4;
}

.rs-link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.rs-link:hover {
    color: #0073e6;
}

/* Response Time Badge */
.rs-response-badge {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #f1f5f9;
    border-radius: 30px;
    font-size: 13.5px;
    color: #475569;
    width: fit-content;
}

.rs-response-badge i {
    color: #0073e6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .rs-contact-info-wrapper {
        padding-right: 0;
        margin-bottom: 35px;
    }
    
    .rs-main-heading {
        font-size: 26px;
    }
}/* End custom CSS */