/*-----------------------------HERO TEXT-----------------------------*/
#textblock7 > div:nth-child(1) {
  margin-bottom: -10px;
  line-height: 1.1;
}
/*------------------------- END HERO TEXT-----------------------------*/

.line-txt {
  line-height: 1.1;
}

/*-----------------------------TABS STYLES-----------------------------*/
#firstTab .nav-tabs,
#secondtab .nav-tabs {
  border-bottom: none !important;
  display: flex;
  flex-flow: row wrap;
  gap: 20px; 
  margin-bottom: 20px !important;
  justify-content: center;                
}

#firstTab .nav-tabs,
#secondtab .nav-tabs {
  border-bottom: none !important;
}

#firstTab .nav-tabs .nav-link,
#secondtab .nav-tabs .nav-link {
  border-radius: 8px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#firstTab .nav-tabs .nav-link:hover,
#secondtab .nav-tabs .nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

#firstTab .nav-tabs .nav-link.active,
#secondtab .nav-tabs .nav-link.active {
  border-radius: 3px !important;
  transform: translateY(-2px) scale(1.06);
  transition: transform 0.15s ease;
  border: none !important;
}

#row24, #row12, #row11, #row14, #row41, #row42, #row43 {
  box-shadow: 4px 11px 10px rgba(0, 0, 0, 0.5);
}

#column21, #column24, #column30, #column37 {
  min-height: 125px !important;
}

.vcenter{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

/*------------------------- END TABS STYLES-----------------------------*/


/*-------------------------LOGO TICKER STYLES---------------------------*/
.ticker-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* Hidden until JS finishes the ticker */
  opacity: 0;
  pointer-events: none;
}

.ticker-wrapper.ticker-ready {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: ticker-scroll 40s linear infinite;
  will-change: transform;
}

.ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-track img {
  display: inline-block;
  margin-right: 40px; 
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*--------------------------END TICKER STYLES---------------------------*/


/*-------------------------TESTIMONIAL STYLES---------------------------*/
#testimonials {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonial1,
#testimonial2,
#testimonial3,
#testimonial4,
#testimonial5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

#testimonial1.active,
#testimonial2.active,
#testimonial3.active,
#testimonial4.active,
#testimonial5.active {
  opacity: 1;
}

#testimonials .testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  padding: 0;
}

#testimonials .testimonial-prev {
  left: 200px;
}

#testimonials .testimonial-next {
  right: 200px;
}
/
#testimonials .testimonial-nav:hover {
  color: rgba(255,255,255,0.85);
}

@media screen and (max-width: 600px){
  #testimonials {
    min-height: 340px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #testimonials .testimonial-prev {
    left: 10px !important;
  }
  #testimonials .testimonial-next {
    right: 10px !important;
  }
}

@media screen and (max-width: 1024px){
  #testimonials {
    min-height: 340px !important;
  }
  #testimonials .testimonial-prev {
    left: 20px;
  }
  #testimonials .testimonial-next {
    right: 20px;
  }
}

/*---------------------END TESTIMONIAL STYLES---------------------------*/

/*---------------------SMART AUTOMATION STYLES---------------------------*/

@media (max-width: 1420px) {
  #column4 .responsive-font-72 {
    font-size: 48px !important;
  }
}