.tech-ai-ml-section {
  background-image: url("../images/technologies/ai_ml/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7rem 0px;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tech-ai-ml-section:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.61), rgba(255, 255, 255, 0));
  z-index: -1;
}
.tech-ai-ml-section .tech-ai-ml-inner {
  width: 100%;
}
.tech-ai-ml-section .tech-ai-ml-content h1 {
  font-size: 64px;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.15;
  font-family: var(--Font-Neue-Power);
  font-weight: 700;
  margin-bottom: 2rem;
}
.tech-ai-ml-section .tech-ai-ml-content h1 span {
  display: block;
  font-family: var(--Font-Neue-Power);
}
.tech-ai-ml-section .tech-ai-ml-content p {
  color: var(--bg-primary);
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.025em;
  font-family: var(--Font-Neue-Power);
}

.tech-services-section {
  padding: 7rem 0px;
  background-color: #fff;
}
.tech-services-section .heading-main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7rem;
}
.tech-services-section .heading-main .h-top-title {
  color: #6a7267;
}
.tech-services-section .heading-main p {
  color: #45484c;
  max-width: 805px;
  margin: auto;
}
.tech-services-section .tech-services-content {
  max-width: 1230px;
  margin: auto;
}
.tech-services-section .ai-goals-content {
  text-align: left;
  max-width: 570px;
}
.tech-services-section .ai-goals-content h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 1.5rem;
  font-family: var(--Font-Neue-Power);
}
.tech-services-section .ai-goals-content p {
  color: #232426;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
  font-family: var(--font-Roboto);
  padding-bottom: 1rem;
  margin-bottom: 0px;
}
.tech-services-section .ai-goals-content .button-div {
  padding-top: 3rem;
}
.tech-services-section .accordion-item {
  border: 0px;
  background-color: transparent;
  margin-bottom: 1.5rem;
}
.tech-services-section .accordion-item:last-child {
  border-bottom: 0px;
}
.tech-services-section .accordion-item .accordion-header .accordion-button {
  color: var(--text-white);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: var(--Font-Neue-Power);
  word-wrap: break-word;
  padding: 0.5rem 0px;
  box-shadow: none;
  border: 0px;
  background-color: transparent;
  border-radius: 0px !important;
  text-transform: capitalize;
}
.tech-services-section .accordion-item .accordion-header .accordion-button:after {
  height: 3px;
  width: 24px;
  border-radius: 6px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/minus.png");
  background-size: 12px 12px;
  background-position: center;
  transform: revert;
}
.tech-services-section .accordion-item .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid #adb5bd;
}
.tech-services-section .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: url("../images/plus.png");
  height: 24px;
  width: 24px;
}
.tech-services-section .accordion-item .accordion-body {
  padding: 0px 0px 32px 1.5rem;
  border-left: 4px solid var(--bg-primary);
  margin-top: 1rem;
}
.tech-services-section .accordion-item .accordion-body p {
  color: #131313;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-Roboto);
  word-wrap: break-word;
  margin-bottom: 0px;
}

.tech-choose-section {
  padding: 7rem 0px;
  background-color: #f8f9fa;
}
.tech-choose-section .heading-main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7rem;
}
.tech-choose-section .heading-main .h-top-title {
  color: #6a7267;
}
.tech-choose-section .mobile-services-card {
  display: block;
  height: 100%;
  padding-bottom: 0PX;
}
.tech-choose-section .mobile-services-card .mobile-services-icon {
  margin-bottom: 1.5rem;
}
.tech-choose-section .mobile-services-card .mobile-services-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--bg-primary);
}
.tech-choose-section .mobile-services-card .mobile-services-icon svg path {
  fill: var(--bg-primary);
}
.tech-choose-section .mobile-services-card .mobile-services-icon i {
  font-size: 1.8rem;
  color: var(--bg-primary);
}
.tech-choose-section .mobile-services-card .mobile-services-card-body {
  padding: 1.5rem;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.tech-choose-section .mobile-services-card .mobile-services-card-body h2 {
  color: #000;
  font-weight: 700;
  font-family: var(--Font-Neue-Power);
  letter-spacing: 0.025em;
  line-height: 150%;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.tech-choose-section .mobile-services-card .mobile-services-card-body p {
  font-weight: 400;
  margin-bottom: 0px;
  font-family: var(--font-Roboto);
  line-height: 150%;
  font-size: 0.875rem;
  color: #45484c;
}
.tech-choose-section .mobile-services-card:hover .mobile-services-card-body {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}

.tech-industri-section {
  padding: 7rem 0px;
  background-color: #fff;
}
.tech-industri-section .heading-main {
  text-align: left;
  max-width: 530px;
}
.tech-industri-section .heading-main .h-top-title {
  margin-bottom: 3rem;
}
.tech-industri-section .heading-main h2 {
  font-size: 40px;
  white-space: pre-line;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 3rem;
  font-family: var(--Font-Power-Grotesk);
}
.tech-industri-section .heading-main p {
  color: #000;
  margin-bottom: 3rem;
  max-width: 513px;
}
.tech-industri-section .servi-technology-right {
  overflow: hidden;
  max-width: 577px;
  margin: auto;
  border-radius: 28px;
  border: 20px solid #000;
}
.tech-industri-section .servi-technology-right .servi-app-img {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tech-industri-section .servi-technology-right img {
  width: 100%;
}
.tech-industri-section .industries-btn {
  display: inline-block;
}
.tech-industri-section .industries-btn .btn-secondary {
  background-color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #8a9197;
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  white-space: nowrap;
  font-weight: 700;
  flex: 1 1 0%;
  min-width: 211px;
  justify-content: center;
  position: relative;
  padding-right: 37px;
}
.tech-industri-section .industries-btn .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230bb2b1' class='size-6 stroke-%5B1.5px%5D duration-150 rotate-0 text-green-400'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'%3E%3C/path%3E%3C/svg%3E%0A");
  border: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  transition: all 0.4s ease-in-out;
}
.tech-industri-section .industries-btn .show::after {
  transform: rotate(90deg);
}
.tech-industri-section .industries-btn .dropdown-menu {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 0px;
  border-radius: 0px;
  padding: 0.25rem;
  padding-top: 18px;
  width: 100%;
}
.tech-industri-section .industries-btn .dropdown-menu li {
  border-bottom: 1px solid rgb(245, 245, 245);
}
.tech-industri-section .industries-btn .dropdown-menu li .dropdown-item {
  padding: 0.5rem 0px;
  width: 100%;
  border: 0 solid #e5e7eb;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  font-family: var(--font-Roboto);
  padding-left: 1.5rem;
  border-left: 3px solid #fff;
  white-space: normal;
  word-break: break-word;
}
.tech-industri-section .industries-btn .dropdown-menu li .dropdown-item:hover {
  border-left: 3px solid var(--bg-primary);
  background-color: var(--bg-hover-200);
}
.tech-industri-section .servi-technology-btn {
  gap: 1.5rem;
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 1279px) {
  .tech-ai-ml-section {
    padding: 9rem 0px 7rem;
  }
  .tech-ai-ml-section .tech-ai-ml-content h1 {
    font-size: 48px;
  }
  .tech-ai-ml-section .tech-ai-ml-content h1 span {
    display: inline-block;
  }
  .tech-services-section {
    padding: 3rem 0px;
  }
  .tech-services-section .heading-main {
    padding-bottom: 3rem;
  }
  .tech-choose-section {
    padding: 3rem 0px;
  }
  .tech-choose-section .heading-main {
    padding-bottom: 3rem;
  }
  .tech-choose-section .mobile-services-card .mobile-services-card-body h2 {
    font-size: 22px;
  }
  .tech-industri-section {
    padding: 3rem 0px;
  }
  .tech-industri-section .heading-main h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .tech-ai-ml-section {
    min-height: 100%;
  }
  .tech-industri-section .heading-main h2 {
    margin-bottom: 2rem;
  }
  .tech-industri-section .heading-main p {
    margin-bottom: 2rem;
  }
  .tech-industri-section .heading-main .h-top-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .tech-ai-ml-section {
    padding: 7rem 0px;
  }
  .tech-ai-ml-section .tech-ai-ml-content h1 {
    font-size: 35px;
    margin-bottom: 1.5rem;
  }
  .tech-services-section .ai-goals-content {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .tech-services-section .ai-goals-content h2 {
    font-size: 24px;
  }
  .tech-services-section .ai-goals-content .button-div {
    padding-top: 1rem;
    text-align: center;
  }
  .tech-services-section .accordion-item {
    margin-bottom: 0.6rem;
  }
  .tech-services-section .accordion-item .accordion-header .accordion-button {
    font-size: 1.3rem;
  }
  .tech-choose-section .benefit-icon {
    margin-bottom: 1rem;
  }
  .tech-choose-section .mobile-services-card .mobile-services-card-body {
    padding: 1rem;
  }
  .tech-choose-section .mobile-services-card .mobile-services-card-body h2 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 1rem;
  }
  .tech-industri-section .heading-main .h-top-title {
    margin-bottom: 1.5rem;
  }
  .tech-industri-section .heading-main h2 {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  .tech-industri-section .heading-main p {
    margin-bottom: 1.5rem;
  }
  .tech-industri-section .servi-technology-right {
    border: 15px solid #000;
  }
}/*# sourceMappingURL=ai-ml.css.map */