
.banner-gradient .section-background-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
}
@media (max-width: 767px) {

:root {
    /*Breakdance connector*/
    --bde-column-gap: var(--hsp-l) !important;
}

}

@media (min-width: 768px) and (max-width: 1119px) {

:root {
    /*Breakdance connector*/
    --bde-section-horizontal-padding: 32px !important;
    --bde-column-gap: var(--hsp-l) !important;
}

}

@media (min-width: 1120px) {

:root {
    /*Breakdance connector*/
    --bde-section-horizontal-padding: 64px !important;
    --bde-column-gap: var(--hsp-l) !important;
}

}
.breakdance .button-atom--custom {
  min-width: 200px;
}
/*Site Links Hover Fade*/
.breakdance a,
.breakdance li .bde-icon-list__text,
.breakdance li .bde-icon-list__icon,
.breakdance .bde-text,
.breakdance .bde-icon,
.breakdance .bde-icon-icon svg,
.breakdance .bde-icon-icon.breakdance-icon-atom,
.breakdance .bde-icon-icon.breakdance-icon-atom svg,
.breakdance .bde-shortcode,
.has-select select,
.breakdance .text-container,
.wpcf7-submit {
 transition: all 0.3s ease;
}
/* Base styles for all form fields */
.breakdance-form-field {
  position: relative;
}

/* Label default state */
.breakdance-form-field__label {
  position: absolute;
  left: 16px;
  top: 21px;
  background: transparent;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  font-size: var(--hfs-text-s);
}

/* Label floating state */
.breakdance-form-field__label.is-floating {
  top: 6px !Important;
  font-size: 13px !Important;
  color: var(--hcl-neutral-9);
  font-weight: 400;
}

/* Label focused state */
.breakdance-form-field__label.is-focused {
  color: var(--hcl-neutral-9);
}

/* Hide placeholder text for select fields when not focused/empty */
.breakdance-form-field--select:not(:focus-within) select:not([data-has-value="true"]) {
  color: transparent !Important;
}

/* Show select text when focused or has value */
.breakdance-form-field--select:focus-within select,
.breakdance-form-field--select select[data-has-value="true"] {
  color: inherit;
}

/*Button spacing above
.breakdance-form-footer {
  margin-top: var(--hsp-xs);
}*/
/* Base styles for your CF7 form fields */
.fl_wrap {
  position: relative;
  margin-bottom: 25px;
}

/* Prevent long select values from wrapping */
.fl_wrap select.fl_input,
.fl_wrap select.wpcf7-form-control {
  text-wrap-mode: nowrap;
}

/* Label styles */
.fl_label {
  position: absolute;
  left: 16px;
  top: 21px;
  background: transparent;
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: var(--hfs-text-s, 16px);
  color: var(--hcl-neutral-9, #666);
  line-height: 1.25;
  font-weight: 400;
  z-index: 3;
}

/* Label floating state */
.fl_label.is-floating {
  top: 6px !important;
  font-size: 13px !important;
  color: var(--hcl-neutral-9, #666);
  font-weight: 400;
}

/* Label focused state */
.fl_label.is-focused {
  color: var(--hcl-neutral-9, #666);
}


/* Input field styles */
.fl_input {
  padding-top: 21px !important;
  padding-bottom: 17px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  font-size: var(--hfs-text-s, 16px);
  line-height: 1.25;
  font-weight: 400;
}

.has-select select {
    color: transparent;
}

/* SELECT FIELDS - Hide placeholder when not focused/empty */
/*
.fl_wrap.has-select:not(:focus-within) select:not([data-has-value="true"]),
.fl_wrap select:not(:focus):not([data-has-value="true"]) {
  color: transparent !important;
}
*/

/* Show select text when focused or has value */
.fl_wrap.has-select:focus-within select,
.fl_wrap select[data-has-value="true"] {
  color: inherit;
}

/* DATE FIELDS - Hide placeholder when empty and not focused */
.fl_wrap.has-date input[type="date"]:not(:focus):not([data-has-value="true"]) {
  color: transparent !important;
}

/* Show date input text when focused or has value */
.fl_wrap.has-date input[type="date"]:focus,
.fl_wrap.has-date input[type="date"][data-has-value="true"] {
  color: inherit;
}

/* Hide default date format in Webkit browsers */
.fl_wrap input[type="date"]:not([data-has-value="true"])::-webkit-datetime-edit-text,
.fl_wrap input[type="date"]:not([data-has-value="true"])::-webkit-datetime-edit-month-field,
.fl_wrap input[type="date"]:not([data-has-value="true"])::-webkit-datetime-edit-day-field,
.fl_wrap input[type="date"]:not([data-has-value="true"])::-webkit-datetime-edit-year-field {
  color: transparent;
}

/* Make date field look clickable */
.fl_wrap.has-date {
  cursor: pointer;
}

.fl_wrap.has-date input[type="date"] {
  cursor: pointer;
}

/* Required asterisk */
.fl_label .required {
  color: #c60c30;
  margin-left: 2px;
}

/* Spinner Style */
.wpcf7-spinner {
    display: inline-block;
    background-color: #23282d;
    border: 4px solid #c60c30;
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    background-image: none;
    background: transparent;
    position: absolute;
    opacity: 1;  
    margin:0 auto;
}



/* Notice Style */
.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #c60c30;
    background: #fff;
    font-size: 16px !important;
    border-radius: 6px;
    color: #c60c30;
    font-weight: 500;
    max-width: 992px;
    width: 100%;
    margin: 30px 0 0 0;
}

span.wpcf7-not-valid-tip {
    width: auto;
    text-align: left;
    margin: 2px 0 0 0;
    font-weight: 400;    
}

/* Button Style*/
.wpcf7-submit,
.wpcf7 .btn-primary {
  padding: 20px 30px;
  min-width: 166px;
  background-color: #c60c30;
  border-radius: 6px;
  font-size: var(--hfs-text-s, 16px);
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;  
  color:#fff;
    cursor: pointer;
border: 1px solid #c60c30;    
}

.wpcf7-submit:hover,
.btn-primary:Hover {
  background-color: #fff;
  color: #c60c30; 
  border-color: #c60c30;
}

wpcf7-submit:active,
wpcf7-submit:focus,
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #fff;
  border-color: #c60c30;
  color: #fff;
  box-shadow: none;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
    color: #061b30;    
}

.fl_input {
    border: 1px solid #ccc !important; 
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: none;    
}

/* Container */

form .column-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;  
}

form .column-container .cf-col-two.fl_wrap {
    margin-bottom: 0;
    box-sizing: border-box;
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
}

.column-container .cf-col-one.fl_wrap {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;    
}

.wpcf7-form p {
    margin-bottom: 0 !important;
    line-height: normal !important;
    margin-top: 0;    
}

/* Select */

.multi-select-cf .selection .select2-selection,
.wpcf7-select {
    border: 1px solid #ccc !important;
    padding-top: 21px !important;
    padding-bottom: 17px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100%;
    background: #fff;
    font-size: var(--hfs-text-s, 16px);
    line-height: 1.25;
    font-weight: 400;
}

.multi-select-cf .selection .select2-selection {
padding-top: 13px !important;
    padding-bottom: 18px !important;
    padding-left: 12px !important;
    min-height: 60px;
    font-weight: 400;    
}

.cf-select-container.multi-select-cf em:before {
    top: 18px;
    right: 13px;
}

.wpcf7-select,
.fl_input {
    color: #061b30;
}

.select2-container--default
.select2-search--inline
.select2-search__field::placeholder {
    color: var(--hcl-neutral-9, #666);
    font-size: var(--hfs-text-s, 16px);
    font-weight: 400;
    opacity: 1; 
}

.select2-container--default
.select2-results__option {
    padding: 10px 14px;
    color: #061b30;   
    font-size: var(--hfs-text-s, 16px);
    font-weight: 400;
    cursor: pointer;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  color: #061b30;
    border: none;
    border-radius: 4px;
    padding: 5px 8px 3px 28px;
    margin: 0px 4px 0px 0;
    font-size: 13px;
    line-height: 1.4;
    top: 2px;
    font-weight: 400;    
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #bebebe;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 2px 6px;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;  
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #999;
}

.select2-container--default
.select2-selection--multiple {
    min-height: 48px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.cf-select-container em:before {
    top: 18px;
    z-index: 4;    
}

.cf-select-container span select {
    position: relative;
    z-index: 2;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
border-radius: .25rem;
    outline: none;    
}

.cf-select-container em {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    margin: -40px 0 0 0;
}

.cf-select-container em:before {
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c60c30;
    margin: 0 5px 0 0;
    top: 6px;
    font-style: normal;
    right: 22px;
    position: absolute;
    content: "\f0d7";
}

.cf-select-container em:before {
    top: 18px;
    z-index: 4;
}

.cf-select-container span {
  text-align: left;
}


/* Checkbox Start */

form .cf-checkbox {
    width: 100%;
    padding: 0 0 8px 0;  
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.wpcf7-list-item-label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    display: inline-block;
    padding-top: 6px;
    font-weight: 400;
}

.wpcf7-list-item-label::before {
content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #c60c30;
    background: #fff;
}

.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 13px;
    height: 6px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    opacity: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #c60c30;
    border-color: #c60c30;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

/* Others */

.wpcf7-spinner {
    right: 0;
    left: 0;
    top: 15px;  
}

.wpcf7 form .wpcf7-response-output {
    padding: 15px 14px;
    border: 1px solid #00a0d2;
}

span.wpcf7-not-valid-tip {
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    width: 200px;
}

div.wpcf7 .ajax-loader::before,
.wpcf7-spinner:before {
    display: none;
}

.submit-button-container {
    max-width: 704px !important;
}


/*Responsive*/
@media (max-width: 1023px) {

.wpcf7 .btn-primary {
  min-width: 200px;
}


}

@media (max-width: 767px) {

.fl_wrap {
  position: relative;
  margin-bottom: 0px;
  width: 100%
}

.wpcf7-submit,
.wpcf7 .btn-primary {
  width: 100%
}

form .column-container .cf-col-two.fl_wrap {
    flex: 0 0 100%;
    max-width: 100%;
}

}
.form-hide {
    display: none;
}

.logged-in .form-hide {
    display: block;
}

/* First level - no marker */
ul li::marker {
    content: "";
    display: none;
}

/* Second level - reset to default */
ul ul li::marker,
ol li::marker {
    content: normal;
}

/* Then set the list style */
ul ul {
    list-style-type: circle;
}

ul {
    padding-inline-start: 0;
    list-style: none;
    list-style-type: none;
}

ol ul {
    padding-inline-start: 0;
    list-style: circle;
    list-style-type: circle;
}

ol {
    padding-inline-start: 20px;
}

@supports (font: -apple-system-body) {
    ol {
        padding-inline-start: 26px;
    }
}

/*#yith-ywraq-form .update-list-wrapper .button {
    display: none;
}*/

/*
.tax-product_cat .footer-testimonials-main-container,
.single-product .footer-testimonials-main-container {
    display:none !important;
}*/
