.elementor-4548 .elementor-element.elementor-element-237905c{--display:flex;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4548 .elementor-element.elementor-element-9867aca{text-align:center;}.elementor-4548 .elementor-element.elementor-element-9867aca .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:48px;font-weight:700;color:#1A1A1A;}.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-4548 .elementor-element.elementor-element-a291ae3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4548 .elementor-element.elementor-element-a291ae3{text-align:center;font-family:"Raleway", Sans-serif;font-weight:400;}.elementor-4548 .elementor-element.elementor-element-ec1845e{--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:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-4548 .elementor-element.elementor-element-9867aca .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-4548 .elementor-element.elementor-element-237905c{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-4548 .elementor-element.elementor-element-9867aca{text-align:left;}.elementor-4548 .elementor-element.elementor-element-9867aca .elementor-heading-title{font-size:32px;}.elementor-4548 .elementor-element.elementor-element-a291ae3{text-align:left;}}/* Start custom CSS for shortcode, class: .elementor-element-f29d4c9 *//* General input style */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  font-size: 16px;
  margin-bottom: 0px;
  box-sizing: border-box;
  font-weight: normal;
}

/* Specific input adjustments */
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select {
  height: 44px !important;
}

.wpcf7 textarea {
  height: 150px;
}

/* Placeholder color */
.wpcf7 input::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  /*color: #000;*/
}

/* Label styling */
.wpcf7 form label,
.wpcf7 label {
  display: inline-flex !important;
  gap: 5px;
  padding-top: 10px;
  color: #000;
}

/* Paragraphs */
.wpcf7 form p {
  margin-bottom: 0;
}

.wpcf7 div {
  margin: 0 !important;
}

/* Two-column row */
.form-row {
  display: flex;
  gap: 20px;
}

.form-col {
  flex: 1;
}

/* Headings */
.wpcf7 h2 {
  font-weight: 800;
  margin-bottom: 30px;
  color: #283a7d;
}

.wpcf7 h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Submit button */
.premium-cf-submit {
  text-align: right;
}

.sell-submit-btn{
  background-color: #02039b !important;
  color: #fff;
  font-size: 18px;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, background-image 0.3s ease, transform 0.3s ease;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.sell-submit-btn:hover {
  background-color: transparent;
  background-image: linear-gradient(130deg, #0d2eaf, #b9b9b9);
  transform: translateY(-4px);
}

/* Misc styling */
.wpcf7-span,
.wpcf7-form-control-wrap,
.wpcf7-span input,
.wpcf7-not-valid-tip,
.wpcf7 select {
  margin: 0 !important;
}

.cf7-required {
  color: red;
  margin: 0 !important;
}

.btn-submit p {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.d_flex_top {
  display: flex;
  flex-direction: column;
}

.d_flex {
  display: flex;
  gap: 20px;
}

.icon-link {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .d_flex {
    flex-direction: column;
  }
}

.sell-form .step-content{
    border-radius: 8px;
    padding: 24px;
    margin-top: 15px !important;
    box-shadow: 2px 6px 18px 6px rgba(0, 0, 0, 0.2);
}
.sell-form .wpcf7-form-control.wpcf7-radio {
  display: inline-flex;
  gap: 24px;
  margin-bottom: 8px;

}

.sell-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.sell-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin: 0;

}

.sell-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  align-items: center;
  border: 1px solid;
  border-radius: 8px;
  padding: 0 24px;
  white-space: nowrap;
  justify-content: center;

}

.sell-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  /* make each item sit side by side */
  margin: 0;
}

.sell-form .steps-form .steps-row .steps-step .btn-circle{
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
}


.sell-form .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active{
    border: 2px dashed;
    color: #fff !important;
}
.sell-form .uacf7-btn-default{
    background-color: #f1f1f1 !important;
    color:#283b7d !important;
}

.sell-form .steps-step .btn.btn-circle.completed,
.sell-form .steps-step :is(.btn.btn-circle:focus,.btn.btn-circle:hover)
{
    background: #02039b !important;
    color:#ffffff !important;
}

.sell-form .steps-form .steps-row:before{
    top:30px;
}

.sell-form .form-heading h2{
    font-weight:500;
    margin-top:18px;
}
.sell-form .uacf7-next,
.sell-form .uacf7-prev{
  background-color: #02039b !important;
  color: #fff;
  font-size: 18px;
  padding: 16px !important;
  border-radius: 50px !important;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, background-image 0.3s ease, transform 0.3s ease;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0 !important;
  margin-top:30px !important;
}
.sell-form .uacf7-next:hover,
.sell-form .uacf7-prev:hover {
  background-color: transparent;
  background-image: linear-gradient(130deg, #0d2eaf, #b9b9b9);
  transform: translateY(-4px);
}

.sell-form .store-visit{
    background-color:#ff000029;
    border-top: 4px solid red;
    padding: 32px 0;
}

@media(max-width:767px){
    .sell-form .uacf7-steps.steps-form{
        text-align:center;
    } 
}/* End custom CSS */