/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2026 | 07:54:19 */
.wpcf7 .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wpcf7 .form-group {
  margin-bottom: 16px;
}
.wpcf7 .form-row .form-group{
	margin-bottom:0;
}
.wpcf7 .form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(11,31,58,0.12);
  border-radius: 6px;
  font-size: 15px;
  color: #1a1a2e;
  background: #FAFAF7;
  outline: none;
  font-family: 'DM Sans', sans-serif;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
  border-color: #0B1F3A;
  box-shadow: 0 0 0 3px rgba(11,31,58,0.08);
  background: #fff;
}

.wpcf7 .btn-cta {
  width: 100%;
  background: #C8962E;
  color: #0B1F3A;
  border: none;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  margin-top: 8px;
  transition: background 0.2s;
}

.wpcf7 .btn-cta:hover {
  background: #E8B84B;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7 form .wpcf7-response-output{
	margin:0;
}
.ctsticky{
	position:sticky;
	top:20px;
}
.step-card{
	position:relative;
}
.steps-section .elementor-widget {
  position: relative;
}

.steps-section .elementor-widget::before {
  content: '';
    position: absolute;
    top: 44px;
    left: 50%;
    right: -50%;
    height: 2px;
    background: #b3becd;
    z-index: 1;
}
.steps-section .step-last-card.elementor-widget::before {
  display:none;
}
.wpcf7-list-item{
	margin: 0 20px 0 0;
}
.wpcf7-list-item input{
	width: auto;
}
.ctnumber a{
	text-decoration:none;
}
.service-form .wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 7px !important;
}
@media screen and (max-width: 767px) {
	.steps-section .elementor-widget::before {
		display:none;
	}
}