@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap");
* {
  font-family: "Open Sans", sans-serif;
}
.global-wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.global-wrapper ol > li {
  margin-bottom: 10px !important;
}

.global-wrapper h2 {
  font-weight: 700 !important;
}
.single-content ol {
  padding: 0;
}
ol > li {
  margin-bottom: 10px !important;
}
ol li::marker {
  font-size: 1.2em;
}
.custom-links ul {
  display: flex;
  align-items: center;
  gap: 25px 15px;
  flex-wrap: wrap;
  list-style-type: none !important;
  padding: 0 !important;
}
.custom-links li {
  list-style-type: none;
}
.custom-links a {
  text-decoration: none;
  min-width: 100px;
  padding: 8px 10px !important;
  border-radius: 25px;
  border: 1px solid rgb(35, 87, 210);
  color: rgb(0, 169, 244);
}
.custom-links a:hover {
  background: rgb(0, 169, 244);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .elementor-image-box-img {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}
.link-btn {
  background-image: linear-gradient(to top right, #ffc300, #ffe69b) !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  color: #003366 !important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 30px !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  display: block;
  width: fit-content;
}
.link-btn:hover {
  background-image: linear-gradient(to top right, #ffe69b, #ffc300) !important;
}
/* Base styles */
.prefs-container {
  display: flex;
  flex-wrap: wrap;
}
.item {
  flex: 50%;
  /* Make items take up half the width, forming a 2x2 grid on desktop */
  box-sizing: border-box;
  padding: 10px;
  /* Adjust as needed */
}
/* Mobile styles */
@media (max-width: 600px) {
  .item {
    flex: 100%;
    /* Each item takes full width, forming a list on mobile */
    padding: 10px 10px 10px 0;
  }
}
.step-title {
  font-weight: bold;
  font-size: 22px !important;
  /* 	 text-transform: capitalize !important; */
  text-align: center;
  color: #000;
}
.email-title {
  font-weight: bold;
  font-size: 20px;
  text-align: start;
  color: #000;
  width: 300px;
  margin: 0 auto;
}
.promptForm {
  background-color: rgb(0, 169, 244);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  padding: 50px 10px !important;
  position: relative;
}
.quizForm {
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  padding: 20px 10px !important;
  position: relative;
}
.targetForm {
  height: 600px;
  background-color: #fff;
  width: 80%;
  max-width: 800px;
  padding: 50px !important;
  position: relative;
  overflow: hidden;
  /* 	 box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3); */
  /* 	 display: none; */
}
@media screen and (max-width: 768px) {
  .targetForm {
    padding: 25px !important;
    width: 100%;
  }
}
#article_quizForm .targetForm {
  height: 450px;
  background-color: #fff;
  width: fit-content;
  max-width: 800px;
  position: relative;
  overflow: hidden;
}
#article_quizForm h2 {
  text-align: center;
}
#article_quizForm label {
  width: 100%;
  line-height: 150%;
}
#article_quizForm input {
  width: 330px;
}
#article_quizButton {
  width: 330px;
}
@media screen and (max-width: 768px) {
  #article_quizForm .targetForm {
    padding: 10px 0 0 !important;
    width: 100%;
    height: 400px;
  }
  #article_quizForm label {
    font-size: 16px;
    padding: 0;
  }
  #article_quizForm input {
    width: 100%;
  }
  #article_quizButton {
    width: 100%;
  }
}
.step {
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  transition: transform 0.5s ease-in-out;
  transform: translateX(150%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step.active {
  transform: translateX(0);
  position: relative;
}
.step.left-out {
  transform: translateX(-150%);
}
.step.right-out {
  transform: translateX(150%);
}
.step.left-in {
  transform: translateX(0);
}
.step.right-in {
  transform: translateX(0);
}
#progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
}
#progress {
  height: 100%;
  background: var(--grad, linear-gradient(90deg, #4569f4 0%, #49cfee 100%));
  width: 0;
}
.ragio-container {
  margin: 30px auto 0 !important;
  width: 100%;
  max-width: 500px;
}
.radio-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px !important;
  gap: 10px;
}
.radio-input .name {
  width: 100%;
  font-size: 20px;
  line-height: normal;
}
.radio-input input[type="radio"] + label {
  width: calc(50% - 5px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgb(0, 169, 244);
  font-size: 20px;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
}
.radio-input #user-gender--woman:checked + label,
.radio-input #search-gender--woman:checked + label {
  background: #ff4aa8;
  border: 1px solid rgb(0, 169, 244);
  color: #000;
}
.radio-input #user-gender--man:checked + label,
.radio-input #search-gender--man:checked + label {
  background: #47c2fd;
  border: 1px solid rgb(0, 169, 244);
  color: #fff;
}
.radio-input input[type="radio"] {
  display: none;
}
.slider-container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.slider-item .name {
  width: 100%;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 5px;
  text-align: center;
}
.progress-container {
  width: 100%;
  background-color: #e5e5e5;
  height: 12px;
  position: relative;
  margin: 10px auto 20px !important;
}
@media screen and (max-width: 768px) {
  .progress-container {
    width: 90%;
  }
}
.progress-bar {
  width: 0%;
  height: 100%;
  background: var(--grad, linear-gradient(90deg, #4569f4 0%, #49cfee 100%));
  position: relative;
}
.slider {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.step-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-wrapper p {
  text-align: center;
  color: red;
  font-size: 12px;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  display: none;
}
.next,
.submit,
.save {
  cursor: pointer;
  color: #003366;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px !important;
  border-radius: 50px;
  background-image: linear-gradient(to top right, #ffc300, #ffe69b) !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 30px auto 10px !important;
  align-self: flex-end;
  border: none;
  min-width: 200px;
  text-align: center;
}
.next:hover,
.submit:hover,
.save:hover {
  background-image: linear-gradient(to top right, #ffe69b, #ffc300) !important;
}
.skip {
  text-decoration: underline;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
.visit {
  cursor: pointer;
  color: #003366;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  /*   text-transform: uppercase; */
  padding: 10px 20px !important;
  border-radius: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 0px auto 20px !important;
  align-self: flex-end;
  border: none;
  min-width: 200px;
  text-align: center;
}
.red_button {
  background-image: linear-gradient(to top right, #dc3545, #ff9aa2) !important;
}
.red_button:hover {
  background-image: linear-gradient(to top right, #ff9aa2, #dc3545) !important;
}
.green_button {
  background-image: linear-gradient(to top right, #28a745, #a8e6b0) !important;
}
.green_button:hover {
  background-image: linear-gradient(to top right, #a8e6b0, #28a745) !important;
}
.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.logo_image {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .next,
  .submit {
    padding: 7px 12px !important;
    font-size: 18px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .visit {
    width: 100%;
    text-align: center;
  }
}
.checkbox-container,
.age-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 300px;
  overflow: visible;
  margin-top: 20px !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.budget-container {
  display: grid;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 300px;
  overflow: visible;
  margin-top: 20px !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  grid-template-columns: 1fr 1fr;
}
.age-container {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .checkbox-container,
  .budget-container,
  .age-container {
    gap: 8px;
  }
}
.checkbox-container input[type="checkbox"],
.budget-container input[type="checkbox"],
.age-container input[type="radio"] {
  display: none;
}
.checkbox-container input[type="checkbox"] + label,
.budget-container input[type="checkbox"] + label,
.age-container input[type="radio"] + label {
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #4569f4;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
.checkbox-container input[type="checkbox"]:disabled + label,
.budget-container input[type="checkbox"]:disabled + label,
.age-container input[type="radio"]:disabled + label {
  color: #aaa;
  border-color: #ccc;
  background-color: #f5f5f5;
  cursor: default;
  opacity: 0.7;
}
.checkbox-container input[type="checkbox"]:checked + label,
.budget-container input[type="checkbox"]:checked + label,
.age-container input[type="radio"]:checked + label {
  background: var(--grad, linear-gradient(90deg, #4569f4 0%, #49cfee 100%));
  border: 1px solid #49cfee;
  color: #fff;
}
.radio-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0 !important;
}
@media screen and (max-width: 768px) {
  .radio-container {
    gap: 12px;
  }
}
.radio-container .name {
  width: 100%;
  font-size: 20px;
  line-height: normal;
}
.radio-container input[type="radio"] {
  display: none;
}
.radio-container input[type="radio"] + label {
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #4569f4;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
.radio-container input[type="radio"]:checked + label {
  background: var(--grad, linear-gradient(90deg, #4569f4 0%, #49cfee 100%));
  border: 1px solid #49cfee;
  color: #fff;
}
#custom-date-picker {
  gap: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#calendar {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.calendar-row {
  display: flex;
  width: 100%;
  gap: 3px;
}
.calendar-day,
.header > div {
  flex: 1;
  cursor: pointer;
  border: 1px solid rgb(0, 169, 244);
  text-align: center;
  border-radius: 5px;
}
.calendar-day.empty {
  background-color: #eee;
}
.calendar-day:hover {
  background-color: lightblue;
}
#selected-date {
  padding: 15px 10px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(0, 169, 244);
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.calendar-day.past {
  background-color: #eee;
  cursor: not-allowed;
}
.calendar-day.target {
  background-color: #62caea !important;
}
.date-wrapper {
  margin: 0 auto !important;
  padding: 25px !important;
  max-width: 800px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
#month-control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
#prev-month,
#next-month {
  cursor: pointer;
}
.slider-container {
  width: 100%;
  position: relative;
}
.slider-bar {
  width: 100%;
  background-color: #e5e5e5;
  height: 12px;
  position: relative;
  margin-bottom: 10px;
}
.slider-fill {
  background: var(--grad, linear-gradient(90deg, #4569f4 0%, #49cfee 100%));
  position: absolute;
  height: 100%;
}
.slider-thumb {
  z-index: 5;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#thumb1 {
  left: 0%;
}
#thumb2 {
  left: 100%;
}
.slider-bottom {
  margin-bottom: 20px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.slider-bottom p {
  margin: 0 !important;
  font-size: 16px;
}
#myInput {
  border: 1px solid #ccc;
  outline: none;
  height: 44px;
  font-size: 18px;
  width: 100%;
  /*   max-width: 300px; */
  padding: 0 10px;
}
#email {
  border: 1px solid #646363;
  outline: none;
  height: 44px !important;
  font-size: 18px !important;
  width: 100%;
  color: #646363;
  font-weight: 500;
  max-width: 300px;
  padding: 0 10px;
  border-radius: 40px;
}
.city-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.email-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.email-description {
  color: #ccc;
  font-size: 14px;
}
.google-description {
  display: flex;
  justify-content: center;
  width: 300px;
  position: relative;
  margin: 5px 0;
}
.google-description:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  content: "";
  height: 1px;
  background: #ccc;
}
.google-description span {
  color: #000;
  font-size: 18px;
  background: #fff;
  padding: 2px 5px;
  position: relative;
  z-index: 5;
}
.google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  background-color: #4285f4;
  width: 300px;
  color: #fff;
  border-radius: 40px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  height: 44px;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
}

.google-login img {
  width: 24px;
  height: 24px;
  float: left;
  border-color: white;
  background-color: white;
  padding: 4px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.google-login:hover {
  opacity: 0.7;
}

.google-login:active {
  background: #eee;
  transform: scale(0.98);
}
#suggestions {
  position: absolute;
  top: 48px;
  z-index: 5;
  border: 1px solid #ccc;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
  max-width: 300px;
  background: #fff;
}
.suggestion-item {
  padding: 8px;
  cursor: pointer;
}
.suggestion-item:hover {
  background-color: #ddd;
}
#hero_city_suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
  max-width: 300px;
  background: #fff;
}
#hero_city_suggestions .suggestion-item {
  padding: 8px;
  cursor: pointer;
}
#hero_city_suggestions .suggestion-item:hover {
  background-color: #ddd;
}
.title {
  font-size: 1.7em;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 1.9rem;
    margin: 0 10px;
  }
}
.date-link {
  background-image: linear-gradient(to top right, #ffc300, #ffe69b) !important;
  padding: 10px 30px !important;
  border-radius: 50px !important;
  color: #003366 !important;
  text-transform: uppercase !important;
  text-decoration: none;
  text-align: center;
  /* 	margin: 0 auto !important; */
  cursor: pointer;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  max-width: 450px;
}
.date-link:hover {
  background-image: linear-gradient(to top right, #ffe69b, #ffc300) !important;
}
.date-list {
  margin: 30px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 450px;
  text-align: center;
}

.date-item {
  align-items: center;
  /* 	display: flex; */
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .date-item {
    display: grid;
    gap: 0px;
    width: 90%;
  }

  .date-list {
    min-width: inherit;
  }
}
.date-text {
  color: #fff;
  font-size: 22px;
  line-height: 120%;
}
.intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  max-width: 1200px !important;
}
.collage {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  max-width: 600px;
  width: 100%;
}
.collage-item {
  transition: all ease-in-out 0.3s;
  position: relative;
  min-width: 180px;
}
.collage-item:nth-child(1) {
  transform: rotate(5deg);
}
.collage-item:nth-child(2) {
  transform: rotate(-2deg);
}
.collage-item:nth-child(3) {
  transform: rotate(-7deg);
}
.collage-item:nth-child(4) {
  transform: rotate(3deg);
}
.collage-item:nth-child(5) {
  transform: rotate(6deg);
}
.collage-item:nth-child(6) {
  transform: rotate(-6deg);
}
.collage-item img {
  width: 100%;
  filter: drop-shadow(2px 4px 6px black);
}
.collage-item span {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  text-align: center;
  font-size: 10px;
  transform: translate(-50%);
  font-style: italic;
}
.collage-item:nth-child(5) span,
.collage-item:nth-child(3) span {
  font-weight: bold;
}
.collage-item:nth-child(6) span,
.collage-item:nth-child(1) span {
  font-style: oblique -10deg;
}
.site-description {
  display: flex;
  flex-direction: column;
  /* 	align-items: center; */
}
@media screen and (max-width: 991px) {
  .site-description {
    width: 100%;
  }
  .intro {
    flex-direction: column;
  }
}
#error-email-message {
  text-align: left;
  color: red;
  font-size: 12px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: 25px;
}
.preloader {
  margin: 40px 0 0 60px;
  margin: auto;
  border-radius: 10px;
  height: 75px;
  width: 75px;
  margin-bottom: 10px;
  float: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.preloader:before {
  content: "";
  position: absolute;
  background: #ea4c89;
  height: 40px;
  width: 40px;
  z-index: 0;
  margin-top: 15px;
  margin-left: 15px;
  transform: rotate(45deg);
}
.preloader .load1 {
  content: "";
  position: absolute;
  background: #ea4c89;
  height: 40px;
  width: 40px;
  z-index: 1;
  border-radius: 50%;
  animation-duration: 2s;
  animation-name: changepreloader1;
  animation-iteration-count: infinite;
}
.preloader .load2 {
  content: "";
  position: absolute;
  background: #ea4c89;
  height: 40px;
  width: 40px;
  z-index: 1;
  margin-left: 30px;
  border-radius: 50%;
  animation-duration: 2s;
  animation-name: changepreloader2;
  animation-iteration-count: infinite;
}
@keyframes changepreloader1 {
  0%,
  25% {
    margin-top: 0px;
    margin-left: 0px;
  }
  50%,
  75% {
    margin-top: 30px;
    margin-left: 30px;
  }
}
@keyframes changepreloader2 {
  25%,
  50% {
    margin-top: 30px;
    margin-left: 0px;
  }
  75%,
  100% {
    margin-top: 0px;
    margin-left: 30px;
  }
}
.result-content {
  height: 90%;
  overflow: hidden;
  position: relative;
  color: black;
  width: 100%;
  font-size: 16px;
}
.blur {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 2;
}
.email-container {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  max-width: 850px;
  /* 	display: flex; */
  border: 2px solid rgb(0, 169, 244);
  box-shadow: 1px 1px 10px 0px grey;
  min-width: 320px;
  transition: opacity 0.5s ease;
  overflow: hidden;
  width: 100%;
  display: none;
  opacity: 0;
}
.email-img {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.email {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 55%;
  padding: 28px 20px;
}
.email-benefits {
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 18px;
  list-style-type: none;
  width: 300px;
}
.email-ps {
  font-size: 18px;
  color: #454444;
  list-style-type: none;
  width: 300px;
  text-align: left;
  margin: 0 auto !important;
}

.save-email {
  height: 44px;
  box-sizing: border-box;
  cursor: pointer;
  color: #003366;
  width: 300px;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  font-weight: 700;
  border-radius: 40px;
  background-image: linear-gradient(to top right, #ffc300, #ffe69b) !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  text-align: center;
  min-width: 180px;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .email-container {
    flex-direction: column;
  }
  .email-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .email {
    width: 100%;
    gap: 15px;
  }
}
.js-pop-up-error-validation {
  position: fixed;
  top: 70px;
  text-align: center;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  transform: translate(-50%);
}
.js-pop-up-error-validation > span {
  display: inline-block;
  background-color: #2b6cb0;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  color: white;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 560px) {
  .js-pop-up-error-validation > span {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .js-pop-up-error-validation > span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .js-pop-up-error-validation > span {
    font-size: 1.4rem;
  }
}
.mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dadce0;
  color: #3c4043;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
  padding: 5px 20px;
  text-align: center;
}
.mail-btn img {
  max-width: 25px;
}

.post-2644,
.post-3353 {
  background-color: rgb(0, 169, 244) !important;
}

.landing-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.landing-intro h1,
.landing-intro h2 {
  text-align: center;
  margin: 0;
}

.landing-intro ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  gap: 0px 25px;
  max-width: 750px;
  list-style-type: none;
  padding: 0 !important;
}

.landing-intro ul li {
  min-width: 280px;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
}

.landing-intro ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  border-radius: 50%;
  height: 5px;
  background: #000;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .landing-intro {
    gap: 8px;
  }
  .landing-intro h1 {
    font-size: 22px;
  }
  .landing-intro h2 {
    font-size: 18px;
  }
}

.congratutalion h3,
.congratutalion h6,
.congratutalion p,
.congratutalion ul,
.congratutalion li {
  margin: 0 !important;
}

.congratutalion {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.congratutalion-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 600px;
}

.congratutalion ul {
  padding: 0;
  list-style-type: none;
}

.congratutalion ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.congratutalion ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.congratutalion p {
  width: 100%;
}

.congratutalion li p {
  width: fit-content;
}

.congratutalion li {
  list-style-type: none;
}

congratutalion h3 {
  font-size: 30px;
}

.congratutalion h6 {
  font-size: 20px;
}

.congratutalion p,
.congratutalion li {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .congratutalion {
    gap: 8px;
  }
  .congratutalion h3 {
    font-size: 24px;
  }
  .congratutalion h6 {
    font-size: 18px;
  }
  .congratutalion p,
  .congratutalion li {
    font-size: 16px;
  }
}

.step-loader {
  position: relative;
  width: 100%;
  height: 50px;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
  font-family: sans-serif;
}

.step-progress {
  height: 100%;
  width: 0%;
  background: var(--grad, linear-gradient(90deg, #4569f4 0%, #49cfee 100%));
  transition: width 0.3s ease;
}

.step-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.result-content p,
.result-content h1 {
  margin: 0 !important;
}

.read_more {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  display: none;
}

/* link more popup */
.popup-overlay {
  display: none; /* default: hidden */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.popup-overlay.active {
  display: flex; /* show & center when active */
  opacity: 1;
  pointer-events: all;
}

.popup-content {
  background: #4db6ac;
  color: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 80%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}

.close-popup {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
/* END link more popup */

.photo2 {
  display: block !important;
}

.photo1 {
  display: none !important;
}

.nodisplay {
  display: none !important;
}

#article-link {
  text-decoration: none;
}

.question-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 400px;
  width: 100%;
}
.btn {
  cursor: pointer;
}
.btn img {
  max-width: 50px !important;
}
.sharing-container {
  margin-top: 25px;
}

.shore-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}

/* Table style for comparison  */
/* Parent table styling */
.compare_table {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px !important;
}

/* Table row height */
.compare_table tr {
  height: 70px;
}

/* Table cells */
.compare_table td {
  padding: 5px 10px;
  border-collapse: collapse;
}

/* Left column (desktop) */
.compare_table td:first-child {
  font-weight: bold;
  min-width: 130px;
}

.compare_table td:nth-child(2),
.compare_table td:nth-child(3) {
  width: 200px;
}

/* Top borders for rows except the first one */
.compare_table tr + tr {
  border-top: 2px solid #c3c3c3;
}

/* Bottom border on last row */
.compare_table tr:last-child {
  border-bottom: 2px solid #c3c3c3;
}

.compare_table td:nth-child(2),
.compare_table td:nth-child(3) {
  width: 300px;
}

/* Center images */
.compare_table img {
  display: block;
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .compare_table td:first-child {
    min-width: 90px;
    width: 90px;
  }

  .compare_table td {
    padding: 5px;
  }
  .compare_table td:nth-child(2),
  .compare_table td:nth-child(3) {
    width: 120px;
  }
}

/* Begin Hero Search */
.filters-row {
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .filters-row {
    width: 530px;
    max-width: 450px;
  }

  .filter-field {
    flex: 1;
  }
}

@media (max-width: 899px) {
  .filters-row {
    flex-direction: column;
    width: 100%;
  }

  .filter-field {
    width: 100%;
  }
}
.filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}
.filter-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #222;
}

#hero_search_idea_button {
  text-transform: none !important;
  font-size: 22px;
  height: 44.4px;
  line-height: 1.4;
  transition: transform 0.3s ease;
}
#hero_search_idea_button:hover {
  transform: scale(1.03);
}
.multi-select {
  position: relative;
  /*       width: 300px; */
  margin-bottom: 10px;
}

.multi-select__button {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44.4px;
  overflow: hidden;
}

.multi-select__text {
  color: #718098; /* placeholder color */
  position: relative;
  top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  font-size: 16px;
}
.multi-select__text.active {
  color: #000; /* selected text */
}

.multi-select__button:hover,
.multi-select__button:focus {
  background: #fff;
  box-shadow: none;
}

.multi-select__button:after {
  content: "▾";
  font-size: 14px;
}

.multi-select__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-height: 260px;
  overflow-y: auto;
  z-index: 1000;
  padding: 8px 0;
}

.multi-select.open .multi-select__dropdown {
  display: block;
}

.multi-select__group-title {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 8px 14px 4px;
  text-transform: uppercase;
}

.multi-select__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
}

.multi-select__option:hover {
  background: #f3f4f6;
}

.multi-select__option input {
  margin: 0;
}
.multi-select__option:hover span {
  color: #000 !important;
}

.result {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  /* 	  width: 300px; */
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
}

.search-box__icon {
  font-size: 16px;
  line-height: 1;
  padding-top: 5px;
}

.search-box__input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  background: transparent;
  line-height: 1.4;
}
.search-box input[type="text"] {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.city-field {
  position: relative;
}

.multi-select,
.search-box {
  width: 100%;
  min-width: 0;
}
/* End Hero Search Block */