.elementor-1073 .elementor-element.elementor-element-7514899e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-1073 .elementor-element.elementor-element-1406ecf6{--display:flex;}.elementor-1073 .elementor-element.elementor-element-53415055{--display:flex;}@media(min-width:768px){.elementor-1073 .elementor-element.elementor-element-1406ecf6{--width:65%;}.elementor-1073 .elementor-element.elementor-element-53415055{--width:35%;}}/* Start custom CSS for text-editor, class: .elementor-element-313d10b2 *//* Footer headings */
.ct-footer .widget-title,
.ct-footer h1,
.ct-footer h2,
.ct-footer h3,
.ct-footer h4 {
    color: #ffffff !important;
}

/* Footer text */
.ct-footer,
.ct-footer p,
.ct-footer li,
.ct-footer span,
.ct-footer a {
    color: #ffffff !important;
}

/* Footer links hover */
.ct-footer a:hover {
    color: #ff3f5e !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-76647f8c *//* ===== FORM CONTAINER (Short Height Version) ===== */
.wpcf7 {
  max-width: 360px;
  margin: 15px auto;
  padding: 14px;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
  font-family: "Poppins", Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

/* Glow effect */
.wpcf7::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 90px;
  height: 90px;
  background: #2563eb;
  filter: blur(50px);
  opacity: 0.2;
}

/* ===== INPUT (VERY COMPACT HEIGHT) ===== */
.wpcf7 input {
  width: 100%;
  padding: 8px 10px;     /* smaller height */
  margin: 4px 0 8px 0;   /* reduced spacing */
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  background: #fff;
  box-sizing: border-box;
}

/* Focus */
.wpcf7 input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.12);
  outline: none;
}

/* Placeholder */
.wpcf7 input::placeholder {
  font-size: 12px;
  color: #9ca3af;
}

/* ===== SUBMIT BUTTON (SHORT) ===== */
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 9px;
  margin-top: 6px;
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(37,99,235,0.25);
}/* End custom CSS */