/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/nextApp/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!../nodevenv/nextApp/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!../nodevenv/nextApp/20/lib/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!../nodevenv/nextApp/20/lib/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/styles/modules/survey.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
/* Bouncy Base Styles */
.survey_surveyContainer__Dz_HK {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 2rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==");
}

.survey_surveyHeading__hx5Ha {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 7rem);
  color: var(--color-dark);
  cursor: default;
}
.survey_surveyHeading__hx5Ha .survey_char__DlLDN {
  display: inline-block;
  will-change: transform, letter-spacing;
}
.survey_surveyHeading__hx5Ha .survey_heading-ripple__RG4EH {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(100, 57, 255, 0.2);
  transform: scale(0);
  pointer-events: none;
  z-index: 0;
}

.survey_subHeading__SJh8f {
  font-family: var(--font-body);
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 30px;
  color: var(--color-dark);
}

/* Playful Form Container - Fixed responsiveness */
.survey_formContainer__3DfDT {
  background: rgb(244, 244, 244);
  border-radius: 60px;
  padding: 3rem 4rem;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #eaeaea;
  position: relative;
  box-sizing: border-box;
}

/* Description */
.survey_description__0hFRx {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  color: var(--color-dark);
  margin: 0 auto 2.5rem;
  max-width: 100%;
  line-height: 1.6;
  font-weight: 400;
}

.survey_separator__Yq0rt {
  height: 1px;
  width: 100%;
  max-width: 420px;
  background-color: rgba(149, 149, 149, 0.2);
  margin: 2rem auto;
  margin-top: -20px;
  border: none;
}

.survey_formGroup__IWmcP label {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 20px;
  color: var(--color-dark);
  margin: 0 0 1.5rem 0;
  width: 100%;
  line-height: 1.6;
  display: block;
  padding-left: 0.5rem;
}

/* Fun Service Cards */
.survey_servicesGrid__z2kEp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 30px;
}

.survey_serviceCard__GRrMO {
  background: white;
  border-radius: 16px;
  padding: 1.2rem 1rem;
  font-family: var(--font-body);
  font-size: 1.1rem;
  cursor: pointer;
  width: 260px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(100, 57, 255, 0.1);
}
.survey_serviceCard__GRrMO::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.survey_serviceCard__GRrMO:hover {
  border-color: rgba(100, 57, 255, 0.3);
}
.survey_serviceCard__GRrMO:hover::before {
  opacity: 0.08;
}
.survey_serviceCard__GRrMO.survey_selected__oXBnF {
  background: var(--color-primary);
  color: white;
  animation: survey_cardSelect__DW6L3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  border-color: transparent;
}
.survey_serviceCard__GRrMO.survey_selected__oXBnF::after {
  content: "✓";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1rem;
  animation: survey_checkIn__XEMPJ 0.3s ease-out 0.2s both;
}

@keyframes survey_cardSelect__DW6L3 {
  0% {
    transform: scale(1);
    border-radius: 16px;
  }
  30% {
    transform: scale(0.96);
    border-radius: 20px;
  }
  100% {
    transform: scale(1);
    border-radius: 16px;
  }
}
@keyframes survey_checkIn__XEMPJ {
  0% {
    opacity: 0;
    transform: scale(0.8) rotate(-15deg);
  }
  80% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/* Floating Emoji Decorations */
.survey_formContainer__3DfDT::after {
  content: "✨";
  position: absolute;
  font-size: 2rem;
  right: 20px;
  top: 20px;
  animation: survey_float__j_PqS 3s ease-in-out infinite;
  opacity: 0.7;
}

@keyframes survey_float__j_PqS {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}
/* Add this container for hidden services */
.survey_hiddenServicesWrapper__6dSSo {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Animation container - keeps layout stable */
.survey_hiddenServicesContainer__nj_oz {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  overflow: hidden;
}

/* Submit Button Styles */
.survey_submitButton__0I9RI {
  background: var(--color-primary);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  margin-top: 2rem;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(100, 57, 255, 0.3);
}

.survey_submitButton__0I9RI:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 117, 255, 0.4);
}

.survey_submitButton__0I9RI:active {
  transform: translateY(1px);
}

.survey_showMoreButton__cYQeK {
  margin-top: 2rem;
  padding: 0.8rem 1.6rem;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--font-body);
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.survey_showMoreButton__cYQeK:hover {
  background-color: #444;
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .survey_surveyContainer__Dz_HK {
    padding: 1rem;
  }
  .survey_formContainer__3DfDT {
    width: 100%;
    padding: 2rem 1.5rem;
    border-radius: 40px;
    margin: 0;
  }
  .survey_surveyHeading__hx5Ha {
    font-size: 2.5rem;
  }
  .survey_serviceCard__GRrMO {
    width: calc(50% - 0.5rem);
    min-width: 140px;
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }
  .survey_separator__Yq0rt {
    width: 90%;
  }
  .survey_description__0hFRx {
    font-size: 1.1rem;
  }
  .survey_formGroup__IWmcP label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .survey_surveyContainer__Dz_HK {
    padding: 0.5rem;
  }
  .survey_formContainer__3DfDT {
    padding: 1.5rem 1rem;
    border-radius: 30px;
  }
  .survey_surveyHeading__hx5Ha {
    font-size: 2rem;
  }
  .survey_subHeading__SJh8f {
    font-size: 1.2rem;
  }
  .survey_serviceCard__GRrMO {
    width: 100%;
    min-width: unset;
  }
  .survey_servicesGrid__z2kEp {
    gap: 0.75rem;
  }
  .survey_description__0hFRx {
    font-size: 1rem;
  }
  .survey_formGroup__IWmcP label {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .survey_formContainer__3DfDT {
    padding: 1rem 0.75rem;
    border-radius: 20px;
  }
  .survey_serviceCard__GRrMO {
    padding: 0.8rem 0.5rem;
    font-size: 0.9rem;
  }
}
