.elementor-1488 .elementor-element.elementor-element-3c529c83{--display:flex;--min-height:1028px;--margin-top:-398px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:134px;--padding-left:0px;--padding-right:0px;}.elementor-1488 .elementor-element.elementor-element-3c529c83.e-con{--align-self:center;}.elementor-1488 .elementor-element.elementor-element-a3da556{--spacer-size:50px;}.elementor-1488 .elementor-element.elementor-element-ce68d7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1488 .elementor-element.elementor-element-bffd4ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1488 .elementor-element.elementor-element-29bf317{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1488 .elementor-element.elementor-element-160712d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1488 .elementor-element.elementor-element-f59bda5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1488 .elementor-element.elementor-element-3c529c83{--min-height:415px;--margin-top:-256px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-1488 .elementor-element.elementor-element-3c529c83{--content-width:1600px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1488 .elementor-element.elementor-element-3c529c83{--content-width:1600px;}}@media(max-width:767px){.elementor-1488 .elementor-element.elementor-element-3c529c83{--content-width:1600px;--min-height:126px;--margin-top:-186px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:132px;--padding-left:0px;--padding-right:0px;}.elementor-1488 .elementor-element.elementor-element-a3da556{--spacer-size:132px;}}/* Start custom CSS for html, class: .elementor-element-6e687c8 */.vpp-benefits {
  background: #f8f9fc;
  padding: 100px 0;
  text-align: center;
}

.vpp-benefits h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  font-weight: 700;
  color: #0d1a4f;
}

.vpp-benefits h2 span {
  color: #0077ff;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  justify-content: center;
}

.benefit-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 119, 255, 0.15);
}

.benefit-card img {
  width: 70px;
  margin-bottom: 25px;
}

.benefit-card h3 {
  color: #0d1a4f;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.benefit-card p {
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ec720d */.vpp-howitworks {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  padding: 100px 0;
  text-align: center;
}

.vpp-howitworks h2 {
  font-size: 2.4rem;
  color: #0d1a4f;
  font-weight: 700;
  margin-bottom: 10px;
}

.vpp-howitworks .subtitle {
  color: #60759a;
  margin-bottom: 60px;
  font-size: 1.1rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  justify-content: center;
  align-items: start;
}

.step-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 102, 255, 0.08);
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(0, 102, 255, 0.15);
}

.icon-circle {
  background: #e6f0ff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
}

.icon-circle img {
  width: 40px;
  opacity: 0.85;
}

.step-card h3 {
  color: #0d1a4f;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.step-card p {
  color: #5a6a8a;
  font-size: 1rem;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83debc2 */.vpp-compare {
  background: #f7faff;
  padding: 120px 0;
  text-align: center;
}

.vpp-compare h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0d1a4f;
  margin-bottom: 10px;
}

.vpp-compare .highlight {
  color: #0066ff;
}

.vpp-compare .subtitle {
  color: #5c6b88;
  font-size: 1.1rem;
  margin-bottom: 80px;
}

.compare-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.column {
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 102, 255, 0.08);
  padding: 50px 30px;
  width: 400px;
  transition: all 0.3s ease;
}

.column.vpp {
  border-top: 6px solid #0066ff;
}

.column.base {
  border-top: 6px solid #cccccc;
  opacity: 0.85;
}

.column:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 102, 255, 0.12);
}

.column .header img {
  width: 50px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.column h3 {
  font-size: 1.5rem;
  color: #0d1a4f;
  font-weight: 700;
  margin-bottom: 30px;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.column ul li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: #4d5d80;
  font-size: 1rem;
}

.column ul li img {
  width: 20px;
  margin-right: 12px;
  opacity: 0.8;
}

.btn-primary {
  background: #0066ff;
  color: white;
  border-radius: 50px;
  padding: 16px 40px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 60px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #004fc1;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f5ff8e */.vpp-testimonials.tech {
  background: linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
  text-align: center;
  padding: 120px 0;
  overflow: hidden;
}

.vpp-testimonials.tech h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0a1b3d;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.vpp-testimonials.tech .highlight {
  color: #007bff;
  background: linear-gradient(90deg, #007bff, #00b4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vpp-testimonials.tech .subtitle {
  color: #63789c;
  font-size: 1.1rem;
  margin-bottom: 70px;
  letter-spacing: 0.3px;
}

.testimonial-carousel {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

.testimonial {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.testimonial.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.photo-card {
  width: 200px;
  height: 200px;
  border-radius: 22px;
  overflow: hidden;
  margin: 0 auto 40px;
  box-shadow: 0 15px 40px rgba(0, 90, 255, 0.15);
  background: #fff;
  border: 1px solid rgba(0, 102, 255, 0.1);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

blockquote {
  font-size: 1.25rem;
  color: #0e2349;
  font-weight: 600;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 20px;
}

.name {
  color: #6b7c9f;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 30px;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.arrow {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  width: 54px;
  height: 54px;
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 5px 20px rgba(0, 102, 255, 0.12);
}

.arrow:hover {
  background: #007bff;
  color: white;
  transform: translateY(-3px) scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8032b81 */.vpp-howitworks {
  background: #ffffff;
  text-align: center;
  padding: 120px 0;
  color: #0a1b3d;
}

.vpp-howitworks h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.vpp-howitworks .subtitle {
  font-size: 1.1rem;
  color: #63789c;
  margin-bottom: 70px;
  letter-spacing: 0.3px;
}

.steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.step {
  background: #f9fbff;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(0, 80, 255, 0.08);
  padding: 50px 35px;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 90, 255, 0.12);
}

.step .icon {
  background: linear-gradient(180deg, #e8f1ff, #ffffff);
  border-radius: 18px;
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 110, 255, 0.15);
}

.step .icon img {
  width: 50px;
  height: 50px;
}

.step h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0a1b3d;
}

.step p {
  font-size: 1rem;
  color: #6b7c9f;
  line-height: 1.6;
}/* End custom CSS */