/* Custom code from the <head> of axelradcapital.webflow.io/transactional-funding, in page order, selectors scoped to .webflow-clone.
   Loaded after the slider stylesheets, where Webflow's head styles sit. */
/*  .yellow-btn:hover .gold-layer{
transform: translate(-50%, -50%) skew(10deg, 0);
    background-color:#FFD83C;
}*/
  
  .webflow-clone .yellow-btn:hover .gold-layer{
transform: translate(-50%, -50%) rotateZ(2deg);
    background-color:#FFD83C;
}
    .webflow-clone .transparent-btn:hover .blue-layer{
transform: translate(-50%, -50%) rotateZ(2deg);
    background-color:#00ffd1;
}
  
  .webflow-clone .w-tab-content {
overflow: visible !important;
}
  .webflow-clone .over{
overflow:hidden !important;
}
.webflow-clone .dropdown {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.webflow-clone .dropdown.show {
  opacity: 1;
  visibility: visible;
}


.webflow-clone .rotate {
      transform: rotate(180deg);
    }

.webflow-clone input_color >
input:-webkit-autofill,
.webflow-clone input:-webkit-autofill,
.webflow-clone input:-webkit-autofill:focus,
.webflow-clone textarea:-webkit-autofill,
.webflow-clone textarea:-webkit-autofill,
.webflow-clone textarea:-webkit-autofill:focus,
.webflow-clone select:-webkit-autofill,
.webflow-clone select:-webkit-autofill:hover,
.webflow-clone select:-webkit-autofill:focus {
background-color:transparent !important;
-webkit-text-fill-color:#E7E8EB !important ;
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
-webkit-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
}
/*
.slickprev,
.slicknext{
width:36px !important;
height:36px !important;
}
.swiper-button-next,
.swiper-button-prev{
width:36px !important;
height:36px !important;
}
*/
.webflow-clone .w-webflow-badge{
display:none !important;
}
.webflow-clone .collection-list-10 > :first-child .upcoming-card-main {
 border-top:none;
}
  

/* width */
.webflow-clone ::-webkit-scrollbar {
  width: 4px;
  height:4px;
}

/* Track */
.webflow-clone ::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
.webflow-clone ::-webkit-scrollbar-thumb {
  background: green; 
  border-radius: 10px;
}

.webflow-clone .work-slide:hover .card-slider-2{
background:transparent;
}
.webflow-clone .work-slide:hover .how-it-work-steps-bg{
transform:scale(1)
}

.webflow-clone .tick-para-wrapper:hover .tick-icon{
color:#1F8400;
}
.webflow-clone .tick-para-wrapper:hover .seamless-para-2{
color: #0A7D68 !important;
}

.webflow-clone .main-table::-webkit-scrollbar {
  height: 6px;   /* Horizontal height */
  width: 6px;    /* Vertical width */
}

/* Scrollbar ka track (background part) */
.webflow-clone .main-table::-webkit-scrollbar-track {
  background: transparent; 
  border-radius: 10px;
}

/* Scrollbar ka thumb (moving part) */
.webflow-clone .main-table::-webkit-scrollbar-thumb {
  background:var(--_colors---dark-green); 
  border-radius: 10px;
}
 .webflow-clone .h2-wraper.max-610.block {
        display: none;   
        max-width:750px;
    }
        .webflow-clone .h2-wraper.max-610.none {
        display: none;
    }
    .webflow-clone .customer-section {
        padding-top: 0px;
    }
     .webflow-clone .h2-wraper.max-610.block {
        display: none; 
        max-width:750px;
    }
        .webflow-clone .h2-wraper.max-610.none {
        display: none;
    }
    
    
    @media screen and (max-width: 479px) {
    .webflow-clone .customer-section {
        padding-bottom: 120px;
    }
}
@media screen and (min-width: 1280px) {
    .webflow-clone .upcoming-event {
        padding-top: 152px;
    }
        .webflow-clone .latest-industry-section {
        padding-top: 182px;
    }
}
@media screen and (max-width: 767px) {
    .webflow-clone .upcoming-event {
        padding-top: 80px;
    }
}
