/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/footer/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.footer-block ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.footer-block li {
  margin-bottom: 8px; /* Optional: spacing between items */
}

.footer-block li a {
  text-decoration: none !important;
  color: #fff;
}

.footer-block a:hover {
  text-decoration: none !important;
}

.footer-block {
  background: #FAFAFA;
}

.footer-newsletter {
  width: 100%;
}

.footer-social-link i {
  color: #1d1d1d;
}

footer a {
  text-decoration: none;
}

.footer-social-link i {
  font-size: 1.4rem;
}

/* ===============================
   RESET FLUENTFORM LAYOUT (FORCE 1 COLUMN)
================================= */
.fluentform_wrapper_2 .ff-t-container {
  display: block !important;
  position: relative !important; /* Needed for absolute button */
}

.fluentform_wrapper_2 .ff-t-cell {
  display: block !important;
  width: 100% !important;
  flex-basis: 100% !important; /* Override inline values like 10%, 50% */
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===============================
   INPUT FIELD - LIKE BOOTSTRAP
================================= */
.fluentform_wrapper_2 input[type=email] {
  width: 100% !important;
  padding: 1rem 3rem 1rem 1rem !important; /* Space for button */
  border-radius: 50rem !important; /* Same as .rounded-pill */
  border: 1px solid #ced4da !important;
  box-sizing: border-box !important;
  font-size: 1rem !important;
  display: block !important;
  background-color: #fff !important;
}

/* ===============================
   SUBMIT BUTTON (INSIDE INPUT)
================================= */
.fluentform_wrapper_2 .ff_submit_btn_wrapper {
  position: absolute !important;
  top: 50% !important;
  right: 0.25rem !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fluentform_wrapper_2 .ff-btn-submit {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 0 !important; /* Hide default text */
  transition: transform 0.3s, background-color 0.3s !important;
}

.fluentform_wrapper_2 .ff-btn-submit:hover {
  background-color: #ffffff !important;
  transform: translateY(-50%) rotate(90deg) !important;
}

/* ===============================
   REMOVE EXTRA MARGINS FROM FLUENTFORM
================================= */
.fluentform_wrapper_2 .ff-el-group,
.fluentform_wrapper_2 .ff-el-input--content {
  margin: 0 !important;
  padding: 0 !important;
}

.fluentform_wrapper_2 .ff-el-group label {
  display: none !important; /* Hide label if shown */
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0px !important;
  }
}
/* Main submit button */
.fluentform_wrapper_2 .ff-btn-submit {
  position: relative;
}

/* Use the FI arrow icon */
.fluentform_wrapper_2 .ff-btn-submit::after {
  content: "\e0f1"; /* Unicode of fi-rr-arrow-small-right */
  font-family: "uicons-regular-rounded"; /* MUST match FI icon font */
  font-weight: 400; /* optional but good */
  font-size: 1.325rem;
  color: #ffffff;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* prevents click issues */
}

/*# sourceMappingURL=style-index.css.map*/