.elementor-10920 .elementor-element.elementor-element-07c588a{--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-10920 .elementor-element.elementor-element-3c7fdd5{--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-10920 .elementor-element.elementor-element-3c7fdd5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10920 .elementor-element.elementor-element-5e912f5{--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;--flex-wrap:wrap;}.elementor-10920 .elementor-element.elementor-element-5e912f5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10920 .elementor-element.elementor-element-dcd3e46{--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;--justify-content:center;}.elementor-10920 .elementor-element.elementor-element-dcd3e46.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10920 .elementor-element.elementor-element-bd9c647{font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}.elementor-10920 .elementor-element.elementor-element-bd9c647.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-10920 .elementor-element.elementor-element-8edfdba{--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;--justify-content:center;}.elementor-10920 .elementor-element.elementor-element-dbaf24d .elementskit-image-comparison .twentytwenty-handle .twentytwenty-left-arrow{border-right-color:#000;}.elementor-10920 .elementor-element.elementor-element-dbaf24d .elementskit-image-comparison .twentytwenty-handle .twentytwenty-right-arrow{border-left-color:#000;}.elementor-10920 .elementor-element.elementor-element-abeb75b{--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(max-width:1024px){.elementor-10920 .elementor-element.elementor-element-8edfdba{--justify-content:center;}}@media(min-width:768px){.elementor-10920 .elementor-element.elementor-element-3c7fdd5{--width:99.098%;}.elementor-10920 .elementor-element.elementor-element-dcd3e46{--width:60%;}.elementor-10920 .elementor-element.elementor-element-8edfdba{--width:40%;}}@media(max-width:767px){.elementor-10920 .elementor-element.elementor-element-dcd3e46{--width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10920 .elementor-element.elementor-element-bd9c647{text-align:start;font-size:16px;width:100%;max-width:100%;}.elementor-10920 .elementor-element.elementor-element-bd9c647 p{margin-block-end:0px;}.elementor-10920 .elementor-element.elementor-element-bd9c647 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-ec18b2b */.tt-contact-form{
    max-width: 900px;
    margin: auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    3;
}

/* ROW SYSTEM */
.form-row{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    
}

/* DEFAULT 50/50 FIELDS */
.form-group{
    flex: 1;
    min-width: 250px;
    
}

/* FULL WIDTH ROWS */
.form-row.full{
    display: block !important;
}
.tt-contact-form input,
.tt-contact-form select,
.tt-contact-form textarea{
    border: 2px solid #e60023 !important;
}
/* INPUTS */
input,
select,
textarea{
    width: 100% !important;
    box-sizing: border-box;
    padding: 14px 15px;
;

    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    color: #222;
    outline: none;
    transition: 0.3s ease;
}

/* FOCUS EFFECT */
input:focus,
select:focus,
textarea:focus{
    box-shadow: 0 0 0 4px rgba(230,0,35,0.12);
}

/* TEXTAREA */
textarea{
    min-height: 120px;
    resize: vertical;
}

/* FILE INPUT (FALLBACK STYLE) */
input[type="file"]{
    width: 100% !important;
    display: block;
    padding: 12px;
    border: 2px dashed #e60023;
    border-radius: 10px;
    background: #fff5f5;
    
}

/* PRICE BOX */
.price-card{
    width: 100%;
    background: #fff;
    border: 2px solid #e60023;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
}

/* PRICE TEXT */
.price-title{
    font-size: 12px;
    letter-spacing: 2px;
    color: #777;
    text-transform: uppercase;
}

.price-value{
    font-size: 34px;
    font-weight: 800;
    color: #e60023;
    margin: 8px 0;
}

.price-note{
    font-size: 12px;
    color: #999;
}

/* SUBMIT BUTTON */
.c-btn{
    width: 100% !important;
    display: block;
    padding: 16px;
    background: linear-gradient(135deg, #e60023, #ff3b3b);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
}

.c-btn:hover{
    transform: translateY(-2px);
}

/* CUSTOM FILE UPLOAD UI */
.file-upload{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 2px dashed #e60023;
    border-radius: 12px;
    background: #fff5f5;
    cursor: pointer;
    transition: 0.3s ease;
    text-align: center;
    font-weight: 600;
    color: #e60023;
}

.file-upload:hover{
    background: #ffe5e5;
    transform: translateY(-2px);
}

.file-input{
    display: none !important;
}

.file-upload span{
    font-size: 14px;
}

.file-upload.active{
    border-color: #28a745;
    background: #eaffea;
    color: #1e7e34;
}

.form-header{
    text-align: center;
    margin-bottom: 25px;
}

/* TITLE */
.form-header h2{
    font-size: 26px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

/* SUB TEXT */
.form-header p{
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* TRUST BADGES */
.trust-row{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trust-row span{
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #e60023;
    border-radius: 20px;
    color: #e60023;
    background: #fff;
    font-weight: 600;
    transition: 0.2s ease;
}

.trust-row span:hover{
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230,0,35,0.15);
}


.stats-row{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}

.stat-box{
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #e60023;
    border-radius: 12px;
    background: #fff;
    min-width: 150px;
    transition: 0.3s ease;
}

.stat-box:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(230,0,35,0.12);
}

.stat-box .count{
    font-size: 24px;
    font-weight: 800;
    color: #e60023;
}

.stat-box p{
    font-size: 12px;
    color: #666;
    margin: 5px 0 0;
}
.live-ticker{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 10px 15px;
    border: 2px solid #e60023;
    border-radius: 50px;

    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #333;

    margin-bottom: 20px;
}

.live-dot{
    width: 10px;
    height: 10px;
    background: #e60023;
    border-radius: 50%;
    animation: pulseDot 1s infinite;
}

@keyframes pulseDot{
    0%{ transform: scale(1); opacity: 1; }
    50%{ transform: scale(1.4); opacity: 0.6; }
    100%{ transform: scale(1); opacity: 1; }
}
#ticker-text{
    display: inline-block;
    transition: all 0.25s ease;
    will-change: transform, opacity, filter;
}

.live-ticker{
    overflow: hidden;
}
.sbs-payment-options {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 12px;
}

/* BOX */
.pay-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px;
    border-radius: 10px;

    border: 1px solid #e5e7eb;
    background: #fff;

    cursor: pointer;
    transition: 0.2s ease;
}

/* TEXT */
.pay-box .left {
    display: flex;
    flex-direction: column;
}

.pay-box strong {
    font-size: 13px;
    font-weight: 700;
    color: #e60023;
}

.pay-box span {
    font-size: 11px;
    color: #6b7280;
}

/* HOVER */
.pay-box:hover {
    transform: translateY(-2px);
    background: #f9fafb;
}

/* ACTIVE */
.pay-box.active {
    border-color: #e60023;
    background: #fff5f5;
}

/* MOBILE */
@media (max-width: 768px) {
    .sbs-payment-options {
        flex-direction: column;
    }
}
/* MOBILE */
@media (max-width: 768px){
    .form-row{
        flex-direction: column;
    }

    .form-group{
        min-width: 100%;
    }

    .price-value{
        font-size: 28px;
    }
}/* End custom CSS */