/* Import Graphik font */
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-RegularItalic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-MediumItalic-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("Inter/static/Inter_18pt-SemiBold.ttf");
}
/* Reset default font for the entire website */
* {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

* ::-webkit-scrollbar {
  display: none;
  box-sizing: border-box;
}

html,body{  
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
}

a {
  text-decoration: none;
}





/* Hero section */
.hero-section-container {
  position: relative;
  overflow: hidden;
}
.hero-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  gap: 184px;
  height: auto;
  padding: 64px;
}

#hero-2nd-slide {
  background: url(Homepage/Hero/Hero-Banner_Design-Manage-Models-copy.png);
  background-size: 100% 100%;
  object-fit: cover;
}

#hero-3rd-slide {
  background: url(Homepage/Hero/Hero-Banner.png);
  background-size: 100% 100%;
  object-fit: cover;
}
.hero-section-left-arrow {
  transform: rotate(180deg);
}

.hero-section.active {
  opacity: 1;
  position: relative;
}
.hero-section-block-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 64px;
  width: 784px;
  height: 531px;
}

#hero-2nd-slide .hero-section-block-1 {
  height: 400px;
}

#hero-3rd-slide .hero-section-block-1 {
  height: 434px;
}
.hero-section-block-1-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 784px;
  height: 410px;
  gap: 16px;
  border-radius: 0px;
}

#hero-2nd-slide .hero-section-block-1-heading {
  height: 279px;
}

.hero-section-block-1-heading h1 {
  max-height: 291px;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 700;
  font-size: 88px;
  line-height: 97px;
  letter-spacing: -0.01em;
  color: #eeeeee;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-section-block-1-heading p {
  width: 594px;
  height: 103px;
  /* margin-top: -50px; */
  font-family: "Graphik";
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  color: #ffffff;
  margin: 0;
}

.hero-section-block-1-heading p span {
  width: 650px;
  font-weight: 700;
  color: #c6edff;
}

.hero-section-block-1-button {
  /* margin-top: 80px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 24px;

  width: 360px;
  max-width: 360px;
  height: 57px;

  background: linear-gradient(90deg, #f56300 7%, #0066cc 76.5%);
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.hero-section-block-1-button a {
  width: 144px;
  height: 27px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}

.hero-section-block-1-button img {
  width: 18px;
  height: 36px;
}

.hero-container {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.hero-section-block-2 {
  
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
 
}

.hero-section-block-2 pre {

    gap: 20px;
    height: 36px;
    font-family: "Graphik";
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    color: #c6edff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.hero-section-block-2-content-tablet {
  display: none;
}
.hero-section-block-2 pre .hero-section-selected-topic {
  font-weight: 600;
  font-size: 24px;
  text-underline-position: below;
  text-decoration: underline #f56300;
  text-underline-offset: 6px;
}

.hero-section-block-2 img {
  width: 14.72757339477539px;
  height: 25.45600128173828px;

  cursor: pointer;
}

/* Intro section */
.intro-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  padding: 64px;

  gap: 4%;
  height: 600px;
}

.intro-section-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 4px;

  width: 660px;
  height: 660px;
}

.intro-section-logo video {
  width: 100%;
  height: 652px;
}

.intro-section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 56px;

  width: 610px;
  height: 419.57px;
}

.intro-section-content p {
  width: 610px;
  height: auto;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  /* display: flex;
  align-items: center; */

  margin: 0;
  color: #00293b;
}

.intro-section-content p a {
  font-weight: bold;
  color: #0066cc;
}

.know-more-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding:10px 65px;
  gap: 2.42px;
  background: #0066cc;
  border-radius: 10px;
  border: none;
  cursor: pointer;
 
}

.know-more-button a {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.chat-with-us {
  /* Chat With Us Button */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 21.8955px;
  gap: 5.47px;
  position: fixed;
  width: 170.06px;
  height: 40.79px;
  right: -69.5px;
  bottom: 100px;
  z-index: +1;
  background: #f56300;
  border-radius: 27.3694px 27.3694px 0px 0px;
  transform: rotate(-90deg);
  border: none;
  cursor: pointer;
}

.chat-with-us a {
  width: 142px;
  height: 26px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;

  color: #ffffff;
}

/* Statistics section */
.statistics-section {
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 160px 12.6%;
  gap: 94px;

  background: linear-gradient(180deg, #c6edff 0%, #ffffff 100%);
  border-radius: 40px;
}

.statistics-section-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 4px;
  gap: 4px;

  height: 148px;
}

.statistics-section-heading p {

  height: 140px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 70px;
  /* display: flex;
  align-items: center; */

  color: #00293b;
}

.statistics-section-heading p span {
  font-weight: 600;
}

.statistics-section-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0px;
    gap: 55px;
    height: auto;
    justify-content: space-evenly;
}

.statistics-section-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 34px;
  width: 341px;
  height: 190px;
}

.statistics-section-card-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 24px;

  width: 248px;
  height: 98px;
}

.statistics-section-card-data img {
  width: 98px;
  height: 98px;
}

.statistics-section-card-data p {
  width: 126px;
  height: 98px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  margin: 0px;
  /* or 67% */
  /* display: flex;
  align-items: center; */

  color: #00293b;
}

.statistics-section-card-data p span {
  font-weight: 600;
  font-size: 48px;
  color: #0066cc;
  line-height: 40px;
}

.statistics-section-card-description {
  width: 341px;
  height: 48px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;

  color: #000000;
}

.statistics-card-2 {
  height: 212px;
}

.statistics-card-2-data {
  width: 341px;
  height: 98px;
}

.statistics-card-2-data p {
  width: 212px;
  height: 82px;
}

/* Partner section */
.partner-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding: 100px;
  gap: 6%;
  height: auto;
  background: linear-gradient(
    180deg,
    #0066cc -5.97%,
    #c6edff 29.12%,
    #ffffff 100%
  );
}

.partner-section-partners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  /* width: 1440px; */

  height: 230px;
}

.partner-section-partners h3 {
  width: 204px;
  height: 35px;

  margin: 0px;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;

  color: #f4fbff;
}

.partners-banner {
  width: 100%;
  height: 84.3px;
  overflow: hidden;
  white-space: nowrap;
  background: #ecf9ff;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#partnerlogo-1 {
  width: 188.81px;
  height: 30.91px;
}

#partnerlogo-2 {
  width: 264.0631103515625px;
  height: 28.892398834228516px;
}
#partnerlogo-3 {
  width: 223.74810791015625px;
  height: 21.501319885253906px;
}
#partnerlogo-4 {
  width: 145.1339111328125px;
  height: 28.359500885009766px;
}
#partnerlogo-5 {
  width: 59.80055236816406px;
  height: 38.97113800048828px;
}
#partnerlogo-6 {
  width: 116.91343688964844px;
  height: 33.595821380615234px;
}
#partnerlogo-7 {
  width: 101.45936584472656px;
  height: 34.267730712890625px;
}
#partnerlogo-8 {
  width: 90.70869445800781px;
  height: 30.90814781188965px;
}

.partners-logo-motion {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 31px;
  animation: 25s banner linear infinite;
}
@keyframes banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partners-banner:hover .partners-logo-motion {
  animation-play-state: paused;
}

.partner-section-clients-review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;

  /* width: 1440px; */
  width: 100%;
  height: 982px;
}

.clients-review-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  /* width: 1440px; */
  width: 100%;
  height: 138px;
}

.review-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;

  width: 324px;
  height: 52px;
}

.clients-review-title h2 {
  width: 1440px;
  height: 70px;
  margin: 0px;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 70px;
  /* display: flex;
  align-items: center; */
  gap: 18px;
  color: #00293b;
}

.clients-review-title h2 span {
  font-weight: bolder;
}

.clients-thoughts-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  /* align-items: center; */
  justify-content: space-between;
  padding: 0px;
  gap: 96px;
  /* gap: 1.666%; */
  height: 796px;
}

.clients-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  gap: 26px;

  /* flex-wrap: wrap; */
  width: 500px;
  width: 45%;
  height: 350px;
  border-left: 0;
  border-right: 1px;
  border-top: 2px;
  border-bottom: 0;
  border-radius: 0 48px 0 0;
  border-style: solid;

  /*border-image: linear-gradient(to bottom, #0066cc 0%, #c6edff 100%) 1;*/
	border-top-color:#0066cc;
	border-right-color:#0066cc;
	border-right-width: 0.1px;

  /* mask: 
      linear-gradient(#0066cc 0 0) padding-box, 
      linear-gradient(#c6edff 0 0);
    mask-composite:initial; 
  border-radius: 0 48px 0 0; */
}

.clients-card-content {
  /* width: 428px; */
  width: 92.241%;
  height: 252px;

  font-family: "Graphik";
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #00293b;
  margin-bottom: 0px;
}

.clients-card-author {
  width: 428px;
  height: 76px;
}

.clients-card-author div {
  width: 366px;
  height: 49.59px;

  display: flex;
  flex-direction: column;
  gap: 6px;
}

.clients-card-author div h3 {
  width: 27px;
  height: 24px;
  margin: 0px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;

  color: #00293b;
}

.clients-card-author div p {
  width: 366px;
  height: 18px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  color: #000000;
  margin: 0px;
}

/* technology section */

.technology-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px;
  gap: 77px;
  background: linear-gradient(180deg, #0066cc 0%, #00293b 100%);
}

.technology-section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.technology-section-heading p {
  width: 100%;
  height: auto;
  margin: 0 0 64px 0;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 70px;
  color: #c6edff;
}

.technology-section-heading p span {
  font-weight: bold;
  color: #ffffff;
}

#technology-heading-tablet {
  display: none;
}

.technology-section-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 23px;
  width: 100%;
  height: auto;
}

.technology-section-card {
  box-sizing: border-box;
  width: 390px;
  width: 29%;
  height: 170px;

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 22px;
  gap: 4px;
  /* border: 1px solid #0096d7; */
}

.technology-section-card-content {
  padding: 25px 12px;
  gap: 0px;
  width: 110px;
  height: 80px;

  background: linear-gradient(180deg, #00293b 0%, #0066cc 100%);
  transform-origin: left center;
  transition: all 0.7s ease-out;
}

.technology-section-card:hover .technology-section-card-content {
  transform: scale(1.08);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.technology-section-card-content h2 {
  min-width: 70px;
  min-height: 26px;

  margin-top: -1px;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;

  color: #f4fbff;
}

.technology-section-card-content a {
  width: 53px;
  height: 11px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;

  display: flex;
  align-items: center;
  text-align: center;
  /* overflow-y: hidden; */
  text-decoration-line: underline;

  color: #f4fbff;
}

#cloud-card {
 background-repeat: no-repeat !important ;
 background-size: 100% 100% !important;
 
  
}

#big-data-card {
  background-repeat: no-repeat !important ;
 background-size: 100% 100% !important;
}

#intelligence-card {
   background-repeat: no-repeat !important ;
 background-size: 100% 100% !important;
}

#enterprise-card {
   background-repeat: no-repeat !important ;
 background-size: 100% 100% !important;
}

#product-platform-card {
   background-repeat: no-repeat !important ;
 background-size: 100% 100% !important;
}

/* success-story-section */

.success-story-section {
  height: auto;
  background: #ffffff;
}

.success-story-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px;
  gap: 96px;
  height: auto;
}

.success-story-heading {
  width: 100%;
  height: auto;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  display: flex;
  align-items: center;
  color: #00293b;
  margin-top: 0px;
}

.success-stories-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 225px;
  gap: 7%;
  width: 100%;
  height: auto;
}

.success-stories-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 34px;
  width: 608px;
  height: auto;
  transform-origin: right center;

  transition: all 0.3s ease-in-out; /* Smooth transition for all properties */
  overflow: hidden; /* Ensures content stays inside */
}

.success-stories-card-images {
  position: relative;
  width: 608px;
  width: 100%;
  height: 336px;
  background: #0045ff;
  transform-origin: left center;

  transition: transform 0.3s ease-in-out;
  /* background: url(Images/lion-statue-1536x1025.png); */
}

.success-stories-plus-div {
  position: absolute;
  width: 91px;
  /* width: 16.28%; */
  height: 91px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
  display: flex;
  padding: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.success-stories-plus-div img {
  /* margin: 4px; */
  width: 40px;
  height: 40px;
  /* outline: none; */
}

.success-stories-card:hover {
  padding: 16px;
}

.success-stories-card:hover .success-stories-plus-div {
  background-color: #0045ff;

  width: 65px;
  padding: 4px;
  height: 91px;
}
.success-stories-card:hover .success-stories-card-images {
  width: 100%;
  background: #0045ff;
  opacity: 1;
  /* -webkit-animation: flash 1.5s; */
  animation: flash 0.5s;
}

@keyframes flash {
  0% {
    opacity: 0.3;
    background: rgba(0, 69, 255, 0.8);
  }
  100% {
    opacity: 1;
  }
}

.success-stories-card:hover .success-stories-card-description {
  margin-left: 16px;
}
#plus-icon-desktop {
  opacity: 1;
  /* display: block; */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#plus-icon-tablet {
  /* display: none; */
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.success-stories-plus-div:hover #plus-icon-desktop {
  /* display: none; */
  opacity: 0;
  transform: scale(1.2);
}

.success-stories-plus-div:hover #plus-icon-tablet {
  /* display: block; */
  opacity: 1;
  transform: scale(1.2);
}

.success-stories-card-description {
  position: relative;
  width: 608px;
  width: 100%;
  height: 145px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.success-stories-title {
  width: 56%;
  height: auto;
  position: absolute;
  left: 0px;
  font-family: "Graphik";
  font-style: normal;
  line-height: 32px;
  color: #00293b;
}

.success-stories-title p {
  font-weight: 700;
  font-size: 20px;
  color: #00293B;
}

.success-stories-title p span {
  font-weight: normal;
}

.success-stories-summary {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 41.447%;
  height: auto;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #00293b;
}

#success-story-card-1-image {
  background: url(images/lion-statue-1536x1025.png);
  background-size: 100% 100%;
  object-fit: cover;
}

#success-story-card-2-image {
  background: url(images/engin-akyurt-AIAOnL9End0-unsplash-1536x1024.png);
  background-size: 100% 100%;
}

#success-story-card-3-image {
  background: url(images/angel-ge2a0e942f_1920-1536x1024.png);
  background-size: 100% 100%;
}

#success-story-card-4-image {
  background: url(images/angel_2-ge2a0e942f_1920-1536x1024.png);
  background-size: 100% 100%;
}

#success-story-card-4-summary {
  width: 367px;
  width: 60%;
}

.explore-more-div {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 22.25px 0px 24.25px;

  width: 1441px;
  width: 97%;
  height: 106.5px;

  border: 1px solid #00293b;
  border-radius: 100px;
}

.explore-more-div a {
  /* Plus Icon */

  width: 412px;
  height: 60px;

  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 60px;
  /* identical to box height, or 188% */
  display: flex;
  align-items: center;
  text-align: center;

  color: #0066cc;
}
#explore-more-desktop {
  display: block;
}

#explore-more-mobile {
  display: none;
}
/* impacts-section */

.impacts-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  padding: 100px;
  gap: 54px 8.33%;
  height: auto;
  background: linear-gradient(
    180deg,
    #00293b 0%,
    #0066cc 64.82%,
    #c6edff 110.8%
  );
}

.impacts-section-heading {
 
  width: 100%;
  height: auto;
}

.impacts-section-heading div {
  width: 100%;
  height: auto;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.impacts-section-heading #span-2 {
  font-weight: bolder;
}

.impacts-section-heading #span-1 {
  font-size: 32px;
  color: #f56300;
}

.impacts-section-heading #span-1 span {
  font-weight: bold;
}

.impacts-section-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 0px;
  gap: 2.77%;
  height: 280px;
}

.impacts-section-card-image {
  /*width: 192px;
  width: 30%;
  height: 169px;*/
}

.impacts-section-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  gap: 20px;

  /*width: 408px;
  width: 63.75%;
   width: 450px; */

  height: 164px;

  position: relative;
}

.impacts-section-card-info-heading {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  align-content: flex-start;

  padding: 0px;
  gap: 10px;

  width: 408px;
  width: 100%;

  height: 48px;
  transition: transform 0.8s ease-in-out;

  align-self: stretch;
}

.impacts-section-card-info-heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  gap: 4px;
  /* margin-top: 0px; */
  width: 358px;
  width: 87.745%;
  height: 40px;
}

.impacts-section-card-info-heading-container h2 {
  width: 350px;
  width: 97.7653%;
  height: 48px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  /* or 125% */

  margin: 0px;
  color: #ffffff;
}

.impacts-section-card-info-arrow-container {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 4px;
  /* position: absolute;
  right: 0px; */
  /* top: 25px; */
}

.impacts-section-card-info-arrow-container img {
  width: 40px;
  height: 40px;
}

#impacts-card-arrow-2 {
  /* opacity: 0; */
  display: none;
  width: 64px;
  height: 64px;
  transform-origin: right bottom;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.impacts-section-card-info-arrow-container:hover #impacts-card-arrow-2 {
  /* opacity: 1;   */
  display: block;
}

.impacts-section-card-info-arrow-container:hover #impacts-card-arrow-1 {
  /* opacity: 0; */
  display: none;
}

.impacts-section-card-info-arrow-container:hover
  .impacts-section-card-info-arrow-container {
  height: 64px;
  width: 64px;
  transition: height 0.3s ease-in-out;
}

.impacts-section-card-info-heading:has(
    .impacts-section-card-info-arrow-container:hover
  ) {
  height: 64px;
  transition: height 0.3s ease-in-out;
}

.impacts-section-card-info:has(
    .impacts-section-card-info-arrow-container:hover
  ) {
  height: 190px;
  transition: height 0.3s ease-in-out;
}

.impacts-section-card-info-description {
  width: 408px;
  width: 100%;
  height: 76px;
  font-family: "Graphik";
  font-style: normal;
  font-weight: lighter;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  color: #ffffff;
}

.impacts-section-card-info-light-bar {
  /* position: absolute; */
  /* bottom: 0px; */
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #c6edff 0%, #0066cc 100%);
}

.impacts-section-card-1-6-info {
/* height: 180px; */
   height: 165px; 
}

.impacts-section-card-1-6-info-heading {
  height: 64px;
}

/* Updates section */
.updates-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px;
  gap: 43px;
  height: auto;

  background: linear-gradient(179.09deg, #ffffff 47.09%, #c6edff 129.29%);
}

.updates-section-heading {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;

  width: 1440px;
  width: 100%;
  height: 149px;

  /* Inside auto layout
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0; */
}

.updates-section-heading #updates-section-heading-desktop {
  /* Exciting Updates Big things are happening! Explore our newest initiatives, cutting-edge solutions, and how we’re helping businesses stay ahead of the curve. */

  width: 1432px;
  width: 99%;
  height: 141px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 64px;
  /* or 100% */

  color: #00293b;
}

.updates-section-heading #updates-section-heading-desktop #span-1 {
  font-size: 64px;
  font-weight: bold;
}

.updates-section-heading #updates-section-heading-desktop #span-1 span {
  color: #0066cc;
  font-weight: bolder;
}

.updates-section-heading #updates-section-heading-desktop #span-2 {
  font-style: italic;
  font-weight: 600;
}

#updates-section-heading-tablet {
  display: none;
}
#updates-section-heading-desktop {
  display: block;
}

.updates-section-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 47px 16px;
  padding-top: 45px;
  /* width: 1440px; */
  width: 100%;
  height: 998px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.updates-section-card {
  /* Frame 1618871639 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  /* width: 458px; */
  width: 31.8%;
  height: 381px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.updates-section-card img {
  /* width: 458px; */
  width: 100%;
  /*height: 261px;
  height: 68.5%; */
}
.udates-section-article-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;

  width: 117px;
  height: 32px;

  background: #c6edff;
}

.udates-section-article-heading p {
  width: 49px;
  height: 24px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;

  color: #000000;
}

.updates-section-article-description {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 4px;
  gap: 4px;
  width: 98.3%;
  height: auto;
}

.updates-section-article-description a {
  text-decoration: underline;
  color: #000000;
  font-size: 20px;
}

.updates-section-article-description a span {
  color: #0066cc;
  text-decoration: underline;
}

.udates-section-announcement-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;

  width: 138px;
  height: 28px;

  background: #c6edff;
}

.updates-section-announcement-heading p {
  width: 116px;
  height: 24px;
}

.updates-announcements-card {
  /* height: 570px; */
  height: 57.11%;
}

.updates-announcements-card video {
  width: 100%;
  /* height: 100%; */
  object-fit: fill;
  /* height: 450px;
  height: 79%; */
}

.updates-video-desktop {
  display: block;
}

.updates-video-phone {
  display: none;
}
/* career-section */
.career-section1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px;
    gap: 43px;
    height: auto
}


.career-section {
    padding: 100px;
    height: 60vh;
    display: flex;
    gap: 50px;
    background-size: 100% 100%;
    backdrop-filter: blur(1.49729px);
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.career-section-heading {
    height: auto;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 50px;
    margin: 0;
    color: #c6edff;
    display: flex;
    flex-direction: column;
}

.career-section-heading span {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 300;
}

.career-section-heading-phone {
  display: none;
}
.carrer-section-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 0px 1px;
  gap: 32px;

  width: 468px;
  height: 41.57px;

  /* Inside auto layout */
  /* flex: none;
order: 1;
flex-grow: 0; */
}

.carrer-section-button-1 {
  /* CTA Button */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9.68889px 14.5333px;
  gap: 2.42px;

  width: 218px;
  max-width: 218px;
  height: 40.57px;

  background: #c6edff;
  border-radius: 4.84444px;
  border: none;
  cursor: pointer;
  /* Inside auto layout */
  /* flex: none;
order: 0;
flex-grow: 0; */
}

.carrer-section-button-1 div {
  /* Text Container */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2.42222px;
  gap: 4.84px;

  width: 136.84px;
  height: 28.84px;

  border-radius: 0px;

  /* Inside auto layout */
  /* flex: none;
order: 0;
flex-grow: 0; */
}

.carrer-section-button-1 div a {
  /* CTA */

  width: 132px;
  height: 24px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: flex;
  align-items: center;
  text-align: center;

  color: #00293b;

  /* Inside auto layout */
  /* flex: none;
order: 0;
flex-grow: 0; */
}

.carrer-section-button-2 {
  /* CTA Button */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9.68889px 14.5333px;
  gap: 2.42px;

  width: 218px;
  max-width: 218px;
  height: 40.57px;

  background: #0066cc;
  border-radius: 4.84444px;
  border: none;
  cursor: pointer;
  /* Inside auto layout */
  /* flex: none;
order: 1;
flex-grow: 0; */
}

.carrer-section-button-2 div {
  /* Text Container */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2.42222px;
  gap: 4.84px;

  width: 143.84px;
  height: 28.84px;

  border-radius: 0px;

  /* Inside auto layout */
  /* flex: none;
order: 0;
flex-grow: 0; */
}

.carrer-section-button-2 div a {
  /* CTA */

  width: 139px;
  height: 24px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

@media only screen and (min-width: 1750px) {
    .statistics-section-data {
    gap:94px;
}
	.clients-card
	{
		height: 270px;
	}
	.partner-section
	{
	 height: 1350px;
	}
	.technology-section-card
	{
		width:31%;
	}
	.updates-section-cards
	{
		gap: 100px 25px;
	}
	.updates-section
	{
		height: 1200px;
	}
	.statistics-section-card {
	  width: 350px;
	}

}



@media (max-width: 768px) {
  
  #technologies {
    padding: 4px;
    isolation: isolate;

    width: 114px;
    height: 10px;
  }

  #technologies p {
    width: 104px;
    height: 18px;
  }

  #industries {
    padding: 4px;
    width: 86.12px;
    height: 10.09px;
  }

  #industries p {
    width: 78px;
    height: 18px;
  }

  #explore {
    width: 69.8787841796875px;
    height: 10px;
    padding: 4px;
  }

  #explore p {
    width: 60px;
    height: 18px;
  }
  

  #technologies.clicked {
    gap: 4px;
    isolation: isolate;

    width: 178px;
    height: 18px;
  }

  #technologies.clicked p {
    width: 155px;
    height: 26px;
  }

  #industries.clicked {
    padding: 4px;

    width: 140px;
    height: 18px;
  }

  #industries.clicked p {
    width: 117px;
    height: 26px;

    color: #f4fbff;
  }

  #explore.clicked {
    padding: 4px;

    width: 118px;
    height: 18px;
  }

  #explore.clicked p {
    width: 89px;
    height: 26px;
  }
  

  
  .menu-container-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 27px;
    background-color: #c6edff;
    outline: none;
    border: none;

    width: 48px;
    height: 48px;
  }

  .menu-container-box img {
    width: 48px;
    height: 48px;
  }

  /* Hero section */

  .hero-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 240px 80px;
    gap: 184px;
    width: 608px;
    height: 90vh;
    overflow-x: hidden;

    background: url(Homepage/HeroBanner/Hero-Banner_Design-Manage-Models_Vertical.png);
    border-radius: 0px;
  }

  #hero-2nd-slide {
    background: url(Homepage/HeroBanner/Hero-Banner_Design-Manage-Models_Tablet.png);
    background-size: 100% 100%;
    object-fit: cover;
  }

  #hero-3rd-slide {
    background: url(Homepage/HeroBanner/Hero-Banner_Design-Manage-Models_Vertical.png);
    background-size: 100% 100%;
    object-fit: cover;
  }
  .hero-section-block-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 64px;

    width: 784px;
    height: 477px;

    border-radius: 0px;

    position: absolute;
    left: 80px;
  }

  .hero-section-block-1-heading {
    width: 594px;
    height: 356px;
  }

  .hero-section-block-1-heading h1 {
    width: 594px;
    height: 237px;
    font-size: 72px;
    line-height: 79px;
    color: #eeeeee;
  }

  .hero-section-block-1-heading p {
    width: 594px;
    height: 103px;
  }

  .hero-section-block-1-button {
    margin-top: 0px;
  }

  .hero-section-block-2 {
     display: flex;
      flex-direction: row;
      justify-content: space-around;
     width: 55vw;
     position: absolute;
     bottom: 100px;
  
  }

  .hero-section-block-2 pre {
    display: none;
  }

  .hero-section-block-2-content-tablet {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Graphik";
    font-style: normal;
    font-size: 24px;
    line-height: 15px;
    color: #c6edff;
  }

  .hero-section-block-2-content-tablet .hero-section-selected-slide {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-underline-position: below;
    text-decoration: underline #f56300;
    text-underline-offset: 6px;
  }

  .hero-section-block-2 img {
    margin-top: 13px;
  }

  /* Intro section */
  .intro-section {
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 64px;
    height: 1328px;
    gap: 56px;
  }

  .intro-section-content {
    display: flex;
    flex-direction: column;
    align-items: center ;
  }
  
  .intro-section-content p {
    text-align: center;
  }

  /* Statistics section */
  .statistics-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 80px;
    width: 448px;
    height: 1330px;
  }

  .statistics-section-heading {
    width: 448px;
    height: 288px;
  }

  .statistics-section-heading p {
    width: 440px;
    height: 280px;
  }

  .statistics-section-data {
    flex-direction: column;
    width: 448px;
    height: 960px;
  }
  
  .statistics-section-card {
    margin-bottom: 30px;
   
}

  /* Partner section */
  .partner-section {
    padding: 112px 80px;
    gap: 40px;
    height: auto;
  }

  .partner-section-partners {
    width: 608px;
    height: 230px;
  }

  .partner-section-clients-review {
    width: 608px;
    height: 1944px;
  }

  .clients-review-title {
    width: 608px;
    height: 208px;
  }

  .clients-review-title h2 {
    width: 470px;
    height: 140px;
  }

  .clients-thoughts-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 96px;

    width: 608px;
    height: 1688px;
  }
  .clients-card {
    width: 608px;
  }

  /* technology section */
  .technology-section {
    padding: 100px 64px;
    height: auto;
  }

  .technology-container-container {
   max-width: 609px;
  }  
  

  .technology-section-heading {
    justify-content: center;
    align-items: center;
    width: 608px;
    height: autoz;
  }

  #technology-heading-desktop {
    display: none;
  }
  .technology-section-heading p {
    width: 600px;
    height: 192px;
    font-size: 56px;
    line-height: 64px;
  }

  #technology-heading-tablet {
    display: block;
  }

  .technology-section-cards {
    width: 608px;
    height: auto;
  }

  .technology-section-card {
    width: 292px;
    height: auto;
  }

  #product-platform-card {
    width: 100%;
  }

  /* success story section */
  .success-story-section {
    height: auto;
    margin: 0;
  }
  
  .success-story-container {
   width: 609px;
  }  
  
  .success-story-content {
    padding: 100px 64px;
    gap: 40px;
    margin: 0px;
    height: auto;
  }

  .success-stories-cards {
    flex-direction: column;
    height: 1091px;
    width: 609px;
    gap: 20px;
  }

  .success-stories-card {
    width: 100%;
  }
  .success-stories-card:hover .success-stories-card-description {
    margin-left: 20px;
    width: 100%;
  }
  .success-story-heading {
    width: 428px;
    height: 64px;
    font-size: 56px;
    line-height: 64px;
    margin: 0px;
  }

  .explore-more-div {
    width: 608px;
    height: 106.5px;
  }

  #explore-more-mobile {
    display: none;
  }
  #explore-more-desktop {
    display: block;
  }

  /* impacts-section */
  .impacts-container {
   max-width: 609px;
   padding-left:0px;
}  

  .impacts-section {
    padding:100px 64px;
    flex-wrap: nowrap;
    flex-direction: column;
    height: auto;
    gap: 60px;
  }

  .impacts-section-heading {
    width: 608px;
    height: 362px;
  }

  .impacts-section-heading div {
    width: 600px;
    height: auto;
    font-size: 60px;
  }

  .impacts-section-card {
    gap: 32px;
    width: 608px;
    height: 280px;
    justify-content: flex-start;
  }

  .impacts-section-card-image {
    /* box-sizing: border-box; */
    width: 285px;
    height: 169px;
  }

  .impacts-section-card-info {
    width: 291px;
    height: 156px;
  }

  .impacts-section-card-info-heading {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    /* justify-content: flex-start; */
    padding: 0px;
    gap: 5px;

    position: relative;
    width: 291px;
    height: 40px;
  }

  .impacts-section-card-info-heading-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 0px;
    gap: 4px;
    margin-top: 0px;
    width: 60vw;
    height: auto;
  }

  .impacts-section-card-info-heading-container h2 {
    width: 60vw;
    height: auto;

    font-family: "Graphik";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    color: #ffffff;
  }

  .impacts-section-card-info-arrow-container {
    width: 40px;
    height: 40px;
  }

  .impacts-section-card-info-description {
    width: 75vw;
    height: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .impacts-section-card-1-6-info {
    height: 188px;
  }

  .impacts-section-card-1-6-info-heading {
    height: 72px;
  }

  .impacts-section-card-reverse {
    flex-direction: row-reverse;
  }

  /* Updates section */
  .updates-container{
     max-width: 608px ;
  }

  .updates-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:100px 64px;
    height: auto;
  }

  .updates-section-heading {
    width: 608px;
    height: 181px;
  }

  .updates-section-heading #updates-section-heading-tablet {
    width: 600px;
    height: 173px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;

    line-height: 40px;
    color: #00293b;
  }

  .updates-section-heading #updates-section-heading-tablet #span-1 {
    font-size: 56px;
    font-weight: bold;
  }

  .updates-section-heading #updates-section-heading-tablet #span-1 span {
    color: #0066cc;
    font-weight: bolder;
  }

  .updates-section-heading #updates-section-heading-tablet #span-2 {
    font-style: italic;
    font-weight: 500;
  }

  .updates-section-heading #updates-section-heading-tablet #span-3 {
    margin-top: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }

  #updates-section-heading-tablet {
    display: block;
  }

  #updates-section-heading-desktop {
    display: none;
  }

  .updates-section-cards {
    flex-direction: column;
    flex-wrap: nowrap;

    width: 608px;
    height: auto;
  }

  .updates-section-card {
    width: 608px;
    height: auto;
  }

  .updates-section-card img {
    width: 100%;
  }

  .updates-section-article-description {
    gap: 173px;

    width: 608px;
    height: 32px;
  }
  .updates-section-article-description a {
    height: 24px;
  }

  .updates-announcements-card {
    gap: 16px;

    width: 608px;
    height: auto;
  }

  /* career-section */

  .career-section {
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
  }
   
  .career-container{
     width: 608px ;
  }

  .career-section-heading {
    width: 75vw;
    height: auto;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }

  .career-section-heading span {
    font-weight: 400;
    line-height: 25px;
  }

  
}

@media (max-width: 430px) {
  
 
  /* Hero section */
  .hero-section {
    padding: 100px 40px;
    gap: 160px;
    width: 82vw;
    height: 135vh;
    overflow-x: hidden;
  }

  .hero-section-block-1 {
    width: 295px;
    height: 358px;
    left: 40px;
    /* overflow:visible; */
  }

  .hero-section-block-1-heading {
    width: 295px;
    height: 237px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hero-section-block-1-heading h1 {
    width: 312px;
    height: 132px;
    font-size: 40px;
    line-height: 44px;
    margin: 0px;
    padding: 0px;
  }

  .hero-section-block-1-heading p {
    width: 295px;
    height: 89px;

    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
  }
  .hero-section-block-1-button {
    width: 295px;
    max-width: 360px;
    height: 57px;
  }

  .hero-section-block-2 {
   width: 78vw;
    height: auto;
  }
  
  .hero-section-block-2-content-tablet {
        font-size: 20px;
        line-height: 25px;
    }

  /* Intro section */
  .intro-section {
    padding: 80px 40px;
    padding: 80px 10.67%;
    width: 295px;
    width: 78.66%;
    height: 888px;
    /* gap: 56px; */
  }

  .intro-section-logo {
    width: 295px;
    height: 295px;
  }
  .intro-section-logo video {
    width: 287px;
    height: 268px;
  }

  .intro-section-content {
    width: 295px;
    width: 100%;
    height: 429px;
  }

  .intro-section-content p {
    width: 295px;
    height: 334px;

    font-size: 24px;
    line-height: 36px;
  }

  /* Statistics section */
  .statistics-container{
    margin: 0;
    padding: 0;
  }
  .statistics-section {
    padding: 100px 30px;
    width: 70%;
    height: auto;
    margin: 0px auto;
    gap: 50px
  }

  .statistics-section-heading {
    width: 285px;
    height: auto;
  }

  .statistics-section-heading p {
    width: 285px;
    height: auto;

    font-size: 40px;
    line-height: 44px;
  }

  .statistics-section-data {
    width: 100%;
    height: auto;
    gap: 45px !important;
  }

  .statistics-section-card {
    width: 285px;
    height: auto;
    margin: 0;
    gap: 25px;
  }

  .statistics-section-card-data {
    flex-direction: row;
    align-items: flex-start;
    width: 285px;
    height: auto;
  }

  .statistics-section-card-data p {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
  }

  .statistics-card-2-data p {
      width: 165px;
      height: auto;
  }

  .statistics-section-card-description {
    width: 289px;
    height: auto;
    margin: 0;
  }

  /* Partner section */
  .partner-section {
    padding: 85px 40px;
    gap: 48px;
    height: auto;
  }
  .partner-container{
     width: 75vw;
     padding: 0;
   }

  .partner-section-partners {
    width: 75vw;
    height: 230px;
  }

  .partners-banner {
    width: 75vw;
    height: 84.3px;
    overflow: hidden;
    white-space: nowrap;
    background: #ecf9ff;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .partner-section-clients-review {
    width: 75vw;
    height: auto;
  }

  .clients-review-title {
    width: 75vw;
    height: auto;
  }

  .review-stars {
    gap: 8px;
    width: 75vw;
    height: auto;
  }

  .clients-review-title h2 {
    width: 75vw;
    height: auto;
    font-size: 38px;
    line-height: 40px;
  }

  .clients-thoughts-cards {
    width: 75vw;
    height: auto;
    gap: 48px;
  }

  .clients-card {
    gap: 24px;
    width: 75vw;
    height: auto;
  }

  .clients-card-content {
    width: 67vw;
    height: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .clients-card-author {
    width: 75vw;
    height: 76px;
  }

  .clients-card-author div {
    width: 75vw;
    height: auto;
    gap: 8px;
  }
  .clients-card-author div h3 {
    width: 22px;
    height: 24px;
    font-size: 16px;
  }

  .clients-card-author div p {
    width: 75vw;
    height: auto;
    font-size: 12px;
    line-height: 16px;
  }

  /* technology section */
  .technology-section {
    padding: 40px;
    height: auto;
  }

  .technology-container {
     width: 75vw;
   }
 

  .technology-section-heading {
    align-items: center;
    gap: 4px;
    width: 75vw;
    height: auto;
  }

  .technology-section-heading p {
    width: 75vw;
    height: auto;
    font-size: 48px;
    display: flex;
    align-items: center;
  }

  .technology-section-cards {
    width: 75vw;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    gap: 23px;
    justify-content: center;
  }

  .technology-section-card {
      width: 75vw;
      height: auto;
  }

  /* success story section */
  .success-story-section {
    height: auto;
  }

   .success-story-container {
     width: 75vw;
   }

  .success-story-content {
    padding: 80px 40px;
    gap: 72px;
    height: auto;
  }

  .success-story-heading {
    width: 75vw;
    height: auto;
    margin: 0 0 64px;
    font-size: 35px;
  }

  .success-stories-cards {
    gap: 72px;
    margin: 0 0 72px;
    width: 75vw;
    height: auto;
  }

  .success-stories-card {
    gap: 24px;
    width: 75vw;
    height: auto;
  }

  .success-stories-card-images {
    gap: 4px;
    width: 75vw;
    height: 335.81px;
  }

  .success-stories-plus-div {
    width: 80px;
    height: 80px;
  }

  .success-stories-plus-div img {
    margin-top: 8px;
    width: 50px;
    height: 50px;
    /* outline: none; */
  }

  .success-stories-card-description {
    position: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 0px;

    width: 295px;
    height: 151px;
  }

  .success-stories-title {
    position: unset;
    width: 100%;
    height: fit-content;
    font-family: "Inter";
  }

  .success-stories-title p {
    margin: 0px;
    font-size: 24px;
  }

  .success-stories-summary {
    position: unset;
    width: 100%;
    height: fit-content;
    margin: 0px;
  }

  #success-story-card-4-summary {
    width: 100%;
  }

  .explore-more-div {
    padding: 0px;
    gap: 24px;

    width: 295px;
    width: 100%;
    height: 60px;
  }

  .explore-more-div a {
    width: 160px;
    height: 60px;

    font-size: 24px;
  }

  .explore-more-div a span {
    display: none;
    font-weight: 500;
  }

  #explore-more-mobile {
    display: block;
  }

  #explore-more-desktop {
    display: none;
  }

  /* impacts-section */
  .impacts-section {
    flex-direction: column;
    padding: 80px 40px;
    gap: 88px;
    height: auto;
  }
   
  .impacts-container {
    width: 75vw;
    padding: 0px;
  }

  .impacts-section-heading {
    width: 75vw;
    height: auto;
  }

  .impacts-section-heading div {
    width: 75vw;
    height: auto;
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 64px;
  }

  .impacts-section-heading #span-1 {
    width: 75vw;
    font-size: 23px;
  }
  
  .impacts-section-card-row {
    gap: 60px;
  }

  .impacts-section-card {
    gap: 32px;
    width: 75vw;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .impacts-section-card-image {
    width: 75vw;
    height: auto;
  }

  .impacts-section-card-info {
    width: 75vw;
    height: auto;
  }

  .impacts-section-card-info-heading {
    gap: 10px;
    width: 75vw;
    height: auto;
  }
  .impacts-section-card-reverse-mobile {
    flex-direction: column-reverse;
  }

  /* Updates section */
  .updates-section {
    padding: 80px 40px;
    gap: 43px;
    height: auto;
  }
  
  .updates-container {
     width: 75vw;
   }

  .updates-section-heading {
    width: 75vw;
    height: auto;
  }
  .updates-section-heading #updates-section-heading-tablet {
    width: 75vw;
    height: auto;
    justify-content: space-around;
  }

  .updates-section-heading #updates-section-heading-tablet #span-1 {
    font-size: 38px;
    font-weight: 500;
  }

  .updates-section-heading #updates-section-heading-tablet #span-1 span {
    font-weight: 600;
  }

  .updates-section-heading #updates-section-heading-tablet #span-2 {
    font-weight: 450;
  }

  .updates-section-cards {
    width: 75vw;
    height: auto;
    gap: 43px;
    justify-content: start;
  }

  .updates-section-card {
    width: 75vw;
    height: auto;
  }

  .updates-section-article-description {
    width: 75vw;
    height: auto;
  }

  .updates-section-article-description a {
    width: 75vw;
    height: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .updates-announcements-card {
    height: auto;
  }

  .updates-video-desktop {
    display: none;
  }

  .updates-video-phone {
    display: block;
  }

  /* career-section */
  .career-section1 {
    padding: 80px 40px;
    gap: 41px;
    height: auto;
  }
  
  .career-container{
     width: 75vw;
  }

  .career-section {
    padding: 100px;
    height: 60vh;
    display: flex;
    gap: 50px;
    background-position: top;
    background-size: cover;
    backdrop-filter: blur(1.49729px);
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .career-section-heading {
    display: none;
  }

  .career-section-heading-phone {
    /* Join Our Team Text */
    width: 75vw;
    height: auto;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #c6edff;
    margin: 0;
  }

  .career-section-heading-phone span {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 24px;
  }

  .carrer-section-buttons {
    /* Join Our Team Button Container */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 1px;
    gap: 16px;

    width: 75vw;
    height: auto;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
  }


}


@media (max-width: 376px) {

/* technology section */
  .technology-section {
    padding: 85px 40px;
    height: auto;
  }

  .technology-container {
     width: 72vw;
   
   }
 
  .technology-section-heading {
    align-items: center;
    gap: 4px;
    width: 72vw;
    height: auto;
  }

  .technology-section-heading p {
    width: 72vw;
    height: auto;
    font-size: 40px;
    display: flex;
    align-items: center;
  }

  .technology-section-cards {
    width: 72vw;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    gap: 23px;
    justify-content: center;
  }

  .technology-section-card {
      width: 72vw;
      height: auto;
  }

   /* success story section */
  .success-story-section {
    height: auto;
  }

   .success-story-container {
     width: 72vw;
   }

  .success-story-content {
    padding: 80px 40px;
    gap: 72px;
    height: auto;
  }

  .success-story-heading {
    width: 72vw;
    height: auto;
    margin: 0 0 64px;
    font-size: 35px;
  }

  .success-stories-cards {
    gap: 72px;

    width: 72vw;
    height: auto;
  }

  .success-stories-card {
    gap: 24px;
    width: 72vw;
    height: auto;
  }

  .success-stories-card-images {
    gap: 4px;
    width: 72vw;
    height: 335.81px;
  }

  .success-stories-plus-div {
    width: 80px;
    height: 80px;
  }

  .success-stories-plus-div img {
    margin-top: 8px;
    width: 50px;
    height: 50px;
    /* outline: none; */
  }

  .success-stories-card-description {
    position: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 0px;
    width: 72vw;
    height: 151px;
  }

  .success-stories-title {
    position: unset;
    width: 100%;
    height: fit-content;
    font-family: "Inter";
  }

  .success-stories-title p {
    margin: 0px;
    font-size: 24px;
  }

  .success-stories-summary {
    position: unset;
    width: 100%;
    height: fit-content;
    margin: 0px;
  }

  #success-story-card-4-summary {
    width: 100%;
  }

  .explore-more-div {
    padding: 0px;
    gap: 24px;

    width: 295px;
    width: 100%;
    height: 60px;
  }

  .explore-more-div a {
    width: 160px;
    height: 60px;

    font-size: 24px;
  }

  .explore-more-div a span {
    display: none;
    font-weight: 500;
  }

  #explore-more-mobile {
    display: block;
  }

  #explore-more-desktop {
    display: none;
  }

   /* impacts-section */
  .impacts-section {
    flex-direction: column;
    padding: 80px 40px;
    gap: 88px;
    height: auto;
  }
   
  .impacts-container {
    width: 75vw;
    padding: 0px;
  }

  .impacts-section-heading {
    width: 75vw;
    height: auto;
  }

  .impacts-section-heading div {
    width: 75vw;
    height: auto;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 64px;
  }

  .impacts-section-heading #span-1 {
    width: 75vw;
    font-size: 19px;
  }
  
  .impacts-section-card-row {
    gap: 60px;
  }

  .impacts-section-card {
    gap: 32px;
    width: 75vw;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .impacts-section-card-image {
    width: 75vw;
    height: auto;
  }

  .impacts-section-card-info {
    width: 75vw;
    height: auto;
  }

  .impacts-section-card-info-heading {
    gap: 10px;
    width: 75vw;
    height: auto;
  }
  .impacts-section-card-reverse-mobile {
    flex-direction: column-reverse;
  }

  
  /* Updates section */
  .updates-section-heading #updates-section-heading-tablet #span-1 {
      font-size: 32px;
      font-weight: 500;
  }

  /* career-section */
  .career-section1 {
    padding: 80px 40px;
    gap: 41px;
    height: auto;
  }
  
  .career-container{
     width: 75vw;
  }

  .career-section {
    padding: 100px;
    height: 60vh;
    display: flex;
    gap: 50px;
    background-position: top;
    background-size: cover;
    backdrop-filter: blur(1.49729px);
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  .career-section-heading {
    display: none;
  }

  .career-section-heading-phone {
    /* Join Our Team Text */
    width: 75vw;
    height: auto;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #c6edff;
    margin: 0;
  }

  .career-section-heading-phone span {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 24px;
  }

  .carrer-section-buttons {
    /* Join Our Team Button Container */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 1px;
    gap: 16px;

    width: 75vw;
    height: auto;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
  }

}

@media (min-width: 1366px) and (max-width: 1919px) {
  .hero-section-block-1,
  .hero-section-block-2 {
    /* left: 110px; */
  }

  .success-story-heading {
    /* margin-left: -85px; */
    /* width: 450px;  */
    margin-bottom: 0px;
  }

  .updates-section-heading #updates-section-heading-desktop {
    font-size: 15px;
  }

  .updates-section-article-description a {
    font-size: 15px;
    /* line-height: 20px; */
  }
}





@media only screen and (min-width: 2100px) {
    .statistics-section-card {
	  width: 400px;
	}
}
@media only screen and (max-width: 1270px) {
.statistics-section-data
	{
		gap: 0px;
	}
}