.elementor-1972 .elementor-element.elementor-element-6bc1f45{--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;--padding-top:30px;--padding-bottom:30px;--padding-left:60px;--padding-right:60px;}.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-1972 .elementor-element.elementor-element-df62d0f > .elementor-widget-container{--e-transform-rotateZ:0deg;}.elementor-1972 .elementor-element.elementor-element-df62d0f{text-align:left;}.elementor-1972 .elementor-element.elementor-element-df62d0f img{width:100px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1972 .elementor-element.elementor-element-d7a0454{text-align:left;}.elementor-1972 .elementor-element.elementor-element-d7a0454 .elementor-heading-title{font-family:"Alexandria", Sans-serif;font-size:28px;font-weight:600;text-transform:uppercase;line-height:1.2em;}.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-1972 .elementor-element.elementor-element-3613849{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-accent );}.elementor-1972 .elementor-element.elementor-element-220c503 > .elementor-widget-container{padding:10px 0px 0px 0px;}#elementor-popup-modal-1972 .dialog-widget-content{background-color:#F8F8F8;border-radius:30px 30px 30px 30px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1972{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1972 .dialog-message{width:35vw;height:custom;align-items:center;}#elementor-popup-modal-1972 .dialog-close-button{display:flex;font-size:24px;}#elementor-popup-modal-1972 .dialog-close-button i{color:var( --e-global-color-secondary );}#elementor-popup-modal-1972 .dialog-close-button svg{fill:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1972 .elementor-element.elementor-element-d7a0454 .elementor-heading-title{font-size:26px;}#elementor-popup-modal-1972 .dialog-message{width:50vw;}}@media(max-width:767px){.elementor-1972 .elementor-element.elementor-element-6bc1f45{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1972 .elementor-element.elementor-element-d7a0454 .elementor-heading-title{font-size:24px;}#elementor-popup-modal-1972 .dialog-message{width:95vw;}}/* Start custom CSS for container, class: .elementor-element-6bc1f45 *//* Popup */
.claim-form-popup {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, .8) !important;
    z-index: 9999 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.dialog-lightbox-message::-webkit-scrollbar {
    display: none; 
}
/* Form Inputs */
.claim-form-box input[type=text],
.claim-form-box input[type=tel],
.claim-form-box input[type=email],
.claim-form-box input[type=date]
{
    font-size: 14px;
    padding: 15px 15px !important;
    color: #363642;
    border-radius: 0px !important;
}
.claim-form-box textarea{
    color: #363642;
    font-size: 14px;
    padding: 15px 15px !important;
    max-height: calc(10 * 1.2em); 
    overflow-y: hidden;
    resize: none;
    border-radius: 0px !important;
}

.claim-form-box input[type=text]::placeholder,
.claim-form-box input[type=tel]::placeholder,
.claim-form-box input[type=email]::placeholder,
.claim-form-box input[type=date]::placeholder,
.claim-form-box textarea::placeholder{
    font-size: 14px;
    color: rgba(54, 54, 66, 0.5);
    
}
.claim-form-box input[type=text]:focus,
.claim-form-box input[type=tel]:focus,
.claim-form-box input[type=email]:focus,
.claim-form-box input[type=date]:focus,
.claim-form-box textarea:focus,
.claim-form-box input[type=text]:active,
.claim-form-box input[type=tel]:active,
.claim-form-box input[type=email]:active,
.claim-form-box input[type=date]:active,
.claim-form-box textarea:active {
    outline: none;
    border: 1px solid black;  
}
.claim-form-box .wpcf7-not-valid-tip{
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
}

/* Form Buttons */
.claim-form-button-box{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.claim-form-container .claim-form-button-box .button-wrapper input {
    background: transparent;
    color: white;
    cursor: pointer;
    font-size: 18px;
    border: none;
    width: 100%; 
    height: 100%; 
    text-align: center; 
}
.claim-form-container .claim-form-button-box .button-wrapper p {
    margin: 0;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 100%; 
}
.claim-form-container .claim-form-button-box .button-wrapper {
    display: flex;
    align-items: center; 
    justify-content: center; 
    background: #8F3A4D;
    border-radius: 0 60px;
    margin-top: 20px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    width: 230px; 
    height: 60px; 
    position: relative;
    overflow: hidden;
}

.claim-form-container .claim-form-button-box .button-wrapper::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(88, 3, 19 ,0.5) 0%, rgba(88, 3, 19, 0.5) 50%, rgba(143,58,77,1) 50%, rgba(143,58,77,1) 60%);
    border-radius: 0 0 0.5em 0;
    box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.claim-form-container .claim-form-button-box .button-wrappe:active {
      box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
      transform: translate(0.1em, 0.1em);
}
.claim-form-container .claim-form-button-box .button-wrapper:hover::before {
    width: 1.6em;
    height: 1.6em;
}
.claim-form-container .wpcf7-spinner{
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 5;
    background: linear-gradient(-45deg,  #363642 0%, rgba(88, 3, 19 ,0.5) 100% );
    animation: spin 1s infinite;
}
.claim-form-container .wpcf7-spinner::before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #363642 0%, rgba(88, 3, 19 ,0.5) 100% );
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
}
@keyframes spin {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(-360deg);
    border-radius: 50%;
  }

  100% {
    transform: rotate(-45deg);
  }
}

/* Form Response */
.wpcf7 form.sent .wpcf7-response-output{
    border: none;
    background: #00A36C;
    color: white ;
    position: fixed;
    bottom: 0 ;
    right: 7px ;
    font-size: 13px ;
    padding: 15px;
}
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    border: none;
    background: #8F3A4D;
    color: white;
    position: fixed;
    bottom: 0;
    right: 7px;
    font-size: 13px;
    padding: 15px;
}/* End custom CSS */
/* Start custom CSS */.claim-form-box div:nth-child(1) {
    width: 48.5%;
    margin-right: 1.5%;
    float: left;
}

.claim-form-box div:nth-child(2) {
    width: 48.5%;
    margin-left: 1.5%;
    float: left;
}

.claim-form-box input.wpcf7-form-control,
.claim-form-box textarea.wpcf7-form-control{
    border-radius:6px!important;
    border-color: #ccc!important;
}

.claim-form-button-box {
    justify-content: flex-end;
}

.claim-form-button-box .button-wrapper {
    margin-top: 0!important;
}

@media(max-width: 767px){
    .claim-form-box div:nth-child(1) {
        width: 100%;
        margin-right: 0!important;
    }
    
    .claim-form-box div:nth-child(2) {
        width: 100%;
        margin-left: 0!important;
    }
}/* End custom CSS */