.elementor-1128 .elementor-element.elementor-element-8361b06{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1128 .elementor-element.elementor-element-8361b06.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1128 .elementor-element.elementor-element-479d2d3{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1128 .elementor-element.elementor-element-479d2d3.elementor-element{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-1128{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1128 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1128 .dialog-close-button{display:flex;}#elementor-popup-modal-1128 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-1128 .elementor-element.elementor-element-8361b06{--width:69%;}}/* Start custom CSS for shortcode, class: .elementor-element-479d2d3 *//* =======================
   FORM WRAPPER (VIP FLOATING + GRADIENT BACKGROUND)
======================= */
.wpcf7 {
  max-width: 480px;           /* Form chhota aur centered */
  margin: 40px auto;          /* Thoda upar-bottom spacing */
  font-family: 'Poppins', sans-serif; 
  background: linear-gradient(135deg, #fff8f0, #ffe6d4);  /* Warm VIP gradient */
  padding: 35px 30px;         /* Comfortable padding */
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18); /* Lifted shadow */
  color: #272727;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* FLOATING HOVER EFFECT */
.wpcf7:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  background: linear-gradient(135deg, #fff3e6, #ffd7b8); /* Slightly darker on hover */
}

/* =======================
   LABELS
======================= */
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  color: #272727;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* =======================
   INPUTS, SELECTS, TEXTAREA
======================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background-color: #fffdf7;  /* Soft off-white for inputs */
  border: 1px solid #e2dcd2;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #272727;
  transition: all 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

/* FOCUS STATE */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #B57825;
  box-shadow: 0 4px 12px rgba(181, 120, 37, 0.35);
}

/* TEXTAREA */
.wpcf7 textarea {
  min-height: 100px;
  resize: vertical;
}

/* =======================
   SUBMIT BUTTON
======================= */
.wpcf7 input[type="submit"] {
  background: linear-gradient(135deg, #B57825, #a4681f);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

/* SUBMIT HOVER */
.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(135deg, #a4681f, #8c5617);
  transform: translateY(-2px);
}

/* SUBMIT ACTIVE */
.wpcf7 input[type="submit"]:active {
  transform: translateY(1px);
}

/* =======================
   ERROR MESSAGE
======================= */
.wpcf7-not-valid-tip {
  color: #d94f4f;
  font-size: 12px;
  margin-top: 4px;
}

/* =======================
   SUCCESS MESSAGE
======================= */
.wpcf7-response-output {
  border: none;
  background-color: #fff7f0;
  color: #272727;
  padding: 14px;
  margin-top: 18px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* REQUIRED ASTERISK */
.wpcf7 .wpcf7-required {
  color: #B57825;
}/* End custom CSS */