.text-gradient {
  background: linear-gradient(111deg, #002bff, #d93d3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;

}

.text-gradient {
  background: linear-gradient(45deg, #0d6efd, #e2093f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pricing card */
.pricing-card {
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}



/* Pricing price with gradient animation */
.pricing-price {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(45deg, #0d6efd, #e2093f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease;
}

.pricing-card:hover .pricing-price {
  transform: scale(1.15);
}

/* Features list */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.pricing-card ul li i {
  color: #0d6efd;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.pricing-card:hover ul li i {
  color: #e2093f;
}


.btn-trial {
  background-color: #0d6efd !important;
  color: #fff !important;
  border-color: #0d6efd !important;
  border: none;
}

.btn-trial:hover,
.btn-trial:focus {
  background-color: #e2093f !important;
 
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  transform: scale(1.05);
}




.form-control.is-valid,
.form-control.is-invalid {
  background-image: none !important;
  padding-right: 2rem;
}



/* General */
html, body {
  height: 100%;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
}
.row.g-0 {
  min-height: 100vh;
}

/* ------------------- LEFT PANEL (Fixed Desktop) ------------------- */
@media (min-width: 992px) {
  .left-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 41.6667%; /* 5/12 ~ col-lg-5 */
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(to right, #cfa0d4, #e6d6f3);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    z-index: 1000;
  }

  .right-panel {
    margin-left: 41.6667%; /* push beside sidebar */
    width: 58.3333%; /* 7/12 ~ col-lg-7 */
    height: 100vh;
    overflow-y: auto;   /* only right panel scrolls */
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .right-panel .copyright.desktop-only {
    margin-top: auto;
  }
}

/* ------------------- Reset for Mobile ------------------- */
@media (max-width: 991.98px) {
  .left-panel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 1.5rem;
    background: linear-gradient(to right, #cfa0d4, #e6d6f3);
  }
  .left-panel .logo {
    display: none;
  }
  .right-panel {
    margin-left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 2rem 1.5rem;
  }
}

/* ------------------- Shared Styles ------------------- */
.left-panel .logo {
  max-height: 50px;
  margin-bottom: 2rem;
}
.testimonial-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}
.testimonial {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.testimonial-author {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1rem;
}
.testimonial-img {
  max-height: 100px;
}

/* Right Panel */
.form-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

/* Copyright */
.copyright {
  text-align: center;
  font-size:  1rem;
  /* color: #777; */
  padding: 1rem 0;
}

/* Desktop vs Mobile toggle */
.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 991.98px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
}

/* Assistance Box */
.assistance-box {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb; /* subtle border */
  border-radius: 12px;
  font-size: 0.95rem;
  color: #374151; /* neutral gray */
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.assistance-box h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #111827; /* dark text */
  font-size: 1rem;
}

.assistance-box p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563; /* muted text */
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.assistance-box i {
  flex-shrink: 0;
  font-size: 1rem; /* consistent icon size */
  color: inherit; /* inherits text color */
}

.assistance-box a {
  color: #2563eb; /* blue link */
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.assistance-box a:hover {
  text-decoration: underline;
  color: #1d4ed8; /* darker blue hover */
}



/* Form Select */
.form-control {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
}
.select-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background: white;
}
.select-wrapper select.form-control {
  border: none;
  padding-right: 1.8rem;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.select-wrapper::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 0.75rem;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

/* Mobile select fallback */
@media (max-width: 767.98px) {
  .select-wrapper {
    border: none;
    background: transparent;
    position: static;
  }
  .select-wrapper::after {
    display: none !important;
  }
  .select-wrapper select.form-control {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding-right: 0.75rem;
    background: white;
    appearance: auto;
  }
}
#errorToast {
  min-width: 320px;
  max-width: 420px;
  border-radius: 16px;
  background: #dc3545; /* danger red */
  color: #fff;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25),
              -6px -6px 12px rgba(255, 255, 255, 0.2);
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  animation: fadeSlide 0.35s ease-out;
}

/* entry animation */
@keyframes fadeSlide {
  from { transform: translateY(-40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
