/* footer style start here */

/* body {
    margin: 0;
    padding: 0;
  } */
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.flex {
  display: flex;
}
.d-none {
  display: none;
}

.footer {
  background: #010e1b;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 80px 100px 30px;
}
.position-relative {
  position: relative !important;
}

.map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -108px;
  min-height: 415px;
}

.footer-container {
  /* max-width: min(90rem, 100% - 2rem); */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
  margin: 0;
  width: 100%;
  overflow: visible;
  font-family: "Lexend Deca", sans-seri !important;
}

.footer-content {
  width: 100%;
}

.footer-row {
  display: flex;
  gap: 20px;
}
.footer-address {
  display: flex;
}

.footer-left {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.service_details .bttn_wrp a:active {
  box-shadow: none;
}

.footer-info {
  justify-content: space-between;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-self: stretch;
  align-items: start;
  color: var(--Foundation-Gray-100, #fcfdfd);
  margin: auto -160px auto 0;
}

.footer-heading {
  font-size: 28px;
  font-weight: 500;
  align-self: stretch;
}
.footer-heading span {
  color: #043f8c;
}

.footer-tagline {
  align-self: stretch;
  margin-right: 20px;
  text-wrap: nowrap;
  font-size: 28px;
  font-weight: 500;
}

.footer-tagline span {
  color: #043f8c;
}

.cta-button {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid var(--Foundation-Gray-100, #fcfdfd);
  background: transparent;
  margin-top: 32px;
  gap: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 2;
  padding: 10px 25px;
}

.cta-button:hover {
  box-shadow: 0px 0px 18px 0px #043f8c;
  /* 25% opacity */
}

.cta-text {
  align-self: stretch;
  margin: auto 0;
}

.cta-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.brand-container {
  display: flex;
  /* margin-top: 111px; */
  margin-top: 32px;
  gap: 15px;
  color: #fff;
}

.brand-logo {
  object-fit: contain;
  width: 70px;
}

.brand-name {
  align-self: center;
  font-size: 20px;
  font-weight: 600;
}
.text-white {
  color: #fcfdfd;
}

.rights-text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.footer-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  width: auto;
}
.responseMessage {
  position: absolute;
  color: #0a8a4a !important;
  top: 0;
  font-size: 15px;
}
.right-inner {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: end;
  align-items: end;
  display: flex;
}

.footer-heading span {
  color: #47a3fe;
}

.map-section {
  display: flex;
  flex-direction: column;
  min-height: 268px;
  width: 100%;
  padding: 15px 0 0 57px;
}

.socialflag {
  background-color: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 4px;
}
.socialflag img {
  max-width: 100%;
}
.socialflag:not(.active):hover {
  border: 1px solid #7e7e7e;
  border-radius: 7px;
}

.socialflag.selected {
  border: 1px solid #47a3fe;
  border-radius: 7px;
}

.address {
  color: #47a3fe !important;
}

.socialflag.active {
  border: 1px solid #47a3fe;
  border-radius: 7px;
}

.map-background {
  max-width: 100%;
  position: absolute;
  object-fit: contain;
  height: 100%;
  transition: top 1s ease-in-out;
}

.map-background1 {
  max-width: 100%;
  position: absolute;
  object-fit: contain;
  height: 100%;
  transition: top 1s ease-in-out;
}

.social-icons {
  position: relative;
  align-self: start;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.social-icon {
  border-radius: 2px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.divider {
  width: 100%;
  height: 1px;
  background: var(--Foundation-Gray-600, #8e9192);
}

.footer-contact-section {
  position: relative;
  margin-top: 13px;
  width: 100%;
}

.contact-row {
  /* display: flex; */
  gap: 20px;
}

/* .contact-info {
    width: 80%;
  } */

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-weight: 500;
}
.contact-details .location-title {
  margin-bottom: 10px;
}

.location-title {
  color: #fff;
  font-size: 18px;
}

.address-text {
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-height: 55px;
  margin-top: 0px;
  margin-bottom: 16px;
}
.address-text hr {
  margin: 5px 0;
  border-top: 1px solid #2f4255;
}

.contact-links {
  display: flex;
  margin-top: 4px;
  max-width: 100%;
  gap: 20px;
  font-size: 16px;
  padding-bottom: 10px;
  color: var(--Foundation-Gray-100, #fcfdfd);
  line-height: 2;
  justify-content: space-between;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-contact-section .contact-links a:hover span.text-white {
  color: #47a3fe !important;
}
.contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 24px;
}

.footer-links {
  display: flex;
  margin-top: 18px;
  align-items: start;
  gap: 12px;
  color: var(--Foundation-Gray-100, #fcfdfd);
}

.footer-links a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer-links a:hover {
  color: #47a3fe !important;
}

.certification-logo {
  display: flex;
  gap: 20px;
  object-fit: contain;
  margin-top: 27px;
  /* height: 24px; */
  margin: 24px 0;
}
.certification-logo a {
  width: 20px;
  height: 20px;
  display: flex;
}
.fill-slate-50 {
  fill: #ffffff;
}
.hover\:fill-orange-400:hover {
  fill: #47a3fe;
}

.copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 0;
}

button.slick-arrow:hover svg path {
  stroke: #043f8c;
  /* Change stroke color on hover */
}
.d-lg-none {
  display: none;
}
.btn:before,
.btn:after,
.btn {
  transition: none !important;
}
.lets-talk-service-models {
  float: none !important;
}
.service_container .sections a {
  margin-top: 0 !important;
}
.service_container .service_1 p {
  margin-bottom: 0 !important;
}

/* Header style start here */

.white-logo {
  display: none;
}
.ai-header-container.header-bg {
  background-color: #010e1b !important;
}
.ai-header-container.header-bg .dark-logo {
  display: none;
}
.ai-header-container.header-bg .white-logo {
  display: block;
}
.ai-header-container.floating {
  height: 80px;
  transition: 0.5s ease-in;
}
.ai-header-container.floating .logo {
  width: 200px;
  height: 60px;
  transition: 0.5s ease-in;
}
.ai-header-container.floating .nav-container {
  padding: 10px 8px;
  transition: 0.3s ease-in;
}
.ai-header-container.floating .profile-container {
  width: 40px;
}
.ai-header-container.floating .dark-logo {
  display: none;
}
.ai-header-container.floating .white-logo {
  display: block;
}
.ai-header-container.floating .nav-link-ai,
.ai-header-container.floating .nav-link-build,
.ai-header-container.floating .nav-link-journey,
.ai-header-container.floating .nav-link-connect {
  color: #fff;
}
.ai-header-container.floating .nav-link-ai:hover,
.ai-header-container.floating .nav-link-build:hover,
.ai-header-container.floating .nav-link-journey:hover,
.ai-header-container.floating .nav-link-connect:hover {
  color: #47a3fe !important;
}
.nav-container .nav-menu a:hover .nav-link {
  color: #47a3fe !important;
}
.nav-container .nav-menu a:hover .nav-link .icon-ai svg path,
.nav-container .nav-menu a:hover .nav-link .icon-build svg path,
.nav-container .nav-menu a:hover .nav-link .icon-journey svg path,
.nav-container .nav-menu:hover .nav-link .icon-connect svg path {
  fill: #47a3fe;
}
.icon-ai svg {
  rotate: 180deg;
}

.mob_menu_ {
  display: none;
}

.hamburger {
  display: none;
}
.d-lg-none {
  display: none;
}
.d-block {
  display: block !important;
}
.justify-content-between {
  justify-content: right !important;
}
.footer .pe-3 {
  padding-right: 1rem !important;
}
.footer .d-flex {
  display: flex !important;
}
.ai-header-container {
  /* padding: 0 clamp(2rem, 6vw, 6rem);
     background-color: #020418; */
  padding: 0 100px;
  /* position: fixed; */
  width: 100%;
  z-index: 999;
  background-color: #3d3d3d59;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  height: 96px;
}
.ai-header-container.floating {
  position: fixed;
}

.ai-container-head {
  /* max-width: min(90rem, 100% - 1rem); */
  margin-inline: auto;
  width: 100%;
  margin: 0;
}

.ai-header {
  display: flex;
  align-items: center;
  /* gap: 40px 100px; */
  justify-content: space-between;
  flex-wrap: wrap;
}

/*header link animation styles*/
.nav-link-ai:hover {
  color: #043f8c;
}

.nav-link-ai {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #010e1b;
  cursor: pointer;
  width: 20px;
}

.icon-ai img,
.icon-ai svg {
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}

.nav-link-ai:hover .icon-ai img,
.nav-link-ai:hover .icon-ai svg {
  width: 20px;
  height: 20px;
  opacity: 1;
}

.nav-link-build:hover {
  color: #47a3fe !important;
}
.icon-ai,
.icon-build,
.icon-journey,
.icon-connect {
  display: flex;
  align-items: center;
}

.nav-link-build {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #010e1b;
  cursor: pointer;
  width: 20px;
}

.icon-build svg {
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}

.nav-link-build:hover .icon-build svg {
  width: 20px;
  height: 20px;
  opacity: 1;
}

.nav-link-journey:hover {
  color: #043f8c;
}

.nav-link-journey {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #010e1b;
  cursor: pointer;
  width: 20px;
}
.icon-journey {
  display: flex;
}

.icon-journey img,
.icon-journey svg {
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}

.nav-link-journey:hover .icon-journey svg,
.nav-link-build:hover .icon-build svg,
.nav-link-connect:hover .icon-connect svg {
  width: 20px;
  height: 20px;
  opacity: 1;
}

.nav-link-connect:hover {
  color: #47a3fe;
}
.nav-link-connect:focus-visible {
  outline: 0;
}
.nav-link-connect {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #010e1b;
  cursor: pointer;
  width: 20px;
}

.icon-connect svg {
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}

.nav-link-connect:hover .icon-connect svg {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.social_cover {
  display: flex;
  gap: 15px;
  padding: 13px 0;
}
.social_cover a {
  width: 20px;
  height: 20px;
}
/*header link animation styles end*/

.logo {
  aspect-ratio: 1.09;
  object-fit: contain;
  object-position: center;
  width: 255px;
  height: 78px;
  align-self: stretch;
  margin: auto 0;
}

.nav-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 32px;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto 0;
  padding: 20px 0;
  /* transition: all 0.5s ease-in-out; */
}

.nav-menu {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 25px;
  color: rgba(255, 255, 255, 1);
  justify-content: start;
  flex-wrap: wrap;
  margin: auto 0;
  font: 400 16px/39px Lexend Deca, -apple-system, Roboto, Helvetica, sans-serif;
}

.nav-link {
  align-self: stretch;
  gap: 10px;
  padding: 9px 0;
  cursor: pointer;
}

.nav-link-ai {
  width: 143px;
}

.nav-link-build {
  width: 203px;
}

.nav-link-journey {
  width: 95px;
}

.nav-link-connect {
  width: 160px;
}
.menu-container .desk_menu {
  margin: 0;
}
.menu-wrap:first-child {
  padding-left: 0 !important;
}
.menu-wrap:last-child {
  padding-right: 0 !important;
}

.profile-container {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: start;
  width: 56px;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
}

.profile-image {
  width: 56px;
  height: 56px;
  padding-top: 0px;
  transition: all 0.3s ease-in-out;
}
.justify-content-between {
  justify-content: right !important;
}

/* contact form */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(1, 14, 27, 0.9) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(4px);
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 1128px;
  margin: 20px;
  margin-top: 140px;
  background: rgba(1, 14, 27, 1);
  overflow-x: hidden;
  scrollbar-width: none !important
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: all 0.2s ease;
  background: transparent;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0);
  transform: scale(1.05);
}

.modal-close:focus-visible {
  outline: 2px solid #043f8c;
  outline-offset: 2px;
}

.contact-section {
  padding: 73px 72px 72px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow-x: hidden;
}

.background-pattern {
  position: absolute;
  /* top: -139px; */
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  background: radial-gradient(circle at center, #1a7ca679, transparent 70%);
  pointer-events: none;
}

.form-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 984px;
}

.header-content {
  margin-bottom: 32px;
}

.section-tag {
  color: #47a3fe;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.talk-section-title {
  color: #ffffff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  margin-bottom: 12px;
}

.section-description {
  color: #ffffff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.9;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.input-field {
  position: relative;
  flex: 1;
  min-width: 240px;
}

.input-wrapper {
  width: 100%;
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid rgba(213, 213, 232, 1);
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #4d526f;
  transition: all 0.2s ease;
}

.input-wrapper:focus {
  border-color: #043f8c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 134, 232, 0.1);
}

textarea.input-wrapper {
  min-height: 120px;
  resize: vertical;
}
.modal-quickcontact label span {
  color: #fff !important;
}

.privacy-section {
  margin-top: 18px;
}

.privacy-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.checkbox-wrapper-contact {
  position: relative;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid rgba(213, 213, 232, 1);
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* input[type="checkbox"]:checked + .checkbox-wrapper {
      background: #043F8C;
      border-color: #043F8C;
    }
    
    input[type="checkbox"]:focus-visible + .checkbox-wrapper {
      box-shadow: 0 0 0 3px rgba(34, 134, 232, 0.1);
    } */

.privacy-text {
  color: #ffffff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
}

.privacy-link {
  color: #47a3fe !important;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.privacy-link:hover {
  opacity: 0.8;
  color: #f5f5f5;
}
.contact-submit-button {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid rgba(2, 4, 24, 1);
  border-radius: 200px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contact-submit-button:hover {
  box-shadow: 0px 0px 18px 0px #043f8c;
  color: #000;
}

.submit-button:focus-visible {
  outline: 2px solid #043f8c;
  outline-offset: 2px;
}

.decorative-icon {
  position: absolute;
  top: 89px;
  right: 84px;
  width: 120px;
  pointer-events: none;
}

.corner-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.bottom-pattern {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  background: radial-gradient(circle at center, #1a7ca679, transparent 70%);
  pointer-events: none;
}
.form-container button:disabled,
.form-container button[disabled] {
  color: #4d526f !important;
}
.form-container button:disabled:hover,
.form-container button[disabled]:hover {
  color: #4d526f !important;
  box-shadow: none;
  cursor: not-allowed;
}

.form-container button:disabled svg path,
.form-container button[disabled] svg path {
  stroke: #4d526f;
}

.button-text {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: inherit;
}

.decorative-icon {
  position: absolute;
  top: 89px;
  right: 84px;
  width: 110px;
  pointer-events: none;
}

.corner-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.modal-quickcontact input {
  height: auto !important;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#partnership-alliances h2 {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 10px;
}
.hire-banner-text .agile-dtl-hide {
  color: #fff !important;
  line-height: 1.42857143;
  font-weight: 500;
}
.service_details .content .link_box .text {
  padding-left: 170px !important;
}
.service_details .content .link_box.custom-block {
  min-height: 215px;
}
.hire-banner .hire-Developers,
.hire-Developers .container {
  height: 100%;
}
.hire-banner .hire-Developers .container .ai-banner {
  padding: 0;
}
.hire-banner .hire-Developers .container .ai-banner-outer,
.hire-banner
  .hire-Developers
  .container
  .hire-banner-text.banner-responsive
  .ai-banner-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
}
.hire-banner .hire-Developers .container .ai-banner {
  width: 52%;
}
.hire-banner .hire-Developers .container .hire-banner-text.banner-responsive {
  padding: 0;
}
.hire-banner .hire-Developers .container .new-bi-page-banner,
.hire-banner .hire-Developers .container .ai-banner,
.hire-banner .hire-Developers .container .artificial-banner,
.hire-banner .hire-Developers .container .hire-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
  margin-top: 0 !important;
  padding: 0;
}
.banner .container > .row {
  height: 100%;
}
.hire-banner .hire-Developers .container .new-bi-page-banner {
  margin-top: 0 !important;
}
.hire-banner .hire-Developers .container .ai-banner button,
.hire-banner .hire-Developers .container .artificial-banner button,
.hire-banner .hire-Developers .container .hire-banner-text button {
  display: flex;
  width: max-content;
}
.qa_assessment_form h2 {
  margin-bottom: 25px !important;
  line-height: 28px !important;
}
.qa_assessment_form {
  padding: 30px 40px;
  min-height: 175px;
  align-items: center;
}
.dropdown-container .menu_trigger {
  display: none;
}
.dropdown-container {
  z-index: 10000;
}
.thanks-card .logo_tanks .thanks_img{
    max-width: 300px!important;
    padding: 26px;
}
.thanks-card h1.h1_thanks {
    position: relative;
}
.thanks-card .logo_tanks{
  margin-top: 65px !important;
}
.thanks-card h1.h1_thanks::before {
    content: "";
    background-color: #fff;
    width: 188px;     /* keep your underline width */
    height: 1px;
    position: absolute;
    bottom: -10px;    /* place it just below the text */
    left: 50%;        /* start from middle */
    transform: translateX(-50%); /* shift back by half of its width */
}
@media only screen and (max-width: 1205px) {
  .hire-banner .hire-Developers .container .ai-banner p {
    display: none;
  }
  .banner-responsive .hide-res {
    display: none;
  }
  .hire-banner .hire-Developers .container .ai-banner button,
  .hire-banner .hire-Developers .container .artificial-banner button,
  .hire-banner .hire-Developers .container .hire-banner-text button {
    display: none;
  }
}
@media (max-width: 1318px) {
  .nav-container {
    gap: 0px;
  }
  .nav-menu {
    gap: 5px;
  }
}
@media (max-width: 1290px) {
  .nav-container {
    gap: 0px;
  }
  .logo {
    width: 220px;
  }

  .modal-content {
    /* margin-top: 240px !important; */
    overflow-y: auto;
    scrollbar-width: none !important;
  }
  .modal-quickcontact {
    overflow-y: auto;
  }
  .modal-content::-webkit-scrollbar-thumb {
    background: #686868;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    border-left: 0;
  }
  ::-webkit-scrollbar-thumb {
    background: #666666;
    border: 0;
    border-radius: 7px;
    box-shadow: none;
  }
}

@media (max-width: 1254px) {
  .ai-header-container {
    height: 70px;
  }
  .dropdown-container {
    top: 70px;
  }

  .ai-header {
    display: flex !important;
    align-items: center;
    gap: -1px 100px !important;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 70px;
  }

  .nav-container {
    width: 40px;
    padding: 0px 0px;
    min-width: 0px;
  }

  .nav-menu {
    max-width: 100%;
    padding: 0px 0px;
    display: none;
  }

  .profile-container {
    height: 100%;
  }

  .profile-image {
    width: 40px;
    height: 40px;
    padding-bottom: 0px;
  }

  .logo {
    height: 50px;
    width: 51.6px;
    padding-top: 3px;
  }
}
@media (max-width: 1256px) {
  .ai-header-container.floating .nav-container {
    padding: 0 0;
    transition: none;
  }
  .logo {
    height: 60px;
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .ai-header-container {
    padding: 0 16px;
  }
  .footer-container {
    max-width: 100%;
  }

  .footer {
    padding: 50px 20px;
  }

  .footer-links {
    padding-top: 22px;
  }

  .clients-section {
    padding: 0 16px;
  }
  .mobileFlag {
    display: flex;
  }
  .menu-container {
      padding: 0 16px !important; 
  }
}
@media (max-width: 1440px){
.desk_menu .main_link {
  font-size: 16px;
} 

}

@media (max-width: 1400px) {
  .menu-container {
    height: 100%;
  }
  .desk_menu {
    height: 100%;
    padding: 25px 0;
  }
  .social_cover a:first-child {
    margin-right: 10px;
  }
  .menu-wrap {
    height: 100%;
  }
  .menu-wrap {
    padding: 0 15px 45px !important;
  }
}
@media (max-width: 1280px) {
  /* .menu-container {
    padding: 0 25px !important;
  } */
  .social_cover svg {
    width: 16px;
  }
  .social_cover a i::before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .dropdown-container .menu_trigger {
    display: block;
  }
  .dropdown-container {
    top: 0px;
  }
  .footer h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .footer-address {
    flex-direction: column;
  }
  .footer-right {
    display: none;
  }
  .footer-contact-section {
    display: block;
  }
  .brand-container {
    margin-top: 40px;
    justify-content: center;
  }
  .footer-links {
    margin-top: 0px;
    justify-content: center;
    gap: 12px;
  }

  .footer-links a {
    font-size: 10px;
  }

  .map-background {
    display: none;
  }

  .contact-row {
    justify-content: center;
  }

  .social-icons {
    align-self: center;
  }

  .address-text {
    text-align: center;
  }

  .certification-logo {
    justify-content: center;
    margin-top: 15px;
  }

  .copyright {
    text-align: center;
  }

  .rights-text {
    text-align: center;
  }

  .footer-tagline {
    font-size: 20px;
    font-weight: 600;
    margin-right: 0px;
    align-self: auto;
    text-wrap: wrap;
    line-height: normal;
  }

  .contact-links {
    flex-direction: column;
    align-items: start;
    gap: 0px;
    width: fit-content;
  }

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

  .footer-content {
    max-width: 100%;
  }

  .cta-button {
    margin-top: 30px;
    /* width: 100%; */
    margin-bottom: 30px;
  }

  .map-section {
    padding: 0px;
  }

  .divider {
    margin-top: 22px;
    display: block;
  }

  .footer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-info {
    max-width: 100%;
    margin-top: 11px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
  }

  .footer-heading,
  .footer-tagline {
    max-width: 100%;
  }

  .brand-container {
    margin-top: 40px;
  }

  .map-section {
    max-width: 100%;
    padding-top: 100px;
  }

  .contact-details {
    max-width: 100%;
    align-items: center;
  }

  .qr-container {
    padding-top: 20px;
    padding-bottom: 0px;
    min-height: auto;
  }

  .qr-section {
    width: 100%;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }

  .hamburger {
    justify-content: right !important;
    padding-right: 1rem !important;
    display: flex;
  }
  .desk_menu {
    display: none;
  }
  .mob_menu_ {
    display: block !important;
    padding-bottom: 15px;
  }
  .main_link::after {
    display: none;
  }
  .social_cover {
    float: left;
    width: 100%;
    margin: 25px 0 0;
    clear: both;
    display: block;
    border-top: 1px solid #182838;
    padding-top: 25px;
  }
  .fab {
    margin-right: 10px;
  }
  .hamburger {
    display: flex !important;
  }
  .modal-content .contact-section {
    padding: 73px 16px !important;
  }
  .modal-content {
    max-height: unset;
  }
  .qa_assessment_form:after {
    display: none;
  }
  .qa_assessment_form {
    padding: 20px !important;
    text-align: center;
    min-height: unset;
  }
  .qa_assessment_form a.button_qa {
    float: none;
  }
}

@media (max-width: 991px) {
  /* .modal-content {
    margin: 16px;
  } */
  .modal-content .contact-section {
    padding: 60px 24px;
  }

  .input-row {
    flex-direction: column;
  }

  .section-title {
    font-size: 32px;
  }

  .decorative-icon {
    width: 80px;
    top: 60px;
    right: 60px;
  }
}

@media (max-width: 1120px) {
  .service_container .service_17:before,
  .service_container .service_11:before,
  .service_container .service_15:before,
  .service_container .service_14:before,
  .service_container .service_16:before,
  .service_container .service_4:before,
  .service_container .service_13:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: block;
  }
}

@media (min-width: 992px) {
  .footer .d-lg-block {
    display: block;
  }
  .footer .mobileFlag {
    display: none;
  }
}
@media (max-width: 480px) {
  .modal-content {
    /* margin: 106px 20px 30px !important;
    border-radius: 10px;
    overflow: hidden; */
    margin: 0;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
  .decorative-icon {
    display: none !important;
  }
  .background-pattern {
    display: none !important;
  }
  #form2 .modal-content,
  #uploadResume .modal-content {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 417px) {
  .service_details .content .link_box .text {
    padding-left: 0 !important;
  }
  .privacy-text {
    font-size: 12px;
  }
  .privacy-link {
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .privacy-text {
    font-size: 11px;
  }
  .privacy-link {
    font-size: 11px;
  }
  /* .modal-content{
    margin-top: 298px !important;
  } */
}
@media only screen and (max-width: 390px) {
    .social-icons {
        gap: 7px;
    }
}
/*services*/
.services_17_2 {
  background: url(/whiteForest/images/Data_AI_overview1a.png) left center
    no-repeat #f6f6f6 !important;
  background-size: cover !important;
  position: relative !important;
}
/*services*/
/*modal*/
.modal.show.in {
  visibility: visible;
  /* background-color: rgba(1, 14, 27, 0.9) !important; */
  backdrop-filter: blur(4px);
  opacity: 1 !important;
}
.modal-backdrop.in,
.modal-backdrop.show {
  z-index: 999;
  /* background-color: rgba(1, 14, 27, 0.9) !important; */
  background: unset;
  backdrop-filter: blur(4px) !important;
  opacity: 1 !important;
}

#myModal-contact {
  /* overflow: hidden; */
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.show {
  display: flex !important;
}
.dedicate {
  text-align: center !important;
}
.we-got {
  font-size: 30px;
  color: #404040;
  margin-bottom: 25px;
  text-align: center;
}
.para-link {
  color: #043f8c;
}
.para-link:hover {
  text-decoration: underline !important;
  color: #043f8c;
}

/*financial services start */
/*what we deliver section styles start*/

.process_main {
  margin: 0 0 0;
  padding-top: 10%;
}

.process_main .process_content {
  text-align: center;
  display: block;
  clear: both;
  padding: 0px 0 0 0;
}

.process_main .process_content h4:before {
  left: 62% !important;
}

.process_main .process_content h4:after {
  right: 62% !important;
}

.process_main .process_content h3 {
  font: 700 24px/41px Quicksand;
  margin: 34px 0 10px;
}

@media (max-width: 1200px) {
  .process_main .process_content h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .process_main .process_content h3 {
    font-weight: bold;
    text-align: start;
    padding-top: 11px;
    font-size: 24px;
  }
}

.process_main .process_content p {
  margin-top: 0;
  text-align: start;
  font: 400 17px/28px "Quicksand", sans-serif;
}

.process_main .process_content .tab_content_deliver {
  margin-top: 10px;
  display: block;
}

.process_main .process_content .tab_content_deliver .tab_deliver {
  float: left;
  width: 45%;
  margin-bottom: 50px;
  border-radius: 20px 0 0 20px;
}
.process_main .process_content .tab_content_deliver .tab_deliver button {
  display: block;
  background-color: #d9d9d9;
  color: #000;
  padding: 10px 16px;
  margin-bottom: 19px;
  width: 100%;
  height: 53px;
  border: none;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
  border-radius: 26.5px;
}
.process_main .process_content .tab_content_deliver .tab_deliver button.active {
  background-color: #329fc5;
  color: #fff;
  border-radius: 26.5px;
  position: relative;
}
.process_main .process_content .tab_content_deliver .tab_deliver button svg {
  display: none;
}

.process_main
  .process_content
  .tab_content_deliver
  .tab_deliver
  button.active
  svg {
  display: block;
  /*transform: translateY(-50%); */
}
.process_main
  .process_content
  .tab_content_deliver
  .tab_deliver
  button.active
  h5 {
  color: #fff;
  position: relative;
  margin-bottom: 0 !important;
}
.process_main .process_content .tab_content_deliver .tab_deliver button h5 {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 24px !important;
}

/* .process_main .process_content .tab_content_deliver .tab_deliver button.active h5::after {
  content: '→'; 
  font-size: 42px; 
  color: #fff; 
  position: absolute;
  right: -6px; 
  top: 22%; 
  transform: translateY(-50%); 
} */

.process_main
  .process_content
  .tab_content_deliver
  .tab_deliver
  button
  .media
  .media-body
  h5 {
  margin-bottom: 0px;
}
.process_main .process_content .tab_content_deliver .tabcontentdeliver {
  float: left;
  padding: 0 52px;
  width: 55%;
  border-left: none;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 991px) {
  .process_main .process_content .tab_content .tabcontent {
    height: 598px;
  }
}

@media (max-width: 767px) {
  .process_main .process_content .tab_content .tabcontent {
    height: 548px;
  }
}

.process_main .process_content .tab_content .tabcontent .card_tab {
  text-align: left;
  padding: 50px 40px;
  border: none;
}

@media (max-width: 991px) {
  .process_main .process_content .tab_content .tabcontent .card_tab {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .process_main .process_content .tab_content .tabcontent .card_tab {
    padding: 20px 20px;
  }
}

.process_main
  .process_content
  .tab_content
  .tabcontent
  .card_tab
  .card-img-top {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .process_main
    .process_content
    .tab_content
    .tabcontent
    .card_tab
    .card-img-top {
    padding-bottom: 20px;
  }
}

.process_main .process_content .tab_content .tabcontent .card_tab .card-body {
  padding: 2% 0 0 0;
}

.process_main
  .process_content
  .tab_content
  .tabcontent
  .card_tab
  .card-body
  .card-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .process_main
    .process_content
    .tab_content
    .tabcontent
    .card_tab
    .card-body
    .card-title {
    font-size: 1.4em;
  }
}

@media (max-width: 991px) {
  .process_main
    .process_content
    .tab_content
    .tabcontent
    .card_tab
    .card-body
    .card-title {
    font-size: 1.2em;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .process_main
    .process_content
    .tab_content
    .tabcontent
    .card_tab
    .card-body
    .card-title {
    font-size: 1em;
    line-height: 20px;
  }
}

.process_main .process_content .process_mobileview_deliver {
  margin: 10px 0 10%;
  display: none;
}

@media (max-width: 768px) {
  .section-description br {
    display: none;
  }
  .process_main .process_content .process_mobileview_deliver {
    display: block;
  }
  .corner-icon,
  .modal-close {
    top: 39px;
  }
    .process_main .process_content .tab_content_deliver {
    display: none;
  }
  .img-center {
    text-align: center;
  }
}


.process_main .process_content .process_mobileview_deliver .tab_list {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .process_main .process_content .process_mobileview_deliver .tab_list {
    padding: 5px 0;
  }
  .process_main .process_content .process_mobileview_deliver .tab_list h5 {
    font-size: 1em;
    margin: 0;
  }
  .unique-card {
    max-width: unset !important;
  }
}

.process_main .process_content .process_mobileview_deliver .tab_list i {
  background-image: url(../images/tab-icons.png);
  height: 60px;
  width: 60px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point1 {
  background-position: 0 -8px;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point2 {
  background-position: 0 -103px;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point3 {
  background-position: 0 -144px;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point4 {
  background-position: 0 -322px;
}

@media (max-width: 991px) {
  .process_main .process_content .process_mobileview_deliver .tab_list i {
    height: 40px;
    width: 40px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .tab_list
    i.models_point1 {
    background-position: 0 -2px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .tab_list
    i.models_point2 {
    background-position: 0 -69px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .tab_list
    i.models_point4 {
    background-position: 0 -219px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .tab_list
    i.models_point5 {
    background-position: 0 -301px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .tab_list
    i.models_point6 {
    background-position: 0 -388px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .tab_list
    i.models_point7 {
    background-position: 0 -470px;
  }
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point5 {
  background-position: 0 -444px;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point6 {
  background-position: 0 -571px;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .tab_list
  i.models_point7 {
  background-position: 0 -694px;
}

@media (max-width: 767px) {
  .process_main .process_content .process_mobileview_deliver .card_tab {
    padding: 20px 0;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .card_tab
    .card-img-top {
    padding-bottom: 20px;
  }
  .process_main
    .process_content
    .process_mobileview_deliver
    .card_tab
    .card-body
    .card-title {
    font-size: 1em;
    line-height: 20px;
  }

  .decorative-icon {
    display: none;
  }
}

.process_main .process_content .process_mobileview_deliver .card_tab {
  text-align: left;
  padding: 50px 40px;
  border: none;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .card_tab
  .card-img-top {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .card_tab
  .card-body {
  padding: 2% 0 0 0;
}

.process_main
  .process_content
  .process_mobileview_deliver
  .card_tab
  .card-body
  .card-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.process_main .process_content .process_mobileview_deliver .accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  border: 0.5px solid #e4e4e4;
}

.process_main .process_content .process_mobileview_deliver .accordion:hover,
.process_main .process_content .process_mobileview .active {
  background-color: transparent;
  border-right: 5px solid #329fc5;
}

.process_main .process_content .process_mobileview_deliver .accordion:after {
  content: "\002B";
  color: #777;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 34%;
  right: 11px;
}

.process_main .process_content .process_mobileview_deliver .active:after {
  content: "\2212";
}

.process_main .process_content .process_mobileview_deliver .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
  border-left: 0.5px solid #e4e4e4;
  border-right: 0.5px solid #e4e4e4;
}

.process_main .process_content .process_mobileview_deliver .panel:last-child {
  border-bottom: 0.5px solid #e4e4e4;
}
.deliver-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/*what we deliver section styles end*/

/*how we add unique start*/
.unique-section-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 50px;
}

.unique-card {
  max-width: 363px;
  height: 238px;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.unique-card img {
  width: 40px;
}

.card i {
  font-size: 2rem;
  color: #333;
}

.unique-section-card-heading {
  text-align: left;
  font: 700 20px/32px "Quicksand", sans-serif;
  margin-bottom: 0px;
}

.unique-section-card-content {
  font: 400 17px/26px "Quicksand", sans-serif;
  text-align: left;
}
/*how we add unique end*/

/*Tools section start*/

.financial_services .logo-grid {
  gap: 18px;
}

.financial_services .logo-item {
  /* border:1px solid #e0e0e0; */
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease;
  border-radius: 25px;
  background-color: #ebebeb;
}
/*Tools section end*/

.financial-outsourcing-img {
  margin-left: 34px;
  margin-left: 34px;
  width: 350px;
  margin-top: -39px;
}

@media (max-width: 800px) and (max-width: 414px) {
  .financial-outsourcing-img {
    margin-left: 0px;
  }
}
/*financial services end */

/* Industy expertise style start here */
.industryExpertise {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card_tech i.domain1 {
  background-image: url(/whiteForest/images/itIcon.webp);
}
.card_tech i.domain3 {
  background-image: url(/whiteForest/images/erpcrm.webp);
}
.card_tech i.domain5 {
  background-image: url(/whiteForest/images/constructionIcon.webp);
}
.card_tech i.domain6 {
  background-image: url(/whiteForest/images/mediaIcon.webp);
}
.card_tech i.domain7 {
  background-image: url(/whiteForest/images/education.webp);
}
.card_tech i.domain8 {
  background-image: url(/whiteForest/images/ecommerce.webp);
}
.card_tech i.domain9 {
  background-image: url(/whiteForest/images/audioVisual.webp);
}

/*privacy policy link in contactus */
.inline_link i {
  margin-left: 5px;
  transition: all 0.7s ease;
}

.inline_link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
/*privacy policy link in contactus end */
.social_media {
  padding-top: 5px;
}
.social_media a svg {
  margin-top: -6px;
}
.social_media a i {
  color: #333 !important;
}
.social_media a:hover i {
  color: #329fc5 !important;
}
.social_media a:hover svg path {
  fill: #329fc5 !important;
}

.bottom_content.ebk_bttm p a:hover {
  color: #333 !important;
}

/*AI-Development page*/
.service_details .content .ai-development-text {
  line-height: 28px;
  margin-bottom: 15px;
  width: 705px;
  padding-top: 27px;
}

.service_details .service_bottom.successful .ai-service_bottom_text {
  color: #000000;
}

.ai-importance-img {
  margin-left: 34px;
  margin-top: -39px;
}

.ai-dev-services-heading {
  padding-top: 20px;
  font-family: "Quicksand", sans-serif imo !important;
  font-size: 17px !important;
  line-height: 41px;
  font-weight: bold;
}
.generative-ai-img {
  width: 283px;
  height: 194px;
}
.ai-development-heading {
  font-weight: bold;
  padding-left: 12px;
}
.row.gen-AI-top {
  margin-top: 40px;
}

.ai-dev-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #020418;
  border: 1px solid #020418;
  border-radius: 200px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
}

.ai-dev-read-more:hover,
.ai-dev-read-more:focus {
  box-shadow: 0px 0px 18px 0px #043f8c;
  transition: 0.5s ease-in;
  color: inherit !important;
}

.ai-dev-read-more:focus-visible {
  box-shadow: 0 0 0 3px rgb(2, 4, 24);
}

.ai-dev-read-more .button-text {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: inherit;
}
.service_3 {
  padding-top: 30px;
}

.intelligent-ai-heading {
  font-weight: bold;
  /* padding-left:12px; */
  text-align: center;
}
.intelligent-ai-content {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 40px !important;
}
.intelligent-ai-solutions {
  margin-top: 40px !important;
}

/* Intelligent AI Solutions start */
.service_details .content .link_box {
  background-color: #e9ebed;
  float: left;
  width: 100%;
  opacity: 100%;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-radius: 25px;
  border: 1px solid #e9ebed;
  position: relative;
  min-height: 213px;
}
/* Intelligent AI Solutions end */

/* Related offering start */
.related-offerings-section {
  font-weight: bold;
  text-align: center;
  display: flex;
  padding-bottom: 6px;
  flex-direction: column;
  overflow: hidden;
  margin-top: 40px;
}
.related-offerings-section-title {
  color: rgba(64, 64, 64, 1);
  text-align: center;
  align-self: center;
  z-index: 10;
  margin-top: -12px;
  font: 700 24px/2 Quicksand, sans-serif;
}
.offerings-container {
  margin-top: 35px;
  width: 100%;
}
.offerings-grid {
  gap: 20px;
  display: flex;
}
.offering-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
}
.offering-card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: start;
  font-family: Quicksand, sans-serif;
}
.offering-icon {
  aspect-ratio: 1.42;
  object-fit: contain;
  object-position: center;
  width: 84px;
}
.offering-title {
  color: rgba(64, 64, 64, 1);
  font-size: 24px;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
  margin-top: 4px;
}
.offering-description {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: start;
  margin-top: 10px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Related offering end */
/* AI-Consulting start */
.consult-experts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult-experts-button {
  border-radius: 31px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: rgba(6, 27, 48, 1);
  justify-content: center;
  padding: 14px 25px;
  font: 500 14px/2 Lato, sans-serif;
  border: 1px solid rgba(6, 27, 48, 1);
  cursor: pointer;
  margin-top: 40px;
}
.consult-text {
  align-self: stretch;
  margin: auto 0;
}
.expert-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* AI-Consulting end */
/* our approach start */
.approach-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  margin-top: 40px;
}
.approach-section-title {
  color: rgba(64, 64, 64, 1);
  text-align: center;
  z-index: 10;
  margin-top: -12px;
  font: 700 24px/2 Quicksand, sans-serif;
}
.approach-cards-container {
  align-self: stretch;
  margin-top: 40px;
  width: 100%;
}
.approach-cards-grid {
  gap: 8px;
  display: flex;
}
.approach-card {
  border-radius: 25px;
  background-color: rgba(233, 235, 237, 1);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  font-family: Quicksand, sans-serif;
  text-align: center;
  line-height: 26px;
  width: 100%;
  padding: 28px 36px;
}
.approach-card-icon {
  aspect-ratio: 0.96;
  object-fit: contain;
  object-position: center;
  width: 77px;
}
.approach-card-title {
  color: rgba(64, 64, 64, 1);
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.approach-card-description {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 400;
  align-self: stretch;
  margin-top: 20px;
}

.approach-card-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 25%;
  margin-left: 20px;
}
.approach-card-column:first-child {
  margin-left: 0;
}

/* our approach end */

/*Human-AI Centered start */
.ai-centered-services-container {
  overflow: hidden;
}
.ai-centered-content-wrapper {
  gap: 20px;
  display: flex;
}

.ai-centered-text-content {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 64%;
  margin-left: 0;
}

.ai-centered-content-block {
  display: flex;
  margin-top: 43px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  font-family: Quicksand, sans-serif;
}

.ai-centered-heading {
  color: rgb(64, 64, 64);
  font: 700 24px/33px Quicksand, sans-serif !important;
}
.ai-centered-description {
  color: rgb(0, 0, 0);
  font: 400 17px/26px Quicksand, sans-serif;
  align-self: stretch;
}

.ai-centered-cta-button {
  border-radius: 25px;
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: rgb(6, 27, 48);
  justify-content: center;
  padding: 14px 25px;
  font: 500 14px/2 Lato, sans-serif;
  border: 1px solid rgb(6, 27, 48);
}

.ai-centered-button-text {
  align-self: stretch;
  margin: auto 0;
}
.ai-centered-button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}
.ai-centered-image-content {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 36%;
  margin-left: 20px;
}

.ai-centered-feature-image {
  aspect-ratio: 0.97;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.ai-centered-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*Human-AI Centered end */
/* FAQ start */
h2.main_sub_seo_ai {
  font: bold 37px/93px "Roboto", sans-serif;
  text-align: center !important;
}
.corevalues.toggle1 {
  color: #329fc5 !important;
}
/* .corevalues li span.satus_icon{
  color: #329fc5 !important;
} */

/* FAQ end */
/* Ask your question start */
.ai-dev-contact-section {
  overflow: hidden;
  margin-bottom: 50px;
}
.ai-dev-contact-layout {
  gap: 20px;
  display: flex;
}
.ai-dev-form-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 56%;
  margin-left: 0;
}
.ai-dev-form-container {
  display: flex;
  margin-top: -20px;
  width: 100%;
  flex-direction: column;
}
.ai-dev-primary-heading {
  color: rgba(64, 64, 64, 1) !important;
  text-align: center !important;
  align-self: center !important;
  font: 700 37px/93px Roboto, sans-serif !important;
  margin-bottom: 0px !important;
}
.ai-dev-secondary-heading {
  color: rgba(64, 64, 64, 1) !important;
  text-align: center !important;
  margin: -54px 0 0 16px !important;
  font: 400 37px/93px Roboto, sans-serif !important;
}
.ai-dev-input-row {
  display: flex;
  margin-top: 13px;
  gap: 9px;
  flex-wrap: wrap;
}
.ai-dev-form-input {
  border-radius: 6px;
  flex-grow: 1;
  width: fit-content;
  border: 1px solid rgba(182, 182, 182, 1);
  text-indent: 10px;
  font: 400 12px/3 Quicksand, sans-serif;
}
.ai-dev-message-input {
  border-radius: 6px;
  margin-top: 13px;
  padding: 5px 6px 82px;
  font: 400 12px/3 Quicksand, sans-serif;
  border: 1px solid rgba(182, 182, 182, 1);
}
.ai-dev-form-footer {
  display: flex;
  margin-top: 20px;
  width: 601px;
  max-width: 100%;
  gap: 40px 96px;
  flex-wrap: wrap;
}

.ai-dev-privacy-consent {
  display: inline-flex;
  align-items: start;
  gap: 9px;
  color: rgba(0, 0, 0, 1);
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  font: 400 12px/3 Quicksand, sans-serif;
}
.ai-dev-checkbox {
  display: flex;
  margin-top: 10px !important;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 1);
}
.ai-dev-submit-button {
  border-radius: 31px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: rgba(6, 27, 48, 1);
  justify-content: center;
  padding: 14px 25px;
  font: 500 14px/2 Lato, sans-serif;
  border: 1px solid rgba(6, 27, 48, 1);
}
.ai-dev-button-text {
  align-self: stretch;
  margin: auto 0;
}
.ai-dev-button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}
.ai-dev-info-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 44%;
  margin-left: 20px;
}
.ai-dev-info-container {
  display: flex;
  flex-direction: column;
  color: rgba(64, 64, 64, 1);
  text-align: center;
  font: 700 37px Roboto, sans-serif;
}
.ai-dev-info-content {
  display: flex;
  flex-direction: column;
  line-height: 49px;
  padding: 0 3px 0 26px;
}
.ai-dev-info-image {
  aspect-ratio: 0.87;
  object-fit: contain;
  object-position: center;
  width: 194px;
  align-self: center;
  max-width: 100%;
}
.ai-dev-info-heading {
  margin-top: 28px;
  margin-bottom: 5px !important;
  font: 700 37px/49px "Roboto", sans-serif !important;
  text-align: center !important;
}
.ai-dev-info-subheading {
  font: 400 37px/49px "Roboto", sans-serif !important;
  margin-top: 15px !important;
  color: rgba(64, 64, 64, 1);
}
.ai-dev-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.privacy-label {
  font-weight: 400;
  font-size: 12px;
}

.agile-dev-link {
  color: #329fc5;
  border: none;
  padding: 0px;
  display: contents !important;
  line-height: normal !important;
}
.agile-dev-link:hover {
  color: black !important;
  border: none;
  padding: 0px;
  display: contents !important;
}

/*Ask your question end*/
/* media queries for AI-Development page start */
@media (max-width: 767px) {
  .service_3 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .ai-importance-img {
    margin-left: 0px;
  }
  .row.gen-AI-top {
    display: flex;
    flex-wrap: wrap;
  }
  .nlp_img_wrp {
    order: -1;
  }
  .nlp_content_wrp {
    order: 0;
  }
  .generative-ai-img {
    align-self: center;
  }
  .ai-develop-img {
    text-align: center;
  }
  .ai-dev-services-heading {
    text-align: center !important;
  }
  .ai-centered-feature-image {
    width: 350px !important;
    align-self: center !important;
  }
  .content .ask-to-us {
    display: flex;
  }
  .ai-dev-form-footer {
    width: 100% !important;
  }
  .ai-dev-button-container {
    width: 100%;
    text-align: -webkit-center !important;
  }
  .ai-dev-checkbox {
    margin-top: 16px !important;
  }
  .ai-dev-primary-heading {
    font: 700 25px/30px Roboto, sans-serif !important;
    margin-bottom: 40px !important;
  }
  .ai-dev-secondary-heading {
    font: 400 25px/33px Roboto, sans-serif !important;
  }
  .ai-dev-info-heading {
    font: 700 25px/40px Roboto, sans-serif !important;
    margin-bottom: 0px !important;
  }
  .ai-dev-info-subheading {
    font: 400 25px/12px Roboto, sans-serif !important;
  }
}

@media (max-width: 1200px) {
  .service_details .content .ai-development-text {
    line-height: 28px;
    margin-bottom: 15px;
    padding-top: 27px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .ai-header-container.floating .logo {
    width: 140px !important;
    height: 60px !important;
    transition: 0.5s ease-in;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .offerings-container {
    max-width: 100%;
    margin-top: 20px;
  }
  .offerings-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .offering-column {
    width: 100%;
  }
  .offering-card {
    margin-top: 20px;
  }
  .approach-cards-container {
    max-width: 100%;
    margin-top: 40px;
  }
  .approach-cards-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .approach-card-column {
    width: 100%;
    margin-left: 0;
  }
  .approach-card {
    margin-top: 22px;
  }
  .ai-centered-content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .ai-centered-text-content {
    width: 100%;
  }
  .ai-centered-content-block {
    max-width: 100%;
    margin-top: 40px;
    align-items: center;
  }
  .ai-centered-description {
    max-width: 100%;
  }
  .ai-centered-cta-button {
    padding: 0 20px;
  }
  .ai-centered-image-content {
    width: auto;
    margin-top: 30px !important;
    margin-left: 0px !important;
  }
  .ai-centered-feature-image {
    margin-top: 40px;
    width: 370px !important;
    align-self: center !important;
  }
  .ai-dev-form-footer {
    width: 85%;
  }
  .privacy-label {
    font-size: 14px !important;
  }
  .ai-dev-contact-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .ai-dev-form-column {
    width: 100%;
  }
  .ai-dev-form-container {
    max-width: 100%;
    margin-top: 40px;
  }
  .ai-dev-form-container {
    margin-top: 12px !important;
  }

  .ai-dev-secondary-heading {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0px !important;
  }
  .ai-dev-input-row {
    max-width: 100%;
    margin: 10px 6px 0 0;
  }
  .ai-dev-form-input {
    padding-right: 20px;
  }
  .ai-dev-message-input {
    max-width: 100%;
    margin-right: 6px;
    padding: 0 20px 110px 0;
  }
  .ai-dev-submit-button {
    white-space: initial;
    padding: 14px 20px;
  }
  .ai-dev-info-column {
    width: auto;
    margin-left: 0px;
    align-items: center;
    order: -1;
  }
  .ai-dev-info-container {
    max-width: 100%;
    margin-top: 40px;
  }
  .ai-dev-info-content {
    max-width: 100%;
    padding-left: 20px;
  }
  .ai-dev-info-subheading {
    max-width: 100%;
  }
}

/* media queries for AI-Development page end */
/*AI-Development page end*/

.contact_container .location-block.netherlands,
.contact_container .location-block.usa,
.contact_container .location-block.india2,
.contact_container .location-block.india {
  width: calc(100% / 3);
}
a.lkdn .fab.fa-linkedin-in {
  color: #329fc5;
}
/* Close button visble in offer popup */
.offer-popup .modal-content {
  overflow-x: visible;
}
@media (min-width: 1025px) {
  .testomonial-pagination-hide ul.slick-dots {
    display: none;
  }
}
.contact_container .location-block.canada,
.contact_container .location-block.indonesia {
  width: calc(100% / 2);
}
.bottom_link {
  left: 15px;
}
.menu-wrap:first-child .bottom_link {
  left: 0;
}
@media only screen and (max-width: 480px) {
.thanks-card .thanks_btn_wrap .button_cl{
  width: 100% !important;
}
}
/* Media query for higher zoom level */
@media (resolution: 1.5dppx) /* @media (min-resolution: 144dpi) */ {
  .main_menu ul li a {
    font-size: 14px;
    margin-bottom: 10px;
  }
    .menu-wrap:last-child ul li a {
     font-size: 14px;
  }
  .desk_menu .main_link {
        font-size: 14px;
    }
    .menu-wrap {
  height: 100vh;
}
}