.elementor-1324 .elementor-element.elementor-element-35d159fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1324 .elementor-element.elementor-element-c968d46{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-135d7d3{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-06d65c4{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-66db99f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-feb7180{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-e735856{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-e09049b{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1324 .elementor-element.elementor-element-87cead6{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-0d9a610{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-0cdaf37{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1324 .elementor-element.elementor-element-ac77109{--display:grid;--min-height:0vh;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:18px;--padding-right:18px;}.elementor-1324 .elementor-element.elementor-element-ac77109:not(.elementor-motion-effects-element-type-background), .elementor-1324 .elementor-element.elementor-element-ac77109 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F1C2E;}.elementor-1324 .elementor-element.elementor-element-d4a436b{padding:0px 0px 0px 0px;}.elementor-1324 .elementor-element.elementor-element-20f31a8{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-1324 .elementor-element.elementor-element-ac77109{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-1324 .elementor-element.elementor-element-ac77109{--content-width:1470px;}}@media(max-width:767px){.elementor-1324 .elementor-element.elementor-element-ac77109{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-d4a436b */.cf7-consultation-form {
  background: #0f1c2e;
  padding: 60px;
  border-radius: 20px;
  max-width: 800px;
   
  color: #fff;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Title */
.form-title {
  font-size: 28px;
  margin-bottom: 6px;
}

.form-subtitle {
  font-size: 14px;
  color: #9aa4b2;
  margin-bottom: 20px;
}

/* Labels */
.cf7-consultation-form label {
     margin-bottom: 12px; 
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #9aa4b2;
}

/* Layout */
.form-row {
  display: flex;
  gap: 30px;
}

.form-col {
  width: 50%;
}

.form-full {
  margin-top: 30px;
}

/* Inputs */
.cf7-consultation-form input,
.cf7-consultation-form select {
  width: 100%;
  height: 50px;
  padding-left : 50px;
  border-radius: 12px;
  border: 1px solid #2a3a52;
  background: #16263f;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
   margin-top: 8px;
  
}

/* Placeholder */
.cf7-consultation-form input::placeholder {
  color: #6c7a91;
  padding-top: 12px;
  padding-bottom: 18px;
  height: 20px;
  font-size: 15px;
     
}
.wpcf7-email{
     height: 50px;
    font-size: 15px;
}
/* Select */
.cf7-consultation-form select {
  appearance: none;
  
}

/* Focus Glow */
.cf7-consultation-form input:focus,
.cf7-consultation-form select:focus {
  border-color: #f5c542;
  box-shadow: 0 0 0 2px rgba(245,197,66,0.2);
}

/* Submit */
.form-submit {
  margin-top: 35px;
  
}

.cf7-consultation-form input[type="submit"] {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #f5c542, #d4a017);
  color: #000;
  font-weight: 600;
  border: none;
padding-bottom: 12px ;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s;
  
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {

    height: 50px !important;
}

/* Hover */
.cf7-consultation-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245,197,66,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .form-col {
    width: 100%;
  }
}/* End custom CSS */