.ta-technology-page .ta-full-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.ta-technology-page .services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  margin-top: 30px;
}
.ta-technology-page .service-box {
  padding: 32px;
  color: white;
  border-radius: 16px;
  position: relative;
  height: 280px;
}
.ta-technology-page .service-box::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("./../img/bg-card-industry.png");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  border-radius: 16px;
  z-index: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.2;
  pointer-events: none;
}
.ta-technology-page .service-box img {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 32px;
}
.ta-technology-page .service-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.ta-technology-page .service-box p {
  font-size: 16px;
  font-weight: 400;
}
.ta-technology-page .cloud {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(96, 165, 250, 0.8784313725)), to(rgba(37, 100, 235, 0.9176470588)));
  background: linear-gradient(to bottom right, rgba(96, 165, 250, 0.8784313725), rgba(37, 100, 235, 0.9176470588));
}
.ta-technology-page .ai {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(192, 132, 252, 0.9215686275)), to(rgba(146, 51, 234, 0.7960784314)));
  background: linear-gradient(to bottom right, rgba(192, 132, 252, 0.9215686275), rgba(146, 51, 234, 0.7960784314));
}
.ta-technology-page .web {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(52, 211, 153, 0.8901960784)), to(rgba(5, 150, 104, 0.8823529412)));
  background: linear-gradient(to bottom right, rgba(52, 211, 153, 0.8901960784), rgba(5, 150, 104, 0.8823529412));
}
.ta-technology-page .mobile {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(251, 146, 60, 0.9019607843)), to(rgba(234, 90, 12, 0.9058823529)));
  background: linear-gradient(to bottom right, rgba(251, 146, 60, 0.9019607843), rgba(234, 90, 12, 0.9058823529));
}
.ta-technology-page .devops {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(45, 212, 190, 0.8941176471)), to(rgba(13, 148, 137, 0.8784313725)));
  background: linear-gradient(to bottom right, rgba(45, 212, 190, 0.8941176471), rgba(13, 148, 137, 0.8784313725));
}
.ta-technology-page .cybersecurity {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(248, 113, 113, 0.9098039216)), to(#F87171));
  background: linear-gradient(to bottom right, rgba(248, 113, 113, 0.9098039216), #F87171);
}
.ta-technology-page .main-content {
  padding: 40px 20px;
  text-align: center;
}
.ta-technology-page h2 {
  margin-bottom: 20px;
}
.ta-technology-page .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: auto;
}
.ta-technology-page .card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.ta-technology-page .card img {
  max-width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ta-technology-page .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
  margin-top: 30px;
}
.ta-technology-page .tab {
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #646464;
}
.ta-technology-page .tab:hover {
  color: #020202;
}
.ta-technology-page .tab.active {
  color: #000000; /* Change color for active tab */
  background-color: #F1F1F1;
}
.ta-technology-page .tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
}
.ta-technology-page .tab :hover {
  opacity: 1;
}
.ta-technology-page .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding: 10px 25px;
  background: #cbcbcb;
}
.ta-technology-page .ta-tab-body-h {
  min-height: 300px;
  background-color: #f1f1f1;
}
.ta-technology-page .ta-subheading {
  font-size: 18px;
  margin-top: 16px;
  line-height: 23px;
}

@media only screen and (max-width: 991px) {
  .ta-technology-page .services {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ta-section{
  text-align: left;
} 

@media only screen and (max-width:600px) {
  .ta-technology-page .navbar {
    flex-direction: row !important;
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
  }
}

@media only screen and (max-width:600px) {
    .ta-technology-page .navbar {
      flex-direction: row !important;
      display: flex;
      font-weight: 400;
      justify-content: flex-start;
    }
  }