:root {
  --color-bg-main: #ff4d00;
  --color-bg-second-main: #17375e;
  --color-bg-light: #FFF5F0;
  --color-white: #fff;
  --color-black: #000;
  --color-black-light: #333333;
  --color-bg-shadow: #ff4d0033;
  --color-bg-black-main: #0d0c17;
  --color-border-color: #e2e2e2;
  --color-text: #333333;
}

.tabKP {
  position: relative;
}

.tabKP .nav-pills .nav-link {
  display: flex;
}

.tabKP .nav-pills .nav-link h5 {
  color: #c2c2c2;
}

.tabKP .nav-pills .nav-link p {
  color: #c3c3c3;
}

.tabKP .nav-pills .nav-link p a {
  color: #b3dff3;
}

.tabKP .nav-pills .nav-link.active p a {
  color: #269DD7;
}

.tabKP .nav-pills .nav-link.active p {
  color: #000;
}

.tabKP .nav-pills .nav-link.active h5 {
  color: #333333;
  font-weight: 700;
}

.tabKP .nav-pills .nav-link.active,
.tabKP .nav-pills .show>.nav-link {
  background-color: transparent !important;
  color: unset !important;
}

.tabKP .tabs-navigation__icon-wrap {
  margin-bottom: 8px;
  position: relative;
  width: 82px;
  display: block;
  opacity: 0;
  height: 82px;
}

.tabKP .nav-pills .nav-link.active .tabs-navigation__icon-wrap {
  border-right: 5px solid #333333;
  opacity: 1;
  z-index: 2;
}

.tabKP .tabs-navigation__icon-wrap img {
  width: 74px;
  height: 74px;
  padding-right: 8px;
}

.tabKP .tabs-navigation__content {
  margin-left: 20px;
}

.tabKP .tab-content {
  width: 100%;
  height: 100%;
}

.tabKP .tab-pane {
  position: relative;
  width: 100%;
  height: 100%;
}

.tabKP .tab-pane img {
  position: absolute;
  width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
}

.tabKP .tab-content>.active {
  display: flex;
}

.tabKP .indicator {
  position: absolute;
  content: "";
  background: #c2c2c2;
  width: 1px;
  height: 100%;
  left: 92px;
  z-index: 1;
}

.tabKP:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  height: 100%;
  width: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333333;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: -1;
}

.tabKP .mobileAdvanceSoftware {
  display: none;
}

.tabKP .accordion-button:not(.collapsed) {
  background-color: #2f2f2f;
}

@media screen and (min-width: 2000px) {
  .tabKP:after {
    width: 35%;
  }
}

@media screen and (max-width: 992px) {

  .tabKP .desktopAdvanceSoftware,
  .tabKP:after {
    display: none;
  }

  .tabKP .mobileAdvanceSoftware {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .tabKP .mobileAdvanceSoftware .accordion-item {
    padding-left: 0;
  }

  .tabKP .mobileAdvanceSoftware .accordion-header {
    border: none;
  }

  .tabKP .mobileAdvanceSoftware .accordion-item .accordion-button {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  }
}

.rajat {
  background-color: #f6f9fe;
}

.rajat::before {
  position: absolute;
  content: "";
  width: 100%;
  left: -50%;
  display: block;
  background-color: #fff;
  bottom: 3rem;
  box-shadow: rgba(136, 165, 191, 0.48) -6px 4px 11px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

div#carouselExampleDark .carousel-caption h1 span {
  font-size: 35px;
  font-weight: 600 !important;
  color: var(--primary-dark);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent !important;
  font-family: "Poppins", sans-serif;
}

#independence-slide .carousel-caption {
  width: 20% !important;
  left: 9.7% !important;
  top: 83% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  bottom: initial;
}

#independence-slide .carousel-caption .btn {
  background-color: #F26722;
  color: white;
}

#independence-slide .carousel-caption .btn:hover {
  background-color: #379244;
  color: white;
}

#mobile-solution {
  display: none;
}

.arrow {
  position: absolute;
  bottom: 20px;
  right: 50px;
  transform: translate(-50%, -50%);
  transform: rotate(90deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 4px solid white;
  border-left: 4px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: 0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(15px, 15px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(-15px, -15px);
  }
}

@media (max-width: 767px) {
  div#carouselExampleDark .carousel-caption h1 span {
    font-size: 20px !important;
  }

  .carousel-caption h1 br {
    display: none;
  }

  #independence-slide .carousel-caption {
    top: 7% !important;
    padding: 0px;
    width: 90% !important;
    left: 5% !important;
  }

  .boxes-business {
    display: none;
  }

  #mobile-solution {
    display: block;
  }

  #mobile-solution .scale-up-card {
    position: relative;
    opacity: 0.7;
    height: 70vw !important;
    transform: scale(0.9);
  }

  #mobile-solution .slick-active {
    opacity: 1;
    transform: scale(1);
  }

  #mobile-solution .scale-up-card h3 {
    width: 35vw;
    color: white;
  }

  #mobile-solution .scale-up-card .arrow {
    display: block;
  }

  #mobile-solution .scale-up-card h3 {
    transform: rotate(360deg);
    left: 10px;
    bottom: 15px;
    font-size: 15px;
  }

  .arrow {
    position: absolute;
    bottom: 20px;
    right: 40px;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
  }

  .arrow span {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    transform: rotate(135deg);
    margin: -10px;
    animation: animate 2s infinite;
  }
}

@media (max-width: 400px) {
  div#carouselExampleDark .carousel-caption h1 span {
    font-size: 16px !important;
  }
}

/* css start */
.homebanner {
  background: #f6f9fe;
}

.clients {
  background-color: #f6f9fe;
}

.homebanner .carousel-inner {
  border-radius: 0 !important;
}

.carousel-control-prev-icon {
  color: #000;
  border: 1px solid #26a2dc;
  border-radius: 50%;
}

div#carouselExampleDark .carousel-control-prev {
  left: 0%;
  opacity: 1;
}

div#carouselExampleDark .carousel-control-next {
  right: 0%;
  opacity: 1;
}

.custom-slider-btn {
  border: 1px solid #333333;
  border-radius: 50%;
  color: #333333;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#carouselExampleDark .carousel-caption {
  color: #333333;
}

/* client css */
.clients {
  background-color: #f6f9fe;
}

.clients-bg {
  box-shadow: unset;
  border-radius: unset;
  background-color: unset;
}

.clients img {
  max-width: 50%;
}

.clients-bg::before {
  display: none;
}

#buildBusinessTab.nav-tabs .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

#buildBusinessTab.nav-tabs .nav-item button {
  width: 100%;
  text-transform: unset;
  font-weight: 600;
}

#buildBusinessTab.nav-tabs .nav-link.active,
#buildBusinessTab.nav-tabs .nav-link:hover,
#buildBusinessTab.nav-tabs .nav-link:focus {
  border-radius: 0;
  border: none;
  border-bottom: 3px solid var(--color-bg-main);
  color: var(--color-bg-main);
}

#buildBusinessTab.nav-tabs .nav-link {
  color: #333333;
  border: none;
  border-bottom: 1px solid transparent;
}

.buildBusinessImg img {
  border-radius: 12px;
}

.buildBusinessDetail {
  padding: 20px;
  width: 135%;
  margin-left: -35%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.buildBusinessDetail .businessDetail-title {
  font-weight: 800;
  color: #333333;
}

.buildBusinessDetail p {
  color: #333333;
}

@media only screen and (min-width: 992px) {
  div#carouselExampleDark .carousel-caption {
    width: 380px;
    margin-left: 1%;
  }

  .homebanner {
    padding: 71px 0px 0px 0px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    padding-top: 140px;
  }

  div#carouselExampleDark .carousel-caption h2 {
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .clients {
    background-color: #fff;
  }

  .newCta .cta-Container {
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .rajat::before {
    bottom: 62px;
  }
}

.slidekpright {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
  box-shadow: rgba(136, 165, 191, 0.48) -16px 4px 11px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.slidekpright::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: rgba(136, 165, 191, 0.48) -16px 4px 11px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  position: absolute;
  top: 0;
  right: 100%;
}

.slidekpright::before {
  position: absolute;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  top: 39%;
  right: -43px;
  width: 53%;
  height: 76%;
  border-radius: 30px;
  transform: rotate(45deg) translateY(-50%);
  background: white;
  content: "";
  z-index: -1;
}

.slidekpright h3 {
  font-size: 18px;
}

.slidekpright h2,
.slidekpright h1 {
  font-weight: bold;
}

#carouselExampleDark {
  border-radius: 0 !important;
}

.new-btn-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.new-btn-white:hover {
  color: #000;
  background-color: #fff;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets-new/images/ctabg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-story-content {
  position: absolute;
  background: #fff;
  width: 90%;
  left: 50%;
  text-align: center;
  margin: -14% auto 0;
  border-radius: 10px;
  transform: translateX(-50%);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.mobile-story-content a {
  font-size: unset !important;
}

.mobile-story-content .mobile-play-btn {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  margin: -10% auto 0;
  font-size: unset !important;
}

.mobile-story-content h4 {
  font-size: 15px !important;
  font-weight: 800;
}

.mobile-story-content p {
  font-size: 12px !important;
}

.mobile-story-content h4 {
  font-weight: 800;
}

@media screen and (min-width: 1600px) {
  .rajat::before {
    height: 418px;
  }
}

@media screen and (min-width: 1200px) {
  #newCta .content img {
    margin-left: -40px;
  }
}

@media screen and (min-width: 1500px) {
  .slidekpright::after {
    width: 4500px;
  }

  .slidekpright::before {
    height: 75%;
  }

  .slidekpright h2.main-title,
  .slidekpright h1.main-title {
    font-size: 35px;
  }

  .buildBusinessDetail h3 {
    font-size: 40px;
  }

  .buildBusinessDetail a {
    font-size: 18px;
  }

  .buildBusinessDetail p {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .buildBusinessImg img {
    height: 400px;
  }

  div#carouselExampleDark .carousel-control-prev {
    left: -5%;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -5%;
  }

  div#carouselExampleDark .carousel-control-prev,
  div#carouselExampleDark .carousel-control-next {
    width: 3%;
  }

  div.kp#business-sliders2 .slide img {
    height: 350px;
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {

  .slidekpright h2.main-title,
  .slidekpright h1.main-title {
    font-size: 43px;
  }

  .buildBusinessDetail .businessDetail-title {
    font-size: 40px;
  }

  .buildBusinessDetail a {
    font-size: 20px;
  }

  .buildBusinessDetail p {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .buildBusinessImg img {
    height: auto;
  }

  div.kp#business-sliders2 .slide img {
    height: 400px;
    width: 510px;
  }
}

@media screen and (min-width: 1700px) {
  div#carouselExampleDark .carousel-control-prev {
    left: -5%;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  div#carouselExampleDark .carousel-control-prev {
    left: -2%;
    width: 30px;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -2%;
    width: 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rajat::before {
    height: 365px;
  }

  .slidekpright h2.main-title,
  .slidekpright h1.main-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .buildBusinessDetail h3 {
    font-size: 36px;
  }

  .buildBusinessDetail a {
    font-size: 18px;
  }

  .buildBusinessDetail p {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .buildBusinessDetail h3 {
    font-size: 40px;
  }

  .buildBusinessDetail a {
    font-size: 15px;
  }

  .buildBusinessDetail p {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .buildBusinessImg img {
    height: 400px;
  }

  div.kp#business-sliders2 .slide img {
    height: 300px;
    width: 100%;
  }

  div.kp#business-sliders2 .slick-prev.slick-arrow {
    left: 48%;
  }

  div.kp#business-sliders2 .slick-next.slick-arrow {
    left: 52%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

  .slidekpright h2.main-title,
  .slidekpright h1.main-title {
    font-size: 36px;
  }

  .slidekpright::before {
    top: 39%;
    right: -37px;
    width: 53%;
    height: 76%;
  }

  .background-image {
    background-image: url('/assets-new/images/ctabg1200.webp');
  }

  .rajat::before {
    height: 311px;
  }

  div#carouselExampleDark .carousel-control-prev {
    left: -2%;
    width: 30px;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -2%;
    width: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1025px) {

  .slidekpright h2.main-title,
  .slidekpright h1.main-title {
    font-size: 24px;
  }

  .slidekpright h3 {
    font-size: 16px;
  }

  .slidekpright::before {
    top: 38%;
    right: -31px;
    width: 53%;
    height: 77%;
  }

  .rajat::before {
    height: 257px;
  }

  .custom-slider-btn {
    width: 25px;
    height: 26px;
  }

  div#carouselExampleDark .carousel-control-prev {
    left: -2%;
    width: 26px;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -2%;
    width: 26px;
  }

  .background-image {
    background-image: url("/assets-new/images/ctabgmobile.webp");
  }

  .buildBusinessDetail a {
    font-size: 16px;
  }

  .buildBusinessDetail p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 992px) {
  .buildBusinessSection {
    width: 100%;
    overflow-x: scroll;
  }

  /* #buildBusinessTab{width: 1000px;} */
  .buildBusinessSection::-webkit-scrollbar {
    display: none;
  }

  .background-image {
    background-image: url("/assets-new/images/ctabgmobile.webp");
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .homebanner {
    padding: 40px 0 0 0 !important;
  }

  .slidekpright::before {
    top: 38%;
    right: -16px;
    width: 53%;
    height: 83%;
  }

  .slidekpright h2.main-title,
  .slidekpright h1.main-title {
    font-size: 22px;
  }

  .slidekpright h3 {
    font-size: 14px;
  }

  .slidekpright .btn {
    font-size: 11px;
  }

  .buildBusinessDetail {
    padding: 30px;
  }

  .buildBusinessDetail .businessDetail-title {
    font-size: 22px;
  }

  .buildBusinessDetail a {
    font-size: 16px;
  }

  .buildBusinessDetail p {
    font-size: 16px !important;
  }

  .rajat::before {
    height: 186px;
  }

  .custom-slider-btn {
    width: 25px;
    height: 26px;
  }

  div#carouselExampleDark .carousel-control-prev {
    left: -3%;
    width: 26px;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -3%;
    width: 26px;
  }

  .new-cta-content h3 {
    font-size: 20px;
  }

  .new-cta-content p {
    font-size: 13px !important;
  }

  div.kp#business-sliders2 .slick-prev.slick-arrow,
  div.kp#business-sliders2 .slick-next.slick-arrow {
    bottom: -30px;
  }

  #client-testimonial {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .homebanner {
    padding: 35px 0 0 0 !important;
  }

  .slidekpright::before {
    top: 37%;
    right: -8px;
    width: 53%;
    height: 90%;
  }

  .slidekpright h3 {
    font-size: 9px;
  }

  .slidekpright h2,
  .slidekpright h1 {
    font-size: 14px;
  }

  .slidekpright .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.6rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }

  .buildBusinessDetail {
    padding: 30px;
    width: 90%;
    margin: -100px auto 0;
  }

  .buildBusinessDetail .businessDetail-title {
    font-size: 17px;
  }

  .buildBusinessDetail a {
    font-size: 13px;
  }

  .buildBusinessDetail p {
    font-size: 14px !important;
  }

  .industires-lists h4 {
    font-size: 17px;
  }

  .rajat::before {
    height: 132px;
    bottom: 1rem;
  }

  .custom-slider-btn {
    width: 25px;
    height: 26px;
  }

  div#carouselExampleDark .carousel-control-prev {
    left: -3%;
    width: 26px;
  }

  div#carouselExampleDark .carousel-control-next {
    right: -3%;
    width: 26px;
  }

  .new-cta-content {
    text-align: center;
  }

  .cta-review {
    justify-content: space-around !important;
  }

  .newCta {
    padding-bottom: 0;
  }

  .clients img {
    max-width: 75%;
  }

  .testimonial {
    padding-bottom: 40px;
  }

  .kp-mob-btn {
    margin-top: 85px;
  }
}

@media screen and (max-width: 575px) {
  .mobile-main-title {
    color: #000;
    font-size: 22px !important;
  }

  div#carouselExampleDark .carousel-control-prev {
    left: 1%;
  }

  div#carouselExampleDark .carousel-control-next {
    right: 1%;
  }

  .mainSliderContainer {
    padding: 0 !important;
  }

  .buildBusinessDetail {
    padding: 20px;
    width: 90%;
    margin: -100px auto 0;
  }

  .buildBusinessDetail .businessDetail-title {
    font-size: 17px;
  }

  .buildBusinessDetail a {
    font-size: 13px;
  }

  .buildBusinessDetail p {
    font-size: 14px !important;
  }

  .clients {
    background-color: #f6f9fe;
  }

  .new-cta-content {
    text-align: center;
  }

  .cta-review {
    justify-content: space-around !important;
  }

  .newCta {
    padding-bottom: 0;
  }

  .clients img {
    max-width: 75%;
  }

  section#clients {
    padding: 15px 0;
  }

  .testimonial {
    padding-bottom: 30px;
  }

  .kp-mob-btn {
    margin-top: 70px;
  }

  .mobilestoryslider .carousel-image,
  .mobilestoryslider .carousel-feature {
    overflow: visible !important;
  }
}

@media (max-width: 381px) {
  .quick-contact {
    flex-direction: column;
  }
}

.content {
  position: relative;
  z-index: 1;
}

.section-title h2 {
  color: var(--color-bg-main);
  text-transform: unset;
}

#footer {
  background: #333333;
}

#new-cta-btn .new,
.slidekpright .btn {
  text-transform: unset;
}

.blog .member a:hover::before {
  background: linear-gradient(360deg, rgba(44, 44, 44, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
}

/* Solutions Section new design */
.buildBusinessSection {
  padding-bottom: 20px;
}

.retail .nav-tabs {
  border: none;
}

.retail .buildBusinessTab.nav-tabs .nav-link.active,
.retail .buildBusinessTab.nav-tabs .nav-link:hover,
.retail .buildBusinessTab.nav-tabs .nav-link:focus {
  background-color: var(--color-bg-main);
  color: var(--white);
  border: 1px solid var(--color-bg-main);
  border-left: 4px solid var(--color-bg-main);
}

.retail .buildBusinessTab.nav-tabs .nav-item {
  margin-right: 20px;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.retail .buildBusinessTab.nav-tabs .nav-link {
  border: 1px solid var(--color-bg-main);
  border-left: 4px solid var(--color-bg-main);
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;
  width: 100%;
  text-transform: unset;
  font-weight: 600;
  color: var(--secondary-color);
}

div#industries-slider .slick-next {
  right: 20px;
  cursor: pointer;
}

div#industries-slider .slick-prev {
  left: 20px;
  cursor: pointer;
}

.scroll {
  max-height: 350px;
  overflow: auto;
  scrollbar-width: thin;
  margin-right: 2px;
}

/* Award and Honors start */
.award-main .award-title {
  text-align: center;
  margin-bottom: 60px;
}

.award-main .award-title h2 {
  font-weight: 800;
}

.award-main .award {
  text-align: center;
  height: 100%;
}

.award-main .award img {
  margin-bottom: 20px;
  width: 100%;
}

.award-main .award h3 {
  font-size: 22px;
  font-weight: 700;
}

.award-main .award p {
  font-size: 15px;
}

.award-main .splide {
  height: 100%;
}

.award-main .splide .splide__list {
  height: auto;
}

.award-main .splide .splide__list .splide__slide {
  width: 32% !important;
  height: 100%;
}

.award-main .splide .splide__list .splide__slide img {
  padding: 0px;
  box-shadow: none;
}

/* Award and Honors end */
/* title overlap issue solved */
#industries-slider .industires-title {
  padding: 0px 20px;
}

#industries-slider .industires-lists.catagory-scroll .row,
.industires-lists.manufacturing .row {
  max-height: 310px;
  overflow-y: scroll;
  margin-right: 0px;
}

#industries-slider .industires-lists.catagory-scroll .row .col-4,
.industires-lists.manufacturing .row .col-4 {
  margin-top: 2px;
}

/* new Solutions Section */
/* Scrollable Container */
.scroll-container {
  display: flex;
  height: 100vh;
  overflow-y: auto;
  /* Enable scrolling only here */
  scroll-behavior: smooth;
}

/* Sidebar Navigation */
.side-nav {
  position: relative;
  /* Allow sticky behavior within parent */
}

.side-nav-link {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  padding: 5px 0px;
  font-weight: 400;
  position: relative;
}

.side-nav-link.active,
.side-nav-link:hover {
  color: var(--secondary-color);
  font-weight: bold;
}

.side-nav-link i {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  transition: all 0.5s;
}

.side-nav-link.active i,
.side-nav-link:hover i {
  opacity: 1;
  right: 0px;
}

/* Main Sections */
.side-nav-main {
  position: sticky;
  top: 150px;
}

.side-nav-main .cta.hide {
  display: none !important;
}

.side-nav-main .cta a {
  margin-top: 20%;
}

.side-nav-main .section-title {
  text-align: start;
}

.page-section .top-content {
  background: linear-gradient(to bottom, var(--section-bg) 80%, rgba(38, 162, 220, 0.1019607843) 20%);
  padding: 40px 40px 0px 40px;
  border-radius: 10px;
}

.page-section .top-content .content-image {
  text-align: end;
  display: block;
}

.page-section .top-content .content-image img {
  margin: 40px 0px;
}

.page-section .bottom-content {
  background: linear-gradient(to bottom, #AAD8F1 80%, #7EC1E5 20%);
  padding: 40px 40px 0px 40px;
  border-radius: 10px;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-section .bottom-content img {
  margin: 0px 20px 20px;
}

.page-section:nth-child(even) .bottom-content {
  flex-direction: row-reverse;
}

.page-section:nth-child(even) .bottom-content img {
  margin-right: 50px;
}

.page-section:first-child .bottom-content img {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .boxes {
    margin-bottom: 25px !important;
  }

  /* Award and Honors start */
  .industires-lists {
    padding: 0px 5px;
  }

  .buildBusinessTab {
    width: 1000px;
  }

  .retail .buildBusinessTab {
    width: auto;
  }

  /* new solution section */
  .side-nav {
    display: none;
  }

  .side-nav-main .cta a {
    margin-top: 0;
  }

  .page-section .top-content {
    padding: 30px 30px 0px 30px;
  }

  .page-section .top-content .content-image img {
    margin: 20px 0px;
  }

  .page-section .bottom-content {
    padding: 30px 30px 0px 30px;
  }

  .page-section .bottom-content img {
    width: 35%;
  }
}

@media (max-width: 767px) {

  /* client css */
  div#industries-slider .slick-list {
    padding-top: 10px;
  }

  .retail .buildBusinessTab.nav-tabs .nav-item {
    flex-grow: unset;
  }

  div#industries-slider .slick-next {
    right: 0px;
    font-size: 20px;
  }

  div#industries-slider .slick-prev {
    left: 0px;
    font-size: 20px;
  }

  .slick-initialized .slick-slide h4 {
    font-size: 18px;
    max-width: 95%;
    margin: 0px auto;
  }

  .retail .buildBusinessTab.nav-tabs .nav-item {
    margin-right: 10px;
  }

  .retail .buildBusinessTab.nav-tabs .nav-link {
    width: 120px;
  }

  .boxes h6 {
    font-size: 12px;
  }

  /* Award and Honors start */
  .award-main .award-title {
    text-align: center;
    margin-bottom: 60px;
  }

  .award-main .award {
    text-align: center;
  }

  .award-main .award img {
    margin-bottom: 20px;
    width: 100%;
  }

  .award-main .award h3 {
    font-size: 16px;
  }

  .award-main .award p {
    font-size: 13px !important;
  }

  .award-main .splide .splide__list {
    height: 50%;
  }

  .award-main .splide .splide__list .splide__slide {
    width: 50% !important;
  }

  .page-section .top-content {
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
  }

  .page-section .top-content .content-image img {
    margin: 0px 0px 10px;
  }

  .page-section .bottom-content {
    flex-direction: column !important;
    padding: 20px 20px 0px 20px;
    margin: 5px 0px 10px;
  }

  .page-section .bottom-content img {
    width: 80%;
  }
}

@media (max-width: 350px) {
  .boxes h6 {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  .header-main {
    min-height: 600px;
  }
}

@media (max-width: 550px) {
  .header-main {
    min-height: 750px;
  }
}

.view-more-btn {
  background-color: var(--color-bg-main);
  color: var(--color-white);
  border: 1px solid var(--color-bg-main);
  border-radius: 5px;
}

.view-more-btn a {
  color: var(--color-white);
}

/* new hero section start */

/* HERO */
.truffle-hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.truffle-hero-section .hero-bg {
  position: absolute;
  width: 110%;
  height: 110%;
  background: url('/assets-new/images/truffle-img/pos-img-1.jpg') center/cover no-repeat;
  transform: scale(1);
  transition: transform 0.3s ease-out;
  will-change: transform;
}

/* 🔥 Better overlay for readability */
.truffle-hero-section .hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    radial-gradient(circle at center, rgba(255, 77, 0, 0.25), transparent 70%);
}

/* 🔥 PERFECT CENTER FIX */
.truffle-hero-section .hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 80%;
  margin-top: 4rem;
  transform: translateY(-20px);
  /* optical center fix */
}

/* 🔥 HERO TITLE (PREMIUM LOOK) */
.truffle-hero-section .hero-title {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;

  opacity: 0;
  transform: translateY(50px);
  animation: reveal 1s forwards;
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 10px 40px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(255, 77, 0, 0.25);
}

.truffle-hero-section .hero-title span {
  color: #ff4d00;
  text-shadow:
    0 5px 20px rgba(255, 77, 0, 0.6),
    0 0 35px rgba(255, 77, 0, 0.9);

  position: relative;
}

.truffle-hero-section .hero-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff4d00, transparent);
  opacity: 0.7;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.truffle-hero-section .hero-subtitle {
  margin-top: 10px;
  font-size: clamp(15px, 2vw, 18px);
  opacity: 0.95;
  color: var(--color-white);

  max-width: 700px;
  line-height: 1.6;

  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.7),
    0 0 10px rgba(255, 77, 0, 0.2);
}

.truffle-hero-section .btn {
  margin: 25px 10px 0;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.truffle-hero-section .primary {
  background: linear-gradient(45deg, #ff4d00, #ff7a00);
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 77, 0, 0.4);
}

.truffle-hero-section .primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.truffle-hero-section .primary:hover::before {
  left: 130%;
}

.truffle-hero-section .primary:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 50px rgba(255, 77, 0, 0.7);
}

/* SECONDARY */
.truffle-hero-section .secondary {
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  backdrop-filter: blur(6px);
}

.truffle-hero-section .secondary:hover {
  background: #fff;
  color: #000;
  border-color: #ff4d00;
  box-shadow: 0 0 25px rgba(255, 77, 0, 0.7);
  transform: translateY(-4px);
}

/* NEXT */
.truffle-hero-section .next {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  background: #111;
}

/* truffle btn */
.truffle-btn,
.truffle-btn *,
.truffle-btn :after,
.truffle-btn :before,
.truffle-btn:after,
.truffle-btn:before {
  border: 0 solid;
  box-sizing: border-box;
}

.truffle-btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: var(--color-bg-main);
  background-image: none;
  color: var(--color-white);
  cursor: pointer;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  border: 1px solid var(--color-bg-main) !important;
  margin-right: 10px;
}

.truffle-second-btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: var(--color-white);
  background-image: none;
  color: var(--color-bg-main);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  border: 1px solid var(--color-bg-main) !important;
  margin-right: 0px;
}

.truffle-btn:disabled {
  cursor: default;
}

.truffle-btn:-moz-focusring {
  outline: auto;
}

.truffle-btn svg {
  display: block;
  vertical-align: middle;
}

.truffle-btn [hidden] {
  display: none;
}

.truffle-btn {
  border-radius: 99rem;
  border-width: 2px;
  padding: 0.5rem 3rem;
  z-index: 0;
}

.truffle-btn,
.truffle-btn .truffle-text-container {
  overflow: hidden;
  position: relative;
}

.truffle-btn .truffle-text-container {
  display: block;
}

.truffle-btn .truffle-text-button {
  display: block;
  position: relative;
}

.truffle-btn:hover .truffle-text-button {
  color: var(--color-bg-main);
}

.truffle-btn:hover .truffle-text-button {
  -webkit-animation: move-up-alternate 0.3s forwards;
  animation: move-up-alternate 0.3s forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.truffle-btn:after,
.truffle-btn:before {
  --skew: 0.2;
  background: #fff;
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
}

.truffle-btn:after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
  z-index: -1;
}

.truffle-btn:hover:before {
  --progress: 100%;
}

.truffle-btn:hover:after {
  --progress: -102%;
}

/* Support  Outlet */

.industry-section {
  background: #1c2133;
  padding: 50px 20px;
  text-align: center;
  color: #fff;
}

/* Title */
.industry-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.industry-subtitle {
  color: #bfc3d9;
  font-size: 15px;
  margin-bottom: 40px;
}


.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}


.industry-item {
  padding: 40px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}

.industry-item i {
  font-size: 50px;
  color: #fff;
  margin-bottom: 12px;
}

.industry-item span {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--color-white);
}

.industry-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.industry-item:nth-child(5n) {
  border-right: none;
}

.industry-item:nth-last-child(-n+5) {
  border-bottom: none;
}

.industry-item:nth-last-child(-n+5) {
  border-bottom: none;
}


@media(max-width: 992px) {
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 576px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}