    .header-contact {
        color: #fff !important;
    }

.homepage-hero {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  background-image: url(https://visual-alpha.com/wp-content/uploads/2023/11/hero-image.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #000;
  padding: 5vw;
  padding-bottom: 0;
}

.VA-hero-content,
.VA-hero-content-jp {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.VA-hero-content h2 {
  font-size: 8rem !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}

.VA-hero-content h1 {
  font-size: 3rem;
  margin-bottom: 40px;
}

.VA-hero-content-jp h2 {
  font-size:8rem !important;
font-weight: bold !important;
  margin-bottom: 20px;
}

.VA-hero-content-jp h1 {
  font-size: 3rem;
  margin-bottom: 40px;
}

.txt-type {
  text-decoration: underline;
  font-weight: bold;
}
.txt-type > .txt {
  border-right: 0.2rem solid rgb(189, 181, 181);
}

.contact-button,
.contact-button-jp {
  display: inline-block;
  padding: 15px 30px;
  background-color: #40B2FD;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.contact-button-jp {
  padding: 15px 40px;
}

.contact-button:hover,
.contact-button-jp:hover {
  background-color: #2676b2;
}


.hero-arrow {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hero-arrow img {
  height: 60px;
  cursor: pointer;
  animation: pulseArrow 1.5s infinite ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.hero-arrow img:hover {
  transform: scale(1.1);
}

@keyframes pulseArrow {
  0% {
    opacity: 0.5;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.5;
    transform: translateY(0);
  }
}

:root {
  --border-radius-top-left: 18px;
  --border-radius-top-right: 5px;
  --border-radius-bottom-right: 10px;
  --border-radius-bottom-left: 5px;
}

.product-container {
    max-width: fit-content;
    width: 100%;
    height: auto;
    padding: 60px;
    margin: 0px auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.product-column {
  width: calc(25% - 20px);
  margin-bottom: 50px;
  box-sizing: border-box;
  text-align: center;

}
.product-column:not(:last-child) {
  margin-right: 20px;
  padding-right: 10px;
border-right: 2px solid transparent;
border-image: linear-gradient(to bottom, #42beff, transparent) 1;

}

.column-header {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.column-icon {
    width: 100% !important;
   	max-width: 10vw !important;
    margin-left: -14.5vw;
    position: absolute;
    margin-bottom: 58px;
    z-index: 100;

}
.content-column-icon {
    width: 100% !important;
   	max-width: 10vw !important;
    margin-left: -14.5vw;
    position: absolute;
    margin-bottom: 58px;
    z-index: 100;
}

.column-title {
            flex-grow: 10;
    background-color: rgba(132, 201, 255, 0.55);
    border-radius: var(--border-radius-top-left) var(--border-radius-top-right) var(--border-radius-bottom-right) var(--border-radius-bottom-left);
    max-width: 248px;
    width: 100%;
    height: 90px;
	font-weight: bold;
    font-size: 1.5vw;
    margin-top: 20px;
    display: flex;
    text-align: center;
    line-break: strict;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
}

.column-title-jp {
    flex-grow: 10;
    background-color: rgba(132, 201, 255, 0.55);
    border-radius: var(--border-radius-top-left) var(--border-radius-top-right) var(--border-radius-bottom-right) var(--border-radius-bottom-left);
    max-width: 248px;
	font-weight: bold;
    width: 100%;
    height: 90px;
    font-size: 1.45vw;
    margin-top: 20px;
    display: flex;
    text-align: center;
    line-break: strict;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;

}

.column-description {
	font-size: 1.15vw;
    color: #000;
	margin-bottom: 5vw;
    height: 5vw;
    max-height: 250px;
	text-align: left;
	margin-left: 1vw;
    font-style: normal;
    font-weight: 400;
}
.tile-home {
  color: #000;
  text-align: center;
  font-size: clamp(4rem, 2vw, 5rem);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #000;
  margin-bottom: 1em;
}
.read-more-btn {
    background-color: #ffffff;
    color: #000;
    padding: 1vw 1.5vw;
    margin-top: 3vw;
    border-radius: 5px;
    border: 0.1vw solid #000000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.read-more-btn a {
    color: #1b2128;
}

.client-marquee-section {
    display: flex;
    margin-bottom: 81px;
}

.text-box {
    border: 1px solid #000;
	margin-left: -261px;
    background-color: white;
    border: 2px solid;
    border-radius: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 300px;

}
.text-box p{
  font-size: 30px;
   color: black;
	    font-weight: bolder;
	padding: 60px;

}

.ribbon {
    width: 100%;
    height: 100px;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
  align-self: stretch;
    background-color: rgba(64, 178, 253, 0.3);
}

.ribbon2{
width: 40%;
            height: 100px;
           background-color: rgba(64, 178, 253, 0.3);
  margin-top: 100px;
}

.company-names {
  width: 100%;
	  display: inline-block;
  white-space: nowrap;
  margin-top: 30px;
  animation: scroll 80s linear infinite;
}


.company-names p {
  display: inline-block;
  margin-right: 20px;
  font-size: 26px;
  font-weight: bold;
}

.company-names p::before {
  content: "•";
  margin-right: 20px;
  }

@keyframes scroll {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-800%);
  }
}


body {
  margin: 0;
  line-height: normal;
}
.top-block {
    margin-bottom: 2em !important;
}

.stat1 {
  text-align: center;
  animation: fade-in 1s ease-in-out forwards, counter1 10s alternate ease-in-out;
  margin: 0 10px;
}

.stat2 {
  text-align: center;
  animation: fade-in 1s ease-in-out forwards, counter2 10s alternate ease-in-out;
  margin: 0 10px;
}

.stat3 {
  text-align: center;
  animation: fade-in 1s ease-in-out forwards, counter3 10s alternate ease-in-out;
  margin: 0 10px;
}

.statcircle1::before {
  content: counter(num1) "x";
  font-size: 50px;
  color: #57C0FF;
  font-weight: bold;
}

.statcircle2::before {
  content: counter(num2) "+";
  font-size: 50px;
  color: #57C0FF;
  font-weight: bold;
}

.statcircle3::before {
  content: counter(num3) "+";
  font-size: 50px;
  color: #57C0FF;
  font-weight: bold;

}

.statcircle1 {
  width: 300px;
  height: 300px;
  border: 2px solid #0F61A9;
  border-radius: 50%;
	    background: white;
  display: flex;
  counter-reset: num1 var(--num1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fade-in 1s ease-in-out forwards, counter1 7s ease-in-out forwards,
    circle-fade-in 1s ease-in-out forwards;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-weight: bold;
}

.statcircle2 {
  width: 300px;
  height: 300px;
  border: 2px solid #0F61A9;
  border-radius: 50%;
  display: flex;
	    background: white;
  counter-reset: num2 var(--num2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fade-in 1s ease-in-out forwards, counter2 7s ease-in-out forwards,
    circle-fade-in 1s ease-in-out forwards;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.statcircle3 {
  width: 300px;
	    background: white;
  height: 300px;
  border: 2px solid #0F61A9;
  border-radius: 50%;
  display: flex;
  counter-reset: num3 var(--num3);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fade-in 1s ease-in-out forwards, counter3 7s ease-in-out forwards,
    circle-fade-in 1s ease-in-out forwards;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.Stattext {
  font-size: 30px;
  color: #000000;
  margin-top: 15px;

}

.Stattextjp {
  font-size: 30px;
  color: #000000;
  margin-top: 15px;
  text-align: center;
  text-wrap: nowrap;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.count {
  font-size: 40px;
  color: #3498db;
}

@keyframes circle-fade-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@property --num1 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num2 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num3 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@keyframes counter1 {
   from {
  --num1: 0;
  }
	to {
    --num1: 10;
  }
}

@keyframes counter2 {
  to {
    --num2: 80;
  }
}

@keyframes counter3 {
  from {
  --num3: 500;
  }
  to {
    --num3: 1000;
  }
}

.statcircle1:hover {
  transform: scale(1.3);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.statcircle2:hover {
  transform: scale(1.3);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.statcircle3:hover {
  transform: scale(1.3);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.statistics {
    display: flex;
    justify-content: center;
	align-content: center;
    flex-wrap: wrap;
    min-height: 90vh;
    margin-bottom: 40px;
    background: url(https://visual-alpha.com/wp-content/uploads/2025/03/Wave_Statistics_background.svg) center bottom no-repeat;
    background-size: cover;
    background-position-y: -109px;
}

.statistics div {
  /* Removed invalid font shorthand (previously ignored by browsers). */
  padding: 19rem;
  margin: -8rem;
  text-align: center;
  max-width: fit-content;
}

.client-testimonial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Retain the original forced height for large screens */
  height: 52vw;
  margin: 0;
  margin-top: -2vw;
  margin-bottom: 2vw;
}

/* ---------------------------------------
   Testimonial shape & styling
---------------------------------------- */
.testimonial-section {
  background-color: #bbe1ff; /* Same background color you had */
  text-align: center;
  max-width: 66vw;
  width: 100%;
  min-height:40vw;
  /* Keep your custom corner radii */
  --border-radius-top-left: 36px;
  --border-radius-top-right: 10px;
  --border-radius-bottom-right: 20px;
  --border-radius-bottom-left: 10px;
  border-top-left-radius: var(--border-radius-top-left);
  border-top-right-radius: var(--border-radius-top-right);
  border-bottom-right-radius: var(--border-radius-bottom-right);
  border-bottom-left-radius: var(--border-radius-bottom-left);
  padding: 3vw;
  /* Fade-in animation (if you want to keep it) */
  opacity: 0;
  animation: fadeIn 10s ease-in-out forwards;
	margin-bottom: 7rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------------------------------------
   Heading (Hear From Our Clients)
---------------------------------------- */
.testimonial-heading {
  font-size: 4em;   /* Using em so it scales with user preferences */
  color: #333;
  font-weight: bold;
  margin-bottom: 2vw;
}

/* ---------------------------------------
   Large Quotation Mark
---------------------------------------- */
.big-quote {
  display: block;
  font-size: 7vw;
  color: #333;
  margin-bottom: -6vw; /* Negative margin to overlap with text a bit */
}

/* ---------------------------------------
   Main Testimonial Text
---------------------------------------- */
.testimonial-text {
  font-size: 1.5em; /* Larger, more readable */
  color: #333;
  font-style: italic;
  margin: 2vw 8vw;
  line-height: 2vw;
  text-align: center;
}

/* ---------------------------------------
   Horizontal Divider
---------------------------------------- */
.testimonial-divider {
  width: 45vw;
  margin: 1vw auto;
  border: none;
  border-top: 2px solid #333;
}

/* ---------------------------------------
   Client's Name
---------------------------------------- */
.clients-name {
  font-size: 2em;
  color: #333;
  font-weight: bold;
  margin-top: 1vw;
  text-align: center;
}


.alignnone.size-full.wp-image-700 {
  display: flex;
  align-items: center;
  margin: auto;
}

.bookdemo-text{
	 align-items: center;
      justify-content: center;
	      text-align: center;
	font-size: 2.5vw;
    font-weight: bold;
	margin-bottom: 5vw;
}
.highlighted-text {
      color: #0d73b7;
	text-decoration: underline;
}

.bookdemo-text p {
  margin-bottom: 2vw;
}
@media (max-width: 992px) {
  .client-testimonial-container {
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

    .testimonial-section {
        height: auto;
        min-height: 58vh;
        padding: 2rem 1.5rem;
    }

    .testimonial-heading {
        font-size: 4.2rem;
        margin-bottom: 1rem;
    }

  .big-quote {
    font-size: 10vw;
    margin-bottom: -4vw;
  }

    .testimonial-text {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 2rem 1rem;
    }

     .testimonial-divider {
        width: 90%;
        margin: 1rem auto;
    }

 .clients-name {
        font-size: 2em;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
  .product-container {
  	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
	  }
.VA-hero-content-jp h1 {
    font-size: 2.5rem !important;
    font-weight: normal !important;
    margin-bottom: 20px;
    height: auto;
		max-height: 200px;
    }
    .VA-hero-content h1 {
      font-size: 2.5rem !important;
      }
.VA-hero-content {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 2px !important;
}
	.VA-hero-content-jp h2 {
    font-size: 4.5rem !important;
    font-weight: normal !important;
    margin-bottom: 20px;
    overflow: auto;
    height: auto;
    max-height: 400px;
		padding: 0 2px !important;
}
.VA-hero-content h2 {
  font-size: 4.5rem !important;
}
	.product-column {
    width: 51.5vw;
    margin-bottom: 4.1px;
    box-sizing: border-box;
    text-align: center;
}
	.column-description {
    font-size: 4vw;
    color: #000;
    margin-bottom: 30vw;
    height: 5vw;
    max-height: 250px;
    text-align: left;
    margin-left: 1vw;
    font-style: normal;
    font-weight: 400;
}
	.column-title {
    flex-grow: 10;
    background-color: rgba(132, 201, 255, 0.55);
    border-radius: var(--border-radius-top-left) var(--border-radius-top-right) var(--border-radius-bottom-right) var(--border-radius-bottom-left);
    max-width: 313px;
    width: 100%;
    height: 90px;
    font-size: 6vw;
    margin-top: 20px;
    display: flex;
    text-align: center;
    line-break: strict;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
	}
	.column-title-jp {
    flex-grow: 10;
    background-color: rgba(132, 201, 255, 0.55);
    border-radius: var(--border-radius-top-left) var(--border-radius-top-right) var(--border-radius-bottom-right) var(--border-radius-bottom-left);
    max-width: 313px;
    width: 100%;
    height: 90px;
    font-size: 5.5vw;
    margin-top: 20px;
    display: flex;
    text-align: center;
    line-break: strict;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
	}

	.column-icon {
    width: 100% !important;
    max-width: 42vw !important;
    margin-left: -56.5vw;
    position: absolute;
    margin-bottom: 58px;
    z-index: 9999999999;
	}
	.content-column-icon {
		width: 100% !important;
    max-width: 42vw !important;
    margin-left: -56.5vw;
    position: absolute;
    margin-bottom: 58px;
    z-index: 9999999999;
	 }
	.product-column:not(:last-child) {
    margin-bottom: 28px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #ffffff, transparent) 1;
	}
	.product-column {
		    /* Removed invalid negative padding (previously ignored by browsers). */
		    margin-left: 12vw;
	}

	.text-box {
    border: 1px solid #000;
    margin-left: -188px;
    background-color: white;
    border: 2px solid;
    border-radius: 37px;
    display: flex;
    text-align: right;
    height: 251px;
    align-items: center;
    margin-top: 20px;
	}
  .text-box p {
    font-size: 25px;
    color: black;
    font-weight: bolder;
    padding: 9vw;
    padding-left: 25vw;
  }

	.read-more-btn {
    Background-color: #ffffff;
    color: #000;
    padding: 1vw 1.5vw;
    margin-top: 8vw;
    border-radius: 5px;
    border-width: 0.1vw;
    cursor: pointer;
    border-color: #000000;
}
}

@media (min-width: 2000px) {
  .product-container {
	max-width: 3982px;
    margin-left: auto;
    margin-right: auto;
	  margin-top: 3vw;
    padding: 0 20px;
  }
	.content-column-icon {
		    max-width: 9vw !important;
		    margin-bottom: 2vw;

	}
	.VA-hero-content,  .VA-hero-content-jp {
    max-width: 72vw!important;
    margin: 0 auto !important;
    padding: 0 3vw !important;
}
	.column-icon {
			    max-width: 9vw !important;
	}
	.VA-hero-content p {
    font-size: 2vw;
}
		.VA-hero-content-jp p {
    font-size: 2vw;
}
.contact-button {
    display: inline-block;
	padding: 1.3vw 0.5vw;
    background-color: #40B2FD;
    color: #fff;
    font-size: 1.5vw;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
	width: 11vw;
}
.contact-button-jp {
    display: inline-block;
    padding: 1.1vw 0.5vw;
    background-color: #40B2FD;
    color: #fff;
    font-size: 1.2vw;
    text-decoration: none;
    border-radius: 0.4vw;
    transition: background-color 0.3s;
    width: 12vw;

}
	.column-title, .column-title-jp {
	max-width: 13vw;
    width: 100%;
    height: 5vw;
	}

	.read-more-btn {
     font-size: 1.1vw;
	}

  .product-column {
    width: calc(25% - 40px);
     margin-right: 34px;
  }

  .text-box p {
    padding-left: 20vw;
    font-size: 1.5vw;
    color: black;
    font-weight: bolder;
    padding: 2vw;
  }
  .text-box {
    margin-left: -9vw;
    height: 12vw;
  }
.ribbon, .ribbon2 {
    height: 4vw;
    margin-top: 4vw;

}

	.statistics div {
    padding: 10vw;
}

	.statcircle1::before, .statcircle2::before, .statcircle3::before {
    font-size: 3vw;
}
	.company-names {
		    margin-top: 1.4vw;
	}
		.company-names p {
		    font-size: 1.1vw;
	}
  .testimonial-section {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
	.column-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    max-width: 3840px;
    align-items: center;
    justify-content: center;
    height: 8vw;
}
	.VA-hero-content h1 {
    font-size: 5rem !important;
    font-weight: normal !important;
    margin-bottom: 1vw;
}
.VA-hero-content h2 {
  font-size: 10rem !important;

}
.VA-hero-content-jp h1 {
  font-size: 5rem !important;
  font-weight: normal !important;
  margin-bottom: 22vw;
  height: 25vh;
}
.VA-hero-content-jp h2 {
  font-size: 10rem !important;

}



}
@media (max-width: 576px) {
  .testimonial-heading {
        font-size: 3.5rem;
    }

     .big-quote {
        font-size: 30vw;
        margin-bottom: -22vw;
    }

    .testimonial-text {
        font-size: 2rem;
        margin: 1.5rem 1rem;
    }
     .clients-name {
        font-size: 2rem;
    }
}

/* Contain the intentionally animated marquee without horizontal page scrolling. */
.client-marquee-section { min-width: 0; overflow: hidden; }
.client-marquee-section .ribbon { min-width: 0; }

/* Keep controls operable when there is no mouse hover (iPhone/iPad included). */
.va-video .va-controls { flex-wrap: wrap; }
.va-video .va-volume { min-width: 0; max-width: 100%; }
@media (hover: none) {
    .va-video.is-playing .va-controls {
        /* Page content includes a later auto-hide rule; touch controls must win. */
        opacity: 1 !important; transform: none !important; pointer-events: auto !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-arrow img, .company-names,
    .stat1, .stat2, .stat3,
    .statcircle1, .statcircle2, .statcircle3,
    .testimonial-section {
        animation: none; transition: none; opacity: 1; transform: none;
    }
    .statcircle1 { counter-reset: num1 10; }
    .statcircle2 { counter-reset: num2 80; }
    .statcircle3 { counter-reset: num3 1000; }
}

/* The old .statistics div rule padded both wrappers and circles by 19rem.
   Keep the same circles, but size and space their wrappers independently. */
.statistics { gap: 32px; padding: 48px 24px; }
.statistics > .stat1,
.statistics > .stat2,
.statistics > .stat3 {
    flex: 0 1 300px;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.statistics .statcircle1,
.statistics .statcircle2,
.statistics .statcircle3 {
    width: 100%;
    max-width: 100%;
    height: 300px;
    padding: 24px;
    margin: 0;
}
@supports (aspect-ratio: 1) {
    .statistics .statcircle1,
    .statistics .statcircle2,
    .statistics .statcircle3 { height: auto; aspect-ratio: 1; }
}
