
/* Menu end */

/* Header and hero*/

/* Hero Section Styling */
/* WRAPPER: same background for menu + hero */
.hero-wrapper {
  position: relative;
  /* color: #fff; */
  /* 👇 use your banner image here */
  /* background:linear-gradient(180deg, #ecf7e6 0%, #d7edcb 10%, #f5faf1 40%, #ffffff 50%, #ffffff 100%); */

  background-image: url("/assets/img/request-demo-hero-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Dark gradient overlay for better text contrast */
/* .hero-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, #1fd0a0 0, #003b32 55%, #001d20 100%);
      mix-blend-mode: multiply;
      opacity: 0.9;
    } */

.gradient-btn {
  background: linear-gradient(90deg, rgb(22 163 74), #059669);
  color: #fff !important;
  padding: 20px 40px !important;
  border-radius: 12px;
  font-weight: 700 !important;
  text-decoration: none;
  transform: scale(1);
}

.gradient-btn:not(:hover) {
  animation: zoomOut 0.6s forwards;
}
.gradient-btn:hover {
  animation: zoomIn 0.6s forwards;
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

/* Hero section */
.hero-section {
  padding: 4.5rem 0 5.5rem;
  text-align: center;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #17a34c;
}

.hero-btn {
  background-color: #13a949;
  border-color: #13a949;
  font-weight: 600;
  padding: 0.7rem 2.6rem;
  border-radius: 999px;
}

.hero-btn:hover {
  background-color: #0c7b34;
  border-color: #0c7b34;
}

/* Footer placeholder demo (optional) */
.content-after-hero {
  padding: 3rem 1rem;
}

@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.25rem;
  }
}

/* ===== FORM CARD End ===== */

.hero-demo-section {
  padding: 80px 0 80px;
}

.hero-left {
  color: #373737;
}

/* LEFT SECTION */
.hero-heading {
 
  line-height: 1.3;
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.hero-subtext {
  color: #373737;
  margin-bottom: 25px;
}

/* POINTS */
.hero-points {
  margin-bottom: 20px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.point-dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
  margin-top: 16px;
}

.point-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.point-item p {
  margin: 4px 0 0;
 
  color: #373737;
}

/* SMALL TEXT */
.hero-small {
  font-weight: 600 !important;
  margin: 25px 0 15px;
}

/* STATS BOX */
.hero-stats-box {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 0;
  overflow: hidden;

  /* 🔥 Gradient border trick */
  border: 2px solid transparent;
  background:
    linear-gradient(#f4f7fa, #f4f7fa) padding-box,
    linear-gradient(90deg, #22c55e, #3b82f6) border-box;
}

.stat-item {
  flex: 1;
  text-align: center;
  padding: 18px 20px;
}

.stat-item h3 {
 
  font-weight: 700;
  margin-bottom: 6px;
  color: #222222;
}

.stat-item p {
  font-size: 14px !important;
  color: #3a3a3a;
  margin: 0;
  line-height: 20px !important;
}

/* DIVIDER LINE */
.divider {
  width: 1px;
  height: 50px;
  background: #22c55e;
  opacity: 0.5;
}

#arc-quote-form {
  border-radius: 16px;
  padding: 25px;

  /* 🔥 Gradient border */
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #71bf44, #0085cd) border-box;

  box-shadow: 0px 32.8px 99.1px 0px #00000059;
}
@media (max-width: 992px) {
  .form-responsive {
    flex-direction: column-reverse;
  }
}

form label {
  font-size: 18px !important;
}
form .validation {
  font-size: 18px !important;
}
form .submit_width {
  width: auto !important;
  padding: 10px 30px;
  background: linear-gradient(90deg, #17a34c, #099668);
}
form .submit_width:hover {
  width: auto !important;
  padding: 10px 30px;
  background: linear-gradient(90deg, #099668, #17a34c);
}

/* SECTION */
.logo-section {
  width: 100%;
  padding: 60px 0;
  border-top: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #71bf44, #0085cd) border-box;
  border-bottom: 2px solid transparent;
}

/* TITLE */
.logo-title {
  text-align: center;
 
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* ROW */
.logo-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.logo-row:hover .logo-track {
  animation-play-state: paused;
}

/* .logo-row::before,
.logo-row::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
} */

/* .logo-row::before {
  left: 0;
  background: linear-gradient(to right, #71BF44, transparent);
} */

/* .logo-row::after {
  right: 0;
  background: linear-gradient(to left, #0085CD, transparent);
} */

/* TRACK */
.logo-track {
  display: flex;
  gap: 80px;
  width: max-content;
}

/* LOGOS */
.logo-track img {
  width: 200px;
  height: 100px;
  flex-shrink: 0;
  object-fit: contain;
  white-space: nowrap;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  /* opacity: 0.8; */
  /* filter: grayscale(20%); */
}

.logo-track img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: grayscale(0%);
}

.row-right {
  margin-bottom: 100px;
  margin-top: 100px;
}

/* RIGHT MOVE */
.row-right .logo-track {
  animation: moveRight 100s linear infinite;
}

/* LEFT MOVE */
.row-left .logo-track {
  animation: moveLeft 100s linear infinite;
}

/* KEYFRAMES */
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* SECTION */
.testimonial-section {
  background: #f6f7f9;
  padding: 80px 0;
}

/* TITLE */
.testimonial-title {

  font-weight: 700 !important;
  margin-bottom: 40px;
  color: #1a1f2b;
}

/* CARD */
.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0px 10px 24px 0px #0f172a1a;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid #eef2f7;
}

.testimonial-card.show {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

/* STARS */
.stars {
  color: #f5c044;
  font-size: 16px;
  margin-bottom: 15px;
}

/* TEXT */
.testimonial-text {
  font-size: 14px;
  color: #2a3442;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* USER */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* AVATAR */
.avatar {
  width: 40px;
  height: 40px;
  background: #0f2a44;
  border-radius: 50%;

  /* FIX */
  flex-shrink: 0; /* prevents shrinking */
  flex-grow: 0; /* prevents expanding */
  object-fit: cover;
}

/* NAME */
.testimonial-user strong {
  font-size: 13px;
  color: #1e2733;
}

.testimonial-user span {
  font-size: 12px;
  color: #777;
}

.testimonial-user .testimonial-distribution {
  line-height: 20px;
  flex: 1;
}

/* SECTION */
.challenge-section {
  background: #ffffff;
  padding: 80px 0;
}

/* TITLE */
.challenge-title {
  font-size: 32px;
  font-weight: 700 !important;
  margin-bottom: 10px;
  color: #1a1f2b;
}

.challenge-subtitle {
  color: #373737;
  font-size: 16px;
}

/* IMAGE */
.challenge-image img {
  width: 100%;
  max-width: 420px;
}

.challenge-list {
  padding-left: 0;
}

/* ITEM */
.challenge-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 26px;
}

/* BULLET DOT */
.challenge-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 35px;
  color: #2a3442;
}

/* HEADING */
.challenge-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a3442;
  margin-bottom: 6px;
}

/* DESCRIPTION */
.challenge-item p {
  
  line-height: 1.7;
  color: #6b7788;
  margin: 0;
}
.challenge-item p strong {
  color: #1a1f2b;
}

/* SECTION */
.demo-section {
  background: #ffffff;
  padding: 80px 0;
}

/* TITLE */
.demo-title {

  font-weight: 700 !important;
  color: #1a1f2b !important;
}

.demo-subtitle {
  color: #373737 !important;
  margin-top: 10px;
}

/* CARD */
.demo-card {
  display: flex;
  gap: 15px;
  align-items: center;

  padding: 20px;
  border-radius: 12px;

  /* 🔥 Gradient border */
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #71bf44, #0085cd) border-box;

  box-shadow: 0px 4px 4px 0px #00000040;
  transition: 0.3s ease;

  height: 100%;
}

/* HOVER */
.demo-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.demo-icon {
  font-size: 30px;
  line-height: 1;
}

/* TEXT */
.demo-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2d2d2d;
}

.demo-card p {
  color: #6b7788;
}
.demo-card p strong {
  color: #1a1f2b;
}

/* SECTION */
.demo-steps-section {
  background: #eef7ff;
  padding: 80px 0;
}

/* TITLE */
.steps-title {

  font-weight: 700 !important;
  margin-bottom: 5px;
}

.steps-subtitle {
  color: #373737;
  margin-bottom: 50px;
}

/* WRAPPER */
.steps-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

/* BASE LINE */
.steps-line {
  position: absolute;
  top: 20px;

  /* 🔥 key fix */
  left: 15%;
  width: 70%;

  height: 4px;
  background: #d1d5db;
  z-index: 1;
}

/* PROGRESS LINE */
.steps-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #22c55e, #3b82f6);
  transition: width 1.5s ease;
}

/* STEP */
.step-item {
  width: 30%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* CIRCLE (default white) */
.step-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #71bf44;
  background: #fff;
  color: #71bf44;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 15px;

  transition: all 0.4s ease;
}

/* ACTIVE STATE */
.step-circle.active {
  background: #71bf44;
  color: #fff;
}

/* TEXT */
.step-item h4 {
  font-size: 16px;
  font-weight: 700;
}

.step-item p {
 
  color: #6b7788;
}
.step-item p strong {
  color: #1a1f2b;
}

/* ANIMATIONS */

@keyframes gradientMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes drawLine {
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pop {
  to {
    transform: scale(1);
  }
}

/* SECTION */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #dcf7e4, #b1e0b1);

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;

  /* background-size: 200% 200%; */
  animation: bgMove 6s ease infinite;
}

@keyframes bgMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* ACTIVE STATE (on scroll) */
.cta-section.active {
  opacity: 1;
  transform: translateY(0);
}

/* TITLE */
.cta-title {

  font-weight: 700 !important;
  color: #222222;
  margin-bottom: 25px;
  /* transform: translateY(20px); */
  transition: 0.6s;
}

/* BUTTON */
.cta-btn {
  background: linear-gradient(90deg, #16a34a, #059669);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;

  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(34, 197, 94, 0.5);
  animation: pulse 2s infinite;

  transform: translateY(20px);
  transition: 0.6s 0.3s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

/* HOVER EFFECT */
.cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* CLICK EFFECT */
.cta-btn:active {
  transform: scale(0.95);
}

.cta-section.active .cta-title,
.cta-section.active .cta-btn {
  opacity: 1;
  transform: translateY(0);
}

/* BASE (hidden state) */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* ACTIVE */
.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* VARIANTS */

/* LEFT */
.animate-left {
  transform: translateX(-50px);
}
.animate-left.show {
  transform: translateX(0);
}

/* RIGHT */
.animate-right {
  transform: translateX(50px);
}
.animate-right.show {
  transform: translateX(0);
}

/* ZOOM */
.animate-zoom {
  transform: scale(0.8);
}
.animate-zoom.show {
  transform: scale(1);
}

/* FADE ONLY */
.animate-fade {
  transform: none;
}

/* DELAYS */
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
