/* 
Theme Name: Tuxedo Funding
Theme URI: https://simplior.com/
Description: Tuxedo Funding Child is a child theme of Hello Elementor, created by Simplior team
Author: Elementor Team
Author URI: https://simplior.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: tuxedo-funding-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p{
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   font-weight: normal;
   color: #70747B;
}
h1,h2,h3,h4,h5,h6{
   font-family: "aviano", serif;
}
ul{
   padding-left: 15px;
   margin-left: 0px;
}
li{
   color: #70747B;
   margin-bottom: 12px;
}
li::marker{
   font-size: 20px;
}
/* Home page */
.image-box-left-side .elementor-image-box-img{
   background: #000;
    width: 92px !important;
    padding: 19px 26.38px 13.92px 26px;
    border-radius: 100px;
}
.image-box-left-side.second-left-side .elementor-image-box-img {
   background: #fff;
}
.image-box-left-side .elementor-image-box-img img{
   width: 40px;
    max-width: 40px;
}
.contact-form-section{
   background: transparent linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 46%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}
.contact-form .gform-body input[type=text],.contact-form .gform-body textarea{
   border-radius: 19px;
   border: none;
   box-shadow: none;
   color: #909090;
   font-size: 13px;
   font-family: "Poppins", sans-serif;
   padding: 10px 20px;
   border: 1px solid #fff;
}
.contact-form .gform-body .gfield_error input[type=text],.contact-form .gform-body .gfield_error textarea{
   border: 1px solid red;
}
.contact-form .gform-body input[type=text]:focus,.contact-form .gform-body textarea:focus{
   border: none;
   box-shadow: none;
   outline-color: transparent;
}
.contact-form .gform-body textarea{
   height: 73px;
}
 .gform-theme--foundation .contact-form .gform_fields{
   row-gap: 20px;
}
.contact-form .gform-footer{
   margin-top: 25px;
}
.contact-form-section .gform_validation_errors,.contact-form-section .validation_message{
   display: none !important;
}
.contact-form input[type=submit]{
   background-color: #000000 !important;
   background: #000000 !important;
   border-radius: 25px !important;
   color: #fff !important;
   font-size: 13px !important;
   padding: 16px 48px 16px 48px !important;
   position: relative;
}
.contact-form .gform_button{
   position: relative;
}
.contact-form input[type=submit]:after{
   content:" ";
   position: absolute;
   background-image: url(/wp-content/uploads/2025/05/Group-8813@2x.png);
   background-size: 100%;
   width: 13px;
   height: 10px;
   left: 0px;
   background: #FFFFFF;
   display: block;
}

.effective-date p,.black-text p{
   color: #000;
}
.testimonial-desc p,.white-text p{
   color: #fff;
}
#lendingsolutions{
   position: relative;
}

#lendingsolutions::after{
 content: "";
 width: 100%;
 height: 680px;
 background: transparent linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 46%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
 position: absolute;
 z-index: -1;
}

/* Responsive */
@media only screen and (min-width: 1025px){
   .responsive_login_menu{
      display: none !important;
   }
}
@media only screen and (max-width: 1024px){
   .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a{justify-content: flex-end}
}
 
@media only screen and (min-width: 800px) and (max-width: 1024px){
   .how-it-work-section .how-it-work-box .how-it-work-num-up,.how-it-work-section .how-it-work-box .how-it-work-num-down{
      bottom: 180px;
   }
   .how-it-work-doubble-line{
      display: none;
   }
   
}

@media only screen and (min-width: 768px) and (max-width: 799px){
   .how-it-work-single-line{
      display: none;
   }
}
@media only screen and (max-width: 767px){
   .testimonial-slider{
      position: relative !important; 
   }
   #lendingsolutions{
      padding: 0px !important;

   }
   #lendingsolutions::after{
      
      height: 400px;
      
     }
}
