/* Global styles */
* {
  font-family: "Actor";
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.navbar {
  background-color: #c8c6dd;
  /* height: 10%; */
  width: 90%;
  /* max-width: 1347px; */
  margin: 0 auto;
  position: fixed;
  top: 35px;
  left: 5%;
  z-index: 1000;
  border-radius: 30px;
  border: 1px solid #000000;
  border-radius: 35px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 69px;
  margin-left: 10px;
}

/* Navigation Menu */
.nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.nav-menu li {
  position: relative;
  margin: 0 10px;
  text-align: center;
}

.nav-menu a {
  color: #655e5e;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}

.nav-menu a.active {
  color: #17494E;
  font-weight: 600;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-select img {
  margin-right: 8px;
  width: 18px;
  height: auto;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #C8C6DD;
  border: 1px solid #C8C6DD;
  border-radius: 4px;
  width: 70px;
  z-index: 1000;
  top: 100%;
  left: 0;
}

.dropdown-menu div {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-menu div img {
  margin-right: 8px;
  width: 18px;
  height: auto;
}

.dropdown-menu div:hover {
  background-color: #f0f0f0;
}

/* Hover Effects for Dropdown and Sub-menus */
.nav-menu li:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}

.nav-menu li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #C8C6DD;
  padding: 0;
  border: 1px solid #C8C6DD;
  border-radius: 4px;
  width: max-content;
}

.nav-menu li:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}

.nav-menu li .dropdown-menu div {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nav-menu li .dropdown-menu div img {
  margin-right: 8px;
  width: 18px;
  height: auto;
}

.nav-menu li .dropdown-menu div:hover {
  background-color: #f0f0f0;
}

.nav-menu li:hover {
  transform: translateY(-5px);
}


.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.image-half {
  height: 220px;
}

.bar {
  background-color: #333;
  height: 3px;
  width: 25px;
  margin: 3px 0;
}



.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1200px;
}

.slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 20px;
}

.slider {
  width: 100%;
  max-width: 1200px;
  display: flex;
  transition: transform 0.8s ease;
}

.slide {
  flex: 1 0 100%;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
}

.intro-button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

.offer-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.offer-left,
.offer-right {
  flex: 1;
  box-sizing: border-box;
}

.offer-left {
  max-width: 30%;
}

.offer-right {
  max-width: 70%;
}

.image-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  color: #66666b;
  margin: 35px;
}

.career {
  background-color: #d9d9d9;
  font-family: "Actor";
  padding-top: 6%;
  width: 100%;
}

.join-our-team-left {
  position: relative;
  width: 50%;
}

.career-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #17494e;
  margin-bottom: 20px;
}

.career-j-left {
  display: flex;
}

.join-our-team {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.vertical-bar-j-team {
  width: 4px;
  height: auto;
  background-color: #17494e;
  margin-right: 20px;
  flex-shrink: 0;
}

.content-join {
  flex-grow: 1;
  /* Make the content-join take up the remaining space */
}

.details {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 40px;
}

.details li {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.25px;
  color: #66666b;
  margin-bottom: 10px;
}

.join-our-team-right {
  position: relative;
  width: 50%;
  padding-left: 5%;
  margin-top: 2%;
}

.image-container-join {
  position: relative;
  width: 340px;
  height: 340px;
}

.image-c1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-c2 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
}

.open-positions {
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #17494e;
  margin: 8% 0px 0px 5%;
}

.positions-container {
  display: flex;
  gap: 7%;
  margin: 30px 30px 30px 46px;
  flex-wrap: wrap;
  justify-content: center;
}

.position {
  width: 338px;
  height: 425px;
  border-radius: 44px;
  background-color: #17494e;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.position h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.06px;
  color: #d9d9d9;
  margin-bottom: 10px;
  text-align: center;
}

.separator-career {
  border: 0;
  border-top: 2px solid #d9d9d9;
  width: 75%;
  margin: 10px 0px 10px 35px;
}

.position-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.25px;
  color: #d9d9d9;
  overflow-y: auto;
  flex: 1;
  padding: 0 20px;
}

.position-description ul {
  padding-left: 20px;
  list-style-type: disc;
}

.position-description ul li {
  margin-bottom: 10px;
}

.apply-info {
  font-size: 20px;
  font-weight: 600;
  color: #17494e;
  padding: 0px 0px 30px 80px;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-horizontal {
  height: 7px;
}

::-webkit-scrollbar-thumb-horizontal {
  background-color: #d9d9d9;
  border-radius: 3px;
}

::-webkit-scrollbar-track-horizontal {
  background-color: transparent;
}

.scrollable-element {
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}

.scrollable-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 965px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 51px;
    right: 15px;
    background-color: #c8c6dd;
    width: 150px;
    padding: 10px;
    border-radius: 5px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu li {
    margin: 10px 0;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-menu li:hover .dropdown-menu {
    display: block;
    top: 0%;
    left: -90%;
  }
}

.intro {
  text-align: center;
  width: 100%;
  height: 615px;
  background-image: url("image/first_bg.png");
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0;
  color: #d7cdcd;
  position: relative;
  padding-top: 35px;
}

.intro h1 {
  font-size: 40px;
  margin: 125px 0 0px;
}

.intro p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}

.intro-button {
  background-color: #d9d9d9;
  font-weight: 400;
  height: 46px;
  width: 188px;
  border-radius: 37px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 0px;
  text-decoration: none;
  text-align: center;
  color: #655e5e;
}

.intro-button:hover {
  background-color: #c0c0c0;
}

.offer-section {
  background-color: #d9d9d9;
  height: 337px;
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}

.vertical-bar {
  width: 6px;
  height: 212px;
  background-color: #17494e;
  margin: 0 20px 0 6%;
}

.offer-left {
  width: 33%;
  padding-right: 0 20px 0 20px;
}

.offer-left h2 {
  color: #17494e;
  font-size: 40px;
  margin: -35px 0 20px;
}

.offer-left p {
  color: #17494e;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.offer-right {
  width: 77%;
  padding-left: 25%;
}

.rightone {
  display: grid;
  text-align: right;
  list-style-type: none;
  /* padding: 0 10% 0 25%; */
  width: 76%;
}

.rightone li {
  color: #17494e;
  font-weight: 400;
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.rightone li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #17494e;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.rightone li.hovered,
.rightone li.active {
  background-color: #abbdd1;
  border-radius: 20px;
}

.rightone li a {
  text-decoration: none;
  font-weight: 400;
  color: #17494e;
  display: block;
  padding: 7px;
}

/* About Us section styles */
.services {
  background-image: url("image/9129514 1.png"), url("image/background.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  padding: 10px 0;
  position: relative;
}

.data-ai {
  background-color: #abbdd1;
  padding: 11px 24px 11px 11px;
  font-weight: 400;
  color: #17494e;
  font-size: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  margin: 30px 0px 0px 0px;
  min-width: 292px;
  text-align: right;
  box-sizing: border-box;
}

.about-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-left: 4%;
}

.about-text {
  width: 50%;
  margin-right: 20px;
}

.about-paragraph {
  color: #F0F0F8;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-paragraph-right {
  color: #F0F0F8;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 93%;
  margin-left: 12px;
  /* margin-top: 8%; */
}

.first-paragraph {
  color: #44bce5;
  font-size: 20px;
  width: 91%;
}

#tech-paragraph {
  width: 81%;
}

.custom-bullets {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 30px;
  width: 90%;
}

.custom-bullets li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.25px;
  color: #F0F0F8;
  margin-bottom: 10px;
  text-align: left;
}

.custom-bullets li::before {
  content: "\2022";
  position: absolute;
  left: -4%;
  top: 0;
  width: 4px;
  height: 4px;
  color: #44bce5;
  font-size: 16px;
}

.about-image {
  width: 50%;
}

.about-image img {
  width: 90%;
  height: 337px;
  margin-top: 23.5px;
}

.tech-image {
  width: 530px;
  height: 325px;
}

.cloud-heading {
  text-align: center;
  color: #44bce5;
  font-weight: 400;
  font-size: 24px;
  margin: 2% 0px;
}

.cloud-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cloud-image img {
  width: 70%;
  height: 45%;
  object-fit: cover;
  transition: all 1.1s;
}

.cloud-zoom {
  margin: 7% 0;
}

.cloud-zoom:hover {
  transform: scale(1.15);
  cursor: pointer;
}

.cloud-process-image {
  display: flex;
  justify-content: center;
  margin-bottom: 88px;
  margin-top: 40px;
}

.cloud-process-image img {
  width: 80%;
  height: auto;
  /* max-width: 100%;
  max-height: 400px; */
  object-fit: contain;
  transition: all 1.1s;
  cursor: pointer;
}

.our-rang {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8%;
  /* max-width: 1700px; */
  margin: 0;
}

.container1 {
  text-align: center;
  width: 10%;
}

.c1 {
  width: 88%;
  height: 88%;
  display: block;
  margin: 0 auto;
  padding: 6%;
}

.horizontal-line {
  background-color: #152f64;
  height: 1px;
  width: 151px;
  border: none;
}

.t1 {
  font-family: "Actor";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.25px;
  color: #d9d9d9;
  margin: 0;
}

#mobile_web {
  width: 137%;
  margin-left: -9%;
}

.our-process {
  background-color: #275f9380;
  border-radius: 46px;
  margin: 0px 30px;
  padding: 5px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  overflow-x: auto;
  /* gap: 10px; */
}

.content {
  flex: 1;
  max-width: 200px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}

.content img {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
}

.content p {
  color: #d9d9d9;
}

.title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.06px;
  color: #44bce5;
  margin-top: 25px;
}

.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0px 10px 0px;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 7%;
}

.separator img {
  width: 49px;
  height: 49px;
}

.our-engagement {
  width: 100%;
  height: 910px;
  position: relative;
  background-image: url("image/business-people-working-using-technology-connect-with-others%201.png");
  background-size: cover;
  background-position: center;
}

.title-container {
  background-color: #D9D9D9;
  padding: 11px 24px 11px 11px;
  font-weight: 400;
  color: #090909;
  font-size: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  margin: 45px 0px 0px 0px;
  min-width: 292px;
  text-align: right;
  box-sizing: border-box;
}

.our-engagement-disc {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background-color: #090909;
  color: #E9D4CC;
  font-family: "Actor";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.box-container {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  width: 80%;
  background-color: #ECE1DD;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.box {
  width: 288px;
  height: 540px;
  background-color: #ece1dde5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.box-title {
  font-family: "Actor";
  font-size: 24px;
  font-weight: 400;
  line-height: 28.87px;
  text-align: center;
  color: #090909;
  margin: 30px 0 10px 0;
  width: 100%;
}

.black-strip {
  width: 90px;
  height: 2px;
  background-color: black;
  opacity: 0.7;
}

.box-content {
  font-family: "Actor";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #090909;
  text-align: left;
  width: 100%;
}

.box-content ul {
  padding-top: 20px;
  padding-left: 20px;
  list-style-type: disc;
  margin: 0;
}

.box-content li {
  margin-bottom: 10px;
}

.about-us-title {
  color: #17494e;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  height: 58px;
  margin-left: 54px;
  margin-top: 50px;
}

.content-container {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-direction: column;
  align-content: space-around;
  flex-wrap: nowrap;
}

.founders-container {
  display: flex;
  align-items: flex-start;
  margin-left: 60px;
}

.vertical-bar1 {
  width: 6px;
  height: 120px;
  background-color: #17494e;
  margin: 0 20px 0 0;
}

.founders-info {
  width: 424px;
}

.founders-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  text-align: left;
  color: #17494e;
  margin-bottom: 20px;
}

.founders-description {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #17494e;
}

.about-us {
  width: 100%;
  height: 1552px;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
}

.about-us-title {
  color: #17494e;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  height: 58px;
  margin-left: 54px;
  margin-top: 50px;
}

.about-us-intro{
  font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #17494e;
    margin-left: 4%;
    padding: 11px;
    width: 93%;
}

/* .content-container {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-direction: column;
} */

.founders-container {
  display: flex;
  align-items: flex-start;
  /* Align items to the top */
  margin-left: 60px;
}

.vertical-bar1 {
  width: 4px;
  height: 115px;
  background-color: #17494e;
  margin: 0 20px 0 0;
}

.founders-info {
  width: 424px;
}

.founders-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  text-align: left;
  color: #17494e;
  margin-bottom: 6px;
}

.founders-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #17494e;
}

.advisors-info {
  display: flex;
  align-items: flex-start;
  width: 424px;
  margin-left: 20%;
}

.vertical-bar-advisors {
  width: 4px;
  height: 115px;
  background-color: #17494e;
  margin: 0 20px 0 0;
}

.advisor {
  width: 424px;
}

.advisors-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  text-align: left;
  color: #17494e;
  margin-bottom: 6px;
}

.advisors-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #17494e;
}

.technical-team-container {
  display: flex;
  margin-top: 70px;
  padding-left: 60px;
  align-items: flex-start;
}

.vertical-bar2 {
  width: 4px;
  height: 290px;
  background-color: #17494e;
  margin: 0 20px 0 0;
}

.technical-team-info {
  width: 424px;
}

.technical-team-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  text-align: left;
  color: #17494e;
  margin-bottom: 6px;
}

.technical-team-paragraph1,
.technical-team-paragraph2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #17494e;
  margin-bottom: 20px;
}

.image-section {
  margin-left: 140px;
}

.values-section {
  width: 100%;
  height: 647px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url('image/our_values.png');
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
}

.text-content {
  max-width: 34%;
  flex: 1 1 300px;
  margin-left: 4%;
  margin-top: -8%;
}

.text-content h2 {
  margin-bottom: 5px;
  margin-top: 50px;
  font-size: 36px;
  color: #A9DCEE;
}

.value-item {
  display: flex;
  align-items: flex-start;
}

.value-icon {
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 24px;
}

.value-icon img {
  width: 35px;
  height: 35px;
}

.value-text {
  flex-grow: 1;
}

.value-text h3 {
  font-size: 24px;
  margin-bottom: -8px;
}

.value-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #A9DCEE;
}

.value-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #D9D9D9;
}

.our-values-image {
  flex: 1 1 300px;
  max-width: 50%;
}

.our-values-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.why-niotact {
  color: #17494e;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  height: 58px;
  margin-left: 54px;
  margin-top: -25px;
}

.images-container {
  display: flex;
  gap: 30px;
  padding: 60px 0px 0px 35px;
}

.images-container-stateofart {
  display: flex;
  gap: 30px;
  padding: 60px 0px 0px 35px;
  justify-content: center;
  margin-right: 26%;
}

.images-block {
  position: relative;
  width: 40%;
  height: 240px;
}

.image-overlay {
  position: absolute;
  top: -45px;
  left: 60px;
  width: 81px;
  height: 81px;
  z-index: 1;
  background-color: #d9d9d9;
}

.overlay-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-item {
  position: relative;
  width: 410px;
  height: 232px;
  margin-bottom: 10px;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
}

.image-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  color: #66666b;
}

.last-cont {
  margin-left: 230px;
}

.img1 {
  position: absolute;
  top: auto;
  margin-top: 79.6%;
  right: 0px;
  width: 600px;
  height: 500px;
}

.img2 {
  width: 500px;
  height: 495px;
  margin-top: -33%;
  margin-left: 60%;
  position: relative;
  width: 50%;
}

.email-highlight {
  color: #9adcef;
}

.contact-and-offices {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
  background-color: #0c0039;
}

/* Get In Touch section */
.get-in-touch {
  width: 40%;
  background-color: #0c0039;
  color: #f0f0f8;
  padding: 20px;
  box-sizing: border-box;
  /* margin-top: 7%; */
}

.get-in-touch-title {
  font-size: 40px;
  font-weight: 600;
  color: #9adcef;
  line-height: 56px;
  text-align: left;
  margin-bottom: 20px;
}

.get-in-touch-paragraph {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  width: 85%;
  margin-bottom: 30px;
  color: #f0f0f8;
}

/* .contact-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
} */

.input-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.input-container input {
  border: none;
  border-radius: 15px;
  /* Rounded corners for input */
  background: #d9d9d980;
  padding: 0 10px;
  color: #d9dfe0;
}

.input-container .input-icon {
  width: 24px;
  height: 24px;
  margin-right: -1px;
}

.input-container:nth-child(1) input,
.input-container:nth-child(2) input,
.input-container:nth-child(3) input {
  width: 284px;
  height: 30px;
}

.input-container:nth-child(4) input {
  width: 284px;
  height: 127px;
}

@media only screen and (max-width: 767px) {
  .vertical-bar {
    width: 4px;
    height: 230px;
    background-color: #17494e;
    margin: 11px 26px 29px 6%;
  }

  .offer-left,
  .offer-right {
    flex: 1;
    box-sizing: border-box;
  }

  .offer-left {
    max-width: 100%;
    margin-top: -60%;
    margin-left: 14%;
    width: 86%;
  }

  .offer-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .our-rang {
    justify-content: space-between;
    gap: 0;
  }

  #mobile_web {
    width: 80%;
    margin-left: 9%;
  }

  .about-image {
    width: 100%;
  }

  .about-paragraph-right {
    margin-left: 0;
  }

  .container1 {
    width: 48%;
    padding: 36px;
  }

  .container1:nth-child(3) {
    width: 50%;
    margin-left: 25%;
  }

  .horizontal-line {
    justify-content: center;
  }

  .contact-form {
    flex-direction: column;
    gap: 10px;
  }

  .separator img {
    transform: rotate(90deg);
    width: 49px;
    height: 49px;
  }

  .input-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .input-container input {
    width: 100%;
  }

  .input-container .input-icon {
    margin-top: 5px;
  }

  .get-in-touch-paragraph {
    width: 100%;
  }
}

/* Our Offices section */
.our-offices {
  width: 60%;
  background-color: #0c0039;
  padding: 0 20px;
  box-sizing: border-box;
}

.our-offices-title {
  font-size: 40px;
  font-weight: 600;
  color: #9adcef;
  line-height: 56px;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 35%;
  margin-top: 20px;
}

.offices-container {
  display: flex;
  gap: 20px;
  margin-top: 8.6%;
  height: 118px;
}

.office-box {
  width: 325px;
  height: 82px;
  background-color: #d9d9d980;
  border-radius: 42px;
  opacity: 0.7;
  padding: 15px;
  text-align: center;
  Display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.office-title {
  font-size: 22px;
  font-weight: 100;
  color: #f0f0f8;
  margin-bottom: 10px;
}

.office-text {
  font-size: 16px;
  font-weight: 100;
  color: #f0f0f8;
  line-height: 22px;
  margin-bottom: 10px;
}

.office-contact {
  font-size: 14px;
  font-weight: 100;
  color: #f0f0f8;
  line-height: 22px;
}

.image-container2 {
  display: flex;
  justify-content: flex-start;
}

.centered-image {
  /* width: 60%;
  height: auto;
  z-index: 1;
  backdrop-filter: blur(8px);
  margin-top: 90px;
  margin-left: 40px; */
  width: 60%;
  height: auto;
  z-index: 1;
  /* backdrop-filter: blur(8px); */
  margin-top: 104px;
  margin-left: 156px;
}

.contact-form {

  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  flex-wrap: wrap;

}

.input-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.input-container input {
  border: none;
  border-radius: 15px;
  background: #d9d9d980;
  padding: 0 10px;
  width: 284px;
  height: 30px;
  font-size: 14px;
}

.input-container input::placeholder {
  color: #9f9fc5;
}

.input-container .input-icon {
  width: 24px;
  height: 24px;
  margin-right: -1px;
}

.submit-container {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}

/* .submit-icon {
  width: 25px;
  height: 25px;
  margin-right: 130px;
  margin-top: -15px;
  cursor: pointer;
} */

.submit-icon {
  background-color: #d9d9d980;
  width: 70px;
  height: 25px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #F0F0F8;
  opacity: 0.7;
  margin-top: -15px;
  margin-left: 85px;
}

.submit-icon:hover {
  background-color: #D9D9D9;
  color: #9f9fc5;
}


.moving-icon {
  width: 25px;
  height: 25px;
  margin-right: 130px;
  cursor: pointer;
}

#loader-container {
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
  margin: 20px 0px 0px 85px;
}

#success-message,
#error-message {
  color: #f0f0f8;
  padding: 15px;
  border-radius: 10px;
  margin-top: 9%;
  margin-left: -77px;
  position: absolute;
  display: none;
}

#success-message {
  color: #9adcef;
  font-weight: 600;
}

#success-message a {
  color: #9adcef;
}

#error-message {
  color: #d1868e;
  font-weight: 600;
}

#error-message a {
  color: rgb(190, 76, 76);
}

.image-container3 {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader {
  width: 35px;
  height: 30px;
  animation: rotate 2s linear infinite;
}

#loader-container {
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(8px);
  display: none;
}

.last-icon {
  margin-bottom: 85px;
}

#comments {
  padding-bottom: 80px;
}

.compo7 {
  position: absolute;
  top: auto;
  margin-top: 2%;
  left: 17%;
  width: 574px;
  height: 314px;
}

.image-tab {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vertical-bar {
    width: 4px;
    height: 230px;
    background-color: #17494e;
    margin: 11px 26px 29px 6%;
  }

  .offer-left,
  .offer-right {
    flex: 1;
    box-sizing: border-box;
  }

  .offer-left {
    max-width: 90%;
    margin-top: -76%;
    margin-left: 14%;
    width: 86%;
  }

  .offer-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-and-offices {
    flex-direction: column;
    align-items: center;
  }

  .get-in-touch,
  .our-offices {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-form {
    gap: 10px;
  }

  .input-container {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .input-container input {
    width: calc(100% - 34px);
    height: 50px;
  }

  .submit-container {
    width: 100%;
    justify-content: center;
    margin-left: -17px;
  }

  .centered-image,
  .compo7 img {
    width: 100%;
    max-width: none;
    display: none;
  }

  .form-container {
    position: relative;
  }

  .centered-image2 {
    width: 300px;
    height: 240px;
  }

  .submit-container {
    position: relative;
  }

  .submit-icon {
    width: 70px;
    height: 25px;
    margin-right: -60px;
    margin-top: 16px;
    cursor: pointer;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .loader {
    animation: rotate 2s linear infinite;
    width: 35px;
    height: 30px;
  }

  #loader-container {
    position: absolute;
    top: 0;
    left: 90%;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
    backdrop-filter: blur(8px);
  }

  #success-message {
    color: #9adcef;
  }

  #error-message {
    color: #d1868e;
  }

  #error-message,
  #success-message {
    position: absolute;
    top: 0%;
    left: 90%;
    transform: translate(-50%, -50%);
    padding: 15% 0% 0% 15%;
    border-radius: 10px;
    display: none;
    z-index: 1001;
    width: 100%;
    font-weight: 600;
  }

  .compo7 {
    display: none;
  }

  .image-container3 {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
  }

  .mobile-path {
    width: 250px;
    height: 500px;
    margin-left: 50px;
    margin-top: -50px;
  }

  .offices-container {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .office-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .our-offices-title {
    padding-left: 0%;
  }

  .image-container2 {
    margin-left: 0px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #44425b;
  height: 80px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  color: #e7e7f1;
}

.footer-logo {
  width: 170px;
  height: 84px;
}

.footer-location {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #e7e7f1;
}

.footer-location .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 8px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.footer-menu a {
  color: #e7e7f1;
  font-size: 13px;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 5px;
}

.mobie_loc {
  display: none;
}

@media (max-width: 768px) {
  .footer {
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
  }

  .footer-location {
    display: none;
  }

  .footer-logo {
    width: 170px;
    height: 84px;
    margin-top: 0px;
  }

  .footer-menu a {
    color: #e7e7f1;
    font-size: 11px;
    text-decoration: none;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
}

/* .copyright {
  font-weight: 400;
  color: #e7e7f1;
  font-size: 14px;
} */

.back-to-top {
  margin-top: 40%;
}

.footer-career {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #b0b0b7;
  height: 74px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  color: #e7e7f1;
  position: relative;
}

.footer-logo-career {
  width: 130px;
  height: 64px;
}

.niotact-title {
  padding-right: 1%;
}

.testimomials {
  background-color: #D9D9D9;
  /* background-image: url('image/testimonial.png');  */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

.testimonial-info {
  position: relative;
  color: #17494E;
  font-size: 20px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 150px;
  text-align: center;
}

.additional-info {
  color: #66666B;
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
}

.testimonial-description {
  position: relative;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  color: #17494E;
  font-size: 18px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.rpa-section,
.Digitize-section,
.application-section,
.E-commerce-section {
  width: 48%;
}


.rpa-section,
.Digitize-section,
.application-section,
.E-commerce-section {
  position: relative;
  padding-top: 20px;
}


.section-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
}

.vertical-line-test {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 1px;
  height: 170px;
  background-color: #17494E;
}

.horizontal-line-test {
  position: absolute;
  top: 10px;
  left: 63px;
  width: 170px;
  height: 1px;
  background-color: #17494E;
}

.test-cont {
  margin-left: 50px;
}

.offring_h2 {
  color: #17494E;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
}


.custom-bullets-test {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
  width: 100%;
}

.custom-bullets-test li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #66666B;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}

.custom-bullets-test li::before {
  content: "\2022";
  position: absolute;
  left: 0%;
  top: 0;
  width: 4px;
  height: 4px;
  color: #1B1C1C;
  font-size: 16px;
}


.sectionB {
  margin-top: 50px;
}

.blog {
  width: 100%;
  height: 100vh;
  background-color: #D9D9D9;
  display: flex;
  text-align: center;
}

.blog-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #17494e;
  padding: 70px;
}

.offerings {
  background-color: #D9D9D9;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.cloud-marketplace-offer{
  display: flex;
  flex-wrap: wrap;
}

.offering1 {
  padding: 10% 2% 0% 2%;
}

.offering2 {
  padding: 4% 2%;
}


.half {
  width: 50%;
  padding: 20px;
}

.half:first-child {
  padding-right: 20px;
  padding-bottom: 50px;
}

.half:nth-child(2) {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_h1 {
  font-size: 38px;
  color: #17494E;
}

.image_header {
  font-size: 20px;
  color: #17494E;
  margin: 20px 0;
  padding-top: 50px;
}

.cl-header {
  margin-left: 50px;
}

.offring_h2 {
  font-size: 20px;
  color: #17494E;
  margin-bottom: 20px;
}

.offring_p {
  font-size: 16px;
  color: #66666B;
  margin-bottom: 20px;
}


.custom-bullets-0ff {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
  width: 100%;
}

.custom-bullets-off li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #66666B;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}

.custom-bullets-off li::marker {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  font-size: 16px;
  line-height: 16px;
}

.custom-bullets-off li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #1B1C1C;
  font-size: 16px;
  line-height: 16px;
}

.center-content {
  text-align: center;
}

.offering-image {
  width: 600px;
  height: 343px;
  border-radius: 65px;
  object-fit: cover;
}

.scroller-container {
  width: 100%;
  height: 300px;
  position: relative;
  overflow-y: scroll;
}

.scroller-content {
  height: 360px;
  padding: 20px;
}

.scroller-container::-webkit-scrollbar {
  width: 7px;
  background-color: #339EA8;
}

.scroller-container::-webkit-scrollbar-thumb {
  background-color: #143E42;
}

.right_h1 {
  text-align: right;
    font-size: 38px;
    color: #17494E;
    margin-left: 49.5%;
    width: 49%;
    margin-bottom: -20px;
}



@media (max-width: 768px) {

  .testimomials {
    height: auto;
  }

  .testimonial-info {
    position: relative;
    font-size: 20px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 180px;
    text-align: center;
  }

  .flex-container {
    display: block;
  }

  .rpa-section,
  .Digitize-section,
  .application-section,
  .E-commerce-section {
    width: 100%;
  }

  .offering1,
  .offering2 {
    display: block;
  }

  .half {
    width: 100%;
  }

  .offering-image {
    width: 300px;
    height: 200px;
    border-radius: 35px;
    object-fit: cover;
  }

  .offering1 {
    padding: 30% 2% 0% 2%;
  }

  .cl-header {
    margin-left: 10px;
    margin-bottom: -24px;
  }

  /* .header_h1 {
        font-size: 26px;
        color: #17494E;
    }
     */

  .custom-bullets-off li {
    margin-left: -30px;
  }

  .half:first-child {
    padding-bottom: 0px;
  }

  .image_header {
    padding-top: 0px;
    width: 75%;
  }

  /* .imgmob {
    margin-top: -100px;
  } */

  .header_h1 {
    text-align: left;
    font-size: 32px;
    order: -1;
    width: 100%;
    padding: 24px;
  }

  .right_h1{
    margin-left: 1.5%;
  }



}


@media (max-width: 768px) {
  .career {
    padding-top: 30px;
  }

  .footer-career {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
  }

  .career-title {
    font-size: 40px;
    margin-left: 6%;
    margin-bottom: 4%;
  }

  .join-our-team {
    flex-direction: column;
    padding: 20px;
  }

  .join-our-team-left {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 9%;
    width: 100%;
  }

  .content-join {
    margin: 0px;
  }

  .vertical-bar-j-team {
    width: 4px;
    height: auto;
    background-color: #17494e;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .description {
    font-size: 16px;
  }

  .details li {
    font-size: 16px;
  }

  .join-our-team-right {
    width: 100%;
    text-align: center;
    margin-top: 6%;
  }

  .image-container {
    width: 100%;
    height: auto;
  }

  .open-positions {
    font-size: 40px;
    margin-top: 30%;
    margin-right: 2%;
  }

  .positions-container {
    flex-direction: column;
    margin: 20px;
    gap: 40px;
  }

  .position {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .open-positions {
    margin: 115px 0px 0px 25px;
  }

  .position h2 {
    font-size: 20px;
  }

  .position-description {
    font-size: 16px;
    text-align: center;
  }

  .apply-info {
    font-size: 16px;
    padding: 2% 5%;
  }

  .image-c1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .image-c2 {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(50%, -50%);
  }

  .image-container-join {
    position: relative;
    width: 400px;
    height: 400px;
  }


}

@media (max-width: 480px) {
  .career {
    padding-top: 20px;
  }

  .title {
    font-size: 24px;
    /* Adjust font size */
  }

  .content-join {
    margin-left: 0%;
  }

  .description {
    font-size: 16px;
    /* Adjust font size */
  }

  .details li {
    font-size: 16px;
    /* Adjust font size */
  }

  .apply-info {
    font-size: 20px;
    /* Adjust font size */
  }

  .image-container-join {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0px;
  }

  .vertical-bar-j-team {
    top: 13%;
  }
}

/* Responsive adjustments for mobile view */
@media only screen and (max-width: 767px) {
  .vertical-bar {
    width: 4px;
    height: 230px;
    background-color: #17494e;
    margin: 11px 26px 29px 6%;
  }

  .offer-left,
  .offer-right {
    flex: 1;
    box-sizing: border-box;
  }

  .offer-left {
    max-width: 100%;
    margin-top: -60%;
    margin-left: 14%;
    width: 86%;
  }

  .offer-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .back-to-top {
    margin-top: 0%;
  }
}

/* General mobile styles */
@media (max-width: 767px) {
  .offer-section {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 10px;
  }

  .vertical-bar {
    width: 4px;
    height: 230px;
    background-color: #17494e;
    margin: 11px 26px 29px 6%;
  }

  .offer-left,
  .offer-right {
    flex: 1;
    box-sizing: border-box;
  }

  .offer-left {
    max-width: 100%;
    margin-top: -60%;
    margin-left: 14%;
    width: 86%;
  }

  .offer-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .about-us {
    height: auto;
  }

  .about-us-title {
    font-size: 32px;
    margin-left: 20px;
    margin-top: 70px;
  }

  .content-container {
    flex-direction: column;
    margin-top: 36px;
  }

  .founders-container,
  .technical-team-container {
    flex-direction: column;
    margin-left: 20px;
    align-items: flex-start;
  }

  .technical-team-container {
    padding-left: 2px;
  }

  .vertical-bar1,
  .vertical-bar-advisors {
    height: 163px;
    margin: 0;
  }

  .vertical-bar2 {
    height: 359px;
  }

  .founders-info {
    width: 67%;
    margin-top: -44%;
    margin-left: 8%;
  }

  .advisor {
    width: 84%;
    margin-left: 8%;
    margin-top: 0%;
  }

  .advisors-info {
    margin-top: 20%;
    margin-left: 0%;
  }

  .technical-team-info {
    width: 83%;
    margin-top: -97%;
    margin-left: 8%;
  }

  .image-section {
    margin-left: -2%;
    width: 100%;
  }

  .images-container {
    flex-direction: column;
    gap: 62px;
    margin-bottom: 10px;
    padding: 60px 26px 0px 24px;
  }

  .images-container-stateofart {
    flex-direction: column;
    gap: 62px;
    margin-bottom: 10px;
    padding: 60px 26px 0px 24px;
    width: 100%;
  }

  .images-block,
  .image-block-right {
    width: 100%;
    height: auto;
  }

  .image-item {
    width: 100%;
    height: auto;
  }

  .last-cont {
    margin-left: 0px;
  }

  .img1 {
    width: 350px;
    height: 350px;
    margin-top: 0%;
    position: relative;
    top: auto;
    right: 16%;
  }

  .img2 {
    width: 350px;
    height: 350px;
    margin-top: 0%;
    position: relative;
    top: auto;
    right: 75%;
    object-fit: cover;
  }

  .img1 img {
    width: 350px;
    height: 350px;
    object-fit: cover;
  }

  .why-niotact {
    margin-top: 0%;
  }



}

@media only screen and (max-width: 768px) {
  .nav-menu {
    right: -4px;
    width: 105px;
    padding: 0px
}
  .cloud-process-image img {
    width: 96%;
    max-width: none;
    max-height: none;
  }

  .text-content {
    max-width: 100%;
    flex: 1 1 300px;
    margin-left: 4%;
    margin-top: auto;
  }

  .values-section {
    height: auto;
    width: auto;
  }

  .value-item p {
    color: #F0F0F8;
    width: 86%;
  }


  .offer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 10px 10px 10px;
  }

  .vertical-bar {
    width: 4px;
    height: 200px;
    background-color: #17494e;
    margin: 11px 26px 29px 6%;
  }

  .offer-left,
  .offer-right {
    flex: 1;
    box-sizing: border-box;
  }

  .offer-left {
    max-width: 100%;
    margin-top: -50%;
    margin-left: 14%;
    width: 86%;
  }

  .offer-right {
    width: 100%;
    padding: 0%;
  }

  .intro {
    margin-top: 0;
  }

  .intro h1 {
    font-size: 40px;
  }

  .intro p {
    font-size: 20px;
  }

  .about-info {
    flex-direction: column;
    padding: 44px;
    margin-left: auto;
  }

  .about-image {
    margin-top: 20px;
  }

  .about-text {
    order: 1;
    width: 100%;
    margin-right: 0;
  }

  .about-image img {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }

  .tech-image {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .first-paragraph {
    font-size: 24px;
    color: #44bce5;
    width: 100%;
  }

  #tech-paragraph {
    width: 100%;
  }

  .data-ai {
    padding: 11px 24px 11px 11px;
    font-size: 24px;
    margin: 10px 0;
  }

  .rightone {
    padding: 0 7%;
    gap: 5px;
    width:100%;
  }

  .rightone li {
    font-size: 16px;
    padding-right: 10px;
  }

  .rightone li a {
    font-size: 24px;
  }

  .rightone li::before {
    width: 5px;
    height: 5px;
    right: 5px;
  }

  .cloud-heading {
    font-size: 20px;
    margin: 15px 0;
  }

  .cloud-image {
    padding: 10px;
  }

  .cloud-image img {
    width: 100%;
    height: auto;
  }

  .our-process {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin: 0px 24px 64px 24px;
    overflow-x: hidden;
  }

  .content {
    max-width: none;
    width: 100%;
  }

  .our-engagement {
    height: 1630px;
  }

  .offerings .image-half {
    order: -1; 
    height: auto;
    margin-left: -1%;
}

.offerings {
  display: flex;
  flex-direction: column; 
}

  .our-engagement-disc {
    top: 7%;
    width: 82%;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
  }

  .title-container {
    padding: 11px 24px 11px 11px;
    font-size: 24px;
    margin: 10px 0;
  }

  .box-container {
    top: 278px;
    flex-direction: column;
    width: 82%;

  }

  .box {
    width: 80%;
    height: 420px;
    margin: 0px 0px 0px 30px;
    padding: 0;
  }

  .box:first-of-type {
    display: flex;
  }

  .box-title {
    font-size: 20px;
    line-height: 24px;
    margin: 56px 0 10px 0;
    width: 78%;
  }

  .box-content {
    font-size: 16px;
    line-height: 20px;
  }

  .box-content ul {
    padding-left: 15px;
  }

  .custom-bullets {
    padding-left: 10px;
    width: 100%;
  }

  .image-content p {
    margin: 4%;
  }

  /* 
  @keyframes moveDownTab {
    0% {
      transform: translateY(0) translateX(8px);
    }
    6% {
      transform: translateY(150px) translateX(8px);
    }
    12% {
      transform: translateY(150px) translateX(238px);
    }
    18% {
      transform: translateY(190px) translateX(238px);
    }
    24% {
      transform: translateY(190px) translateX(152px);
    }
    30% {
      transform: translateY(235px) translateX(152px);
    }
    36% {
      transform: translateY(235px) translateX(63px);
    }
    42% {
      transform: translateY(180px) translateX(63px);
    }
    48% {
      transform: translateY(180px) translateX(-2px);
    }
    54% {
      transform: translateY(290px) translateX(-2px);
    }
    60% {
      transform: translateY(290px) translateX(-2px);
    }
    66% {
      transform: translateY(290px) translateX(158px);
    }
    72% {
      transform: translateY(390px) translateX(158px);
    }
    78% {
      transform: translateY(390px) translateX(118px);
    }
    84% {
      transform: translateY(350px) translateX(118px);
    }
    90% {
      transform: translateY(350px) translateX(28px);
    }
    100% {
      transform: translateY(500px) translateX(28px);
    }
  }
*/
  #moving-icon {
    /* position: relative;
    animation: moveDownTab 12s ease-in-out infinite; */
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .navbar {
    width: 90%;
    left: 5%;
    top: 20px;
    height: 7%;
  }

  .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 2px;
  }

  .container {
    padding: 0 20px 0px 20px;
  }

  .our-rang {
    justify-content: space-between;
    gap: 0;
  }

  .container1 {
    width: 48%;
    padding: 36px;
  }

  .container1:nth-child(3) {
    width: 50%;
    margin-left: 25%;
  }

  .horizontal-line {
    width: 150px;
  }

  .intro h1 {
    font-size: 40px;
  }

  .intro p {
    font-size: 20px;
  }

  .offer-section {
    padding: 15px;
    height: auto;
  }

  .vertical-bar {
    width: 4px;
    height: 302px;
    background-color: #17494e;
    margin: 0 26px 0 6%;
  }

  .offer-left {
    width: 86%;
    padding-right: 0;
  }

  .offer-right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .about-us {
    height: auto;
  }

  .about-info {
    flex-direction: column;
    padding: 44px;
    margin-left: auto;
  }

  .about-image {
    margin-top: 20px;
  }

  .about-text {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }

  .about-paragraph {
    color: #F0F0F8;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .about-paragraph.first-paragraph {
    order: 0;
  }

  .custom-bullets,
  .about-paragraph {
    order: 3;
  }

  .about-image img {
    width: 100%;
    height: auto;
  }

  .tech-image {
    width: 100%;
    height: auto;
    padding: 5px;
  }

  .first-paragraph {
    font-size: 24px;
    color: #44bce5;
  }

  .data-ai {
    padding: 11px 24px 11px 0px;
    font-size: 24px;
    margin: 10px 0;
  }

  .box-container {
    width: 80%;
  }

  .rightone {
    padding: 0 5%;
    gap: 10px;
  }

  .rightone li {
    font-size: 18px;
    padding-right: 15px;
  }

  .rightone li::before {
    width: 6px;
    height: 6px;
    right: 10px;
  }

  .cloud-heading {
    font-size: 22px;
    margin: 40px 0;
  }

  .cloud-image {
    padding: 15px;
  }

  .cloud-image img {
    width: 100%;
    height: auto;
  }

  .last-cont {
    margin-left: 0px;
  }

  .advisors-info {
    display: flex;
    align-items: flex-start;
    width: 41%;
    margin-left: 26%;
  }

  .vertical-bar1,
  .vertical-bar-advisors {
    width: 4px;
    height: 171px;
    background-color: #17494e;
    margin: 0 20px 0 0;
  }

  .vertical-bar2 {
    width: 4px;
    height: 265px;
    background-color: #17494e;
    margin: 0 20px 0 0;
  }

  .img1 {
    width: 450px;
    height: 350px;
    margin-top: 3%;
    position: relative;
    top: auto;
    margin-bottom: 20%;
  }

  .img1 img {
    width: 350px;
    height: 350px;
    object-fit: cover;
  }

  .compo7 {
    display: none;
  }

  .image-tab {
    display: block;
    margin-top: 333px;
    position: absolute;
    left: 22.5%;
  }

  .image-tab img {
    height: 418px;
    width: 345px;
  }

  .submit-icon {
    margin-top: 25px;
    margin-left: -40px;
  }

  #loader-container {
    position: absolute;
    top: 1%;
    left: 58%;
    transform: translate(-50%, -50%);
  }

  #success-message,
  #error-message {
    padding: 15px;
    border-radius: 10px;
    margin-top: 5%;
    margin-right: -13%;
    position: absolute;
    display: none;
  }

  .get-in-touch,
  .our-offices {
    width: 100%;
    padding: 20px;
  }

  .get-in-touch-title,
  .our-offices-title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .get-in-touch-paragraph,
  .office-text,
  .office-contact {
    font-size: 1em;
    line-height: 1.5;
  }

  .offices-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .image-container2 {
    text-align: center;
    margin-top: 20px;
  }

  .images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 72px;
  }

  .images-container-stateofart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 72px;
  }

  .why-niotact {
    text-align: center;
    margin-left: 0%;
    margin-top: 0%;
  }

  .centered-image {
    max-width: 100%;
    height: auto;
  }

  .technical-team-container {
    flex-direction: column;
    margin-left: 0px;
    align-items: flex-start;
  }

  .technical-team-info {
    width: 83%;
    margin-top: -25%;
    margin-left: 4%;
  }

  .image-section {
    margin-left: -2%;
    width: 100%;
    margin-top: 12%;
  }

  .compo7 {
    text-align: center;
    margin-top: 30px;
  }

  .footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: inherit;
    width: 40%;
    margin-left: 13%;
  }

  /* Back to top button positioning */
  .back-to-top {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }

  .vertical-bar-j-team {
    width: 4px;
    height: auto;
    background-color: #17494e;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .image-container-join {
    position: relative;
    width: 400px;
    height: 400px;
  }

  .join-our-team {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    max-width: 1200px;
    margin: 0% 0% 0% 5%;
  }

  .join-our-team-left {
    position: relative;
    width: 85vw;
  }

  .join-our-team-right {
    position: relative;
    width: 80vw;
    padding-left: 18%;
    margin-top: 5%;
  }

  .open-positions {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    color: #17494e;
    margin: 210px 0px 0px 70px;
  }

  .positions-container .position:nth-child(3) {
    margin-left: 25%;
  }

  .apply-info {
    font-size: 20px;
    font-weight: 600;
    color: #17494e;
    padding: 0px 0px 30px 60px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    text-align: right;
  }

  .footer-location {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 11%;
  }

  .testimomials {
    background-color: #D9D9D9;
    /* background-image: url('image/testimonial.png');  */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1273px;
  }

  .offerings {
    background-color: #D9D9D9;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
  }

  .offering1,
  .offering2 {
    display: block;
  }

  .half {
    width: 100%;
  }

  .offering-image {
    width: 400px;
    height: 300px;
    border-radius: 35px;
    object-fit: cover;
  }

  .offering1 {
    padding: 17% 5% 0% 5%;
  }

  .cl-header {
    margin-left: 10px;
  }

  .image-half {
    height: 450px;
  }

  .custom-bullets-off li {
    margin-left: -30px;
  }

  .half:first-child {
    padding-bottom: 0px;
  }

  .image_header {
    padding-top: 0px;
    width: 90%;
    margin-left: 37%;
  }

  /* .imgmob {
    margin-top: -100px;
  } */

  .header_h1 {
    text-align: left;
    font-size: 32px;
  }


  /* @keyframes moveDownTab {
    0% {
      transform: translateY(0px) translateX(8px);
    }

    50% {
      transform: translateY(385px) translateX(8px);
    }

    100% {
      transform: translateY(385px) translateX(373px);
    }
  }
*/
  #moving-icon {
    /* position: relative;
    animation: moveDownTab 5s ease-in-out infinite; */
    display: none;
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(0px) translateX(0px);
  }

  6% {
    transform: translateY(45px) translateX(0px);
  }

  12% {
    transform: translateY(45px) translateX(220px);
  }

  18% {
    transform: translateY(-250px) translateX(220px);
  }

  24% {
    transform: translateY(-250px) translateX(270px);
  }

  30% {
    transform: translateY(-140px) translateX(270px);
  }

  36% {
    transform: translateY(-140px) translateX(315px);
  }

  42% {
    transform: translateY(-30px) translateX(315px);
  }

  48% {
    transform: translateY(-30px) translateX(250px);
  }

  54% {
    transform: translateY(60px) translateX(250px);
  }

  60% {
    transform: translateY(60px) translateX(365px);
  }

  66% {
    transform: translateY(-145px) translateX(365px);
  }

  72% {
    transform: translateY(-145px) translateX(485px);
  }

  78% {
    transform: translateY(-100px) translateX(485px);
  }

  84% {
    transform: translateY(-100px) translateX(435px);
  }

  90% {
    transform: translateY(15px) translateX(435px);
  }

  100% {
    transform: translateY(15px) translateX(590px);
  }
}

.moving-icon {
  position: relative;
  animation: moveDown 5s ease-in-out infinite forwards;
}

@keyframes moveDowns {
  0% {
    top: 0;
    left: 0;
  }

  25% {
    top: 100px;
    /* Move down */
    left: 0;
  }

  50% {
    top: 100px;
    left: 100px;
    /* Move right */
  }

  75% {
    top: 200px;
    /* Move down again */
    left: 100px;
  }

  100% {
    top: 200px;
    left: 200px;
    /* Move right again */
  }
}

.moving-icon {
  position: relative;
  animation: moveDown 15s ease-in-out infinite forwards;
}