html, body {
  overflow-x: hidden !important;
}

.btn {
  background-color: #0154A3;
  font-size: 18px;
}

.btn:hover{
  background-color: #fff;
  border: 1px solid #0154A3;
  color: #0154A3;
}

#cb {
  color: #000000;
}

body {
  font-family: 'Poppins';
  background: #fff;
  margin: 0px;
}

.sub-text {
  width: 274px;
  color: #00000099;
}

.poppins-font {
  font-family: 'Poppins';
  color: #000000;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: auto;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.stat {
  flex: 1;
  text-align: center;
}

.stat:not(:last-child) {
  border-right: 1px solid #000;
}

.stat h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.stat p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
  gap: 50px;
}

.card {
  background-color: #ffffff;
  width: 385px;
  overflow: hidden;
  border: none;
  border-radius: 0;
}

.card-image {
  width: 100%;
  height: 260px;
  display: block;
}

.card-content {
  padding-top: 50%;
  padding: 15px;
}

.card-title {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20%;
  margin-bottom: 8px;
  color: #000;
}

.card-text {
  width: 370px;
  text-align: left;
  font-family: 'Poppins';
  color: #00000099;
  margin-bottom: 10px;
}

.learn-more {
  font-family: 'Poppins';
  color: #0154A3;
  font-size: 18px;
}

.learn-more:hover {
  text-decoration: underline;
}

.author-bio {
  color: #ffffff;
  text-align: center;
  font-family: 'Poppins';
  width: 100%;
  padding-top: 5px;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
}

#bg-blue {
  background-color: #0154A3;
}

#grey-color {
  color: #5C5C5C;
  font-family: 'Poppins';
}

.testimonials-section {
  text-align: center;
}

.badge {
  border: 0.5px solid #4B4B4B;
  border-radius: 30px;
  padding: 8px 20px;
  background-color: white;
  font-size: 14px;
  cursor: default;
  margin-bottom: 20px;
  color: #4B4B4B;
  font-weight: 400;
  width: 155px;
  height: 53px;
}

.testimonials-header h2 {
  margin-bottom: 40px;
}

.testimonials-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;

}

.testimonial-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  width: 380px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.stars {
  color: gold;
  font-size: 25px;
  margin-bottom: 15px;
  text-align: left;
}

.quote {
  color: #555;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 400;
  height: 90%;
}

.profile {
  display: flex;
  align-items: center;
  gap: 0px;
}

.profile img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.name {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  padding-left: 0px;
  padding-bottom: 0%;
  text-align: left;
}

.role {
  color: #666;
  padding-left: 0px;
  padding-top: 0%;
  font-size: 16px;
  text-align: left;
}

.view-more button {
  background-color: #0154A3;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.blog-section {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 1%;
}

.blog-header h2 {
  margin-bottom: 40px;
}

.blogimg {
  width: 402px;
  height: 331px;
}

.blog-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.blog-card {
  width: 300px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-info {
  padding: 20px;
  text-align: left;
}

.tags {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.tag {
  background-color: #0154A3;
  color: #fff;
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 20px;
}

.tag.blue {
  background-color: #1d72b8;
}

.date {
  font-size: 18px;
  color: #0154A3;
  text-decoration: none;
  font-weight: 400;
}

.card-row-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
  gap: 50px;
  max-width: 1420px;
  /* 3 cards * 390px + 2 gaps of 30px */
  margin: auto;
  border: 2px #000;
  padding-bottom: 0.5%;
}

.card-blog {
  background-color: #FFFFFF;
  border: 0px solid #eee;
  overflow-x: auto;
  border-radius: 30px;
  width: 390px;
  padding: 1%;
  flex: 0 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.card-image-blog {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 30px;
}

.blog-info h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.footer {
  background-color: #fff;
  padding: 40px 20px 20px 20px;
  color: #4B4B4B;
  font-size: 16px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 1.0rem;
}

.footer-col {
  flex: 1 1 200px;
}

.company-info .logo {
  width: 195px;
  margin-bottom: 10px;
}

.company-info p {
  margin: 10px 0 20px 0;
  color: #4B4B4B;
  font-family: 'Poppins';
  width: 302px;
  font-size: 18px;
}

.social-icons a {
  color: #4B4B4B;
  font-size: 25px;
  margin-right: 10px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #000;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
}

.footer-col ul li:hover {
  text-decoration: underline;
}

.footer-col ul li a {
  color: #4B4B4B;
  text-decoration: none;
}

.contact-info h4 {
  margin-bottom: 10px;
  color: #4B4B4B;
  font-size: 18px;
}

.contact-info p {
  margin-bottom: 8px;
  color: #4B4B4B;
  font-size: 18px;
}

.footer hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.footer-bottom {
  text-align: center;
  font-size: 16px;
  color: #777;
}

.pricing-section .heading {
  margin-bottom: 10px;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
}

.pricing-section {
  text-align: center;
  color: black;
}

.pricing-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 4%;
}

.pricing-card {
  border: 1px solid #ACACAC;
  border-radius: 16px;
  padding: 30px 20px;
  width: 383px;
  height: 500px;
  background: #D9D9D914;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.price-title {
  color: #666;
  margin-top: 10px;
  margin-bottom: 0cm;
  font-size: 24px;
}

.price {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  font-family: 'Poppins';
  margin-bottom: 0cm;
}

.feature {
  color: #5C5C5C;
  font-family: 'Poppins';
  padding-bottom: 20px;
  font-size: 24px;
}

.desc {
  color: #5C5C5C;
  font-family: 'Poppins';
  padding-bottom: 40px;
  font-size: 18px;
}

.pricing-card button {
  background-color: #004aad;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.pricing-card button:hover {
  background-color: #003580;
}

.stats-section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  justify-content: left;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  border: none;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  border: none;
  border-right: 1px solid #000;
  padding: 7px;
}

.stat-box:last-child {
  border-right: none;
}

.stat-box h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.clients h3 {
  font-size: 1.27rem;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins';
  padding-bottom: 5px;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.client {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
  font-family: 'Poppins';
}

.client img {
  width: 38px;
  height: 38px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.subheadline-max-width {
  max-width: 70%;
  /* Adjust as needed */
}

#how-we-work {

  /* Full screen height */
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  text-align: center;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

#how-we-work .container {
  max-width: 800px;
  width: 100%;
}

.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 50px;
  text-align: left;
}

.timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 40px;
  height: 100%;
  width: 2px;
  background: #e6e6e6;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.timeline-icon {
  position: absolute;
  left: -51px;
  top: 0;
  background-color: #e6edf5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #0154A3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 0 4px #fff;
  z-index: 1;
}

.journey-icon {
  color: #000;
  left: -73px;
  width: 90px;
  height: 90px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border: 4px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.timeline-content {
  padding-left: 30px;
}

.timeline-content .heading {
  margin-bottom: 5px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.timeline-content p {
  color: #6c757d;
  margin: 0;
}

.section-divider {
  width: 100px;
  height: 3px;
  background-color: #ccc;
  /* grey line */
  margin: 1rem auto 1rem auto;
  /* center and add spacing */
  border-radius: 2px;
}

.preview {
  margin-top: 8px;
  font-family: 'Poppins';
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  max-height: 4.5em;
  /* ~3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.nav-button,
.page-btn {
  font-family: 'Poppins', sans-serif;
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #0154A3;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.page-btn.active {
  background-color: #03315c;
  font-weight: bold;
}

.nav-button:disabled {
  opacity: 0.5;
  /* Adjust this value (0 to 1) for more or less transparency */
  cursor: not-allowed;
  /* Changes cursor to indicate it's not clickable */
}

.tech-section {
  background-color: #fff;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
}

.tech-container {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  max-width: 1000px;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.tech-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.tech-item img {
  width: 64.43px;
  height: 64.43px;
  border-radius: 12px;
  background: #f9f9f9;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
}

.why-us-section {
  background-color: #fff;
  padding: 0px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
}

.why-us-wrapper {
  max-width: 1140px;
  width: 100%;
  text-align: center;
}

.why-us-badge {
  border: 1px solid #ccc;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
  background: transparent;
  max-width: 800px;
}

.why-us-heading {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #000;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  box-sizing: border-box;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.why-item:nth-child(3n) {
  border-right: none;
}

.why-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.why-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 5px;
}

.why-text h4 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.why-text p {
  margin: 0;
  font-size: 18px;
  color: #666;
}

.global-presence-section {
  padding: 0px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.global-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  flex-wrap: wrap;
}

.global-text {
  flex: 1;
  min-width: 500px;
  padding-right: 30px;
}

.global-badge {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}

.global-text h2 {
  font-size: 48px;
  font-weight: 500;
  width: 780px;
  color: #000;
  margin-bottom: 20px;
}

.global-text p {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.global-map {
  flex: 1;
  position: relative;
  min-width: 300px;
  text-align: center;
}

.map-image {
  max-width: 90%;
  height: auto;
}

.marker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.marker .flag {
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  border-radius: 50%;
}

.marker.canada {
  top: 20%;
  left: 24%;
}

.marker.india {
  top: 35%;
  left: 61%;
}

.ios-experience-section {
  padding: 0px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.ios-wrapper {
  max-width: 1140px;
  margin: auto;
  padding: 0px 30px;
}

.ios-heading {
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
}

.ios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  text-align: left;
}

.ios-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.item-padding {
  padding-left: 200px;
  padding-right: 200px;
}

.ios-item p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.about-badge {
  border: 1px solid #ccc;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
  background: transparent;
  max-width: 800px;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
}

.video-bg {
  display: block;
  max-width: 100%;
  height: auto;
}

.play-btn {
  position: absolute;
  top: 90%;
  left: 5%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 192px;
  pointer-events: none;
}

.industry-section {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  padding: 60px 20px;
}

.industry-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1270px;
  margin: auto;
  align-items: center;
}

.industry-left {
  flex: 1;
  min-width: 800px;
  max-width: 600px;
  padding-left: 0%;
}

.industry-badge {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: transparent;
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 800px;
}

.industry-heading {
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.divider {
  border: none;
  border-top: 2px solid #ccc;
  width: 100%;
  margin: 20px 0;
}

.industry-description {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

.industry-right {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.industry-card {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  gap: 15px;
}

.icon-circle {
  background-color: #0154A3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.core-values-section {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  padding: 0px 20px;
}

.core-values-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1240px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.core-values-left {
  flex: 1;
  min-width: 600px;
  max-width: 500px;
}

.values-badge {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 14px;
  background: transparent;
  margin-bottom: 20px;
}

.values-heading {
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.values-description {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

.core-values-right {
  flex: 1;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.value-card {
  background-color: #f9f9f9;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: none;
  height: auto;
}

.value-card .value-number {
  font-weight: 600;
  color: #0154A3;
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

.value-card h4 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.value-card p {
  margin: 0;
  font-size: 18px;
  color: #555;
}

.journey-container {
  position: relative;
  width: 550px;
  height: auto;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

.wrapper {
  display: flex;
  justify-content: center;
  /* Horizontal center */
  align-items: center;
  /* Vertical center */
  background: #fff;
  /* Optional background */
  font-family: 'Poppins';
}

.journey-bg {
  width: 100%;
  display: block;
}

.journey-steps-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  /* Optional spacing */
  box-sizing: border-box;
  z-index: 2;
  /* Ensure it's above image */
}

.journey-step {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
}

.journey-circle {
  position: relative;
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.journey-circle::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 2px;
  background: #005dba;
}

.journey-content {
  padding: 15px 20px;
  border-radius: 10px;
  max-width: 280px;
}

.journey-content h3 {
  margin: 0;
  font-size: 16px;
  color: #005dba;
}

.journey-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}

/* Individual positions */
.step-1 {
  top: 200%;
  left: 12%;
}

.step-2 {
  top: 640%;
  right: 12%;
  flex-direction: row-reverse;
}

.step-2 .journey-circle::after {
  left: -35px;
  right: auto;
}

.step-3 {
  top: 430px;
  left: 70px;
}

.step-4 {
  top: 610px;
  right: 80px;
  flex-direction: row-reverse;
}

.step-4 .journey-circle::after {
  left: -35px;
  right: auto;
}

.launch-app-heading {
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 500;
}

.rocket-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0%;
  justify-items: center;
}

.rocket-img {
  display: block;
  max-width: 50%;
  height: auto;
}

.logo-over {
  position: absolute;
  width: 60px;
  /* Adjust size as needed */
  height: auto;
}

/* Position each logo specifically */
.rocket-1 {
  top: 25%;
  /* adjust as per design */
  left: 63%;
}

.rocket-2 {
  top: 38%;
  left: 30%;
}

.rocket-3 {
  top: 0%;
  left: 42%;
}

.rocket-4 {
  top: -12%;
  left: 66%;
}

.contact-header-section {
  text-align: center;
  padding: 60px 20px 20px;
  font-family: 'Poppins';
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #0154A3;
  margin-bottom: 20px;
}

.contact-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.business-goals-section {
  padding: 0px 20px 0px 20px;
  text-align: center;
}

.business-goals-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0154A3;
  margin-bottom: 20px;
}

.business-goals-section p {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 50px;
}

.goals-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: left;
}

.goal-item {
  flex: 1;
  min-width: 280px;
}

.goal-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.goal-item p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0px;
}

.contact-section {
  padding: 50px 20px;
  font-family: 'Poppins';
}

.container-contact {
  display: flex;
  max-width: 1400px;
  margin: auto;
  gap: 50px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-container {
  flex: 2;
  background: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-container form {
  display: flex;
  flex-direction: column;
}

.form-container label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

.form-container input,
.form-container select,
.form-container textarea {
  padding: 10px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  background: transparent;
}

.file-upload {
  margin-bottom: 25px;
}

.file-upload input[type="file"] {
  border: 1px dashed #ccc;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

.file-upload label {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #0056b3;
}

.mandatory-note {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 10px;
}

button[type="submit"] {
  background: #0154A3;
  color: white;
  padding: 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

button[type="submit"]:hover{
  background-color: #fff;
  border: 1px solid #0154A3;
  color: #0154A3;
}

.info-container {
  flex: 1;
}

.info-block {
  margin-bottom: 20px;
}

.info-block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.info-block p {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}

.g-recaptcha {
  transform: scale(1);
  transform-origin: 0 0;
}

.tag-line {
  font-size: 20px;
  color: #6c757d;
  margin: 0;
}

.hyper{
  color: #0154A3;
  text-decoration: none;
  font-weight: 600;
}

#content{
  line-height: 1.6;
  padding: 10px;
  border-radius: 8px;
  width: 1200px;
}

#content p{
  padding: 15px 0 0 0;
  margin: 0px;
}

#content h3,h2,h1,h4,h5,h6{
  padding: 15px 0 0 0;
  margin: 0;
  color: #333;
}























































































































@media (max-width: 1024px) {

  .author-bio {
    text-align: center;
    width: 900px;
    padding-left: 0%;
  }

  .row {
    --bs-gutter-x: 1cm;
  }

  .global-text h2 {
    width: 580px;
  }

  .video-bg {
    display: block;
    max-width: 980px;
    height: auto;
  }

  .play-btn {
    position: absolute;
    top: 88%;
    left: 6%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    pointer-events: none;
  }

  .map-image {
    max-width: 85%;
    height: auto;
  }

  .marker .flag {
    width: 30px;
    height: 30px;
  }

  .marker.canada {
    top: 17%;
    left: 24%;
  }

  .marker.india {
    top: 35%;
    left: 59%;
  }

}



@media (max-width: 768px) {

  .client img {
    width: 28px;
    height: 28px;
  }

  .author-bio {
    width: 700px;
  }

  .video-bg {
    display: block;
    max-width: 740px;
    height: auto;
  }

  .play-btn {
    position: absolute;
    top: 86%;
    left: 7%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    pointer-events: none;
  }

  .map-image {
    max-width: 90%;
    height: auto;
  }

  .marker .flag {
    width: 36px;
    height: 36px;
  }

  .marker.canada {
    top: 23%;
    left: 25%;
  }

  .marker.india {
    top: 40%;
    left: 61%;
  }

}




@media (max-width: 425px) {
  .cta-holder {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cta-holder .btn {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    padding: 12px 20px;
  }

  .card-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .card {
    width: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }

  .card-image img {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0%;
  }

  .card-title {
    font-size: 1.20rem;
    text-align: center;
    padding-top: 0%;
  }

  .card-text {
    font-size: 1.20rem;
    text-align: center;
    width: 100%;
  }

  .learn-more {
    text-align: center;
    display: block;
    font-size: 1.20rem;
    margin-top: 5px;
  }

  .stats-container {
    width: 420px;
    max-width: fit-content;
  }

  .stat-box h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .stat-box p {
    font-size: 12px;
    font-weight: 500;
  }

  .client img {
    width: 18px;
    height: 18px;
  }

  .rocket-img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .rocket-1 {
    top: 25%;
    left: 70%;
  }

  .rocket-2 {
    top: 38%;
    left: 10%;
  }

  .rocket-3 {
    top: 0%;
    left: 35%;
  }

  .rocket-4 {
    top: -12%;
    left: 80%;
  }

  .video-bg {
    display: block;
    max-width: 380px;
    height: auto;
  }

  .play-btn {
    position: absolute;
    top: 86%;
    left: 7%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    pointer-events: none;
  }

  #lauruss-logo {
    width: 150px;
  }

  .author-section {
    padding: 30px 15px;
  }

  .author-profile {
    margin-bottom: 20px;
  }

  .author-profile img.author-pic {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }

  .section-heading {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px;
  }

  .author-bio {
    font-size: 18px;
    line-height: 1.6;
    width: fit-content;
    padding: 0 10px;
    text-align: center;
  }

  .name {
    font-size: 20px;
  }

  .tag {
    font-size: 16px;
  }

  .date {
    font-size: 16px;
  }

  .about-badge {
    font-size: 1.2rem;
  }

  #blog-section {
    padding: 30px 15px;
  }

  .blog-header h2.section-heading {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px;
  }

  .cta-holder {
    flex-direction: column;
    align-items: center;
  }

  .cta-holder .btn {
    width: 100%;
    font-size: 16px;
  }

  .card-row-blog {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 0 10px;
  }

  .card-blog {
    width: 100% !important;
    max-width: 100%;
    border-radius: 16px;
    padding: 15px;
  }

  .card-image-blog {
    height: auto;
    max-height: 200px;
    border-radius: 12px;
  }

  .blog-info h3 {
    font-size: 1.2rem;
  }

  .global-badge {
    font-size: 1.2rem;
  }

  .global-text h2 {
    font-size: 32px;
    width: 400px;
  }

  .global-text p {
    font-size: 18px;
    width: 300px;
  }

  .map-image {
    max-width: 90%;
    height: auto;
  }

  .marker .flag {
    width: 20px;
    height: 20px;
  }

  .marker.canada {
    top: 15%;
    left: 20%;
  }

  .marker.india {
    top: 35%;
    left: 59%;
  }

  .tech-grid {
    gap: 25px;
  }

  .tech-item img {
    width: 40px;
    height: 40px;
  }

  .tech-heading {
    font-size: 32px;
  }

  .tech-item p {
    font-size: 1.2rem;
  }

  .why-us-heading {
    font-size: 32px;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
  }

  .why-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-text {
    text-align: center;
  }

  .why-item:last-child {
    border-bottom: none;
  }

  .ios-heading {
    font-size: 32px;
  }

  .ios-grid {
    grid-template-columns: 1fr;
  }

  .industry-section {
    padding: 0px 15px;
  }

  .industry-section .container {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .industry-left {
    min-width: 100%;
    padding-left: 0;
  }

  .industry-badge {
    font-size: 1.2rem;
    padding: 8px 16px;
    max-width: 100%;
  }

  .industry-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .industry-description {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .industry-right {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .industry-card {
    font-size: 1.2rem;
    padding: 14px 16px;
    gap: 12px;
  }

  .icon-circle img {
    width: 24px;
    height: 24px;
  }

  .core-values-section {
    padding: 40px 15px;
  }

  .core-values-container {
    flex-direction: column;
    gap: 30px;
  }

  .core-values-left,
  .core-values-right {
    min-width: 100%;
    max-width: 100%;
  }

  .values-badge {
    font-size: 1.2rem;
    padding: 8px 16px;
  }

  .values-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .values-description {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .core-values-right {
    gap: 16px;
  }

  .value-card {
    padding: 16px 18px;
    height: auto;
  }

  .value-card .value-number {
    font-size: 1.2rem;
  }

  .value-card h4 {
    font-size: 1.2rem;
  }

  .value-card p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .wrapper {
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    align-items: flex-start;
  }

  .journey-container {
    width: 100%;
    padding: 20px 10px;
  }

  .journey-bg {
    width: 100%;
    display: block;
  }

  .journey-steps-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2;
  }

  .journey-step {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    width: 800px;
  }

  .card-image {
    height: auto;
  }

  .step-2 {
    top: 210px;
    right: 0px;
    flex-direction: row-reverse;
  }

  .step-2 .journey-circle::after {
    left: -20px;
    right: auto;
  }

  .step-3 {
    top: 340px;
    left: 50px;
  }

  .step-4 {
    top: 500px;
    right: 0px;
    flex-direction: row-reverse;
  }

  .step-4 .journey-circle::after {
    left: -20px;
    right: auto;
  }

  .journey-circle {
    width: 70px;
    height: 70px;
    font-size: 14px;
    border: 2px solid #ccc;
  }

  .journey-circle::after {
    /*display: none;*/
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #005dba;
  }

  .journey-content {
    padding: 0px 20px;
    width: 280px;
  }

  .journey-content h3 {
    font-size: 1rem;
    margin: 0 0 4px;
  }

  .journey-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 10;
  }

  .sub-text {
    width: 375px;
    padding-left: 0%;
  }

  .form-container,
  .info-container {
    width: 100%;
    padding: 20px;
  }

  .g-recaptcha {
    transform: scale(0.85);
  }
}



@media (max-width: 375px) {

  .card-image {
    height: auto;
  }

  .sub-text {
    width: 325px;
    padding-left: 0%;
  }

  .pricing-card {
    width: 90%;
    padding-right: 1px;
    padding-left: 1px;
    height: auto;
  }

  .pricing-subheading {
    width: 355px;
  }

  .testimonial-card {
    width: 90%;
  }

  body {
    margin: 0px;
    width: 360px;
  }

  .global-text h2 {
    width: 350px;
  }

  .video-bg {
    width: 95%;
    padding-left: 5%;
  }

  .play-btn {
    position: absolute;
    top: 86%;
    left: 9%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
  }

  .g-recaptcha {
    transform: scale(0.75);
  }
}

@media (max-width: 320px) {

  .sub-text {
    width: 275px;
    padding-left: 0%;
  }

  .card-image {
    height: auto;
  }

  .pricing-card {
    width: 90%;
    padding-right: 1px;
    padding-left: 1px;
    height: auto;
  }

  .pricing-subheading {
    width: 300px;
  }

  .testimonial-card {
    width: 90%;
  }

  body {
    margin: 0px;
    width: 360px;
  }

  .global-text h2 {
    width: 300px;
  }

  .video-bg {
    width: 95%;
    padding-left: 5%;
  }

  .g-recaptcha {
    transform: scale(0.65);
  }
}