/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 29 2026 | 13:15:28 */
.fix-ap-sec {
    color: #181818 !important;
    font-weight: 600;
}

.finance-op-sec .elementor-icon-box-icon {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
}

.landing-ap-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color:#FF0100 !important;
    color:#fff !Important;
    font-family: "Poppins" !important;
    font-size:16px !important;
    font-weight:600 !important;
    height:48px !Important;
    border-radius:32px !important;
}


.landing-ap-form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border-radius:32px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B9B9B9 !important;
}


#invoice-volume-select,
#your-role-select {
    color: #8A8A8A;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

/* Change color after selection */
#invoice-volume-select.changed,
#your-role-select.changed {
    color: #000000;
}

.landing-ap-form select:focus-visible {
    outline:none
}

.landing-ap-form .wpcf7 textarea{
    height:80px !important;
    min-height:80px !important;
    resize:none;
    padding:15px 20px;
    border-radius:8px !Important;
}


#lp-grid::before {
    width:62px;
    height:62px;
}

#lp-grid .elementor-image-box-content{
    padding-left:80px;
}

#lp-grid .elementor-widget-container{
    min-height:104px;
}

#landing-footer-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
     color: #807F7F !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 400 !important;
     background-color: #86575700;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #605959 !important;
}


@media only screen and (max-width: 767px) {
    
   #lp-grid .elementor-image-box-content{
      padding-left:70px;
   }
   #lp-grid::before{
      height:38px;
      width:38px;
   }

   .finance-op-sec .elementor-icon{
      font-size:15px !Important;
   
   }
    .finance-op-sec .elementor-icon-box-icon {
        height:38px;  
      width:38px !Important;
      margin-left:10px !Important;
      padding-top:8px !Important;

}
    
}



