/* xl - DESKTOP STYLES */ 
:root{
	--main-violet: #F34B19;
}

body{overflow-x:hidden;}

#preloader{
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left:0;
	position: fixed;
	background: red;
} 

/*
.hero-title span{
	font-size: 3.2vw;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 21px;
    color: #000000;
	font-weight:700;


}*/

.main-features-tab{border-bottom: 1px solid #0000001c; position: relative;}
.main-features-tab:before{
	    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0px;
    background: red;
    height: 1px;
    z-index: 1;
	transition: width .4s ease;
}
.main-features-tab:hover:before{width: 100%;}
.main-features-tab.active:hover:before{display:none;}
.main-features-tab.active{border-bottom: 0px solid #0000001c; margin-top: 20px; margin-bottom:20px;}


.main-features-tab .main-feature-undertext{
	display: none;
}
.main-features-tab.active .main-feature-undertext{
	display: block;
}


.main-features-tab h1{
	font-size: 28px;
	opacity: .7;
	font-weight: 400;
}
.main-features-tab.active h1{
	font-size: 32px;
	opacity: 1;
	font-weight: 700;
}

.spacer {
  height: 70vh; /* adjust as needed */
}

#changeable {
  display: inline-block;
  min-width: 180px; /* Prevent jumpy layout */
  background: orange;
  padding: 10px 40px;
  border-radius: 100px;
  color: black;
}

.landing-form{
	max-width: 520px;
		background: white;
	border: 1px solid var(--main-violet);
	border-radius: 12px;
	padding: 30px;
	position: relative;
	display: block;
	z-index:2;
 	transform: translateY(0px);
	visibility: visible;
}



#landing-form .wpforms-submit {
    width: 100%;
    background-color: #F34B19;
	font-weight: 600;
	text-transform: uppercase;
    border-radius: 50px;
    z-index: 1;
    border: 1px solid #F34B19;
    overflow: hidden;
		color: white;
}
#landing-form .wpforms-submit:hover {
	color: #F34B19;
}

#landing-form .wpforms-submit-container{
	    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -60px;

}

#landing-form .wpforms-submit:before {
    content: "";
    background: #fff;
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    left: -1%;
    top: 0px;
    opacity: 1;
    transition: all .3s ease-out;
    z-index: -1;
}
#landing-form .wpforms-submit:hover:before {

    width: 100%;
    left: 0%;
}


#landing-form input[type="text"], #landing-form input[type="email"], #landing-form input[type="phone"] {

    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid #0000000f;
    color: black;
}

.landing-form .wpforms-page .simple-checkbox ul{ gap: 8px !important;}

.landing-form  .wpforms-container .wpforms-field, .landing-form  .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0;
    position: relative;
}

.landing-form .form-title, .landing-form .wpforms-container{
		
	margin:0 !important;
	
}

.landing-form .form-title{
	color: black; 
	font-weight: 700;
	font-size: 24px;
	line-height:1;
	margin-bottom: 20px !important;
	max-width: 360px;
}



.landing-form .wpforms-pagebreak-left button.wpforms-page-button{
	border-radius: 20px;
	z-index:4;
	 transition: all .2s ease-out;
	color: white !important;
	background: #FFA186 !important;
	overflow: hidden;
}




.landing-form .wpforms-pagebreak-left button.wpforms-page-button:after{
	content: "";
    background: #F34B19;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0%;
    transition: all .2s ease-out;
    z-index: -1;
}

.landing-form .wpforms-pagebreak-left button.wpforms-page-button:hover:after{
	left: 0%;
}

.landing-form .wpforms-page-indicator{
	display:none;
}

div.wpforms-container-full:not(:empty) {
	margin: 0px auto;}

.landing-form  .form-section-divider{
	
	margin-top: 15px !important;
	margin-bottom: 15px;
	border-top: 1px solid #0000000d !important;
}

.landing-form div.wpforms-container-full .wpforms-field-description {
    padding-left: 32px;
	 padding-right: 32px;
}

.landing-form  input[type=text]:focus, .landing-form  input[type=email]:focus{
	box-shadow: none !important;
}
.industry-type .wpforms-field-label-inline{font-weight: 600 !important;}

[class^="choice-"].depth-1 input, 
#wpforms-19-field_29-description,
#wpforms-19-field_30-description,
#wpforms-19-field_31-description{
	display:none !important;
}

[class^="choice-"].depth-1 {

  border-radius: 12px;
  margin-bottom: 12px;
  background: #FAFAFA;
	
  cursor: pointer;
	pointer-events: none;
  position: relative;
  transition: background 0.3s ease;

}


[class^="choice-"].depth-1.wpforms-selected {
  background: #c7ffba !important; /* yellow highlight */
border: 1px solid #5AB445;
}

 [class^="choice-"].depth-1 label{
		width: 100%;
	 pointer-events: all;
		padding: 16px;
}

 [class^="choice-"].depth-1 label span{
		font-size: 13px;
	 	color: #6d7081;
	 	font-weight: 500;
	 	display: block;
	 margin-top: 8px;
}

 [class^="choice-"].depth-1 label:before {
    content: "";
    background: url(/wp-content/uploads/2025/07/Vector-7-2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 8px; */
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 48px;
	opacity:0;
	transition: right .3s ease-out;
}

 #wpforms-19-field_28 [class^="choice-"].depth-1 label:before {
    content: "";
    background: #ffffff;
    /* padding: 8px; */
    width: 48px;
    height: 24px;
    display: block;
    position: absolute;
    border-radius: 30px;
    right: 24px;
    opacity: 1;
    transition: right .3s ease-out;
}

 #wpforms-19-field_28 [class^="choice-"].depth-1 label:after {
content: "";
    background: radial-gradient(circle at 30% 30%, #eee, #999);
    /* padding: 8px; */
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    border-radius: 30px;
    right: 48px;
    top: 17px;
    opacity: 1;
    transition: right .3s ease-out;
}

 #wpforms-19-field_28 [class^="choice-"].depth-1.wpforms-selected label:after {
      background: radial-gradient(circle at 30% 30%, #a8ff78, #28a745);
    right: 25px;
}

 #wpforms-19-field_28 [class^="choice-"].depth-1.wpforms-selected label:before {
     background: white;
	opacity:1;
}

 [class^="choice-"].depth-1.wpforms-selected label:before {
    right: 24px;
	opacity:1;
}

 [class^="choice-"].depth-1.wpforms-selected label span{
	 	color: #185709;
}

span.wpforms-image-choices-image{
	position: absolute;
	width: 24px;
}












.flickity-viewport{width:100%;}


