.elementor-2034 .elementor-element.elementor-element-1805731{--display:flex;}.elementor-2034 .elementor-element.elementor-element-b8ea8be{--display:flex;--min-height:1100px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2034 .elementor-element.elementor-element-b8ea8be{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-f8f0c4b */.testimonial-section {
  padding: 2rem 1rem;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-text h2 {
  font-size: 2rem;
  color: #e64a98;
  margin-bottom: 0.5rem;
}

.testimonial-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.screenshot-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.screenshot-box {
  padding: 6px;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ff7eb9, #85ffbd);
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

.screenshot-box img {
  width: 100%;
  border-radius: 0.8rem;
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  } to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet & Desktop Layout */
@media (min-width: 768px) {
  .screenshot-gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .screenshot-box {
    flex: 0 1 300px;
  }
}
.testimonial-section {
  padding: 2rem 1rem;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  background: none; /* No background color */
}

.testimonial-text h2 {
  font-size: 2rem;
  color: #fff200; /* Yellow heading */
  margin-bottom: 0.5rem;
}

.testimonial-text p {
  font-size: 1rem;
  color: #ffffff; /* White text */
  line-height: 1.6;
}

.testimonial-text p strong {
  color: #fff200; /* Highlight in yellow */
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.testimonial-grid img {
  width: 100%;
  border-radius: 1rem;
  border: 4px solid transparent;
  animation: floatIn 0.8s ease forwards;
  background: linear-gradient(45deg, #ff5fad, #61e3ff);
  padding: 5px;
  transition: transform 0.3s;
}

.testimonial-grid img:hover {
  transform: scale(1.03);
}

/* Animation */
@keyframes floatIn {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile: One by one scroll look */
@media (max-width: 600px) {
  .testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .testimonial-grid img {
    max-width: 90%;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a84985 */.bv-testimonial-hero {
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.bv-inner-wrapper {
  max-width: 850px;
  margin: 0 auto;
  animation: fadeSlideUp 1.2s ease-in-out;
}

.bv-hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 12px #BE49E9;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.bv-gradient-bar {
  width: 120px;
  height: 5px;
  margin: 0 auto 30px;
  border-radius: 10px;
  background: linear-gradient(90deg, #EAC212, #BE49E9, #EAC212);
  animation: pulseBar 3s infinite linear;
}

.bv-hero-subtext {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.9;
  color: #EDEDED;
  margin-bottom: 20px;
}

.bv-hero-subtext strong {
  color: #EAC212;
  font-weight: bold;
}

.highlight {
  color: #BE49E9;
  font-weight: 600;
  text-shadow: 0 0 6px #BE49E9;
}

.fade-keyword {
  color: #EAC212;
  font-style: italic;
  transition: color 0.3s ease;
}

.glow-word {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 8px #BE49E9;
}

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes pulseBar {
  0% { background-position: 0% }
  100% { background-position: 200% }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12219aa */.bv-cta-boxed {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  animation: fadeInUp 1s ease-in-out;
}

.bv-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  max-width: 780px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #eee;
}

.bv-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 700;
  color: #3D2C54;
  margin-bottom: 16px;
}

.bv-subtitle {
  font-size: 20px;
  color: #5D4E74;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.bv-desc {
  font-size: 18px;
  color: #6A5C88;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  line-height: 1.7;
}

.bv-highlight {
  font-size: 20px;
  font-weight: 500;
  color: #8C3EF0;
  margin-bottom: 28px;
  text-shadow: 0 0 3px rgba(140, 62, 240, 0.1);
}

.bv-brand {
  color: #EAC212;
  font-weight: 600;
}

.bv-button {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(to right, #8C3EF0, #EAC212);
  color: white;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(140, 62, 240, 0.3);
}

.bv-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(140, 62, 240, 0.45);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */