:root {
  --vh: 1vh;
}

a {
  color: #545454;
  cursor: pointer !important;
}

a:hover {
  color: #aa80ff;
  cursor: pointer !important;
}

tr:hover td:first-child a {
  color: #aa80ff;
  cursor: pointer !important;
}

.container-small {
  align-self: center;
  max-width: 800px;
}

.modal-backdrop {
  opacity: 0.5 !important;
  background-color: #313131;
}

.alert-immopage {
  --bs-alert-color: #8956ea;
  --bs-alert-bg: #f9f3ff;
  --bs-alert-border-color: #8956ea;
  --bs-alert-link-color: #aa80ff;
  padding: 10px 12px;
}

.bg-landingpage {
  background: rgb(244, 243, 252);
}

.rotate-15 {
  rotate: 15deg;
}

.swiper2 {
  width: 100%;
  height: 600px;
}

.immo-swiper-image {
  overflow: hidden;
  height: 600px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.immo-swiper-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  color: #8956ea !important;
}

.swiper-pagination-bullet-active {
  background-color: #8956ea !important;
}

.questions-section {
  margin-top: 10px;
}

.accordion-item {
  margin-top: 10px;
}

.accordion-item,
.accordion-button {
  border-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: rgb(244, 243, 252) !important;
}

.registerForm {
  min-width: 370px;
  max-width: 370px;
  min-height: fit-content;
}

.onboardingForm {
  min-width: 370px;
  max-width: 370px;
  /*min-height: fit-content;*/
  min-height: 80svh;
}

.onboarding-wizard {
  min-height: 100vh;
  color: var(--color-slate-800);
}

.onboarding-header {
  text-align: center;
  margin-bottom: 10px;
}

.onboarding-header-icon {
  margin-top: 10px;
  font-size: 40px;
  color: #ab7ff4;
}

.onboardingForm .user-checklist-progress {
  background: var(--color-green-600);
}

.onboardingForm .onboarding-pages {
  padding-top: 10px;
  height: 100%;
}

.onboardingForm .onboarding-page {
  display: none;
  height: 100%;
}

.onboardingForm .onboarding-page.active {
  display: block;
}

.onboardingForm .onboarding-page .page-heading {
  font-weight: 600;
}

.onboardingForm .onboarding-page .page-text {
  max-width: 700px;
}

.onboardingForm .next-page-btn {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .user-checklist-item {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .user-checklist-list {
    flex-direction: column;
  }
}

.registerInfoBig {
  min-width: 450px;
}

.registerInfoImg {
  max-width: 400px;
}

.login-page {
  min-height: 100svh;
  /*background: url(../img/login-bg.jpg) no-repeat;
    background: url(../img/app-bg.png) no-repeat;*/
  background-size: cover;
}

.login-page .card {
  opacity: 0.9;
}

.login-page-text {
  max-width: 500px;
}
.login-page-text h1 {
  font-size: var(--text-3xl);
  color: rgba(0, 0, 0);
  font-family: MundialThin, sans-serif;
}

@media screen and (max-width: 768px) {
  .registerInfoBig {
    min-width: 370px !important;
    max-width: 370px;
  }
}

.text-immopage {
  color: #8956ea;
}

.bg-element {
  background: url('../img/landing/waves.png') no-repeat 0 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.card-immopage {
  background: #f8f8ff !important;
  border-radius: 20px;
  border: 0;
  padding: 20px;
  min-height: 250px;
}

.app_image {
  border-radius: 50px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 12px;
  overflow: hidden;
  padding: 0;
}

.pinkBlueGradientText {
  background: linear-gradient(249deg, #ff07ee -20%, #8956ea 120%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-onboarding {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  width: 100%;
  /*transition: 0.3s;*/
  color: #fff;
  border: 0;
  background: rgb(163, 82, 245);
}

.btn-onboarding:hover {
  background: rgba(163, 82, 245, 0.5);
  color: #fff;
}

.btn-immopage-landingpage {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0 !important;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  margin-top: 6px;
  background-color: rgb(163, 82, 245);
  border: 2px solid rgb(163, 82, 245);
}

.btn-immopage {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a352f5;
  --bs-btn-border-color: #a352f5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(182, 120, 250);
  --bs-btn-hover-border-color: rgb(182, 120, 250);
  --bs-btn-focus-shadow-rgb: 117, 153, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(182, 120, 250);
  --bs-btn-active-border-color: rgb(182, 120, 250);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a352f5;
  --bs-btn-disabled-border-color: #a352f5;
  background: linear-gradient(135deg, #8956ea 0%, #c05af5 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(137, 86, 234, 0.35);
  transition: all 0.2s ease;
}

.btn-immopage:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(137, 86, 234, 0.45) !important;
}

.btn-outline-immopage {
  --bs-btn-color: #a352f5;
  --bs-btn-border-color: #a352f5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a352f5;
  --bs-btn-hover-border-color: #a352f5;
  --bs-btn-focus-shadow-rgb: 250, 137, 107;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a352f5;
  --bs-btn-active-border-color: #a352f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #a352f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a352f5;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #5bd22c !important;
  --bs-btn-border-color: #5bd22c !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5bd22c !important;
  --bs-btn-hover-border-color: #5bd22c !important;
  --bs-btn-focus-shadow-rgb: 19, 222, 185;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5bd22c !important;
  --bs-btn-active-border-color: #5bd22c !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5bd22c !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5bd22c !important;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #f55252 !important;
  --bs-btn-border-color: #f55252 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f55252 !important;
  --bs-btn-hover-border-color: #f55252 !important;
  --bs-btn-focus-shadow-rgb: 19, 222, 185;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f55252 !important;
  --bs-btn-active-border-color: #f55252 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f55252 !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f55252 !important;
  --bs-gradient: none;
}

.bg-light-immopage {
  background: #f8f8ff !important;
}

.bg-medium-immopage {
  background: #f9f3ff !important;
}

.bg-hard-immopage {
  background-color: rgb(182, 120, 250);
}

.bg-immopage {
  background: #a352f5 !important;
}

.bg-grey {
  background: #e5e5e5 !important;
}

.bg-success,
.text-bg-success {
  background: #5bd22c !important;
}

.bg-danger,
.text-bg-danger {
  background: #f55252 !important;
}

.bg-primary,
.text-bg-primary {
  background: #5280f5 !important;
}

.border-immopage {
  --bs-border-opacity: 1;
  border-color: rgb(163, 82, 245) !important;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5bd22c;
  --bs-btn-border-color: #5bd22c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6fd549;
  --bs-btn-hover-border-color: #5bd22c;
  --bs-btn-focus-shadow-rgb: 54, 227, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5bd22c;
  --bs-btn-active-border-color: #5bd22c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5bd22c;
  --bs-btn-disabled-border-color: #5bd22c;
}

.text-danger {
  color: #f55252 !important;
}

.text-primary {
  color: #5280f5 !important;
}

.text-success {
  color: #5bd22c !important;
}

/* SIDEBAR COLORS */
.sidebar-nav ul .sidebar-item .sidebar-link {
  color: #2a3547;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background-color: #f8f8ff;
  color: #000000;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover.has-arrow:after {
  color: #2a3547;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active:hover.has-arrow:after {
  border-color: #ffffff;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active,
.sidebar-nav ul .sidebar-item > .sidebar-link.active {
  background-color: rgb(182, 120, 250);
  color: #fff;
}

.dropdown-menu {
  padding-top: 0;
}

/* SIDEBAR COLORS END */

/* TABS COLORS */
.nav-link {
  color: #8956ea;
}
/* TABS COLORS */

.immopage-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-radius: 8px 0 0 0;
  border-color: rgb(182, 120, 250) transparent transparent transparent;
}

.immopage-triangle-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-radius: 8px 0 0 0;
  border-color: rgb(182, 120, 250) transparent transparent transparent;
}

.card-body-sm {
  padding: 20px 22px !important;
}

@media only screen and (max-width: 991px) {
  .card {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 992px) {
  .card-body-sm {
    padding: 24px 26px !important;
  }
}

.form-check-input:checked {
  background-color: #8956ea;
  border-color: #8956ea;
}

.dropzone {
  min-height: auto;
  padding: 20px 20px;
}
.files .file-row {
  background-color: #f8f8ff;
  border-radius: var(--border-radius);
}
.files .file-row .file-inner-row {
  padding: 1rem;
}
.files .file-row .progress {
  --bs-progress-height: 4px;
  --bs-progress-bg: transparent;
  --bs-progress-border-radius: var(--border-radius);
  --bs-progress-box-shadow: none;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #8956ea;
  --bs-progress-bar-transition: width ease 0.4s;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.nav-link:focus,
.nav-link:hover {
  color: #8956ea !important;
}

.nav-icon-hover:hover:before {
  background-color: #f9f3ff !important;
}

.h-screen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
}

.max-h-screen {
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  max-height: 100svh;
}

.min-h-screen {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100svh;
}

.hero-badge {
  background: linear-gradient(45deg, #ff6b6b 0%, #ff8787 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 600;
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Urgency Badge 2026 */
.hero-urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91, 210, 44, 0.08);
  border: 1px solid rgba(91, 210, 44, 0.3);
  color: #3a9c18;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 100px;
  letter-spacing: 0.01em;
}

.hero-urgency-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd22c;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(91, 210, 44, 0.5);
  animation: urgency-pulse 2s ease-in-out infinite;
}

@keyframes urgency-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(91, 210, 44, 0.5);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(91, 210, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(91, 210, 44, 0);
  }
}

.social-proof-banner {
  background: rgba(137, 86, 234, 0.08);
  border: 1px solid rgba(137, 86, 234, 0.2);
  padding: 15px 25px;
  border-radius: 12px;
}

.value-card {
  transition: transform 0.2s;
  cursor: pointer;
}

.value-card:hover {
  transform: translateY(-5px);
}

.cta-primary {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .cta-primary {
    width: auto;
    max-width: 360px;
  }
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.trust-badge i {
  color: #5bd22c;
}

.price-card {
  border: 2px solid transparent;
  transition: all 0.3s;
}

.price-card.featured {
  border-color: #8956ea;
  position: relative;
  overflow: hidden;
}

.price-tag {
  font-size: 48px;
  font-weight: 700;
  color: #8956ea;
}

.savings-badge {
  background: #ff4646;
  color: white;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 12px;
  right: -30px;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 40px 20px;
  }

  .cta-primary {
    width: 100%;
    max-width: none;
  }
}

.btn-get-started {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 50px;
  transition: all 0.2s;
  color: #fff;
  background: linear-gradient(45deg, #8956ea 0%, #a352f5 100%);
  border: none;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(137, 86, 234, 0.3);
}

.btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(137, 86, 234, 0.4);
  color: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(163, 82, 245, 0.1) 0%, rgba(137, 86, 234, 0.03) 60%, transparent 80%);
  z-index: 0;
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 7, 238, 0.05) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.savings-badge {
  background: linear-gradient(45deg, #ff4646 0%, #ff6b6b 100%);
  color: white;
  padding: 6px 40px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: -35px;
  transform: rotate(45deg);
  box-shadow: 0 2px 4px rgba(255, 70, 70, 0.2);
}

.value-card {
  border: 1px solid rgba(137, 86, 234, 0.1);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(137, 86, 234, 0.1);
  border-color: rgba(137, 86, 234, 0.2);
}

.social-proof-banner {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(137, 86, 234, 0.2);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(137, 86, 234, 0.05);
}

.testimonial-item {
  background: white;
  border-radius: 16px;
  padding: 30px;
  margin: 15px;
  box-shadow: 0 5px 15px rgba(137, 86, 234, 0.08);
  border: 1px solid rgba(137, 86, 234, 0.1);
}

.testimonial-img-express {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.quote-icon-left,
.quote-icon-right {
  color: rgba(137, 86, 234, 0.2);
  font-size: 20px;
}

.section-bg {
  position: relative;
  background: linear-gradient(45deg, rgba(137, 86, 234, 0.03) 0%, rgba(163, 82, 245, 0.03) 100%);
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }

  .trust-badges {
    flex-wrap: wrap;
    gap: 20px !important;
  }

  .trust-badges > div {
    flex: 0 0 calc(50% - 10px);
  }
}
