@font-face {
  font-family: 'CarmenSans-Heavy';
  src: url('../fonts/CarmenSans-Heavy.eot'); /* For older IE */
  src: url('../fonts/CarmenSans-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/CarmenSans-Heavy.woff2') format('woff2'), url('../fonts/CarmenSans-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter 24pt';
  src: url('../fonts/Inter24pt-Regular.eot');
  src: url('../fonts/Inter24pt-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter24pt-Regular.woff2') format('woff2'), url('../fonts/Inter24pt-Regular.woff') format('woff'), url('../fonts/Inter24pt-Regular.svg#Inter24pt-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24pt';
  src: url('../fonts/Inter24pt-Bold.eot');
  src: local('../fonts/Inter 24pt Bold'), local('../fonts/Inter24pt-Bold'), url('../fonts/Inter24pt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter24pt-Bold.woff2') format('woff2'), url('../fonts/Inter24pt-Bold.woff') format('woff'), url('../fonts/Inter24pt-Bold.svg#Inter24pt-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24pt';
  src: url('../fonts/Inter24pt-Medium.eot');
  src: url('../fonts/Inter24pt-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter24pt-Medium.woff2') format('woff2'), url('../fonts/Inter24pt-Medium.woff') format('woff'), url('../fonts/Inter24pt-Medium.svg#Inter24pt-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18pt';
  src: url('../fonts/Inter18pt-SemiBold.eot');
  src: url('../fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter18pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter18pt-SemiBold.woff') format('woff'), url('../fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter 24pt', sans-serif;
}
header {
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.logo img {
  width: auto;
}
.nav-links {
  list-style: none;
  display: flex;
}
.nav-links li {
  margin: 0 15px;
}
.nav-links a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
.hero {
  position: relative;
  width: 100%;
  height: auto; /* Allow height to scale based on width */
  min-height: 680px; /* Set a minimum height */
  background: url('../images/hero-image.jpg') no-repeat center center;
  background-size: cover; /* Ensures the image covers the full width and height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 50px 50px 0;
  background: rgba(255, 255, 255, 0.3); /* Dark overlay for better readability */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 40px;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}
.headline1 {
  font-size: 3.15rem;
  text-align: start;
  font-weight: 800;
  line-height: 130%;
  font-family: 'CarmenSans-Heavy';
}
.headline2 {
  font-size: 1.3rem;
  text-align: start;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
  padding: 3.81rem 0;
  font-family: 'Inter 24pt';
}
span.color1 {
  color: #000000;
}
span.color2 {
  color: #DB6F27;
}
.color-000 {
  color: #000000;
}
button {
  border: none;
  padding: 0.719rem 2.227rem
}
.primary-btn {
  background-color: #204DA1;
  color: #ffffff;
  text-align: center;
}
.future-ready {
  padding: 6.781rem;
}
.solution-we-provide {
  padding: 0 6.781rem;
}
.future-ready-inner, .solution-ready-inner, .industry-inner, .future-ready {
  padding: 2rem 0;
  text-align: center;
  font-size: 3.15rem;
  font-weight: 800;
  line-height: 130%;
  font-family: 'CarmenSans-Heavy';
}
.solution-ready-inner {
  padding: 0 0 2rem 0;
}
.future-ready-inner span.color1, .solution-ready-inner span.color1, .industry-inner span.color1, .future-ready span.color1 {
  color: #DB6F27;
}
.future-ready-inner span.color2, .solution-ready-inner span.color2, .industry-inner span.color2, .future-ready span.color2 {
  color: #000000;
}
.info-banner {
  background-color: #F2FAFF;
  padding: 6.313rem 0;
  border-radius: 14px;
}
.left-wrapper .title {
  font-size: 2.5rem;
  text-align: start;
  font-weight: 800;
  line-height: 130%;
  font-family: 'CarmenSans-Heavy';
  color: #000000;
}
.left-wrapper .content {
  font-size: 1rem;
  padding: 1.5rem 9rem 1.5rem 0;
  text-align: start;
  font-weight: 400;
  line-height: 150%;
  font-family: 'Inter 24pt';
  color: #000000;
}
.counter {
  padding: 9.525rem;
}
.counter-box {
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
  line-height: 3.2rem;
  font-family: 'Inter 24pt';
  color: #000000;
}
.counter-box .number {
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 3.2rem;
  font-family: 'Inter 24pt';
  background: #567EC8;
  background: linear-gradient(to right, #567EC8 0%, #204DA1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.5rem;
}
.counter-box .title {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1rem;
  font-family: 'Inter 24pt';
  color: #6D6D6D;
}
.solution-provide-content {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: 'Inter 24pt';
  color: #6D6D6D;
  padding: 0 18rem 3rem 18rem;
}
.solution-box-wrapper {
  position: relative;
  padding: 3.125rem 2.5rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 3.12px 9.37px 21.85px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 3.12px 9.37px 21.85px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 3.12px 9.37px 21.85px 0 rgba(0, 0, 0, 0.06);
}
.solution-box-wrapper:hover {
  background-color: #f2faff;
}
.solution-box-wrapper .icon {
  background-color: #EFF9FF;
  border-radius: 0.5rem;
  float: left;
}
.solution-box-wrapper .title {
  padding: 1rem 0;
  font-family: 'CarmenSans-Heavy';
  color: #000000;
  font-size: 1.25rem;
  text-align: start;
  line-height: 140%
}
.solution-box-wrapper .discription {
  padding: 0;
  font-family: 'Inter 24pt';
  color: #000000;
  font-size: 1rem;
  text-align: start;
  line-height: 1.5rem;
}
.solution-box-wrapper .arrow {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
}
/* Ensure the image transitions smoothly */
.solution-box-wrapper .arrow img {
  display: block;
  transition: opacity 0.3s ease;
}
/* Set up the pseudo-element to hold the hover image */
.solution-box-wrapper .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/Chevron-Down.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Optional: pointer-events: none; to ensure clicks pass through */
  pointer-events: none;
}
/* On hover, hide the default image and show the hover image */
.solution-box-wrapper .arrow:hover img {
  opacity: 0;
}
.solution-box-wrapper .arrow:hover::after {
  opacity: 1;
}
.next-one-sim {
  position: relative;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 85.26px 181.4px 0 rgba(21, 21, 21, 0.15);
  -moz-box-shadow: 0 85.26px 181.4px 0 rgba(21, 21, 21, 0.15);
  box-shadow: 0 85.26px 181.4px 0 rgba(21, 21, 21, 0.15);
  margin: 3rem auto 8.5rem auto;
  background: url("../images/double-arrow-bg.svg") #F2FAFF no-repeat right;
}
.next-one-sim img {
  float: right;
  width: 35%;
}
.next-one-sim .wrapper {
  width: 67%;
  height: 100%;
  border-radius: 0 50px 50px 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 999;
  float: left;
  padding: 1.625rem 1.875rem 2.813rem 4.75rem;
  margin: 0 0 0 1.688rem;
}
.next-one-sim .wrapper .title {
  font-family: 'Inter 24pt';
  font-weight: bold;
  color: #DB6F27;
  font-size: 21.77px;
  line-height: 166.6%;
  text-align: left;
  margin: 0 0 0 0;
  padding-bottom: 0.875rem;
}
.next-one-sim .wrapper .description {
  font-family: 'Inter 24pt';
  font-weight: normal;
  color: #000000;
  line-height: 166.6%;
  font-size: 1rem;
  text-align: start;
}
.industry {
  border-radius: 0.875rem;
  background: #F2FAFF;
  padding: 2rem;
}
.industry .industry-wrapper {
  padding: 2rem;
}
.industry .industry-content {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: 'Inter 24pt';
  color: #6D6D6D;
  padding: 0 18rem 3rem 18rem;
}
.industry .industry-icon {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 0.188rem;
  height: 2.75rem;
  width: 2.75rem;
}
.industry .title {
  font-family: 'Inter 24pt';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.industry-cta {
  margin: 2.625rem 0 2rem 0
}
.industry-cta .wrapper {
  padding: 2.5rem
}
.industry-cta .cta-1, .industry-cta .cta-2, .industry-cta .cta-3 {
  background: url("../images/24-B2B-Agreements-Signed-banner-img.jpg") no-repeat center center;
  background-size: cover;
  background-color: #f0f0f0;
  padding: 2.5rem;
  border-radius: 1.5rem;
}
.industry-cta .cta-2 {
  background: url("../images/927-Million-Consumers-Reached-banner-img.jpg") no-repeat center center;
}
.industry-cta .cta-3 {
  background: url("../images/Million-Market-Potential-banner-img.jpg") no-repeat center center;
}
.industry-cta .industry-wrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1.5rem;
  padding: 1.375rem;
}
.industry-cta .industry-wrapper .title {
  font-family: 'CarmenSans-Heavy';
  color: #000000;
  font-size: 1.25rem;
  text-align: start;
  line-height: 140%
}
.industry-cta .industry-wrapper .description {
  font-family: 'Inter 24pt';
  color: #000000;
  font-size: 0.875rem;
  text-align: start;
  line-height: 1.5rem;
  padding: 0 2rem 0 0;
}
.future-ready {
  padding: 6rem 0;
}
.feature-ready .title {
  font-family: 'Inter 24pt';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.future-ready-inner {
  padding: 2rem 8rem;
}
footer {
  background: #F2FAFF;
  padding: 3.75rem 7.5rem;
}
footer .parent, footer .parent a {
  font-family: 'Inter 24pt';
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  padding-bottom: 1rem;
  color: #000000;
  text-decoration: none;
}
footer .parent a:hover {
  color: #DB6F27;
  text-decoration: none
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none
}
footer ul li, footer ul li a {
  padding: 0;
  text-decoration: none;
  margin: 0;
  list-style: none;
  font-family: 'Inter 24pt';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  padding-bottom: 1rem;
  color: #000000;
}
footer ul li a:hover {
  color: #DB6F27;
  text-decoration: none
}
.footer-hr {
  border: none;
  height: 2px;
  background-color: #B6E6FF;
  border-radius: 9999px;
  margin: 1.5rem 0;
}
footer .copyrights {
  font-family: 'Inter 18pt';
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
  color: #000000;
}
.what-we-do {
  display: flex;
  flex-direction: row;
}

/* Navbar styling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0;
  color: #ffffff;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Navigation links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 5px;
}

.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  font-size: 1.125rem;
  padding: 8px 12px;
  transition: 0.3s;
  color:#000000;
  font-weight:bold;
}

.nav-links a:hover {
  color: #204DA1;
  border-radius: 5px;
}

/* Hamburger Menu (Hidden by default) */
.hamburger {
  font-size: 1.8rem;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      background: #333;
      position: absolute;
      top: 60px;
      left: 0;
      text-align: center;
  }

  .nav-links.active {
      display: flex;
  }

  .nav-links li {
      padding: 10px 0;
  }

  .hamburger {
      display: block;
  }
}
