/* 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 clamp(2rem, 6vw, 6rem) 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%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}

.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: 16px;
  font-weight: 400;
  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;
}

.text-white {
  color: #fcfdfd !important;
}
.flag {
  background-color: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 4px;
}

.flag:not(.active):hover {
  border: 1px solid #7e7e7e;
  border-radius: 7px;
}

.flag.selected {
  border: 1px solid #47a3fe;
  border-radius: 7px;
}
.flag.active {
  border: 1px solid #47a3fe;
  border-radius: 7px;
}
.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-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;
}
.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 0;
  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 clamp(2rem, 6vw, 6rem);
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #3d3d3d59;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  height: 96px;
}

.ai-container-head {
  max-width: min(90rem, 100%);
  margin-inline: auto;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

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

/*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: #ffffff;
  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: #fff;
  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: #fff;
  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-connectus:hover .icon-connect svg {
  width: 20px;
  height: 20px;
  opacity: 1;
}

.nav-link-connectus:hover {
  color: #47a3fe;
}
.nav-link-connectus:focus-visible {
  outline: 0;
}
.nav-link-connectus {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  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-connectus: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 8px;
  /* 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: nowrap;
  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.nav-link-connectus {
  width: 160px;
}

.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;
}
.ai-header-container.floating .profile-image {
    height: 40px;
    transition: 0.5s ease-in;
}
.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: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(4px);
}

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

.ai-modal-content {
  position: relative;
  width: 100%;
  max-width: 1128px;
  margin: 20px;
  margin-top: 140px;
  background: rgba(1, 14, 27, 1);
  /* overflow-x: hidden; */
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border-radius: 6px;
  overflow: hidden !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;
}

.ai-contact-section {
  padding: 73px 72px 72px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: 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;
}

.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;
  color: #000 !important;
}

.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:30px;
  right: 15px;
  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;
}
.banner-explore {
  background: #fff;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 200px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 4cqmin;
}

.banner-explore:hover {
  box-shadow: 0px 0px 18px 0px #024fb6;
  transition: 0.5s ease-in;
}
.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;
}

.dropdown-container .menu_trigger {
  display:none;
}
.secondary-button {
  border-radius: 200px;
  border: 1px solid #020418;
  background: #061b30;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
}

.secondary-button:hover,
.secondary-button:focus {
  box-shadow: 0px 0px 18px 0px #043f8c;
  color: #fff;
  transition: 0.5s ease-in;
}

.secondary-button:focus-visible {
  box-shadow: 0 0 0 3px rgb(2, 4, 24);
}
@media only screen and (max-width: 1440px){
    .custom-image-outer, .trust-banner, .tech-solution, .support-ai-container, .tech-content-wrap, .success-container, .solution-container{
    max-width: unset !important;
    }
}
@media (max-width: 1440px) {
  .ai-modal-content::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .ai-modal-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .ai-modal-content::-webkit-scrollbar-track {
    background: transparent;
    border-left: 0;
  }
  .ai-modal-content::-webkit-scrollbar-thumb {
    background: #666666;
    border: 0;
    border-radius: 7px;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1205px) {

  .banner-responsive .hide-res {
    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;
  }

  .ai-modal-content {
    /* margin-top: 240px !important; */
    overflow-y: auto !important;
  }
  .modal-quickcontact {
    overflow-y: auto;
  }
  .ai-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 !important;
    width: 215px !important;
  }
}
@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;
  }

  .mobileFlag {
    display: flex;
  }
    .ai-container-head{
    max-width: unset;
    
  }
}
@media (max-width: 1400px) {
  .menu-container {
    padding: 0 50px !important;
    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;
    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;
  }
  .ai-modal-content .ai-contact-section {
    padding: 73px 16px !important;
  }
  .ai-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) {
  .ai-modal-content {
    margin: 16px;
  }

  .ai-modal-content .ai-contact-section {
    padding: 60px 24px;
  }

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

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

  .decorative-icon {
    width: 80px;
    top: 60px;
    right: 60px;
  }
      .ai-header-container.floating .logo {
        width: 140px !important;
        height: 60px !important;
        transition: 0.5s ease-in !important;
    }
}
@media (min-width: 992px) {
  .footer .d-lg-block {
    display: block;
  }
  .footer .mobileFlag {
    display: none;
  }
}
@media (max-width: 768px) {
    h2.footer-heading{
    font-size: 25px !important;
    padding-left: 0px;
    margin-bottom: 15px !important;
    line-height: normal !important;
  }
    .ai-adoption-dec, .ai-description{
        max-width: unset;
        padding: 14px;
    }
    .ai-header-container.floating {
    height: 70px !important;
    }
    .banner-explore {
            margin-left: auto;
            margin-right: auto;
    }
    .ai-container {
    max-width: unset;
  }

}
@media(max-width: 580px) {
  .ai-modal-content .ai-contact-section {
    padding: 73px 20px !important;
  }
   .section-description br {
    display: none;
}
  .privacy-text{
    font-size: 12px !important;
  }
  .privacy-link{
    font-size: 12px !important;
  }
    .corner-icon {
    top: 50px !important;
    right: 15px !important;
   }
}
@media (max-width: 480px) {
  .ai-modal-content {
    margin: 0;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }

  .ai-modal-content .ai-contact-section {
    padding: 40px 20px;
  }
  .decorative-icon{
    display: none !important;
  }
  .background-pattern{
    display: none !important;
  }
  #form2 .ai-modal-content,
  #uploadResume .ai-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-container .privacy-text{
    font-size: 11px !important;
  }
  .privacy-container .privacy-link{
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 390px) {
  .social-icons {
    gap: 7px;
  }
}
/*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;
}

/*privacy policy link in contactus */
.inline_link i {
  margin-left: 5px;
  transition: all .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;
}
