@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  /* font-family: "Inter", sans-serif !important; */
  font-family: "Nunito", serif !important;
  /* font-family: "Figtree", sans-serif !important; */
  overflow-x: hidden;
  color: #1f1f1f;
  background-color: #ffffff !important;
}

:root {
  --black: #161c2d;
  --primary: #25326d;
  --secoundary: #090a3b;
  --gray: #424242;
}

h1.section-heading {
  font-size: 64px;
  font-weight: 700;
}

h2.section-heading {
  font-size: 42px;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  line-height: 52px;
  /* color: white; */
}

h3.section-sub-heading {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}

.service-list h2.section-sub-heading {
  font-weight: 500;
}

h5.para-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h5.small-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.small-heading {
  color: #8082f3;
  font-weight: 700;
  padding-left: 5px;
  margin-bottom: 5px;
  display: block;
}

section {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .row-reverse {
    flex-direction: column-reverse;
  }

  section {
    padding: 50px 0px;
  }

  h1.section-heading {
    font-size: 46px;
    font-weight: 700;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
}

.hero-header {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1ecff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #83a4d4;
  background: linear-gradient(to right, #ffffff, #bde5ff);
  background-size: 200% 200%;
  animation: gradient-move 6s ease infinite;
}

.hero-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* background-image: url(../images/cta-circle-bg.png); */
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-header .container {
  background-image: url(../images/cta-circle-bg.png);
  background-position: center;
  background-size: cover;
}

.hero-header .hero-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 4;
}

.hero-header .hero-image {
  position: relative;
}

.hero-header .hero-image span {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #8082f3;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.hero-content .box {
  /* background-color: rgba(255, 255, 255, 0.863); */
  padding: 80px 40px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .hero-content .box {
    padding: 10px 10px;
  }
}

.footer-sec ul li a {
  text-decoration: none;
  transition: 0.2s;
}

.footer-sec ul li a:hover {
  text-decoration: underline;
}

.footer-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-links ul li {
  padding-right: 25px;
}

.footer-sec .logo img {
  width: 100px !important;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero-content {
  z-index: 10;
  position: relative;
}

.hero-content h1 {
  /* font-family: "Merriweather", serif; */
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 1px;
  font-weight: 800;
}

.hero-content h1 span {
  color: var(--primary);
}

.hero-content p {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0px;
}

.cta-button {
  background-color: white;
  color: black;
  border-radius: 0.5em;
  font-size: 17px;
  font-weight: 600;
  padding: 0.5em 1.5em !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  box-shadow: 0 0 0 0 black;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
}

.cta-button:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
}

.footer-sec {
  padding: 40px 0px 0px 0px;
  background-color: #0f253c;
  background-attachment: fixed;
}

.footer-sec .footer-sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-sec ul {
  padding-left: 0px;
}

.footer-sec ul li {
  list-style: none;
  color: rgb(51, 51, 51) !important;
}

.footer-sec ul li a {
  color: rgb(255, 255, 255) !important;
  font-size: 16px;
  padding-bottom: 6px;
  display: block;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.footer-sec h5 {
  color: rgb(239, 245, 255);
  font-weight: 600;
}

.logo h3 {
  font-size: 42px;
  font-weight: 700;
}

.footer-social {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.footer-social img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 12px;
}

.bottom-nav {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.652);
  font-size: 18px;
  font-weight: 300;
}

.footer-sec .logo img {
  width: 160px !important;
}

.footer-sec .logo h4 {
  line-height: 1.5;
}

/* ===============================Media Query Start here================================================
===================================================================================================== */

@media (max-width: 991px) {
  h2.section-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
  }

  h3.section-sub-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }

  h5.para-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  .hero-header {
    height: auto;
    min-height: 570px;
    padding-bottom: 40px;
  }

  .hero-pic img {
    height: 330px;
  }

  .hero-content {
    padding: 100px 30px 30px;
    height: auto;
    min-height: auto;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
  }

  .hero-content p {
    font-size: 16px;
  }
}

.cta-sec {
  padding: 0;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

.cta-img-box {
  border-radius: 0px 250px 250px 0px;
  background-color: #0a75b3;
  padding: 80px 60px;
}

.cta-img-box img {
  width: 100%;
  height: 300px;
}

.cta-button.transparent {
  background-color: transparent;
  border: 1.5px solid white !important;
  color: white;
}

.common-banner {
  max-height: 450px !important;
  height: 350px !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: linear-gradient(to right, #ffffff, #bde5ff);
  animation: gradient-move 6s ease infinite;
}

@media (max-width: 991px) {
  .common-banner {
    max-height: 600px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.common-banner img {
  width: 100%;
  height: 300px;
}

/* Marquee ============================================== Scroll */

.marquee-container {
  width: 100vw;
  /* Full viewport width */
  height: 130px;
  /* Adjust to fit your design */
  overflow: hidden;
  /* Hide overflowing content */
  position: relative;
}

.marquee {
  display: flex;
  /* Align items horizontally */
  gap: 20px;
  /* Optional spacing between slides */
  white-space: nowrap;
  /* Prevent wrapping */
  position: absolute;
  /* Necessary for seamless scrolling */
}

.slide {
  flex: none;
  width: 200px;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
  color: #333;
}

.slide img {
  height: 80px;
  object-fit: contain;
  width: 150px;
}

.slide img.lighting {
  filter: brightness(0) invert(1);
}

.marquee-container {
  padding: 10px;
}

.icons-scroll {
  padding: 10px 0px;
  background-color: rgb(29, 30, 46);
}

/* About Us Section Css */
.about-numbering {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.Numbers-sec {
  padding: 15px;
  background-color: #e4e4e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.Numbers-sec:last-child {
  margin-bottom: 10px;
}

.Numbers-sec p {
  margin-bottom: 0px;
  /* color:white !important; */
}

.Numbers-sec h3 {
  font-weight: 700;
  /* color:white !important; */
  font-size: 34px;
}

.about-us-sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-us-sec img {
  border-radius: 13px;
  object-fit: cover;
  height: 100%;
}

.about-us-sec p {
  font-size: 19px;
  font-weight: 500;
  color: #4f4f4f;
}

p.section-sub-heading {
  color: var(--primary);
  font-weight: 700;
  margin-left: 5px;
}

.fa-solid.fa-arrow-right.cta-btn {
  transform: rotate(-45deg);
  margin-left: 10px;
}

.home-service-sec {
  background-color: #0f253c;
  color: white !important;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.home-service-sec .container {
  position: relative;
  z-index: 10;
}

.home-service-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0f2a46;
  transform: rotate(45deg);
}

.home-service-sec .card-service {
  padding: 30px;
}

.home-service-sec .card-service img {
  width: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.home-service-sec h3 {
  color: white;
}

.home-service-sec p {
  color: rgb(203, 203, 203);
  line-height: 1.3;
}

.home-service-sec a {
  color: rgb(255, 255, 255);
  text-decoration: underline !important;
}

.home-service-sec a i {
  transform: translateX(-10px);
  transition: 0.3s;
}

.home-service-sec a:hover i {
  transform: translateX(5px);
}

.hiring img {
  width: 350px;
  height: 350px;
  /* background-color: #0f253c; */
  position: relative;
  left: 50%;
  transform: scale(1.15) translateX(-42%);
}

.services-cards-sec {
  background-color: #04162a;
}
.services-cards-sec h2.section-heading {
  /* background: linear-gradient(135deg, #ff7eb3, #ff758c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: white !important;
}

.service-card-title {
  /* color: white; */
  font-weight: 700;
}

.services-cards-sec p {
  opacity: 0.9;
}

.service-card-sec {
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
  height: 220px;
  border-radius: 10px;
  transition: 0.2s;
}
.service-card-sec:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(135deg, #6a11cb, #2575fc);
  color: white !important;
  transform: scale(1.02);
}
.steps-card-section {
  background-color: #04162a;
}
.service-steps-card {
  padding: 20px;
  background-color: white;
  height: 270px;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  z-index: 10 !important;
}
.service-steps-card.one {
  margin-top: 20px;
}
.service-steps-card::before {
  position: absolute;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzA5IiBoZWlnaHQ9IjE1OSIgdmlld0JveD0iMCAwIDMwOSAxNTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMDggMTU4LjQ4NUMzMDggNzEuMjE2MyAyMzkuMjc2IDAuNDcwNzAzIDE1NC41IDAuNDcwNzAzQzY5LjcyNDMgMC40NzA3MDMgMSA3MS4yMTYzIDEgMTU4LjQ4NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUwNDEzMiIvPgo8L3N2Zz4K);
  content: "";
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 159px;
  left: 200px;
  top: -73px;
  transform: translate(-50%);
  width: 220px;
  z-index: -10;
}
.service-steps-card.two {
  margin-top: 50px;
}
.service-steps-card.three {
  margin-top: 80px;
}
.service-steps-card.four {
  margin-top: 110px;
}
.service-steps-card.five {
  margin-top: 140px;
}
.service-steps-card.five::before {
  display: none;
}
.service-steps-card .card-label {
  background-color: rgb(209, 209, 233);
  color: #ffffff;
  width: fit-content;
  padding: 3px 10px;
  background-color: rgb(224, 228, 244);
  border-radius: 20px;
  transition: 0.3s;
}
.service-steps-card .card-label p {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 600;
  transition: 0.3s;
  background-image: linear-gradient(135deg, #6a11cb, #2575fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-steps-card:hover .card-label p {
  font-weight: 700;
  background-image: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: currentColor;
  color: white !important;
}
.service-steps-card:hover .card-label {
  background-color: none;
  background-image: linear-gradient(135deg, #6a11cb, #2575fc);
  /* background-image: none; */
}
.service-steps-card:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  /* background-image:  linear-gradient(135deg, #6a11cb, #2575fc); */
  /* color: white !important; */
  transform: scale(1.02);
}
.service-steps-card h5 {
  font-weight: 800 !important;
  margin-top: 15px;
}
.service-steps-card ul {
  opacity: 0.8;
  font-weight: 600;
  padding-left: 20px;
}

.choose-card {
  background-color: #d7def5;
  padding: 8px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin: 30px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* position: absolute; */
}

.choose-card span {
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  background-color: white;
  padding: 10px;
}

.choose-card h5 {
  padding: 10px;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
}

.choose-cards-two,
.choose-cards-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-1 {
  transform: translateX(80px);
}

.item-3 {
  transform: translateX(80px);
}

.item-4 {
  transform: translateX(-80px);
}

.item-6 {
  transform: translateX(-80px);
}

.call-to-action {
  background-color: #0f2a46;
  color: white;
}

/* Our Locations sections */
.our-locations {
  /* background-color: #0f253c; */
}

.our-locations img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
}

.our-locations h5 {
  /* color: white; */
  margin: 15px 0px;
  font-weight: 700;
}

.our-locations p {
  /* color: rgb(222, 222, 222); */
}

.numbers-sec {
  /* color: white; */
  padding: 50px 0px;
}

.numbers-sec h3 {
  font-size: 64px;
  font-weight: 700;
}

.numbers-sec p {
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
}

.call-to-action {
  background-image: linear-gradient(to bottom, #183e67, #04162a);
  padding-bottom: 00px;
}

.call-to-action img {
  width: 100%;
  height: 350px;
  transform: translateY(-70px);
  object-fit: contain;
}

.portrait {
  position: absolute;
}

.portrait img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100%;
}

.portrait-1 {
  left: 0;
  top: 0%;
  transform: translateX(100px);
}

.portrait-2 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.portrait-3 {
  transform: translateX(100px);
  left: 0;
  top: 80%;
}

.portrait-4 {
  left: 90%;
  top: 0%;
  transform: translateX(-100px);
}

.portrait-5 {
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
}

.portrait-6 {
  left: 90%;
  transform: translateX(-100px);
  top: 80%;
}

@keyframes jump {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.portrait img {
  animation: jump 8s linear 0.2s infinite forwards;
}

.about-us-img {
  /* Adjust the mask size */
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  width: 100%;
  object-fit: contain;
  height: 400px;
  position: sticky;
  top: 120px;
}

.values-sec {
  background-image: linear-gradient(to bottom, #183e67, #04162a);
  color: white;
}

.values-sec i {
  margin-right: 12px;
  font-size: 20px;
}

.values-sec p {
  font-size: 18px;
  color: rgb(222, 222, 222);
}

.values-img {
  width: 100%;
  border-radius: 30px;
}

.careers-banner {
  background-image: url();
}

.careers-abt img {
  width: 100%;
  object-fit: contain;
  border-radius: 30px;
}

.hero-header .choose-card {
}

.vacancy-section {
  background-color: rgb(218, 240, 250) !important;
}

.vacancy-card .cta-button {
  background-color: var(--primary);
  color: white;
}

.vacancy-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: white;
}

.vacancy-card p {
  margin-bottom: 0px;
  font-weight: 600;
}

.vacancy-card .cta-button:hover {
  box-shadow: 2px 5px 0 0 rgb(164, 164, 164);
}

.disabled {
  background-color: #a3a3a3 !important;
}

.disabled:hover {
  box-shadow: none !important;
  transform: none;
  cursor: default;
}

.contact-card {
  padding: 30px !important;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}

.contact-card h4 {
  font-weight: 600;
  margin-top: 15px;
}

.contact-card a {
  color: #090a3b;
  font-size: 18px;
}

.contact-card img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

/* Contact Css */

.contact-form {
  border-radius: 10px;
  padding: 80px auto;
  background-image: linear-gradient(to bottom, #183e67, #04162a);
  color: white;
}

.contact-form form {
  padding: 30px;
  padding-top: 5px;
}

.contact-form h2 {
  color: #00310e;
}

.btn-submit {
  background-color: #f1f4ff !important;
  color: var(--primary) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.form-check-label {
  font-weight: normal;
}

.contact-form label {
  font-size: 15px;
}

.contact-form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.services-sec-abt p {
  font-size: 16px;
}

.services-sec-abt h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.services-sec-abt img,
.values-sec img {
  height: 100%;
  object-fit: cover;
}

.industries-card {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.industries-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.industries-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(
    to top,
    rgb(0, 0, 0),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.009)
  );
}

.industries-title h5 {
  padding: 30px 0px 10px;
  color: white;
  font-weight: 700;
}

.last-card {
  background-image: linear-gradient(#04162aa9, #04162aad),
    url(../images/digital.jpg);
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-card h5 {
  color: white;
  font-weight: 700 !important;
}

.service-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.service-list li {
  margin-bottom: 10px;
}

.data-img {
  padding: 0px;
}

.data-img img {
  width: 100%;
  object-fit: contain;
  padding: 20px 50px;
}

.call-to-action .col-md-7 {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.call-to-action .cta-button {
  margin-top: 20px;
}

/* Media Query for Phone========================================================================= */

@media (max-width: 991px) {
  .marquee-container {
    height: 90px;
  }

  .slide {
    padding: 10px;
  }

  .slide img {
    height: 50px;
    object-fit: contain;
    width: 150px;
  }

  /* About Us Section Css */
  .about-numbering {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    width: 100%;
  }

  .Numbers-sec {
    width: 100%;
  }

  .about-us-sec img {
    height: 300px;
    width: 100%;
    margin: 10px auto;
  }

  .about-us-sec p {
    font-size: 16px;
  }

  .fa-solid.fa-arrow-right.cta-btn {
    margin-left: 5px;
  }

  .choose-card {
    margin: 10px 0px;
    padding: 5px;
  }

  .advantages .container {
    max-width: 90% !important;
  }

  .hiring img {
    width: 250px;
    height: 250px;
  }

  .choose-card span {
    border-radius: 2px;
    font-size: 16px;
    padding: 5px;
  }

  .choose-card h5 {
    font-size: 14px;
    padding: 3px;
  }

  .our-locations img {
    height: 150px;
  }

  .our-locations h5 {
    font-size: 18px;
    margin: 10px 0px;
  }

  .hero-header .container {
    max-width: 95% !important;
  }

  .portrait img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
  }

  .about-us-img {
    width: 400px;
    margin: auto auto 30px auto;
    display: block;
  }

  .values-img {
    margin-top: 30px;
  }

  .vacancy-card {
    padding: 20px;
    border-radius: 10px;
  }

  .footer-links ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .portrait {
    position: static;
  }

  .portraits {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
  }

  .portrait-1 {
    left: 0;
    top: 0%;
    transform: translateX(0px);
  }

  .portrait-2 {
    left: 0;
    top: 50%;
    transform: translateY(0%);
  }

  .portrait-3 {
    transform: translateX(0px);
    left: 0;
    top: 80%;
  }

  .portrait-4 {
    left: 90%;
    top: 0%;
    transform: translateX(-0px);
  }

  .portrait-5 {
    top: 50%;
    left: 90%;
    transform: translateY(0%);
  }

  .portrait-6 {
    left: 90%;
    transform: translateX(-0px);
    top: 80%;
  }
}

/* Media Query for Phone========================================================================= */
@media (max-width: 641px) {
  .service-steps-card p {
    margin-bottom: 0rem;
  }
  .service-steps-card {
    height: fit-content;
  }
  .call-to-action .row {
    flex-direction: column-reverse;
  }

  .call-to-action img {
    transform: translateY(0);
  }

  .call-to-action {
    padding: 20px 10px;
  }

  h2.section-heading {
    font-size: 22px;
    font-weight: 800;
  }

  .footer-links ul {
    flex-direction: column;
  }

  .footer-sec .footer-sec-inner {
    flex-direction: column;
  }

  .about-us-img {
    width: 100%;
    height: auto;
    background-position: center;
  }

  .common-banner h1 {
    margin-top: 40px;
  }

  .hero-header .container {
    padding: 0px;
    margin-top: 60px !important;
  }

  .hero-header .hero-content {
    padding: 0px;
  }

  .hero-header .hero-content h1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
  }

  .hero-header .hero-content p {
    line-height: 1.4;
  }

  .logo img {
    width: 100px;
  }

  .about-numbering {
    flex-direction: column;
  }

  .home-service-sec {
    padding: 10px;
  }

  .home-service-sec .card-service {
    padding: 10px;
    margin-bottom: 50px;
  }

  .portrait img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    display: flex;
  }

  .service-steps-card::before {
    display: none;
  }
  .service-card-sec {
    height: fit-content;
  }
}

.privacy-sec h3.section-sub-heading {
  font-size: 32px;
  font-weight: 800;
}

@media (max-width: 360px) {
  .service-card-sec {
    height: fit-content;
  }
 
}
@media (max-width: 641px) {
  .privacy-sec h3.section-sub-heading {
    font-size: 26px;
    font-weight: 800;
  }
  .cta-button{
    font-size: px;
  }
  .staffing.services-cards-sec .service-card-sec {
    height: 265px;
  }
  .staffing-ind-cards .staff-ind-card {
    font-size: 16px !important;
}
.staffing-ind-cards .staff-ind-card{
  width: 100%;
}
.staffing-ind-cards .staff-ind-card {
  width: 100%;
}
}

.Vacancies-banner h1 {
  font-size: 42px !important;
  line-height: 44px;
}
.Vacancies-banner p {
  font-weight: 600;
  color: #707070;
}
.dec-sub-sec h3 {
  font-size: 20px;
  font-weight: 800;
}
.dec-sub-sec p,
.dec-sub-sec ul {
  font-size: 16px;
  font-weight: 500;
  color: #4c4c4c;
}
.dec-sub-sec h5 {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  margin-left: 15px;
  margin-top: 25px;
}
.career-btn {
  background-color: #0c2389;
  color: white;
}
.careers-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}
.job-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.table-data {
  padding: 10px;
}
.job-title {
  /* background-color: #f4f4f4; */
  font-weight: bold;
}
.section-headings {
  background-color: rgba(234, 246, 251, 0.59);
}
.apply-now-btn {
  border-style: none;
  background-color: rgb(218, 240, 250);
}
.anchor-tag {
  text-decoration: underline !important;
}
.table-data a {
  text-decoration: none;
}

.staffing-titles {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 50vh;
  padding: 0 50px;
}
.staffing-sec {
  background-color: rgb(218, 240, 250);
}

.staffing-content {
  max-width: 50%;
  display: flex;
}

.title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.description {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 50px;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 12px;
  height: 12px;
  margin: 10px 0;
  border-radius: 50%;
  background-color: rgb(156, 219, 249);
  cursor: pointer;
}

.circle.active {
  background-color: rgb(0, 167, 245);
}

.arrow {
  font-size: 1.5rem;
  cursor: pointer;
}

.circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.work-sec {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #183e67;
  }
  .work-sec-container {
    display: flex;
    width: 80%;
    max-width: 1200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .section-work {
    flex: 1;
    padding: 40px;
    text-align: center;
    color: white;
  }
  .work {
    background-color: #ffffff;
  }
  .hire {
    background-color: #bde5ff;
  }
  .section-work h2 {
    margin: 0 0 20px;
    font-size: 2rem;
    color: black;
  }
  .section-work p {
    margin: 0 0 30px;
    font-size: 1rem;
    color: #000000;
  }
  .section-work button {
    background-color: #bde5ff;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  .hire button {
    background-color: white;
    color: black;
  }
  .section-work button:hover {
    background-color: #bde5ff5c;
  }
  .hire button:hover {
    background-color: #97d2fa99;
  }
.looking-image img {
  height: 250px;
  width: 330px;
  /* object-fit: contain;
   
    margin-right: auto;
    display: block; */
  border-radius: 20px;
}

.it-staffing-content h5 {
  padding-left: 50px;
}
.it-staffing-content h1 {
  padding-left: 50px;
  font-weight: 700;
  font-size: 32px;
}

.img-fluid {
  transition: transform 0.3s ease-in-out;
}

.img-fluid:hover {
  transform: scale(1.1);
}
.gallery-container img {
  height: 200px;
  object-fit: fill;
}
.gallery-container h5 {
  font-weight: 700;
  padding-bottom: 10px;
}
.gallery-container h3 {
  font-weight: 700;
  padding-bottom: 20px;
}
.gallery-container {
    position: relative;
    text-align: center;
    color: rgb(0, 0, 0);
}

.image-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}



/* tabs section start here  */
.tabs {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.tab-btn {
  padding: 15px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #9a9898;
  color: #484848;
  background-color: #f1f1f1;
  transition: 0.3s;
  border-radius: 10px;
}
/* .tab-btn::after{
  color: white;
} */

.tab-btn.active {
  position: relative;
}

.tab-btn.active::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-radius: 1px;
}

.tab-content h3 {
  font-size: 25px;
  font-weight: 400;
  color: white;
}

.tab-btn:hover {
  /* background-color: #ddd; */
  border-color: var(--primary);
}

.tab-btn.active {
  background: var(--primary-gradient);
  border-color: var(--primary);
  color: rgb(255, 255, 255);
}

.tab-btn.active img {
  /* filter: none; */
}

.tab-content {
  display: none;
  padding: 20px;
  /* border: 1px solid #ccc; */
  margin-top: 20px;
  /* text-align: center; */
}

.tab-content .img-box img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}

.tab-content .fa-check-circle {
  font-size: 20px;
  font-weight: 100;
  color: var(--secoundary);
}

.tab-content.active {
  display: block;
}

.tab-content h4 {
  font-weight: 500;
}

.tab-content .content-box {
  margin-top: 15px;
  color: white;
}

.tabs span img {
  width: 30px;
  height: 30px;
  filter: invert(33%) sepia(12%) saturate(6230%) hue-rotate(331deg) brightness(101%) contrast(101%);
}

.it-Staffing-sec{
  background-image: linear-gradient(to bottom, #183e67, #04162a);

}
.para-heading{
  color: white;
}

.staffing-sec-one{
  display: flex;
}

@media (max-width:332px){
  .section-work {
    padding:20px ;
  }

  .section-work h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .section-work p{
    line-height: 20px;
    margin: 0 0 15px;
  }

  .section-work button{
    padding: 5px 10px;
    font-size: 12px;
  }

  .tabs{
    display: grid;
  }
}



.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}

.card {
  width: 390px;
  padding: 20px;
  height: 550px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 350px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.card-body {
  padding: 10px;
}



.carousel-control-prev {
  left: 615px;
}
.carousel-control-next {
  right: 10px;
}
.slides {
  flex: none; 
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
  color: #333;
}
.carousel-control-next-icon{
  background-color: #62585879;
  padding: 10px;
  border-radius: 20px;
}

.how-we-hire-sec{
  display: flex;
}
.how-we-hire-sec-content{
  padding-top: 100px;
}



.staff-section{
}
.gradient{
    background-image: linear-gradient(30deg, #24316c , #0282c2);
}
.service-card-sec img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.staffing.services-cards-sec .service-card-sec{
    height: 280px !important;
} 
.staffing-industries{
    background-color: #eff4ff;
}
.staffing-ind-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.staffing-ind-cards .staff-ind-card{
    font-size: 18px;
    font-weight: 600;
    background-color: white;
    border-radius: 15px;
    margin: 10px;
    padding:10px 20px;
    transition: 0.2s;
}
.staffing-ind-cards .staff-ind-card:hover{
    background-color:#04162a;
    color: white !important;
    transform: scale(1.1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.staffing-ind-cards .staff-ind-card img{
    width: 35px;
    height: 35px;
    margin-right: 15px;
    object-fit: contain;
}
.cta-para{
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.staffing-cards{
    background-color: #f3fbff;
}
.staffing-cards .cardss{
    background: linear-gradient(30deg, #24316c , #0282c2);
    padding: 30px;
    border-radius: 10px;
}
.staffing-cards .cardss img{
width: 70px;
height: 70px;
object-fit: contain;
}
.staff-section h2.section-heading{
    color: white !important;
    text-align: center;
}
.staff-section{
    padding-bottom: 0px;
}
.staff-section img{
    display: block;
    margin: auto;
    width: 100%;
}
.staff-section p{
    color: rgb(222, 222, 222) !important;
    font-size: 18px;
    text-align: center;
}
.healthcare-cta{
    padding: 0;
}
.healthcare-cta img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-cards{
 
}

/* media query 360px */

@media(max-width:360px){
  .Numbers-sec:last-child {
    margin-bottom: 20px;
  }
  .about-us-sec p{
    padding-top: 10px;
  }
}

.advantages-img{
  width: 100%;
}