.elementor-112 .elementor-element.elementor-element-e800f60{--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-112 .elementor-element.elementor-element-e800f60:not(.elementor-motion-effects-element-type-background), .elementor-112 .elementor-element.elementor-element-e800f60 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFBFD;}.elementor-112 .elementor-element.elementor-element-56bcf29{--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;--margin-top:075px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-112 .elementor-element.elementor-element-40ec414{--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;--margin-top:0px;--margin-bottom:75px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e80a3c0 *//* =========================================
   HERO
========================================= */

.repai-contact-hero {
    position: relative;
    text-align: center;
    padding: 82px 24px 66px;
    background: #fafbfd ;
}

.repai-contact-hero-inner {
    max-width: 850px;
    margin: 0 auto;
}

.repai-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: #eef0ff;
    color: #4a46ee;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
}

.repai-contact-badge-icon {
    font-size: 14px;
    line-height: 1;
}

.repai-contact-hero h1 {
    margin: 0;
    color: #0b1220;
    font-size: clamp(30px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -2.5px;
    font-weight: 800;
}

.repai-contact-hero h1 span {
    color: var(--repai-blue);
}

.repai-contact-hero p {
    max-width: 650px;
    margin: 22px auto 0;
    color: var(--repai-muted);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a920cd */.repai-contact-page {
    --repai-blue: #3f46f5;
    --repai-blue-dark: #3040e8;
    --repai-purple: #603cf5;
    --repai-dark: #0b1220;
    --repai-text: #172033;
    --repai-muted: #64748b;
    --repai-border: #e7eaf2;
    --repai-light: #f8f9ff;
    --repai-white: #ffffff;

    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--repai-text);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.repai-contact-page *,
.repai-contact-page *::before,
.repai-contact-page *::after {
    box-sizing: border-box;
}


/* =========================================
   BACKGROUND SHAPES
========================================= */

.repai-contact-bg-shape {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(2px);
}

.repai-contact-bg-shape-one {
    width: 420px;
    height: 420px;
    top: 40px;
    right: -240px;
    background: rgba(83, 70, 246, 0.06);
}

.repai-contact-bg-shape-two {
    width: 300px;
    height: 300px;
    top: 450px;
    left: -190px;
    background: rgba(37, 99, 235, 0.045);
}



/* =========================================
   MAIN CONTAINER
========================================= */

.repai-contact-container {
    max-width: 1150px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.repai-contact-grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 70px;
    align-items: start;
}


/* =========================================
   LEFT CONTENT
========================================= */

.repai-contact-info {
    padding-top: 8px;
}

.repai-contact-section-label {
    color: #4a46ee;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 17px;
}

.repai-contact-info h2 {
    color: #0b1220;
    font-size: 36px;
    line-height: 1.18;
    letter-spacing: -1.5px;
    font-weight: 800;
    margin: 0;
}

.repai-contact-info h2 span {
    color: var(--repai-blue);
}

.repai-contact-info-text {
    margin: 18px 0 30px;
    color: var(--repai-muted);
    font-size: 15px;
    line-height: 1.8;
    max-width: 480px;
}


/* =========================================
   CONTACT INFO CARDS
========================================= */

.repai-contact-info-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid var(--repai-border);
    border-radius: 16px;
    padding: 17px;
    margin-bottom: 13px;
    transition: all 0.25s ease;
}

.repai-contact-info-card:hover {
    border-color: #cfd3ff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(40, 52, 120, 0.07);
}

.repai-contact-icon-box {
    width: 47px;
    height: 47px;
    min-width: 47px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repai-contact-icon-box svg {
    width: 23px;
    height: 23px;
}

.repai-contact-icon-blue {
    color: #315efb;
    background: #edf2ff;
}

.repai-contact-icon-purple {
    color: #6645ee;
    background: #f0edff;
}

.repai-contact-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.repai-contact-card-content span {
    color: #7b879b;
    font-size: 11px;
    font-weight: 600;
}

.repai-contact-card-content strong {
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.repai-contact-card-arrow {
    color: #4b46ef;
    font-size: 21px;
    transition: transform 0.2s ease;
}

.repai-contact-info-card:hover .repai-contact-card-arrow {
    transform: translateX(4px);
}

.repai-contact-online {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #10a96d;
    font-size: 10px;
    font-weight: 700;
}

.repai-contact-online i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18c47d;
}


/* =========================================
   RESPONSE BOX
========================================= */

.repai-contact-response-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f7f8ff;
    border: 1px solid #ebedff;
    border-radius: 15px;
    padding: 15px 17px;
    margin-top: 18px;
}

.repai-contact-response-dot {
    width: 9px;
    height: 9px;
    background: #4b46ef;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #e8e9ff;
    margin: 0 7px 0 3px;
}

.repai-contact-response-box strong {
    display: block;
    color: #222a3b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.repai-contact-response-box p {
    color: #7b879b;
    font-size: 10px;
    margin: 0;
}


/* =========================================
   FORM CARD
========================================= */

.repai-contact-form-wrapper {
    background: #ffffff;
    border: 1px solid #e5e8f0;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 18px 55px rgba(34, 43, 91, 0.08);
}

.repai-contact-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf0f5;
    margin-bottom: 25px;
}

.repai-contact-form-header > div:first-child span {
    display: block;
    color: #4b46ef;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.repai-contact-form-header h3 {
    color: #101827;
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
}

.repai-contact-form-bubble {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3f46f5, #633cf5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repai-contact-form-bubble svg {
    width: 23px;
    height: 23px;
}


/* =========================================
   FORM
========================================= */

.repai-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.repai-contact-field {
    margin-bottom: 19px;
}

.repai-contact-field label {
    display: block;
    color: #20293a;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.repai-contact-field input,
.repai-contact-field select,
.repai-contact-field textarea {
    width: 100%;
    border: 1px solid #e0e4ec;
    background: #fbfcfe;
    color: #1d2637;
    border-radius: 10px;
    padding: 13px 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    outline: none;
    transition: all 0.2s ease;
    box-shadow: none;
}

.repai-contact-field input,
.repai-contact-field select {
    height: 47px;
}

.repai-contact-field textarea {
    min-height: 125px;
    resize: vertical;
    line-height: 1.6;
}

.repai-contact-field input::placeholder,
.repai-contact-field textarea::placeholder {
    color: #a1aabd;
}

.repai-contact-field input:focus,
.repai-contact-field select:focus,
.repai-contact-field textarea:focus {
    background: #ffffff;
    border-color: #5960f5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.08);
}

.repai-contact-field select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #7d8798 50%),
        linear-gradient(135deg, #7d8798 50%, transparent 50%);
    background-position:
        calc(100% - 17px) 20px,
        calc(100% - 12px) 20px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.repai-contact-submit {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 11px;
    background: linear-gradient(135deg, #3f46f5 0%, #633cf5 100%);
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(76, 70, 235, 0.2);
    transition: all 0.25s ease;
}

.repai-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(76, 70, 235, 0.28);
}

.repai-contact-submit-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(255,255,255,0.17);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.repai-contact-form-note {
    text-align: center;
    color: #98a2b3;
    font-size: 10px;
    margin: 14px 0 0;
}

.repai-contact-form-note a {
    color: #5a50ed;
    text-decoration: none;
    font-weight: 600;
}


/* =========================================
   SUCCESS MESSAGE
========================================= */

.repai-contact-success {
    display: none;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    color: #087f5b;
    border: 1px solid #c9f3e3;
    border-radius: 9px;
    padding: 11px 13px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 12px;
}

.repai-contact-success.active {
    display: flex;
}

.repai-contact-success span {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #13b981;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
}


/* =========================================
   BOTTOM CTA
========================================= */

.repai-contact-bottom {
    margin-top: 90px;
    background: #f8f9ff;
    border-top: 1px solid #eef0f6;
    padding: 55px 25px;
}

.repai-contact-bottom-inner {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.repai-contact-bottom-icon {
    width: 57px;
    height: 57px;
    min-width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #4b46ef, #643cf5);
    color: #ffffff;
    font-size: 23px;
    box-shadow: 0 10px 25px rgba(76, 70, 235, 0.2);
}

.repai-contact-bottom-content {
    flex: 1;
}

.repai-contact-bottom-content > span {
    display: block;
    color: #5b55ef;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 6px;
}

.repai-contact-bottom-content h3 {
    margin: 0 0 6px;
    color: #101827;
    font-size: 22px;
    font-weight: 800;
}

.repai-contact-bottom-content p {
    margin: 0;
    color: #718096;
    font-size: 12px;
    line-height: 1.6;
}

.repai-contact-bottom-actions {
    display: flex;
    gap: 10px;
}

.repai-contact-secondary-btn,
.repai-contact-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.repai-contact-secondary-btn {
    color: #252d3d;
    background: #ffffff;
    border: 1px solid #e0e4ec;
}

.repai-contact-primary-btn {
    color: #ffffff;
    background: #4b46ef;
    border: 1px solid #4b46ef;
}

.repai-contact-secondary-btn:hover{
    transform: translateY(-2px);}
.repai-contact-primary-btn:hover {
    color: #fff!important;
    transform: translateY(-2px);
    
    
}

.repai-contact-primary-btn:hover {
    box-shadow: 0 8px 20px rgba(76, 70, 235, 0.2);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .repai-contact-grid {
        grid-template-columns: 1fr;
        gap: 45px;
        max-width: 700px;
        margin: 0 auto;
    }

    .repai-contact-info {
        text-align: center;
    }

    .repai-contact-info-text {
        margin-left: auto;
        margin-right: auto;
    }

    .repai-contact-response-box {
        text-align: left;
    }

    .repai-contact-bottom-inner {
        flex-wrap: wrap;
    }

    .repai-contact-bottom-content {
        min-width: calc(100% - 90px);
    }

    .repai-contact-bottom-actions {
        width: 100%;
        margin-left: 81px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .repai-contact-hero {
        padding: 58px 20px 48px;
    }

    .repai-contact-hero h1 {
        font-size: 39px;
        letter-spacing: -1.7px;
    }

    .repai-contact-hero p {
        font-size: 14px;
        line-height: 1.7;
    }

    .repai-contact-container {
        padding: 0 17px;
    }

    .repai-contact-info h2 {
        font-size: 30px;
    }

    .repai-contact-info-text {
        font-size: 13px;
    }

    .repai-contact-form-wrapper {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .repai-contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .repai-contact-form-header {
        margin-bottom: 21px;
        padding-bottom: 20px;
    }

    .repai-contact-form-header h3 {
        font-size: 19px;
    }

    .repai-contact-form-bubble {
        width: 42px;
        height: 42px;
    }

    .repai-contact-info-card {
        text-align: left;
    }

    .repai-contact-bottom {
        margin-top: 60px;
        padding: 40px 20px;
    }

    .repai-contact-bottom-inner {
        align-items: flex-start;
    }

    .repai-contact-bottom-content {
        min-width: 0;
    }

    .repai-contact-bottom-content h3 {
        font-size: 19px;
    }

    .repai-contact-bottom-actions {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }

    .repai-contact-secondary-btn,
    .repai-contact-primary-btn {
        justify-content: center;
        width: 100%;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .repai-contact-hero h1 {
        font-size: 34px;
    }

    .repai-contact-badge {
        font-size: 9px;
    }

    .repai-contact-form-wrapper {
        padding: 19px 14px;
    }

}/* End custom CSS */