/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/Homepage/HomePageBanner/hero-banner.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/* Fonts are loaded via Next.js font optimization in layout.tsx */

/* Hero Banner Section */
.hero-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4rem 2rem;
  padding-top: calc(80px + 4rem);
  margin-top: -80px;
  background-image: url("/assets/images/header-img/home-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

/* Overlay */
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    89.71deg,
    rgba(51, 60, 76, 0.7) 0.29%,
    rgba(51, 60, 76, 0.7) 99.8%
  );
  z-index: 1;
}

/* Content Container */
.hero-content {
  position: relative;
  z-index: 2;
  /* max-width: 700px; */
  margin-left: 5%;
}

/* Hero Title */
.hero-title {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-family: var(--font-lora), "Lora", serif;
  /* font-family: var(--font-playfair-display), "Playfair Display", serif; */
}

/* Gold Text */
.gold-text {
  color: #ab8736;
}

/* Hero Subtitle */
.hero-subtitle {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-family: var(--font-lora), "Lora", serif;
  /* font-family: var(--font-playfair-display), "Playfair Display", serif; */
}

/* Hero Description */
.hero-description {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 2.5rem;
  max-width: 600px;
  font-family: var(--font-lora), "Lora", serif;
  /* font-family: var(--font-playfair-display), "Playfair Display", serif; */
  /* font-family: var(--font-dm-sans), "DM Sans", sans-serif; - using Lora */
}

/* Hero Button */
.hero-btn {
  display: inline-block;
  background-color: #ab8736;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ab8736;
  font-family: var(--font-lora), "Lora", serif;
  /* font-family: var(--font-playfair-display), "Playfair Display", serif; */
}

.hero-btn:hover {
  background-color: #8a6b2a;
  border-color: #8a6b2a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(171, 135, 54, 0.4);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .hero-banner {
    min-height: 100vh;
    padding: 3rem 1.5rem;
    padding-top: calc(70px + 3rem);
    margin-top: -70px;
  }

  .hero-content {
    margin-left: 3%;
  }

  .hero-title {
    font-size: clamp(28px, 4.5vw, 48px);
  }

  .hero-subtitle {
    font-size: clamp(20px, 2.5vw, 30px);
  }

  .hero-description {
    font-size: clamp(15px, 1.8vw, 17px);
    margin-bottom: 2rem;
  }

  .hero-btn {
    padding: 0.875rem 2rem;
    font-size: 16px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-banner {
    min-height: auto;
    padding: 2rem 1rem;
    padding-top: calc(70px + 2rem);
    padding-bottom: 3rem;
    margin-top: -70px;
    align-items: flex-start;
    justify-content: flex-start;
    background-attachment: scroll;
  }

  .hero-content {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
    padding-top: 2rem;
  }

  .hero-title {
    font-size: clamp(26px, 7vw, 36px);
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: clamp(18px, 5vw, 24px);
    margin-bottom: 1rem;
  }

  .hero-description {
    font-size: 15px;
    margin-bottom: 1.5rem;
  }

  .hero-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-banner {
    min-height: auto;
    padding: 1.5rem 1rem;
    padding-top: calc(65px + 1.5rem);
    padding-bottom: 2.5rem;
    margin-top: -65px;
  }

  .hero-content {
    padding-top: 1.5rem;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.875rem 1.25rem;
    font-size: 15px;

  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/Homepage/homepage.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.com-title {
  font-family: var(--font-lora), "Lora", serif;
  /* font-family: var(--font-playfair-display), 'Playfair Display', serif; */
}

.pad-100 {
  padding-block: 100px;
}
.pad-80 {
  padding-block: 80px;
}
.med-title {
  font-size: clamp(24px, 4.1vw, 48px);
  line-height: clamp(33.2px, 5.1vw, 67.2px);
  font-weight: 600;
}
.banner-btn-group {
  display: flex;
  gap: 16px;
  align-items: center;
}
.banner-btn {
  font-size: 24px;
  font-weight: 600;
  padding-block: 12px;
  padding-inline: clamp(12px, 3.1vw, 24px);
  border-radius: 8px;
  border: 1.5px solid transparent;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
}
.home-banner-wrapper .banner-btn {
  font-size: clamp(16px, 4.1vw, 20px);
}
.banner-btn-prime,
.banner-btn-prime:hover {
  background-color: #3b259c;
  color: #fff;
}
.banner-btn-outline-prime,
.banner-btn-outline-prime:hover {
  color: #3b259c;
  background-color: transparent;
  border-color: #3b259c;
}
.home-banner-wrapper {
  background-color: #f3f3f3;
  /* Fixed height to prevent CLS - adjusted for actual content */
  min-height: 700px;
  height: auto;
  position: relative;
  overflow: hidden;
  /* Optimize rendering with containment */
  contain: layout style;
}

/* Background Image Container - optimized for LCP */
.banner-bg-image {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 38% !important;
  height: 100% !important;
  z-index: 0;
  background-color: #f3f3f3; /* Prevent black flash during loading */
  background-image: linear-gradient(135deg, #f3f3f3 0%, #e8e8e8 100%); /* Subtle gradient while loading */
  contain: strict; /* Optimize rendering performance - strict for better isolation */
  content-visibility: auto; /* Optimize off-screen rendering */
}

.banner-bg-img {
  object-fit: cover !important;
  object-position: right !important;
  /* Remove will-change to prevent unnecessary GPU layers */
  transform: translate3d(0, 0, 0); /* Force hardware acceleration efficiently */
}

/* Slider container - prevent CLS */
.owl-theme {
  /* Reserve space to prevent layout shift */
  min-height: 450px;
  height: auto;
  contain: layout style;
}

/* Ensure images don't cause layout shifts */
.img-box {
  /* Aspect ratio container already defined inline */
  overflow: hidden;
}

.img-box img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* Marquee container stability */
.marquee-container {
  overflow: hidden;
  width: 100%;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}

/* Marquee image container to replace inline styles */
.marquee-image-container {
  position: relative !important;
  width: 147px !important;
  height: 40px !important;
  min-width: 147px !important;
  min-height: 40px !important;
  contain: layout style paint !important; /* CSS containment for better performance */
}

/* Slider placeholder to prevent layout shift */
.slider-placeholder {
  height: 60px;
  background-color: transparent;
  width: 100%;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

/* Prevent slider layout shifts */
.owl-theme {
  min-height: 400px;
}

.owl-theme .item {
  min-height: 400px;
  display: flex !important;
  align-items: center;
}
.home-banner-wrapper .mob-bg {
  display: none;
}

/* Hide background image on mobile */
@media (max-width: 768px) {
  .banner-bg-image {
    display: none !important;
  }
  
  .home-banner-wrapper {
    min-height: 500px;
  }
  
  /* Fix text cutting on mobile */
  .home-banner-wrapper .desc-section {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .home-banner-wrapper .desc-section .main-title {
    font-size: clamp(20px, 6vw, 32px);
    line-height: clamp(24px, 7vw, 38px);
    margin-bottom: clamp(12px, 4vw, 20px);
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  
  .home-banner-wrapper .desc-section .para {
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(18px, 5vw, 24px);
    margin-bottom: clamp(8px, 2vw, 12px);
    word-wrap: break-word;
  }
  
  .home-banner-wrapper .banner-btn-group {
    margin-top: clamp(16px, 4vw, 24px);
  }
  
  .home-banner-wrapper .banner-btn {
    font-size: clamp(14px, 4vw, 16px);
    padding: clamp(8px, 2vw, 12px) clamp(12px, 4vw, 20px);
    white-space: nowrap;
  }
  
  /* Fix slider on medium mobile */
  .home-banner-wrapper .owl-theme .item {
    min-height: auto;
    padding: 30px 0;
  }
  
  .home-banner-wrapper .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .banner-bg-image {
    display: none !important;
  }
  
  .home-banner-wrapper {
    min-height: 450px;
  }
  
  /* Extra small mobile fixes */
  .home-banner-wrapper .desc-section {
    padding: 0 10px;
  }
  
  .home-banner-wrapper .desc-section .main-title {
    font-size: clamp(18px, 7vw, 28px);
    line-height: clamp(22px, 8vw, 32px);
  }
  
  .home-banner-wrapper .desc-section .para {
    font-size: clamp(13px, 4.5vw, 16px);
    line-height: clamp(16px, 5.5vw, 20px);
  }
  
  .home-banner-wrapper .banner-btn {
    font-size: clamp(12px, 4.5vw, 14px);
    padding: clamp(6px, 2.5vw, 10px) clamp(10px, 5vw, 16px);
  }
  
  /* Fix slider on very small screens */
  .home-banner-wrapper .owl-theme .item {
    min-height: auto;
    padding: 20px 0;
  }
  
  .home-banner-wrapper .container {
    padding: 0 10px;
  }
}
.home-banner-wrapper .item-img {
  display: flex !important;
  justify-content: space-between;
  gap: 12px;
}
.home-banner-wrapper .desc-section {
  max-width: 784px;
}
.home-banner-wrapper .desc-section .main-title {
  font-weight: 300;
  font-size: clamp(24px, 4.132vw, 52px);
  line-height: clamp(28px, 5.1vw, 62.4px);
  color: #1c1a31;
  margin-bottom: clamp(16px, 3.1vw, 32px);
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
}
.home-banner-wrapper .desc-section .black-bold {
  font-weight: 700;
  color: #1c1a31;
}
.home-banner-wrapper .desc-section .main-title .prime-bold {
  font-weight: 700;
  color: #3b259c;
}
.home-banner-wrapper .desc-section .para {
  font-size: clamp(18px, 2.15vw, 28px);
  line-height: clamp(25.2px, 3.1vw, 39.2px);
  color: #535479;
  font-weight: 400;
  margin-bottom: 2px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 3;
}
.home-banner-wrapper .banner-btn-group {
  margin-top: clamp(24px, 4.7vw, 48px);
}
.home-banner-wrapper .main-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: clamp(32px, 4.1vw, 80px);
  position: relative;
  z-index: 2;
}

.home-banner-wrapper .container {
  position: relative;
  z-index: 2;
}

.home-banner-wrapper .owl-theme {
  position: relative;
  z-index: 2;
}
.home-banner-wrapper .slider-section .sm-title {
  font-size: clamp(16px, 2vw, 24px);
  color: #535479;
  font-weight: 400;
  line-height: clamp(22.4px, 3vw, 33.6px);
  padding-bottom: clamp(16px, 3.1vw, 23px);
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
.home-banner-wrapper .slider-section .new-banner-slider .marquee-content .item {
  margin-top: clamp(9px, 2.1vw, 13px);
}

/* Tech Brilient Css Start From Here  */
.tech-brilient-wrapper .med-title {
  color: #0e0b3d;
  margin-bottom: clamp(16px, 1.954vw, 24px);
}
.tech-brilient-wrapper .med-title span {
  font-weight: 400;
}
.tech-brilient-wrapper .para {
  font-weight: 400;
  color: #535479;
  font-size: clamp(14px, 3.1vw, 20px);
  line-height: clamp(19.6px, 2.4vw, 28px);
  margin-bottom: clamp(16px, 1.954vw, 24px);
}
.tech-brilient-wrapper .banner-btn {
  margin-top: clamp(24px, 3.1vw, 40px);
}
.tech-brilient-wrapper .tech-brilient-img-box {
  display: flex;
  height: 100%;
}
.tech-brilient-wrapper .tech-brilient-img-box img {
  margin-inline: auto;
  margin-block: auto;
}
/* Company Rating Section Start From Here  */
.company-rating-wrapper .company-review-main {
  background-color: #f3f3f3;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 60px;
  /* Optimize background image loading */
  background-image: url(/assets/images/new-home/company-rating-bg.png);
  /* Add CSS containment for better rendering performance */
  contain: layout style paint;
  /* Ensure proper stacking context */
  position: relative;
  z-index: 1;
}

/* Vector Of Growth Section Start From Here  */
.growth-wrapper {
  background-image: url(/assets/images/new-home/vector-of-growth-bg.png);
  background-color: #121d28;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.growth-wrapper .med-title {
  color: #ffffff;
  margin-bottom: clamp(24px, 4.125vw, 48px);
}
.growth-wrapper .med-title span {
  font-weight: 300;
}
.growth-wrapper .growth-content {
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 2.1vw, 32px);
}
.growth-wrapper .growth-content .growth-box {
  padding: clamp(16px, 3.1vw, 32px);
  border-radius: clamp(16px, 3.1vw, 24px);
  overflow: hidden;
}
.growth-wrapper .growth-content .growth-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.growth-wrapper .growth-content .growth-box:first-child {
  background-image: url(/assets/images/new-home/tech-brilience-bg.png);
}
.growth-wrapper .growth-content .growth-box:nth-child(2) {
  background-image: url(/assets/images/new-home/ais-talent-bg.png);
}
.growth-wrapper .growth-content .growth-box:last-child {
  background-image: url(/assets/images/new-home/partnership-solution-bg.png);
}
.growth-wrapper .growth-content .growth-box .sm-title {
  color: #fff;
  font-size: clamp(20px, 2.15vw, 24px);
  font-weight: 500;
  line-height: clamp(22.68px, 3.1vw, 30px);
  margin-bottom: clamp(12px, 2.15vw, 16px);
}
.growth-wrapper .growth-content .growth-box .icon-box {
  display: inline-block;
  width: clamp(32px, 5.1vw, 48px);
  height: clamp(32px, 5.1vw, 48px);
  margin-bottom: clamp(20px, 3.3vw, 32px);
}
.growth-wrapper .growth-content .growth-box .icon-box img {
  width: 100%;
  height: 100%;
}
.growth-wrapper .growth-content .growth-box .para {
  color: #fff;
  font-size: clamp(14px, 1.36719vw, 16px);
  font-weight: 400;
  line-height: clamp(18.8px, 2.36719vw, 22.4px);
  margin-bottom: clamp(8px, 3.1vw, 12px);
}
.growth-wrapper .growth-content .growth-box .para a {
  font-weight: 500;
  font-size: clamp(16px, 1.36719vw, 18px);
}
.growth-wrapper .growth-content .growth-box .para a:hover {
  text-decoration: underline;
}
/* 14 + Years Section Start From Here  */
.experience-years-wrapper {
  background-color: #0b0e14;
  background-image: url(/assets/images/new-home/inustry-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.experience-years-wrapper .exp-box {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)
    ),
    linear-gradient(0deg, rgba(94, 96, 255, 0.1), rgba(94, 96, 255, 0.1)),
    linear-gradient(
      180deg,
      rgba(138, 109, 255, 0) 0%,
      rgba(0, 129, 251, 0.24) 100%
    );
  background-color: #1e1f22;
  color: #fff;
  padding: clamp(12px, 2.1vw, 20px);
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
}
.experience-years-wrapper .exp-box .row-1 {
  display: flex;
  gap: 16px;
  font-size: clamp(28px, 5.687495vw, 68px);
  font-weight: 300;
  line-height: clamp(35.28px, 5.687495vw, 85.68px);
  margin-bottom: 4px;
}
.experience-years-wrapper .exp-box .sm-title {
  font-size: clamp(12px, 1.563vw, 20px);
  line-height: clamp(15.12px, 1.563vw, 20.5px);
  font-weight: 500;
  margin-bottom: 0;
}

/* What We Offer Css Start From here  */

.what-we-offer-wrapper {
  background-image: url(/assets/images/new-home/what-we-offer-bg.png);
  background-color: #e9e3ff;
}
.what-we-offer-wrapper .med-title {
  color: #0e0b3d;
  margin-bottom: clamp(12px, 1.5625vw, 24px);
}
.what-we-offer-wrapper .med-title span {
  font-weight: 300;
}
.what-we-offer-wrapper .para {
  color: #535479;
  font-size: clamp(14px, 1.75781vw, 20px);
  line-height: clamp(22.4px, 3.15vw, 28px);
  font-weight: 400;
}
.custom-solution-wrapper .customized-card .para a,
.what-we-offer-wrapper .tab-area .offer-box .offer-details-list li a,
.what-we-offer-wrapper .para a {
  font-weight: 600;
}
.custom-solution-wrapper .customized-card .para a:hover,
.what-we-offer-wrapper .tab-area .offer-box .offer-details-list li a:hover,
.what-we-offer-wrapper .para a:hover {
  text-decoration: underline;
  color: #000;
}
.what-we-offer-wrapper .tab-area {
  margin-top: clamp(24px, 3.2vw, 32px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: clamp(16px, 4vw, 32px);
}
.what-we-offer-wrapper .tab-area .nav-tabs {
  justify-content: center;
  background: linear-gradient(
    144.14deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );
  display: inline-flex;
  margin-inline: auto;
  border-radius: 70px;
  box-shadow: 0px 0px 8px 0px #3b259c33 inset;
  overflow: hidden;
}
.what-we-offer-wrapper .tab-area .nav-tabs .nav-link {
  padding-block: clamp(11px, 2.1vw, 13.5px);
  padding-inline: clamp(20px, 4.1vw, 40px);
  font-size: clamp(12px, 1.953125vw, 22px);
  font-weight: 600;
  line-height: clamp(18px, 2.64vw, 33px);
  color: #0e0b3d;
  transition: 0.1s all;
  margin: 0;
  display: inline-block;
}
.what-we-offer-wrapper .tab-area .nav-tabs .nav-link h3 {
  margin: 0;
  font-size: inherit;
  line-height: unset;
}
.what-we-offer-wrapper .tab-area .nav-tabs .nav-link.active {
  background-color: #3b259c;
  border-radius: 70px;
}
.what-we-offer-wrapper .tab-area .nav-tabs .nav-link.active h3 {
  color: #fff;
}
.what-we-offer-wrapper .tab-area .tab-content > .active.show .fade:not(.show) {
  opacity: 1;
  display: block;
}
.what-we-offer-wrapper .tab-area .offer-box {
  padding: 32px 37px 32px 32px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--color-white-solid, #ffffff);
  height: 100%;
  background: linear-gradient(
    144.14deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
}
.what-we-offer-wrapper .tab-area .offer-box .offer-list {
  height: clamp(186px, 39vw, 442px);
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2.15vw, 16px);
}
.what-we-offer-wrapper .tab-area .offer-box .offer-list .list-name {
  display: flex;
  gap: clamp(8px, 2.15vw, 16px);
  align-items: center;
  color: #535479;
  font-size: clamp(14px, 2.15vw, 22px);
  font-weight: 400;
  line-height: normal;
  border: 2px solid #ffffff;
  padding: clamp(11px, 2.15vw, 18px);
  border-radius: clamp(8px, 2.1vw, 16px);
  box-sizing: content-box;
  margin-right: 15px;
  background: linear-gradient(
    144.14deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  margin-bottom: 0;
  cursor: pointer;
}
.what-we-offer-wrapper .tab-area .offer-box .offer-list .list-name.active {
  background-color: #fff;
  color: #0e0b3d;
  font-weight: 500;
  position: relative;
}
.what-we-offer-wrapper
  .tab-area
  .offer-box
  .offer-list
  .list-name.active::before {
  content: "";
  width: calc(100% - 36px);
  position: absolute;
  bottom: -2px;
  left: 18px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(59, 37, 156, 0) 0%,
    rgba(59, 37, 156, 0.815641) 40.78%,
    #3b259c 50%,
    rgba(59, 37, 156, 0) 100%
  );
}
/* Track */
.what-we-offer-wrapper .tab-area .offer-box .offer-list::-webkit-scrollbar {
  box-shadow: inset 0 0 5px #dad2ff;
  border-radius: 40px;
  background-color: #dad2ff;
  width: 4px;
}

/* Handle */

.what-we-offer-wrapper
  .tab-area
  .offer-box
  .offer-list::-webkit-scrollbar-thumb {
  background: #303094;
  width: 4px;
  border-radius: 40px;
}
.what-we-offer-wrapper .tab-area .offer-box .sm-title {
  color: #3b259c;
  font-size: clamp(18px, 3.15vw, 32px);
  font-weight: 500;
  line-height: clamp(22.68px, 3.15vw, 40.32px);
  margin-bottom: clamp(12px, 3.15vw, 20px);
}
.what-we-offer-wrapper .tab-area .offer-box .offer-details-list {
  margin-top: clamp(12px, 2.34375vw, 32px);
  padding-left: clamp(12px, 2.15vw, 22px);
}
.what-we-offer-wrapper .tab-area .offer-box .offer-details-list li {
  font-size: clamp(14px, 1.75781vw, 22px);
  color: #1b1a20;
  font-weight: 500;
  list-style-type: disc;
  line-height: 160%;
}

.what-we-offer-wrapper .tab-area .offer-box .offer-list .list-name .icon-box {
  display: inline-block;
  width: clamp(20px, 3.1vw, 32px);
  height: clamp(20px, 3.1vw, 32px);
}
.what-we-offer-wrapper
  .tab-area
  .offer-box
  .offer-list
  .list-name
  .icon-box
  img {
  width: 100%;
  height: 100%;
}

/* How We Work Css Start From Here  */
.how-we-work-wrapper {
  background-color: #f3f3f3;
}
.how-we-work-wrapper .work-content-box {
  display: flex;
  justify-content: start;
  gap: clamp(24px, 2.15vw, 60px);
  align-items: center;
}
.how-we-work-wrapper .work-content-box .img-box img {
  /* animation: img-rotate 10s infinite linear; */
  transition: 0.3s all;
}

@keyframes img-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.how-we-work-wrapper .work-content-box .left-portion {
  min-width: 341px;
}
.how-we-work-wrapper .work-content-box .med-title {
  color: #0e0b3d;
  margin-bottom: clamp(24px, 5.1vw, 32px);
}
.how-we-work-wrapper .work-content-box .med-title span {
  font-weight: 300;
}
.how-we-work-wrapper .work-content-box .disc-box {
  display: flex;
  column-gap: clamp(40px, 4.1vw, 48px);
  overflow: hidden;
  height: 599px;
  align-items: center;
  position: relative;
}
.how-we-work-wrapper .work-content-box .disc-box::before {
  content: "";
  background-image: url(/assets/images/new-home/how-we-work-wave.svg);
  position: absolute;
  left: 287px;
  top: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  width: 1958px;
  height: 382px;
  background-size: contain;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card {
  padding: clamp(16px, 2.78vw, 28px);
  min-width: 287px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: max-content;
  position: relative;
  z-index: 1;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card:nth-child(6),
.how-we-work-wrapper .work-content-box .disc-box .disc-card:nth-child(2n) {
  margin-bottom: auto;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card:nth-child(7),
.how-we-work-wrapper .work-content-box .disc-box .disc-card:nth-child(5),
.how-we-work-wrapper .work-content-box .disc-box .disc-card:nth-child(3) {
  margin-top: auto;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card .sm-title {
  font-size: clamp(18px, 3.15vw, 20px);
  font-weight: 600;
  line-height: 130%;
  color: #0e0b3d;
  margin-bottom: 16px;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card .row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(20px, 3.9vw, 28px);
  color: #8d63ff;
  font-size: clamp(40px, 5.15vw, 48px);
  font-weight: 600;
  line-height: 100%;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card .row-1 .icon-box {
  width: clamp(32px, 4.1567vw, 40px);
  height: clamp(32px, 4.1567vw, 40px);
}

.how-we-work-wrapper
  .work-content-box
  .disc-box
  .disc-card
  .row-1
  .icon-box
  img {
  width: 100%;
  height: 100%;
}
.how-we-work-wrapper .work-content-box .disc-box .disc-card .para {
  font-size: clamp(12px, 2.15vw, 14px);
  margin-bottom: 0;
  line-height: 160%;
}
/* Solution Expert Css Start From Here  */
.solution-expert-wrapper {
  background-image: url(/assets/images/new-home/solution-expert-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #121d28;
  color: #fff;
}
.solution-expert-wrapper
  .tab-area
  .tab-content
  > .active.show
  .fade:not(.show) {
  opacity: 1;
  display: block;
}
.solution-expert-wrapper .tab-area {
  margin-top: clamp(24px, 3.1vw, 32px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: clamp(16px, 3vw, 32px);
  box-shadow: none;
}
.solution-expert-wrapper .med-title {
  margin-bottom: clamp(12px, 3.1vw, 24px);
}
.solution-expert-wrapper .para {
  font-weight: 400;
  font-size: clamp(14px, 3.1vw, 20px);
  margin-bottom: 24px;
  line-height: clamp(19.6px, 3.1vw, 28px);
}
.solution-expert-wrapper .med-title span {
  font-weight: 300;
}
.solution-expert-wrapper .tab-area .nav-tabs {
  justify-content: center;
  display: inline-flex;
  margin-inline: auto;
  border-radius: 70px;
  box-shadow: 0px 0px 8px 0px #3b259c33 inset;
  overflow: hidden;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)
    ),
    linear-gradient(0deg, rgba(94, 96, 255, 0.1), rgba(94, 96, 255, 0.1)),
    linear-gradient(
      180deg,
      rgba(138, 109, 255, 0) 0%,
      rgba(0, 129, 251, 0.24) 100%
    );
  border: none;
}
.solution-expert-wrapper .tab-area .nav-tabs .nav-link {
  padding-block: clamp(11px, 2.1vw, 15px);
  padding-inline: clamp(20px, 3.1vw, 40px);
  font-size: clamp(12px, 3.1vw, 20px);
  font-weight: 600;
  line-height: clamp(18px, 2.1vw, 30px);
  transition: 0.1s all;
  color: #fff;
  border: none;
  outline: none;
}
.solution-expert-wrapper .tab-area .nav-tabs .nav-link h3 {
  margin: 0;
  line-height: unset;
  font-size: inherit;
}
.solution-expert-wrapper .tab-area .nav-tabs .nav-link.active {
  background-color: #3b259c;
  border-radius: 70px;
  /* color: #fff; */
}
.solution-expert-wrapper .tab-area .offer-box .offer-list {
  border-radius: 12px;
  padding: clamp(12px, 3.1vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2.15vw, 16px);
  background: #1f2e54;
  list-style-type: disc;
}
.solution-expert-wrapper .tab-area .offer-box .offer-list .offer-list-name {
  display: flex;
  gap: clamp(8px, 2.15vw, 16px);
  align-items: center;
  font-size: clamp(14px, 2.15vw, 22px);
  font-weight: 400;
  line-height: normal;
  padding-block: clamp(11px, 2.15vw, 20px);
  padding-inline: 12px;
  border-radius: clamp(8px, 2.1vw, 16px);
  box-sizing: content-box;
  cursor: pointer;
  padding-left: 32px;
  position: relative;
}
.solution-expert-wrapper
  .tab-area
  .offer-box
  .offer-list
  .offer-list-name::before {
  content: ".";
  color: #fff;
  position: absolute;
  left: 14px;
  font-size: 32px;
  top: 6px;
}
.solution-expert-wrapper
  .tab-area
  .offer-box
  .offer-list
  .offer-list-name.active {
  background-color: #0c2347;
  font-weight: 500;
  position: relative;
}
.solution-expert-wrapper
  .tab-area
  .offer-box
  .offer-list
  .offer-list-name.active::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(59, 37, 156, 0) 0%,
    rgba(59, 37, 156, 0.815641) 40.78%,
    #3b259c 50%,
    rgba(59, 37, 156, 0) 100%
  );
}
.solution-expert-wrapper .language-details-list .offer-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.solution-expert-wrapper .lang-details {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: center;
  padding-block: 24px;
  padding-inline: 12px;
  background-color: #213057;
  border-radius: 12px;
  overflow: hidden;
  max-width: 185px;
  width: 100%;
  max-height: 196px;
  height: 100%;
}
#noanim-tab-example-tabpane-first .offer-box .offer-list {
  overflow-y: auto;
}
#noanim-tab-example-tabpane-first .offer-box .offer-list .list-name {
  margin-right: 0;
}
#noanim-tab-examples-tabpane-third .lang-details,
#noanim-tab-examples-tabpane-second .lang-details {
  max-width: 238px;
  max-height: 226px;
}
.solution-expert-wrapper .lang-details .sm-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 100%;
}
/* Cta Button Css Start Here  */
.cta-btn-wrapper .cta-presence-link:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(218, 165, 32, 0.4);
  color: #ffffff;
}
.cta-btn-wrapper .cta-btn-desc {
  background-image: url(/assets/images/new-home/cta-wrapper-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0b0e14;
  padding: 60px;
  text-align: center;
  border-radius: clamp(12px, 2.15vw, 16px);
  color: #fff;
  position: relative;
}
.cta-btn-wrapper .cta-btn-desc .corener-img-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  justify-content: space-between;
}
.cta-btn-wrapper .cta-btn-desc .corener-img-wrapper .row-1,
.cta-btn-wrapper .cta-btn-desc .corener-img-wrapper .row-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cta-btn-wrapper .cta-btn-desc .corener-img-wrapper .row-2 img:nth-child(1) {
  transform: rotate(270deg);
}
.cta-btn-wrapper .cta-btn-desc .corener-img-wrapper .row-1 img:nth-child(2) {
  transform: rotate(90deg);
}
.cta-btn-wrapper .cta-btn-desc .corener-img-wrapper .row-2 img:nth-child(2) {
  transform: rotate(180deg);
}
.cta-btn-wrapper .cta-btn-desc .med-title {
  font-size: clamp(24px, 3.125vw, 40px);
  font-weight: 600;
  line-height: clamp(33.3px, 3.1vw, 56px);
  margin-bottom: clamp(12px, 3.1vw, 16px);
  text-align: center;
}
.cta-btn-wrapper .cta-btn-desc .med-title span {
  font-weight: 300;
}
.cta-btn-wrapper .cta-btn-desc .para {
  font-size: clamp(16px, 1.7575vw, 20px);
  line-height: clamp(22.4px, 3.1vw, 28px);
  font-weight: 400;
  margin-bottom: 0;
}
.cta-btn-wrapper .cta-btn-desc .cta-link {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-top: 24px;
  position: relative;
  padding-bottom: 4px;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.cta-btn-wrapper .cta-btn-desc .cta-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.cta-btn-wrapper .cta-btn-desc .cta-link::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #5a5a5a;
}

/* Customized Solution Css Start From here  */
.custom-solution-wrapper {
  background-image: url(/assets/images/new-home/customized-solution-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e9e3ff;
}

.custom-solution-wrapper
  .tab-area
  .tab-content
  > .active.show
  .fade:not(.show) {
  opacity: 1;
  display: block;
}
.custom-solution-wrapper .tab-area {
  margin-top: clamp(24px, 3.1vw, 32px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: clamp(16px, 2vw, 32px);
  box-shadow: none;
}
.custom-solution-wrapper .med-title {
  margin-bottom: clamp(12px, 2.35vw, 24px);
  color: #0e0b3d;
  text-align: center;
}
.custom-solution-wrapper .para {
  font-weight: 400;
  font-size: clamp(14px, 1.5625vw, 20px);
  line-height: clamp(19.6px, 3.1vw, 28px);
  text-align: center;
  margin-bottom: 0;
}
.custom-solution-wrapper .med-title span {
  font-weight: 300;
}
.custom-solution-wrapper .tab-area .nav-tabs {
  justify-content: center;
  display: inline-flex;
  margin-inline: auto;
  border-radius: 70px;
  overflow: hidden;
  background: linear-gradient(
    144.14deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  box-shadow: 0px 0px 8px 0px #3b259c33 inset;
  border: none;
}
.custom-solution-wrapper .tab-area .nav-tabs .nav-link {
  padding-block: clamp(11px, 2.1vw, 15px);
  padding-inline: clamp(20px, 3.1vw, 40px);
  font-size: clamp(12px, 2.1vw, 20px);
  font-weight: 600;
  line-height: clamp(18px, 2.1vw, 30px);
  transition: 0.1s all;
  color: #000;
  border: none;
  outline: none;
}
.custom-solution-wrapper .tab-area .nav-tabs .nav-link.active {
  background-color: #3b259c;
  border-radius: 70px;
  color: #fff;
}
.custom-solution-wrapper .customized-card {
  padding: clamp(16px, 2.34375vw, 32px);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid #ffffff;
  border-radius: 12px;
  height: 100%;
  background: linear-gradient(
    144.14deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
}
.custom-solution-wrapper .customized-card .icon-box {
  width: clamp(32px, 3.907vw, 48px);
  height: clamp(32px, 3.907vw, 48px);
  display: inline-block;
}
.custom-solution-wrapper .customized-card .icon-box img {
  width: 100%;
  height: 100%;
}
.custom-solution-wrapper .customized-card .sm-title {
  margin-top: clamp(20px, 3.1vw, 28px);
  margin-bottom: clamp(12px, 3.1vw, 16px);
  font-size: clamp(16px, 1.953125vw, 24px);
  font-weight: 600;
  color: #0e0b3d;
  line-height: clamp(20.8px, 2.5vw, 31.2px);
}
.custom-solution-wrapper .customized-card .para {
  margin-bottom: 0;
  font-size: clamp(12px, 3.1vw, 14px);
  font-weight: 400;
  color: #535479;
  line-height: clamp(19.2px, 3.1vw, 22.4px);
  text-align: start;
}
/* Industry We Serve Css Start From Here  */
.industry-we-serve-wrapper {
  display: none;
}
.industry-we-serve-wrapper .med-title {
  color: #0e0b3d;
  margin-bottom: clamp(24px, 4.1vw, 48px);
}
.industry-we-serve-wrapper .med-title span {
  font-weight: 300;
}
.industry-we-serve-wrapper .industry-item {
  position: relative;
}
.industry-we-serve-wrapper .industry-item .img-box {
  /* width: 360px;*/
  height: 385px;
  position: relative;
}
.industry-we-serve-wrapper .industry-item .desc-details {
  position: absolute;
  bottom: 65px;
  left: 20px;
  padding: 20px;
  color: #fff;
  max-width: 326px;
}
.industry-we-serve-wrapper .industry-item .desc-details .sm-title {
  font-size: clamp(16px, 1.565vw, 24px);
  font-weight: 600;
  line-height: clamp(19.6px, 2.15vw, 33.6px);
}
.industry-we-serve-wrapper .industry-item .desc-details .para {
  margin-bottom: 0;
  font-size: clamp(12px, 1.17vw, 14px);
  line-height: clamp(14px, 1.55vw, 19.6px);
  font-weight: 400;
}
.industry-we-serve-wrapper .slider-bottom-areas {
  margin-inline: 100px;
}
.industry-we-serve-wrapper .slider-bottom-areas .indus-name {
  text-align: center;
  font-size: clamp(12px, 3.1vw, 18px);
  line-height: normal;
  color: #535479;
  font-weight: 500;
  max-width: 96px;
}
.industry-we-serve-wrapper
  .slider-area
  .slick-slide.slick-active.slick-current
  .industry-item::before {
  content: "";
  width: 54px;
  height: 80px;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/images/new-home/wave-arrow.svg);
}
.industry-we-serve-wrapper
  .slider-bottom-areas
  .slick-slide.slick-active.slick-current
  .indus-name {
  font-weight: 700;
}

/* ************************************************************** */
.industry-we-serve-owl-wrapper .owl-slider-area .img-box {
  position: relative;
}
.industry-we-serve-owl-wrapper .owl-slider-area .img-box img {
  max-width: 100%;
  height: auto;
}
.industry-we-serve-owl-wrapper
  .owl-slider-area
  .industry-item
  .desc-details
  .sm-title {
  font-size: clamp(16px, 1.565vw, 24px);
  font-weight: 600;
  line-height: clamp(19.6px, 2.15vw, 33.6px);
}
.industry-we-serve-owl-wrapper
  .owl-slider-area
  .industry-item
  .desc-details
  .para {
  margin-bottom: 0;
  font-size: clamp(12px, 1.17vw, 14px);
  line-height: clamp(14px, 1.55vw, 19.6px);
  font-weight: 400;
}
.industry-we-serve-owl-wrapper .owl-slider-area .industry-item {
  margin-bottom: clamp(12px, 3.1vw, 32px);
}
.industry-we-serve-owl-wrapper .owl-slider-area .industry-item .desc-details {
  position: absolute;
  bottom: 28px;
  left: 8px;
  padding: 20px;
  color: #fff;
  max-width: 326px;
}
.industry-we-serve-owl-wrapper .owl-slider-bottom-areas .owl-item {
  text-align: center;
}
.industry-we-serve-owl-wrapper
  .owl-slider-area
  .owl-item.active.center
  .industry-item::before {
  content: "";
  width: 100%;
  height: clamp(40px, 8.1vw, 60px);
  position: absolute;
  bottom: 0px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/images/new-home/mob-vertical-arrow.svg);
}
/* Testing Css If not worked Removed it  */
.industry-we-serve-slider-wrapper .slider-parent {
  overflow: hidden;
}
.industry-we-serve-slider-wrapper .slider-area {
  display: flex;
  column-gap: 0;
  justify-content: start;
  transition: 0.6s all linear;
  position: relative;
  left: 0px;
}
.industry-we-serve-slider-wrapper .slider-bottom-areas {
  display: flex;
  column-gap: 0;
  justify-content: center;
  column-gap: 16px;
  margin-inline: 100px;
}

.industry-we-serve-slider-wrapper .slider-bottom-areas span {
  max-width: 128px;
}
.industry-we-serve-slider-wrapper span.indus-name.active {
  font-weight: 700;
}

.industry-we-serve-slider-wrapper .slider-area .img-box.active::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 85px;
  bottom: -41px;
  left: calc(50% - 16px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/images/new-home/wave-arrow.svg);
  z-index: 1;
}
.industry-we-serve-slider-wrapper .industry-item .img-box {
  width: 360px;
  height: 360px;
  position: relative;
}
.industry-we-serve-slider-wrapper .industry-item .img-box img {
  width: 100%;
  height: 100%;
}
.industry-we-serve-slider-wrapper .med-title {
  color: #0e0b3d;
  margin-bottom: clamp(24px, 4.1vw, 48px);
}
.industry-we-serve-slider-wrapper .med-title span {
  font-weight: 300;
}
.industry-we-serve-slider-wrapper .industry-item {
  position: relative;
  height: 400px;
}
.industry-we-serve-slider-wrapper .industry-item .desc-details {
  position: absolute;
  bottom: 65px;
  left: 20px;
  padding: 20px;
  color: #fff;
  max-width: 326px;
}
.industry-we-serve-slider-wrapper .industry-item .desc-details .sm-title {
  font-size: clamp(14px, 1.565vw, 24px);
  font-weight: 600;
  line-height: clamp(19.6px, 2.15vw, 33.6px);
}
.industry-we-serve-slider-wrapper .industry-item .desc-details .para {
  margin-bottom: 0;
  font-size: clamp(10px, 1.17vw, 14px);
  line-height: clamp(14px, 1.55vw, 19.6px);
  font-weight: 400;
}

.industry-we-serve-slider-wrapper .slider-bottom-areas .indus-name {
  text-align: center;
  font-size: clamp(12px, 4.1vw, 18px);
  line-height: normal;
  color: #535479;
  font-weight: 500;
  max-width: 128px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
/* Homepage Form Css Start From Here  */
.form-wrapper {
  background-image: url(/assets/images/new-home/home-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e9e3ff;
}
.form-wrapper .disc .med-title {
  margin-bottom: clamp(12px, 2.35vw, 24px);
  color: #1c1a31;
}
.form-wrapper .disc .med-title span {
  font-weight: 300;
}

.form-wrapper .disc .para {
  font-weight: 400;
  font-size: clamp(14px, 1.5625vw, 20px);
  line-height: clamp(19.6px, 3.1vw, 28px);
  margin-bottom: 0;
  color: #535479;
}
.form-wrapper .form-areas {
  padding: 32px;
  background: linear-gradient(
    144.14deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.form-wrapper .content-box .img-box {
  margin-top: 48px;
}
.form-wrapper .form-areas .form-group {
  margin-bottom: 16px;
}
.form-wrapper .form-areas .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #535479;
  border-radius: 0;
  padding-left: 0;
  padding-block: 14px;
  color: #1b1a20;
  font-size: clamp(14px, 3.5vw, 18px);
  box-shadow: none;
  outline: none;
  resize: none;
}
.form-wrapper .form-areas .submit-btn {
  background-color: #3b259c;
  width: 100%;
  color: #fff;
  padding: 16px;
  border-color: #3b259c;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  margin-top: clamp(24px, 3.1vw, 40px);
}
.form-wrapper .form-areas .flag-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(2px, 2.1vw, 4px);
  position: relative;
  justify-content: space-between;
  display: inline-block;
}
.form-wrapper .form-areas .icon-box {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  width: clamp(20px, 2.1vw, 24px);
}
.form-wrapper .form-areas .flag-wrapper .form-control {
  padding-left: clamp(18px, 2.1vw, 28px);
}

/* marquee css */
:root {
  --c-primary: #3b259c;
  --c-body: #1b1a20;
  --c-heading: #1c1a31;
  --c-light: #e9f4ff;
  --c-light-pink: #f1eeff;
  --c-text: #4d4d4d;
  --fs-xs: clamp(12px, 1.8vw, 12px);
  --fs-sm: clamp(12px, 1.8vw, 14px);
  --fs-base: clamp(14px, 1.8vw, 16px);
  --fs-md: clamp(14px, 1.8vw, 18px);
  --fs-lg: clamp(14px, 5px + 1vw, 20px);
  --fs-xl: clamp(18px, 4px + 1.29vw, 24px);
  --fs-2xl: clamp(20px, 7.043px + 1.5964vw, 32px);
  --fs-3xl: clamp(20px, 5px + 2.5vw, 45px);
  --fs-4xl: clamp(24px, 12px + 2.99999vw, 56px);
}

.nbtn {
  padding: clamp(12px, 2px + 0.85vw, 15px) clamp(1.25rem, 6px + 1.13vw, 24px);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 4px + 1.29vw, 24px);
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.nbtn-primary {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.nbtn-outline-primary {
  background: transparent;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
}

.nbtn-outline-primary:hover {
  color: var(--c-primary);
  background: rgba(59, 37, 156, 0.2);
}

.py-100 {
  padding-block: clamp(40px, 0.4886rem + 6.1322vw, 100px);
}

.my-100 {
  margin-block: clamp(40px, 0.4886rem + 6.1322vw, 100px);
}

/*  */
.primary-color {
  color: var(--c-primary);
}

.primary_bg {
  background: var(--c-primary);
}

.heading-color {
  color: var(--c-heading);
}

.body-text-color {
  color: var(--c-body);
}

.text-color {
  color: var(--c-text);
}

.light-blue-bg {
  background: var(--c-light);
}

.light-pink-bg {
  background: var(--c-light-pink);
}

/* .logo img, */
.footer-logo img {
  max-width: 136px;
  display: inline-block;
}

.sec-title,
.home-form .footer-form .footer-content .section-titel h2 {
  color: var(--c-heading);
  font-weight: 600;
  text-align: center;
  font-size: clamp(24px, 0.161rem + 2.6949vw, 44px);
  margin-bottom: clamp(18px, 4vw, 50px);
}

.call-to-action h2.sec-title {
  font-size: clamp(22px, 0.161rem + 2.6949vw, 44px);
}

.fs-2xl {
  font-size: var(--fs-2xl);
}

.fs-base {
  font-size: var(--fs-base);
}

.fs-xl {
  font-size: var(--fs-xl);
}

.mb-24 {
  margin-bottom: clamp(12px, 2vw, 24px);
}

.sec-des {
  font-size: var(--fs-lg);
  color: #666565;
  font-weight: 400;
}

/* arrow css */
.arrow-center .owl-nav button.owl-prev {
  left: 0;
  margin: 0;
}

.arrow-center .owl-nav button.owl-next {
  right: 0;
  margin: 0;
}

.arrow-center .owl-nav button.owl-prev,
.arrow-center .owl-nav button.owl-next {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}

.slick-nav-none .slick-next,
.slick-nav-none .slick-prev {
  display: none;
}

.slider-arrow-center .slick-next,
.slider-arrow-center .slick-prev,
.slider-arrow-center .slick-next:hover,
.slider-arrow-center .slick-prev:hover {
  color: #ffffffad;
  font-size: 26px;
  width: clamp(30px, 3vw, 48px);
  height: clamp(30px, 3vw, 48px);
  z-index: 99;
}

.slider-arrow-center .slick-next {
  right: 40px;
}

.slider-arrow-center .slick-prev {
  left: 40px;
}

.slider-arrow-bottom .slick-next,
.slider-arrow-bottom .slick-prev,
.slider-arrow-bottom .slick-next:hover,
.slider-arrow-bottom .slick-prev:hover {
  color: var(--c-primary);
  font-size: 20px;

  background-color: #ffffff;
  width: clamp(32px, 3vw, 40px);
  height: clamp(32px, 3vw, 40px);
  border-radius: 50%;
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.slider-arrow-bottom .slick-next,
.slider-arrow-bottom .slick-prev {
  bottom: -75px;
  top: inherit;
  z-index: 9;
}

.slider-arrow-bottom .slick-next {
  right: 10px;
}

.slider-arrow-bottom .slick-prev {
  left: 10px;
}

.vertical-dot .slick-dots li.slick-active button:before,
.vertical-dot .slick-dots li button:before {
  font-size: 0;
  display: none;
}

.vertical-dot .slick-dots li button {
  background: #cdcdcd;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
}

.vertical-dot li.slick-active button {
  background: var(--c-primary);
  width: 100%;
  position: relative;
  z-index: 1;
}

.vertical-dot .slick-dots li {
  margin: 0 -2px;
  width: 30px;
  height: 0;
}

.slider-arrow-bottom .slick-dots {
  bottom: -52px;
}

@media (max-width: 820px) {
  .slider-arrow-center .slick-next {
    right: 10px;
  }

  .slider-arrow-center .slick-prev {
    left: 10px;
  }
}

@media (min-width: 991px) {
  .whyChooseSlider {
    overflow: hidden;
    /* padding-left: 20px; */
  }

  .vertical-dot .slick-dots li {
    margin: 0;
    height: 0;
    width: 70px;
  }

  .vertical-dot .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    bottom: 50px;
  }

  .vertical-dot .slick-dots li button {
    height: 85px;
    width: 5px;
  }

  .vertical-dot .slick-dots li.slick-active button:before,
  .vertical-dot .slick-dots li button:before {
    font-size: 0;
    display: none;
  }

  .vertical-dot li.slick-active button {
    background: var(--c-primary);
    width: 5px;
    position: relative;
    z-index: 1;
  }

  .why-choose-ai-solution .slick-slide > div {
    margin-left: clamp(0px, 7.043px + 1.5964vw, 32px);
  }
}

/* home-form from css */
#home-page-wrapper .awards-recognit {
  background-color: #f9f9f9;
  padding-top: clamp(40px, 0.4886rem + 6.1322vw, 100px);
}

#home-page-wrapper .home-banner .inner-content {
  height: calc(100vh - 64px);
  max-height: 580px;
  overflow: hidden;
  /* height: 100%; */
}

.home-form .footer-form .footer-content {
  background: #f1eeff;
  max-width: 1096px;
  margin: auto;
  padding: clamp(2.5rem, 0.0508rem + 5.0458vw, 5rem)
    clamp(1rem, -0.822rem + 5.3898vw, 5rem);
}

.home-form .footer-form .footer-content form .form-control {
  min-height: clamp(3rem, 0.361rem + 3.7249vw, 4.25rem);
  border-radius: 0px;
  resize: vertical;
  border-radius: 8px;
  border: none;
  padding-inline: clamp(1.25rem, 0.0466rem + 1.0169vw, 2rem);
  box-sizing: border-box;
}

.react-tel-input {
  font-family: inherit;
}

.react-tel-input .form-control {
  font-size: 16px;
}

.home-form .footer-form .footer-content form textarea.form-control {
  min-height: clamp(6.25rem, 0.572rem + 8.3898vw, 8.75rem);
  resize: none;
}

.home-form .footer-form {
  padding-block: clamp(0rem, -0.8475rem + 4.2373vw, 3.125rem)
    clamp(0rem, -1.6949rem + 8.4746vw, 6.25rem);
  background: #f9f9f9;
}

.home-form .footer-form .term-para,
.home-form .footer-form .text-white,
.home-form .footer-form .term-para a {
  color: var(--c-body);
}

.home-form .footer-content .form-check-input[type="checkbox"] {
  background-color: transparent;
  border: 1.3px solid var(--c-body);
  margin-right: 10px;
  border-radius: 5px;
}

.home-form .footer-content .form-check-input[type="checkbox"]:checked {
  background-color: var(--c-primary);
}

.home-form .footer-form .all-btns {
  padding: clamp(0.75rem, 0.0144rem + 1.188vw, 1.25rem) 40px;
  color: #fff;
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  font-weight: 500;
  font-size: clamp(1rem, 0.4644rem + 1.078vw, 1.5rem);
  border-radius: 8px;
}

.home-form .footer-form .all-btns:lang(ar),
.home-form .footer-form .all-btns:lang(hr),
.home-form .footer-form .all-btns:lang(cs),
.home-form .footer-form .all-btns:lang(fr),
.home-form .footer-form .all-btns:lang(de),
.home-form .footer-form .all-btns:lang(hu),
.home-form .footer-form .all-btns:lang(it),
.home-form .footer-form .all-btns:lang(no),
.home-form .footer-form .all-btns:lang(pt),
.home-form .footer-form .all-btns:lang(ro),
.home-form .footer-form .all-btns:lang(ru),
.home-form .footer-form .all-btns:lang(es) {
  padding: clamp(0.75rem, 0.0144rem + 1.188vw, 1.25rem) 33px;
}

/* .main banner */
.home-banner .slick-slider {
  max-width: 610px;
  width: max-content;
  display: inline-block;
  position: relative;
  top: 24px;
  text-align: left;
  margin-inline: 20px;
}

#home-page-wrapper .home-banner .inner-content {
  padding-block: clamp(35px, 6vw, 70px);
  position: relative;
  max-width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .home-banner {
    
    background: url('../images/newcommon-img/home-banner.webp');
    background-color: #CDD6E7;
    background-size: cover;
    background-position: center;
  } */

.home-banner p.bantext {
  font-weight: 400;
  font-size: clamp(31px, 12px + 2.99999vw, 56px);
  margin-bottom: 18px;
  line-height: 1.2;
  text-wrap: balance;
}

.home-banner h1 {
  font-weight: 400;
  font-size: clamp(34px, 12px + 2.99999vw, 56px);
  margin-bottom: 18px;
  text-wrap: balance;
}

.home-banner .banner-content {
  font-size: clamp(16px, 4px + 1.29vw, 24px);
  color: var(--c-text);
}

/* home service section */

#home-page-wrapper .our-services {
  background-color: #f9f9f9;
}

#home-page-wrapper .service-cards {
  margin-top: 40px;
}

#home-page-wrapper .service-cards .service-card-wrapper {
  background: #fff;
  box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.03);
  padding: clamp(20px, 2.8vw, 40px);
  height: 100%;
}

#home-page-wrapper .service-cards .service-card-wrapper .card-title {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 32px;
  color: #333;
  margin-bottom: 10px;
}

#home-page-wrapper .service-cards .service-card-wrapper p.com-para {
  font-size: clamp(14px, 1.3vw, 16px);
}

#home-page-wrapper .service-card-image-group ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  margin-top: 30px;
  text-align: center;
}

#home-page-wrapper .service-card-image-group ul li img {
  height: clamp(30px, 4vw, 50px);
  width: clamp(30px, 4vw, 50px);
  object-fit: cover;
}

#home-page-wrapper .service-card-image-group ul li .image-name {
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 28px;
  color: #333;
  margin-top: 5px;
  display: inline-block;
  white-space: nowrap;
}

#home-page-wrapper .how-get-wrapper {
  position: relative;
}

#home-page-wrapper .how-get-wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 43px;
  height: 390px;
  width: 1px;
  border: 1px dashed #d5d5d5;
  z-index: 1;
  display: none;
}

#home-page-wrapper .how-get-wrapper .how-get-card .card-footer {
  border: 1px solid #ececec;
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.05);
  padding: 30px;
  min-height: 360px;
}

#home-page-wrapper .how-get-wrapper .how-get-card .card-footer .mo-count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #393185;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  z-index: 3;
}

#home-page-wrapper .how-get-wrapper .how-get-card .card-footer .card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333;
}

#home-page-wrapper .how-get-wrapper .how-get-card .card-footer .com-para {
  font-size: 16px;
  line-height: 28px;
}

#home-page-wrapper
  .how-get-wrapper
  .how-get-card
  .card-footer
  .card-listing
  li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

#home-page-wrapper .service-card-image-group ul li {
  display: flex;
  flex-direction: column;
}

#home-page-wrapper .service-card-image-group ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* award section css */
#home-page-wrapper .awards-bottom .owl-carousel .owl-item img {
  max-width: 200px;
  margin: auto;
  height: 144px;
  background: #ffffff;
}

#home-page-wrapper .awards-bottom .awards-li {
  box-shadow: rgba(59, 37, 156, 0.15) 0px 4px 4px 0px;
  border-radius: 16px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.awards-div {
  text-align: center;
}

#home-page-wrapper .awards-bottom .owl-dots {
  text-align: center;
}

#home-page-wrapper .awards-bottom .awards-ul .awards-li {
  text-align: center;
}

#home-page-wrapper .awards-bottom .awards-ul .awar-text {
  font-weight: 600;
  font-size: clamp(15px, 1.8vw, 20px);
  line-height: 24px;
  color: var(--c-body);
  margin-top: 15px;
  display: block;
}

#home-page-wrapper .awards-top h2.com-title {
  color: var(--c-body);
  text-align: center;
}

#home-page-wrapper .flat-dots .owl-carousel .owl-dots button.owl-dot {
  width: 52px;
  height: 4px;
  margin: 0 -2px;
  border-radius: 10px;
  outline: none;
}

.flat-dots .owl-carousel .owl-dots button.owl-dot.active {
  position: relative;
}

#home-page-wrapper .flat-dots .owl-carousel .owl-dots {
  margin-top: 4px;
}

/* faq section css  */

.faq-section.faq-plus .accordion.accordion-flush {
  margin-top: 0;
}

.faq-section.faq-plus .accordion.accordion-flush .accordion-item {
  margin-block: 0;
  border: 0;
}

.faq-section.faq-plus .accordion.accordion-flush .accordion-button,
.faq-section.faq-plus .accordion.accordion-flush .accordion-header {
  background: transparent;
  border-radius: 0;
  font-weight: 500;
  font-size: var(--fs-md);
  color: #1b1a20;
}

.faq-section.faq-plus
  .accordion.accordion-flush
  .accordion-button:not(.collapsed) {
  color: #1b1a20;
}

.faq-section.faq-plus .accordion.accordion-flush .accordion-header {
  border-top: 1px solid #cdcdcd;
  position: relative;
}

.faq-section.faq-plus .accordion.accordion-flush .accordion-button,
.faq-section.faq-plus .accordion.accordion-flush .accordion-body {
  padding-left: 50px;
}

.faq-section.faq-plus .accordion.accordion-flush .accordion-body,
.faq-section.faq-plus .accordion.accordion-flush .accordion-body p {
  font-size: clamp(12px, 1.8vw, 16px);
  padding-top: 0;
  color: var(--c-text);
}

.faq-section.faq-plus .accordion-button::after {
  position: absolute;
  left: -0;
  background-image: url(/assets/images/newcommon-img/plus-icon.svg);
  background-size: contain;
}

.faq-section.faq-plus .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/newcommon-img/minus-icon.svg);
}

.faq-section.faq-plus
  .accordion.accordion-flush
  .accordion-button:not(.collapsed),
.faq-section .accordion.accordion-flush .accordion-button:focus {
  box-shadow: none;
}

/* testimonial */

/* .testimonials-slider .owl-stage, */
.linear-slider .owl-stage {
  transition: all 3s linear 0s;
}

/* .testimonials-slider .owl-stage {
    transition: all 9s linear 0s ;
  } */
.testimonials-slider .owl-stage {
  display: flex;
}

.testimonials-slide-img {
  width: clamp(48px, 0.8644rem + 2.678vw, 56px);
  height: clamp(48px, 0.8644rem + 2.678vw, 56px);
  overflow: hidden;
  border-radius: 100px;
}

.testimonials-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-name {
  font-size: var(--fs-xl);
  color: var(--c-body);
  font-weight: 600;
}

.testimonial-slide-content {
  grid-template-columns: minmax(48px, auto) 1fr;
  display: grid;
  align-items: center;
  grid-gap: 24px;
  gap: 24px;
  margin-top: 2.5%;
}

.testimonials-slide-item {
  padding: clamp(20px, 1.3475rem + 1.7627vw, 32px);
  border-radius: 14px;
  background: #f4f4f8;
  text-align: start;
  direction: ltr;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials-slide-item svg {
  font-size: 49px;
  color: #3b259c6e;
}

.testimonials-sec {
  position: relative;
}

.testimonials-sec:before,
.testimonials-sec:after {
  content: "";
  width: 100px;
  left: 0;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 62%) 59%,
    rgb(255 255 255 / 0%) 100%
  );
  /* display: none; */
}

.testimonials-sec:after {
  left: unset;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    -90deg,
    rgb(255 255 255 / 62%) 59%,
    rgb(255 255 255 / 0%) 100%
  );
  height: 70%;
  margin-block: auto;
  /* background: red; */
}

/* portfolio */
.portfolio-sec {
  background: var(--c-light);
  /* overflow: hidden; */
}

.techno-btn p {
  padding: clamp(7px, 0.0117rem + 0.7542vw, 10px);
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: clamp(12px, 5px + 1vw, 20px);
  margin-bottom: 0;
  display: inline-block;
}

.techno-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.portfolio-wrap .single-portfolio {
  transition: 0.5s;
  border-top: 1px solid #cdcdcd;
  border-bottom: none;
  /* position: relative; */
  /* display: grid;
      grid-template-columns: 60% 40%; */
  display: flex;
  justify-content: space-between;
  z-index: 1;
  align-items: center;
  padding: clamp(20px, 2vw, 30px) clamp(15px, 2vw, 20px);
  cursor: pointer;
  row-gap: 12px;
}

.portfolio-wrap .single-portfolio-left {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}

.portfolio-wrap .single-portfolio-right {
  display: grid;
  grid-template-columns: 80% 20%;
  place-items: end;
  align-items: center;
  flex: 0 0 30%;
}

.portfolio-wrap:last-child .single-portfolio {
  border-bottom: 1px solid #cdcdcd;
}

.portfolio-wrap .single-portfolio a:not([class]) {
  color: #1c1a31;
  font-size: clamp(18px, 7.043px + 1.5964vw, 32px);
  font-weight: 600;
  margin-bottom: 0;
  transition: 0.5s;
  /* padding: 30px 15px 30px 30px; */
  max-width: 280px;
  width: 100%;
  margin-bottom: 0;
}

.portfolio-wrap .single-portfolio .portfolio-img {
  /* width: 260px;
      height: 320px; */
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
  max-width: 70%;
  margin-left: auto;
}

.portfolio-wrap .single-portfolio .content {
  max-width: 550px;
  width: 100%;
}

.portfolio-wrap .single-portfolio .content p {
  color: #666565;
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  line-height: clamp(16px, 1.8vw, 24px);
}

.button-area {
  text-align: end;
}

a.explore-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #e9f4ff;
  border-radius: 100px;
  width: clamp(45px, 4vw, 50px);
  height: clamp(45px, 4vw, 50px);
}

.portfolio-wrap .single-portfolio .explore-btn svg {
  transition: 0.5s;
  color: var(--c-primary);
  font-size: clamp(30px, 3vw, 35px);
}

.portfolio-wrap .single-portfolio:hover .portfolio-img {
  opacity: 1;
  z-index: 2;
}

.single-portfolio:hover .button-area {
  position: relative;
  z-index: 4;
}

.portfolio-wrap .single-portfolio:hover {
  background: #000000;
}

.portfolio-wrap .single-portfolio:hover a:not([class]),
.portfolio-wrap .single-portfolio:hover p {
  color: #fff;
  border-color: #fff;
}

/* industries-serve */
/* .industries-serve  .owl-nav img {
    max-width: 40px;
    margin-inline: 20px;
  }
  .industries-serve .owl-drag .owl-item{
    padding: 0 ;
    height: 100%;
  } */
.industries-serve .slick-prev,
.industries-serve .slick-next {
  top: 48%;
}

.industries-serve .slick-slide,
.industries-serve .slick-list,
.industries-serve .slick-track,
.industries-serve .slick-slide > div {
  height: 100%;
  margin-bottom: -2px;
  cursor: pointer;
}

.industries-serve .slick-slide > div {
  margin-right: 2.5px;
}

.industries-serve-item img {
  display: block;
}

.industries-serve-item {
  position: relative;
}

.industries-content .container-fluid {
  height: 100%;
  padding-inline: 0;
}

.industries-content {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.industries-serve-item img {
  object-fit: cover;
  display: block;
}

.industries-slide {
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  height: 100%;
}

.industries-slide-inner {
  height: 48%;
}

.industries-slide-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.74));
  padding: clamp(40px, 7px + 3.3424vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  cursor: pointer;
}

.industries-slide-box:hover,
.slick-current .industries-slide-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.9));
}

.industries-title {
  font-size: clamp(24px, 7.043px + 1.5964vw, 32px);
  color: #fff;
  font-weight: 600;
  margin-bottom: 3vh;
}

.industries-desc {
  font-size: clamp(16px, 5px + 1vw, 20px);
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.industries-slide .owl-stage-outer {
  height: 100%;
}

/* call to action */
.call-to-action {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
}

/* why choose ai soluation */
/* .whyChooseSlider {
    overflow-x: hidden;
  } */
.whyChooseSlider .slick-slide > div {
  margin: 5px;
}

.whychoose-content {
  background: #f9f9f9;
}

.whychoose-img {
  height: 100%;
  background: #f9f9f9;
}

.whychoose-img img {
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  display: block;
}

.whychoose-items {
  box-shadow: -1px 6px 7px 0 rgba(59, 37, 156, 0.15);
  box-shadow: -1px 4px 6px 0 rgba(59, 37, 156, 0.15);
  background: #f9f9f9;
  max-width: 1096px;
  margin-inline: auto;
  margin-bottom: 9px;
}

.why-choose-ai-solution .slick-vertical .slick-slide {
  border-bottom: none;
}

/* business-sector */
.business-sector {
  /* height: 100vh; */
  margin-block: clamp(40px, 0.4886rem + 6.1322vw, 100px);
  padding-bottom: 10%;
}

.business-sector-item {
  padding: clamp(24px, 5px + 2.25vw, 40px);
  border-radius: 16px;
  box-shadow: 1px 6px 7px 0 rgba(59, 37, 156, 0.15);
  background-image: linear-gradient(to right, #efebff 0%, #e1f0ff 100%);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 300px;
  transition: all 0.3s ease-in-out;
  /* opacity: 0; */
  transform: translateY(10%);
}

.business-sector-list .slick-current .business-sector-item {
  transform: scale(1);
}

.business-sector-list .slick-slide > div {
  display: flex;
  justify-content: center;
}

.business-sector-ul li {
  font-size: clamp(12px, 1.8vw, 16px);
  color: var(--c-body);
  list-style: disc;
  margin-top: 10px;
}

.business-sector-ul li::marker {
  color: var(--c-primary);
}

ul.business-sector-ul {
  margin-left: 1.1rem;
}

.standards-square {
  z-index: -1;
  width: 100%;
  height: 22em;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border: 6px solid var(--c-primary);
}

.business-sector .sec-title {
  background: #fff;
  position: relative;
  z-index: 1;
}

div#Enterprises:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -126px;
  background: #ffffff6b;
  z-index: 9999999;
  height: 130px;
}

#Startups {
  top: 150px;
  transform: translateY(24%);
  /* animation: fade-in 0.5s linear; */
}

.standards-square-content {
  max-width: 50%;
  margin: -30px auto;
}

#Enterprises {
  top: 150px;
  transform: translateY(36%);
  /* animation: fade_in 0.5s linear; */
  box-shadow: 1px 6.2px 7.2px 0 rgba(59, 37, 156, 0.15);
  background-image: linear-gradient(to right, #e7e7ff 0%, #d9ecff 100%);
}

#Agencies {
  top: 550px;
  scroll-snap-type: proximity;
  transform: translateY(43%);
}

.business-sector-list {
  margin-top: -31vh;
  margin-top: -276px;
  display: flex;
  flex-direction: column;
}

.business-sector-item.animate-1 {
  transform: translateY(9.7%) scale(0.8);
  opacity: 0.36;
  /* transition-delay: 0.3s; */
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.business-sector-item.animate-2 {
  transform: translateY(25.7%) scale(0.9);
  /* Scale down second item after animation ends */
  opacity: 0.98;
  /* transition-delay: 0.6s; */
  transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.business-sector-item.animate-3 {
  transform: translateY(44%) scale(1);
  /* Scale down third item after animation ends */
}

.standards-square-content {
  max-width: 50%;
  margin: -30px auto;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10%);
  }

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

@keyframes fade_in {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.8);
    opacity: 0.36;
  }
}

/* techmologies */
#technologies-tabContent {
  margin-top: clamp(20px, 3vw, 40px);
}

#technologies-tabContent h4 {
  font-size: var(--fs-lg);
  margin-bottom: 0;
  font-weight: 400;
}

#technologies-tabContent ul {
  display: flex;
  gap: clamp(14px, 4px + 1.29vw, 24px);
  justify-content: center;
  flex-wrap: wrap;
}

.technologies-use-ul ul {
  border-bottom: 1px solid #cdcdcd;
}

#technologies-tabContent li {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 2px 6px 4px 0 rgba(59, 37, 156, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px;
  flex: 0 1 200px;
}

#technologies-tabContent img {
  height: auto;
  max-width: 100px;
  margin-bottom: 10px;
  margin-inline: auto;
  display: block;
}

.navbordertab .nav-link {
  padding: 0.5rem 1rem;
}

.navbordertab .nav-item.show .nav-link,
.navbordertab .nav-link.active {
  background: transparent;
  color: var(--c-primary);
  border: none;
  box-shadow: none;
  border-bottom: 4px solid var(--c-primary);
  font-weight: 600;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}

.nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbordertab .nav-link {
  color: #717081;
  font-size: clamp(16px, 4px + 1.29vw, 22px);
  border-bottom: 0px solid #cdcdcd;
  white-space: nowrap;
  font-weight: 400;
  /* text-align: center; */
  /* display: inline-block; */
}

/* .technologies-use-ul .slick-slide>div{text-align: center;} */

.technologies-use-ul {
  overflow: hidden;
}

#technologies-tab {
  min-width: 1920px;
  flex-wrap: nowrap;
  /* overflow: auto; */
  border: none;
  /* padding-bottom: 20px; */
}

/* width */
.technologies-use-ul::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.technologies-use-ul::-webkit-scrollbar-track {
  background: #cdcdcd;
}

/* Handle */
.technologies-use-ul::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

/* Handle on hover */
/* .technologies-use-ul::-webkit-scrollbar-thumb:hover {
    background: var(--c-text); 
  } */
.ourServices-card-left {
  padding: clamp(16px, 7.043px + 1.5964vw, 32px);
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: clamp(70px, 1.3vw, 96px);
}

.ourServices-card-inner {
  background: #f5f3ff;
  padding: clamp(16px, 7.043px + 1.5964vw, 32px);
}

.ourServices-card-left img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.ourServices-card-left .slick-prev {
  left: 0;
}

.ourServices-card-left .slick-next {
  right: 0;
}

.ourServies-title {
  color: #252628;
  position: relative;
  padding: 8px 14px;
  background: linear-gradient(
    90deg,
    rgba(142, 116, 255, 0.18531162464985995) 0%,
    rgba(220, 212, 255, 0) 63%
  );
  margin-top: clamp(20px, 7.043px + 1.5964vw, 32px);
}

.ourServies-title::before {
  content: "";
  position: absolute;
  border-left: 4px solid var(--c-primary);
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}

.ourServices-card-box {
  border-radius: 10px;
  padding-inline: clamp(15px, 7.043px + 1.5964vw, 32px);
}

.ourServices-card-box .ourServices-card-box-body {
  height: 0;
  overflow: hidden;
}

.slick-current .ourServices-card-box .ourServices-card-box-body {
  height: auto;
}

.ourServices-card-right .slick-current .ourServices-card-box {
  background-color: #ffffff;
  padding-block: clamp(20px, 7.043px + 1.5964vw, 32px);
}

/* .ourServices-card-box-header p{font-size: clamp(15px, 1.8vw, 18px);} */
.ourServices-card-right .slick-slide.slick-active {
  margin-bottom: clamp(30px, 7.043px + 1.5964vw, 32px);
}

.ourServices-card-right {
  overflow: hidden;
  max-height: 545px;
}

/* .ourServices-card-right .slick-slide.slick-active.slick-current {
    margin-top: 10px;
  } */
.ourServices-card-box-body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.ourServices-card-box-body ul li::before {
  content: url("/assets/images/newcommon-img/check-icon.svg");
  /* background:url('../images/newcommon-img/check-icon.svg') no-repeat ; */
  position: absolute;
  left: 0;
  top: 1px;
}

.ourServices-card-box-body ul li {
  font-size: clamp(14px, 1.8vw, 16px);
  color: var(--c-body);
  font-weight: 600;
  position: relative;
  padding-left: 1.3rem;
}

.ourServices-card-box {
  margin-bottom: clamp(18px, 4px + 1.29vw, 24px);
}

.ourServices-card-box:last-child {
  margin-bottom: 0;
}

.ourServices-card-box {
  border: 18px;
  overflow: hidden;
  border-radius: 13px;
}

.ourServices-card-box-body {
  margin-top: clamp(8px, 1.3vw, 16px);
  /* height: 0;
    overflow: hidden;
    display: none */
}

.slick-current .ourServices-card-box {
  background: #fff;
}

.ourServices-card-right .slick-slider .slick-track,
.ourServices-card-right .slick-slider .slick-list {
  height: auto;
}

/* .slick-current  .ourServices-card-box-body {
    height: auto;
    display: inline-block
  } */
.slick-current .ourServices-arrow {
  opacity: 1;
}

.ourServices-arrow {
  background: var(--c-light-pink);
  width: clamp(28px, 3vw, 40px);
  height: clamp(28px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.5vw, 18px);
  color: var(--c-primary);
  opacity: 0;
  display: none;
}

.ourServices .slick-dots li button:before {
  font-size: clamp(9px, 1vw, 12px);
}

.ourServices .slick-dots li.slick-active button:before {
  color: var(--c-primary);
  opacity: 1;
}

.ourServices .slick-dots li {
  margin: 0 2px;
}

/* brand slider component css start here  */
.brand-slider .item.slider-img-logo {
  display: flex;
  justify-content: center;
  height: clamp(60px, 4vw, 63px);
}

.brand-slider .slider-img-logo img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  object-fit: contain;
}

.brand-slider {
  background-color: #e9f4ff;
  padding-block: clamp(20px, 4vw, 60px);
}

.brand-slider .owl-stage {
  display: flex;
  align-items: center;
}

.company-review {
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(59, 37, 156, 0.15);
  padding: 10px 14px 10px 24px;
  /* Add CSS containment for better rendering performance */
  contain: layout style paint;
  /* Optimize for GPU acceleration */
  transform: translateZ(0);
  will-change: transform;
  grid-gap: 13px;
  gap: 13px;
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: auto auto;
  height: 100%;
  color: #1b1a20;
}

.company-review-number {
  font-weight: 500;
  font-size: clamp(20px, 4px + 2.25vw, 40px);
  line-height: normal;
}

.company-review-text {
  font-weight: 400;
  font-size: clamp(14px, 5px + 1vw, 20px);
}

.brand-slider-number {
  color: #3b259c;
  font-weight: 500;
  font-size: clamp(28px, 8px + 3.2vw, 60px);
  display: inline-block;
  margin-bottom: 0;
}

.brand-slider-text {
  color: #1b1a20;
  font-weight: 500;
  font-size: clamp(12px, 4px + 1.29vw, 24px);
  display: inline-block;
}

.yearsin-industry-slide .item {
  padding-inline: clamp(15px, 3vw, 40px);
}

.brand-slider-box {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  /* margin-right: 70px; */
}

.brand-slider-number-box {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}

.brand-slider-text-box {
  width: auto;
}

.YearsinIndustrySlider {
  background-color: #f1eeff;
  padding-block: clamp(20px, 4vw, 50px);
}

.brand-slider .owl-carousel.owl-drag .owl-item {
  padding: unset;
  text-align: center;
}

/* brand slider component css end here  */
/* hiring hiring-advantage section start here */
.hiring-advantage {
  background: #f3f3f3;
}

.hiring-advantage-space {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.hiring-box-lists {
  position: relative;
}

.hiring-box-lists::-webkit-scrollbar {
  width: 0;
}

/* .hiring-box-lists ul {
    max-height: 400px;
  } */

.gradiant-effect {
  position: relative;
}

.gradiant-effect:after,
.gradiant-effect:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(249, 249, 249, 0) 100%
  );

  width: 100%;
  height: 100px;
  top: 0px;
  z-index: 1;
}

.gradiant-effect:before {
  background: linear-gradient(
    0deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(249, 249, 249, 0) 100%
  );
  top: unset;
  height: 100px;
  bottom: 0px;
}

.hiring-advantage ul .hiring-box-lists-li {
  padding: clamp(20px, 5px + 2.5vw, 45px);
  background-color: #fff;
  /* margin-bottom: clamp(0px, 3vw, 40px); */
  box-shadow: -2px 6px 40px 0px rgba(59, 37, 156, 0.1);
  /* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
  border-radius: 12px;
  margin-top: 10px;
}

.hiring-box-lists ul .slick-dots {
  text-align: left;
  margin-left: 10px;
}

.hiring-box-lists .slick-dots li {
  width: 15%;
}

.hiring-box-lists .slick-dots li button {
  background: transparent;
}

.hiring-box-lists li.slick-active button {
  background: #c6c6c6;
  width: 100%;
}

.hiring-advantage ul .hiring-box-lists-li img {
  margin-bottom: 18px;
}

.hiring-advantage ul .hiring-box-lists-li .card-title {
  font-weight: 500;
  font-size: clamp(18px, 10px + 1.29vw, 28px);
  color: #1b1a20;
  margin-bottom: 16px;
}

ul li .card-desc {
  font-weight: 400;
  font-size: clamp(12px, 1.8vw, 18px);
  line-height: normal;
  color: #4d4d4d;
  margin-bottom: 0px;
}

.hiring-advantage .sec-desc {
  color: var(--c-text);
  font-weight: 400;
  font-size: clamp(14px, 5px + 1vw, 20px);
}

.hiring-advantage .sec-title {
  color: var(--c-heading);
  font-weight: 600;
}

/* hiring hiring-advantage section end here */

.testimonials-sec,
#home-page-wrapper .faq-section {
  background-color: #f9f9f9;
}

#home-page-wrapper .faq-section {
  margin-bottom: 0;
}

#home-page-wrapper .accordion-item {
  background-color: rgba(0, 0, 0, 0);
}

.home-banner .banner-text-transaction {
  min-height: 62px;
}

/* for marquee slider */

.verticleSlider_slide__x_D6r:lang(ar),
.verticleSlider_slide__x_D6r:lang(hr),
.verticleSlider_slide__x_D6r:lang(cs),
.verticleSlider_slide__x_D6r:lang(fr),
.verticleSlider_slide__x_D6r:lang(de),
.verticleSlider_slide__x_D6r:lang(hu),
.verticleSlider_slide__x_D6r:lang(it),
.verticleSlider_slide__x_D6r:lang(no),
.verticleSlider_slide__x_D6r:lang(pt),
.verticleSlider_slide__x_D6r:lang(ro),
.verticleSlider_slide__x_D6r:lang(ru),
.verticleSlider_slide__x_D6r:lang(es) {
  height: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-container {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.marquee-content {
  display: flex;
  animation: marquee 15s linear infinite;
  width: 200%;
  /* Double the width to accommodate duplicated slides */
}

.marquee-content .item {
  flex: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/*hiring-platform start*/

.hiring-platform .modal-body {
  padding: clamp(20px, 2vw, 25px);
}

.hiring-platform .modal-header .btn-close {
  box-shadow: none;
}

.hiring-platform .section-title {
  margin-bottom: clamp(14px, 2vw, 18px);
  line-height: 1;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 600;
  margin-top: 0;
}

.hiring-platform .section-subtitle {
  font-weight: 400;
  margin-bottom: clamp(20px, 2vw, 35px);
  font-size: clamp(15px, 2vw, 18px);
}

.hiring-platform .interact-box img {
  max-width: 70%;
  max-height: 190px;
}

.hiring-platform .interact-box .inetract-desc {
  font-size: clamp(15px, 2vw, 18px);
  color: #231f20;
  font-weight: 400;
  line-height: 1.4;
  margin-top: clamp(14px, 2vw, 18px);
  min-height: 50px;
}

.hiring-platform .interact-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hiring-platform .cta-button {
  font-size: clamp(15px, 2vw, 18px);
  text-transform: none;
  background-color: #3b259c;
  font-weight: 400;
  margin: 20px 0 0;
  min-height: 45px;
  line-height: 45px;
  padding: 0 25px;
  color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  border: none;
}

.hiring-platform.hire-talent-form .section-dec {
  font-weight: 500;
  margin-bottom: clamp(20px, 2vw, 30px);
  font-size: 16px;
}

.hiring-platform.hire-talent-form .section-subtitle {
  margin-bottom: 15px;
}

.hiring-platform.hire-talent-form form .form-control,
.hiring-platform.hire-talent-form form .form-select {
  display: block;
  padding: 7px 15px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-bottom: 2px;
  resize: none;
  border: 1px solid #d8d8d8;
  box-shadow: none;
}

.hiring-platform .no-risk {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 600;
}

/* .calendly-popup .modal-content,
  .hiring-platform.hire-talent-form .modal-content {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    max-height: 100%;
  } */

.calendly-popup .modal-content {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.calendly-popup .modal-content .modal-header {
  position: absolute;
  right: 7px;
  z-index: 2;
}

.calendly-popup .modal-content .modal-body {
  padding: 0;
}

.calendly-popup .modal-content .modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
}

.job-page-title {
  min-height: 28px;
}

/*hiring-platform end*/

@media (max-width: 1920px) {
  .home-banner .slick-slider {
    top: 20px;
  }
}

@media (max-width: 1460px) {
  .whyChooseSlider .slick-slide > div {
    padding-left: 32px;
  }
}

@media (max-width: 1368px) {
  .home-banner .slick-slider {
    top: 23px;
  }

  .industries-slide-inner {
    height: 45%;
  }

  .industries-slide-inner:lang(ar),
  .industries-slide-inner:lang(hr),
  .industries-slide-inner:lang(cs),
  .industries-slide-inner:lang(fr),
  .industries-slide-inner:lang(de),
  .industries-slide-inner:lang(hu),
  .industries-slide-inner:lang(it),
  .industries-slide-inner:lang(no),
  .industries-slide-inner:lang(pt),
  .industries-slide-inner:lang(ro),
  .industries-slide-inner:lang(ru),
  .industries-slide-inner:lang(es) {
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  #home-page-wrapper .home-banner .inner-content {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .industries-serve-item img {
    max-height: 450px;
    object-fit: cover;
  }

  .business-sector-item {
    max-width: 800px;
  }

  .business-sector {
    padding-bottom: 17%;
  }

  .business-sector-list {
    margin-top: -230px;
  }

  .standards-square {
    height: 17em;
  }

  .home-banner .slick-slider {
    top: 16px;
    margin-inline: 10px;
    max-width: 400px;
  }

  .ourServices-card-right {
    max-height: 400px;
  }

  .home-form .footer-form {
    padding-bottom: 0;
  }

  /* #Enterprises {
      animation-timeline: view(300px 1080px);
    }
  
    #Startups {
      animation-range-end: 1400px;
    } */

  .industries-title {
    margin-bottom: 1vh;
  }

  .hiring-box-lists {
    overflow: auto;
  }

  ul.hiring-box-lists-li {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 0;
    min-width: 2330px;
    margin-bottom: 15px;
    padding: 8px;
  }

  /* .hiring-advantage-space{
    padding-block: 40px 0;
  } */
  .hiring-advantage-space {
    text-align: center;
  }

  /* Track */
  .hiring-box-lists::-webkit-scrollbar {
    height: 4px;
    text-indent: 10px;
  }

  .hiring-box-lists::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
  }

  /* Handle */
  .hiring-box-lists::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 100px;
  }

  .hiring-advantage {
    padding-block: 40px;
  }

  .whyChooseSlider .slick-slide > div {
    padding-left: 16px;
  }

  .hiring-advantage ul .hiring-box-lists-li {
    box-shadow: -2px 6px 10px 0px rgba(59, 37, 156, 0.1);
  }

  #home-page-wrapper .home-banner .inner-content {
    max-height: 450px;
    /* height: 100%; */
  }

  #home-page-wrapper .home-banner .inner-content:lang(ar),
  #home-page-wrapper .home-banner .inner-content:lang(hr),
  #home-page-wrapper .home-banner .inner-content:lang(cs),
  #home-page-wrapper .home-banner .inner-content:lang(fr),
  #home-page-wrapper .home-banner .inner-content:lang(de),
  #home-page-wrapper .home-banner .inner-content:lang(hu),
  #home-page-wrapper .home-banner .inner-content:lang(it),
  #home-page-wrapper .home-banner .inner-content:lang(no),
  #home-page-wrapper .home-banner .inner-content:lang(pt),
  #home-page-wrapper .home-banner .inner-content:lang(ro),
  #home-page-wrapper .home-banner .inner-content:lang(ru),
  #home-page-wrapper .home-banner .inner-content:lang(es) {
    max-height: unset;
    min-height: 450px;
    height: 100%;
  }

  .business-sector-item.animate-1 {
    transform: translateY(28%) scale(0.8);
  }

  .business-sector-item.animate-2 {
    transform: translateY(37%) scale(0.9);
  }

  #Agencies {
    transform: translateY(50%);
  }
}

@media (max-width: 820px) {
  /* .hiring-advantage {
      padding-block: 50px;
    } */
  .ourServices-card-left img {
    object-fit: cover;
    width: 100%;
    max-height: 320px;
  }

  .hiring-advantage ul .hiring-box-lists-li {
    width: 100%;
  }

  .gradiant-effect:after,
  .gradiant-effect:before {
    display: none;
  }

  .industries-slide-inner {
    height: 58%;
  }

  .industries-serve-item img {
    max-height: 435px;
  }

  .industries-serve .slick-slide,
  .industries-serve .slick-list,
  .industries-serve .slick-track,
  .industries-serve .slick-slide > div {
    height: 100%;
  }

  .hiring-advantage .slick-slide > div {
    padding-inline: 10px;
  }

  .hiring-advantage ul .hiring-box-lists-li {
    min-height: 228px;
  }

  .standards-square {
    border: none;
  }

  .standards-square {
    height: auto;
  }

  .business-sector-item {
    min-height: 100%;
    display: unset;
    margin-bottom: 20px;
    position: unset;
    transform: unset;
  }

  .business-sector {
    padding-bottom: 0;
  }

  .standards-square-content {
    max-width: 100%;
    margin: 0px auto;
  }

  .business-sector-list {
    margin-top: 0px;
  }

  .home-banner .slick-slider {
    top: 13px;
  }

  .portfolio-wrap .single-portfolio-right {
    grid-template-columns: 70% 30%;
  }

  .business-sector-item.animate-1,
  .business-sector-item.animate-2 {
    transform: unset;
    opacity: 1;
  }

  #Agencies {
    transform: unset;
  }
}

@media (max-width: 768px) {
  .portfolio-wrap .single-portfolio a:not([class]) {
    max-width: 190px;
    /* padding: 25px 16px; */
  }

  .portfolio-wrap .single-portfolio .content {
    max-width: 300px;
  }

  .portfolio-wrap .single-portfolio-right {
    grid-template-columns: 72% 28%;
    place-items: center;
  }

  .gradiant-effect:after,
  .gradiant-effect:before {
    display: none;
  }

  .faq-section.faq-plus .accordion.accordion-flush .accordion-button,
  .faq-section.faq-plus .accordion.accordion-flush .accordion-body {
    padding-left: 40px;
  }

  .home-banner .slick-slider {
    top: 12px;
  }

  /* .ourServices-card-right .slick-slide.slick-active{
    margin-bottom: 0;
  } */
  .industries-slide-inner {
    height: 65%;
  }

  .industries-title {
    margin-bottom: 1vh;
  }

  .ourServices-card-right .slick-slide.slick-active {
    margin-bottom: 0;
  }

  .business-sector-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-wrap .single-portfolio .portfolio-img {
    display: none;
    visibility: hidden;
  }

  .portfolio-wrap .single-portfolio .content {
    margin-bottom: 10px;
    line-height: 26px;
    padding: 0;
  }

  .portfolio-wrap .single-portfolio-left {
    grid-template-columns: auto;
  }

  .testimonials-sec {
    padding-bottom: 0;
  }

  #home-page-wrapper .awards-bottom .owl-carousel .owl-item img {
    max-width: 110px;
    height: 96px;
  }

  /* .ourServices-card-right .slick-slide.slick-active {
    margin-bottom: 0;
  } */
  .slider-arrow-center .slick-prev {
    left: 16px;
  }

  .slider-arrow-center .slick-next {
    right: 16px;
  }

  .home-banner h1 span {
    display: block;
  }

  /*hiring-platform start*/
  .hiring-platform.hire-talent-form .modal-content {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .hiring-platform .interact-box {
    margin-bottom: 30px;
    height: unset;
  }

  .hiring-platform .interact-box .inetract-desc {
    min-height: unset;
  }

  /*hiring-platform end*/
}

@media (max-width: 575px) {
  .portfolio-wrap .single-portfolio {
    flex-wrap: wrap;
  }

  .portfolio-wrap .single-portfolio a:not([class]) {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0;
  }

  .portfolio-wrap .single-portfolio-right {
    display: flex;
    grid-template-columns: 70% 30%;
    place-items: stretch;
    align-items: center;
    flex: 1 1;
    justify-content: space-between;
  }

  .hiring-advantage ul .hiring-box-lists-li .card-title {
    margin-bottom: 12px;
  }

  .hiring-advantage ul .hiring-box-lists-li img {
    margin-bottom: 12px;
  }

  #technologies-tabContent img {
    max-width: 70px;
    margin-bottom: 5px;
  }

  .industries-slide-inner {
    height: -moz-fit-content;
    height: fit-content;
  }

  .ourServices-card-box-body ul li {
    font-size: 12px;
  }

  .ourServices-card-left img {
    max-height: 180px;
  }

  .hiring-advantage ul .hiring-box-lists-li {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* .hiring-box-lists{
    margin-bottom: -10px;
  } */

  .business-sector-item {
    min-height: 100%;
    display: unset;
    margin-bottom: 24px;
  }

  .home-banner .slick-slider {
    text-align: center;
  }

  .company-review-text {
    font-size: 14px;
  }

  .company-review {
    padding: 6px 5px;
    gap: 3px;
    justify-content: space-evenly;
  }

  .ourServices-card-right {
    max-height: 440px;
  }

  .home-banner .banner-content {
    max-width: 88%;
    margin: auto;
  }

  .home-banner .slick-slider {
    text-align: center;
  }

  .company-review-text {
    font-size: 14px;
  }

  .company-review {
    padding: 8px 10px;
    gap: 12px;
    justify-content: space-between;
  }

  .ourServices-card-right {
    max-height: 440px;
  }

  .home-banner .banner-content {
    max-width: 88%;
    margin: auto;
  }

  .ourServices-card-box-header p {
    font-size: 14px;
  }

  #technologies-tabContent li {
    width: calc(33.33% - 30px);
    flex: auto;
    max-width: 34%;
  }

  .call-to-action-pink {
    background-image: url(/assets/images/call-to-action/call-to-action-pink-mobile.webp);
    background-position: center;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .whychoose-img {
    border-radius: 8px 8px 0 0;
    max-height: 245px;
    overflow: hidden;
  }

  .faq-section.faq-plus .accordion-button::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }

  .faq-section.faq-plus .accordion.accordion-flush .accordion-button,
  .faq-section.faq-plus .accordion.accordion-flush .accordion-body {
    padding-left: 30px;
  }

  .awards-recognit .container {
    margin-right: 0;
  }

  .scroll-to-top {
    display: none;
  }

  .portfolio-wrap .single-portfolio .content {
    max-width: 100%;
  }

  .whyChooseSlider .slick-slide > div {
    padding-left: 0;
  }

  .industries-title {
    margin-bottom: 16px;
  }

  .why-choose-ai-solution .slick-dots li {
    width: 16.3%;
  }

  #home-page-wrapper .flat-dots .owl-carousel .owl-dots button.owl-dot {
    width: 25%;
  }

  #home-page-wrapper .awards-bottom .awards-li {
    height: 124px;
  }

  .portfolio-wrap {
    margin-inline: -12px;
  }

  .testimonials-sec:after,
  .testimonials-sec:before {
    height: 96%;
    width: 40px;
  }

  .testimonials-sec:after {
    bottom: -40px;
  }

  .testimonials-slide-item p {
    font-size: 12px;
  }

  .testimonials-slide-item svg {
    font-size: 40px;
  }

  #home-page-wrapper .home-banner .inner-content {
    max-height: 780px;
    height: 100%;
  }

  section.footer-form .footer-content,
  .home-form .footer-form .footer-content {
    padding: 30px 37px;
  }

  .home-form .footer-form .mt-md-2.mt-3 {
    text-align: center;
  }

  .home-banner .banner-text-transaction {
    min-height: 35px;
  }

  /* .navbordertab .nav-link {
    padding: 0.5rem 0rem;
  } */
}

@media (max-width: 480px) {
  #technologies-tabContent li {
    padding: 14px;
    width: calc(33.33% - 30px);
    flex: auto;
    max-width: 33.33%;
  }

  .ourServices-card-box-header p {
    margin-bottom: 20px;
  }

  #technologies-tabContent img {
    max-width: 60px;
    margin-bottom: 9px;
  }

  ul.hiring-box-lists-li {
    min-width: 2380px;
  }

  .slider-arrow-bottom .slick-dots {
    bottom: -50px;
  }

  .processwrapper-header h3 {
    font-size: 16px;
  }

  .processwrapperbox p {
    font-size: 12px;
  }

  .call-to-action-pink,
  .call-to-action {
    height: 253px;
    display: flex;
    flex-direction: column;
    padding-inline: 8px;
    justify-content: center;
  }

  .call-to-action-pink:lang(ar),
  .call-to-action:lang(ar),
  .call-to-action-pink:lang(hr),
  .call-to-action:lang(hr),
  .call-to-action-pink:lang(cs),
  .call-to-action:lang(cs),
  .call-to-action-pink:lang(fr),
  .call-to-action:lang(fr),
  .call-to-action-pink:lang(de),
  .call-to-action:lang(de),
  .call-to-action-pink:lang(hu),
  .call-to-action:lang(hu),
  .call-to-action-pink:lang(it),
  .call-to-action:lang(it),
  .call-to-action-pink:lang(no),
  .call-to-action:lang(no),
  .call-to-action-pink:lang(pt),
  .call-to-action:lang(pt),
  .call-to-action-pink:lang(ro),
  .call-to-action:lang(ro),
  .call-to-action-pink:lang(ru),
  .call-to-action:lang(ru),
  .call-to-action-pink:lang(es),
  .call-to-action:lang(es) {
    height: unset;
  }

  .call-to-action-pink p {
    padding-bottom: 20px;
  }

  .slider-arrow-bottom .slick-next,
  .slider-arrow-bottom .slick-prev {
    bottom: -67px;
  }

  .whychoose-img {
    max-height: 195px;
  }

  .whychoose-content {
    min-height: 260px;
  }

  .whyChooseSlider .slick-dots {
    bottom: -15px;
  }
}

@media (max-width: 380px) {
  .home-banner .banner-content {
    max-width: 88%;
    word-wrap: break-word;
    text-wrap: balance;
  }

  .ourServices-card-box-header p {
    font-size: 12px;
  }

  .company-review-text {
    font-size: 12px;
  }

  #technologies-tabContent img {
    max-width: 50px;
    margin-bottom: 9px;
  }

  ul.hiring-box-lists-li {
    min-width: 1990px;
  }

  .ourServices-card-box-body ul {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
  }

  /* .navbordertab .nav-link {display: block;} */
  .home-banner h1 span {
    font-size: 32px;
  }

  .whychoose-content {
    min-height: 280px;
  }
}

@media (min-width: 767px) {
  /* .logo img, */
  .footer-logo img {
    max-width: 180px;
    display: inline-block;
  }

  .home-form .footer-form .term-para {
    padding-right: 25%;
  }

  .business-sector-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .portfolio-wrap .single-portfolio .portfolio-img {
    max-width: 76%;
  }

  /* .hiring-box-lists {
      margin-bottom: -20px;
    } */
  .hiring-advantage ul .hiring-box-lists-li {
    margin-block: clamp(0px, 3vw, 40px);
  }

  .home-form .footer-form {
    padding-block: clamp(0rem, -0.8475rem + 4.2373vw, 3.125rem)
      clamp(0rem, -1.6949rem + 8.4746vw, 6.25rem);
  }
}

@media (min-width: 1650px) {
  /* #Startups {
      animation-timeline: view(300px 500px);
      animation-range-end: 1080px;
    }
  
    #Enterprises {
      animation-timeline: view(300px 750px);
      animation-range-end: 1100px;
    } */
}

@media (min-width: 1250px) {
  .hiring-advantage-space {
    padding-block: clamp(40px, 0.4886rem + 10.1322vw, 100px);
  }

  #home-page-wrapper .home-banner .inner-content {
    /* height: calc(100vh - 80px); */
    max-height: 900px;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 80px);
    height: 100%;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }

  .home-form .footer-form .term-para {
    padding-right: 25%;
  }
}

@media (min-width: 1460px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1440px; */
    max-width: 1344px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/Homepage/homepageresponsive.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 1440px) {
    .industry-we-serve-slider-wrapper
    .slider-area
    .img-box.active.rev-arrow::before {
    transform: rotateY(180deg);
    left: 36%;
  }
  .industry-we-serve-slider-wrapper .slider-area .img-box.active::before{
    left:50%;
  }
  }
  
  @media(min-width:1040px) and (max-width:1441px){
    .industry-we-serve-slider-wrapper .industry-item .img-box{
      width: 350px;
      height: 350px;
    }
  
  }
  @media (min-width: 767px) and (max-width: 1024px) {
  
    .company-rating-wrapper .company-review-main .col-lg-3 {
      padding-inline: 10px;
    }
  
  }
  @media (min-width:767px)and (max-width: 1040px) {
  
  
    .home-banner-wrapper .desc-section .main-title {
      font-size:36px;
  line-height: 120%;
    }
    .med-title {
      font-size: 32px;
      line-height: 140%;
    }
    .tech-brilient-wrapper .para {
      font-size: 18px;
    }
    .growth-wrapper .med-title {
      margin-bottom: 40px;
    }
    .experience-years-wrapper .exp-box .row-1{
      font-size: 48px;
    }
    .solution-expert-wrapper .tab-area .offer-box .offer-list .offer-list-name {
      font-size: 18px;
      padding:18px 12px 18px 24px;
    }
    .solution-expert-wrapper .tab-area .offer-box .offer-list .offer-list-name::before{
    top: 8px;
    left: 10px;
    }
    .solution-expert-wrapper .tab-area .offer-box .offer-list{
      padding: 24px;
    }
    .solution-expert-wrapper .lang-details .sm-title {
      font-size: 14px;
  }
  .solution-expert-wrapper .language-details-list .offer-box{
    gap: 12px;
  }
  .solution-expert-wrapper .lang-details{
    padding: 20px;
    max-width: 130px;
    row-gap: 6px;
  }
    .solution-expert-wrapper .lang-details .img-box {
      width: 79px;
      height: 79px;
  }
  .what-we-offer-wrapper .tab-area .nav-tabs .nav-link{
    padding: 13px 40px;
  }
  .what-we-offer-wrapper .tab-area .offer-box .offer-list{
    max-height: 376px;
  }
  .what-we-offer-wrapper .tab-area .offer-box .offer-list .list-name .icon-box{
    width: 28px;
    height: 28px;
  }
  .what-we-offer-wrapper .tab-area .offer-box .offer-list .list-name{
    padding: 12px 16px;
    font-size: 18px;
  }
  .what-we-offer-wrapper .tab-area .offer-box .sm-title{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .what-we-offer-wrapper .para{
    font-size: 16px;
    line-height: 140%;
  }
  .how-we-work-wrapper .work-content-box .disc-box{
    gap: 48px;
  }
  .how-we-work-wrapper .work-content-box .disc-box::before{
    left: 260px;
    font-size: 24px;
  }
  .solution-expert-wrapper .tab-area .offer-box .offer-list .offer-list-name {
    padding-right: 0;
    padding-left: 24px;
    border-radius: 14px;
  }
  
  .solution-expert-wrapper .tab-area .nav-tabs .nav-link{
    padding: 15px 40px;
    font-size: 18px;
  }
  #noanim-tab-examples-tabpane-third .lang-details, #noanim-tab-examples-tabpane-second .lang-details {
    max-width: calc(33% - 8px);
  }
  .cta-btn-wrapper .cta-btn-desc .corener-img-wrapper img{
    width: 80px;
    height: 80px;
  }
  .industry-we-serve-slider-wrapper .slider-bottom-areas{
    margin-inline: 60px;
  }
  .industry-we-serve-slider-wrapper .slider-bottom-areas .indus-name{
    font-size: 14px;
  }
  .industry-we-serve-slider-wrapper .industry-item {
    height: 300px;
  }
  .industry-we-serve-slider-wrapper .industry-item .img-box{
    width: 260px;
    height: 260px;
  }
  .industry-we-serve-slider-wrapper .slider-area .img-box.active::before{
    bottom: -40px;
    width: 76px;
    height: 67px;
  }
  .industry-we-serve-slider-wrapper .slider-bottom-areas{
    column-gap: 8px;
  }
  .industry-we-serve-slider-wrapper .industry-item .desc-details {
    bottom: 39px;
    left: 11px;
    padding: 14px;
  }
  .form-wrapper .form-areas .submit-btn{
    padding-block: 15.5px;
    margin-top: 16px;
  }
  }
  @media (max-width: 1040px) {
    .pad-100{padding-block: 60px;}
    .pad-80{padding-block: 60px;}
    .home-banner-wrapper .desc-section {
      max-width: 616px;
    }
    .tech-brilient-wrapper .banner-btn {
      font-size: 20px;
    }
    .banner-btn {
      font-size: 16px;
    }
    .home-banner-wrapper .slider-section .sm-title {
      padding-bottom: 17px;
    }
    .company-rating-wrapper .company-review-main {
      padding-block: 40px;
    }
    .what-we-offer-wrapper .tab-area .offer-box {
      padding:24px 12px 24px 24px;
    }
    .how-we-work-wrapper .work-content-box .left-portion {
      min-width: 260px;
      max-width: 260px;
  }
  .industry-we-serve-wrapper .industry-item .img-box{
    /* width: 260px;
    height: 298px; */
    position: relative;
  }
  .industry-we-serve-wrapper .industry-item .img-box img{
    width: 100%;
    height: auto;
  }
  .industry-we-serve-wrapper .industry-item .desc-details{
    bottom: 60px;
    padding: 16px;
    left: 4px;
  }
  }
  @media (max-width: 992px) {
    .industry-we-serve-wrapper{
      display: block;
    }
    .industry-we-serve-slider-wrapper{
      display: none;
    }
    .industry-we-serve-wrapper .industry-item .img-box{
      height: auto;
    }
    .industry-we-serve-wrapper .industry-item .desc-details {
      bottom: 37px;
      padding: 23px;
      left: 7px;
  }
  .industry-we-serve-wrapper .slider-area .slick-slide.slick-active.slick-current .industry-item::before{
    background-image: url(/assets/images/new-home/mob-vertical-arrow.svg);
    width: 12px;
    height: 37px;
    left: calc(50% - 6px);
  }
  .industry-we-serve-wrapper .slider-bottom-areas .indus-name{
    max-width: 100%;
  }
  }
  @media (max-width: 767px) {
  
    .pad-100{padding-block: 32px;}
    .pad-80{padding-block: 32px;}
    .banner-btn {
      font-size: 13px;
    }
    .tech-brilient-wrapper .btn-box{
      justify-content: center;
      display: flex;
    }
    .tech-brilient-wrapper .banner-btn {
      font-size: 16px;
    }
    .row-reverse {
      flex-direction: column-reverse;
    }
    .new-banner-slider .container-fluid {
      padding-inline: 0 ;
    }
  .home-banner-wrapper {
    /* padding-bottom: 0; */
    background-image: unset;
    min-height: 500px;
  }
    .home-banner-wrapper .mob-bg {
      padding-top: 40px;
      display: block;
    }
    .home-banner-wrapper .mob-bg img {
      width: 100%;
    }
    .home-banner-wrapper
      .slider-section
      .new-banner-slider
      .marquee-content
      .item {
      margin-inline: 12px ;
    }
    .home-banner-wrapper
      .slider-section
      .new-banner-slider
      .marquee-content
      .item
      img {
      object-fit: contain;
      max-width: 120px;
      width: 100%;
      max-height: 24px;
      height: 100%;
    }
    .tech-brilient-wrapper {
      padding-block: 32px;
    }
  
    .company-rating-wrapper .company-review-main {
      padding-block: 24px;
      background-size: cover;
    }
    .what-we-offer-wrapper .tab-area .offer-box {
      padding: 12px;
    }
    .how-we-work-wrapper .work-content-box{
      flex-direction: column;
    }
    .how-we-work-wrapper .work-content-box .disc-box{
      width: 100%;
    }
    .how-we-work-wrapper .work-content-box .left-portion .img-box {
      display: none;
  }
  .home-banner-wrapper .item-img .img-box{
    flex-direction: column-reverse;
    display: none;
  }
  
  /* Mobile CLS optimizations */
  .home-banner-wrapper .owl-theme {
    min-height: 300px;
  }
  
  .home-banner-wrapper .owl-theme .item {
    min-height: 300px;
  }
  
  .how-we-work-wrapper .work-content-box .disc-box .disc-card{
    min-width: 218px;
    max-width: 218px;
  }
  .how-we-work-wrapper .work-content-box .disc-box::before{
    left: 184px;
    top: 150px;
    width: 1558px;
  }
  .how-we-work-wrapper .work-content-box .med-title{
    text-align: center;
    margin-bottom: 0;
  }
  .how-we-work-wrapper .work-content-box .disc-box{
    overflow-x: scroll;
    padding-bottom: 16px;
  }
  #noanim-tab-example-tabpane-first .offer-box .offer-list .list-name {
    margin-right: 15px;
  }
  /* Track */
  .how-we-work-wrapper .work-content-box .disc-box::-webkit-scrollbar {
    box-shadow: inset 0 0 5px #DAD2FF;
    border-radius: 8px;
    height: 5px;
    background-color: #DAD2FF;
  }
  
  /* Handle */
  .how-we-work-wrapper .work-content-box .disc-box::-webkit-scrollbar-thumb {
    background: #3B259C;
    height: 5px;
  border-radius: 40px;
  }
  .cta-btn-wrapper .cta-btn-desc{
    padding: 32px 26px;
  }
  .how-we-work-wrapper .work-content-box .disc-box::before {
    content: "";
    background-image: url(/assets/images/new-home/mobile-wave.svg);
  }
  .solution-expert-wrapper .lang-details {
    padding-block: 8px;
    padding-inline: 12px;
    border-radius: 12px;
    max-width: 104px;
    max-height: 108px;
  
  }
  .solution-expert-wrapper .lang-details .img-box{
    width: 56px;
    height: 56px;
  }
  .solution-expert-wrapper .lang-details .img-box img{
    width: 100%;
    height: 100%;
  }
  .solution-expert-wrapper .lang-details .sm-title{
    font-size: 14px;
    line-height: 21px;
  }
  .solution-expert-wrapper .tab-area .offer-box .offer-list li::before {
    top: -8px;
  }
  .solution-expert-wrapper .language-details-list .offer-box {
    gap: 12px;
  
  }
  .industry-we-serve-wrapper .slider-bottom-areas {
    margin-inline: 20px;
  }
  
  .industry-we-serve-wrapper .industry-item .img-box{
    height: auto;
    width: auto;
  }
  .industry-we-serve-wrapper .industry-item .desc-details {
    bottom: 42px;
    padding: 16px 24px 16px 16px;
    left: 12px;
  }
  #noanim-tab-examples-tabpane-third .lang-details, #noanim-tab-examples-tabpane-second .lang-details {
    max-width: 160px;
    max-height: 122px;
    height: 122px;
    text-align: center;
  }
  .form-wrapper .content-box .img-box {
    display: none;
  }
  .form-wrapper .disc {
  text-align: center;
  }
  
  .cta-btn-wrapper .cta-btn-desc .corener-img-wrapper img{
    width: 60px;
    height: 60px;
  }
  .solution-expert-wrapper .tab-area .nav-tabs,
  .custom-solution-wrapper .tab-area .nav-tabs{
  gap: 10px;
  }
  .custom-solution-wrapper .tab-area .nav-tabs .nav-link{
    padding: 11px 24px;
  }
  .form-wrapper .form-areas .submit-btn{
    padding-block: 10px;
    margin-top: 8px;
  }
  .solution-expert-wrapper .tab-area .nav-tabs .nav-link{
    padding: 11px 28px;
  }
  .solution-expert-wrapper .tab-area .offer-box .offer-list .offer-list-name::before{
    bottom: 8px;
    top: unset;
  }
  }
  @media (max-width: 575px) {
  }
  @media (max-width: 360px) {
  }
  
