.common-slider-mob .owl-carousel .owl-nav,
.common-slider-mob .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.common-slider-mob .owl-carousel .owl-nav button,
.common-slider-mob .owl-carousel .owl-nav button.owl-prev,
.common-slider-mob .owl-carousel .owl-nav button.owl-next {
  background: none !important;
  border: none;
  padding: 0 !important;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}

.btn-desktop-hide {
  display: none !important;
}

.sub-heading .text-blue {
  color: #2087F0;
}

.border-right-left {
  border-left: 1.27px solid #ACACAC;
  border-right: 1.27px solid #ACACAC;
}

.border-right-right {
  border-right: 1.27px solid #ACACAC;
}

.border-right-right {
  border-right: 1.27px solid #ACACAC;
}

.custom-list-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-list-wrap li {
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
}

.custom-list-wrap li img {
  width: 30px;
}

.custom-list-wrap li p {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 16.07px;
  font-family: "Goldplay-Alt-700";
  color: #151515;
  margin: 0;
}

/* Common-tabs Section CSS Start */

.trusted-consulting-section {
  padding: 80px 0 80px 0;
  background-color: #ffffff;
}

.trusted-tabs-left {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 40px 30px;
  display: flex;
  position: relative;
  height: 100%;
  min-height: auto;
}


.trusted-tab-btns {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.trusted-tab-btn {
  background-color: #E8E8E8;
  border: none;
  border-radius: 12px;
  padding: 18px 20px;
  text-align: left;
  font-family: 'GoldplayAlt-SemiBold', sans-serif;
  font-size: 18px;
  color: #4A4A4A;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.trusted-tab-btn .t-num {
  font-weight: 700;
  margin-right: 14px;
  font-size: 15px;
  color: #2087F0;
}

.trusted-tab-btn.active {
  background-color: #2087F0;
  color: #ffffff;
}

.trusted-tab-btn.active .t-num {
  color: #ffffff;
}

.trusted-tab-content-wrap {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.trusted-tab-pane {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.trusted-tab-pane.active {
  display: block;
}

.trusted-tab-pane {
  height: 100%;
}

.trusted-tab-pane .trusted-tab-text-wrap {
  padding: 10px 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.trusted-tab-pane .trusted-tab-text-wrap .trusted-tab-text img.tab-img {
  width: 100%;
  margin-bottom: 10px;
}

.trusted-tab-pane h3 {
  font-family: 'GoldplayAlt-SemiBold', sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
}

.trusted-tab-pane p {
  font-family: 'GoldplayAlt-Medium';
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.trusted-tab-pane .btn-blue-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2087F0;
  color: #ffffff;
  font-family: 'GoldplayAlt-SemiBold';
  font-weight: 600;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}

.trusted-tab-pane .btn-blue-solid:hover {
  background-color: #186ac0;
}

.trusted-tab-pane .btn-blue-solid svg {
  margin-left: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.software-page-wrapper .faq-wrap .accordion-item .accordion-header {
  padding-right: 25px;
}

.max-hight-tab-data .trusted-tabs-left .trusted-tab-btns {
  position: relative;
  flex: 1;
  max-height: 505px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.max-hight-tab-data .trusted-tabs-left {
  position: relative;
}

.max-hight-tab-data .trusted-tabs-left .tabs-scroll-line {
  position: absolute;
  left: -25px;
  top: 0px;
  width: 5.5px;
  height: calc(100% - 25px);
  background: #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
}

.max-hight-tab-data .trusted-tabs-left .tabs-scroll-line .scroll-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #2087F0;
  border-radius: 30px;
  transition: transform 0.1s linear;
}


/* Common-tabs Section CSS End */
/* Common Bootstrap tabs Section CSS Start */
.common-tab-sections {
  position: relative;
}

.common-tab-sections nav .nav-tabs {
  position: relative;
  border: 0;
  margin-bottom: 50px;
  gap: 20px;
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap !important;
  padding-left: 0;
  padding-bottom: 5px;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  justify-content: center;
  /* Firefox */
}

.common-tab-sections nav .nav-tabs::-webkit-scrollbar {
  display: none !important;
}

.common-tab-sections nav>* {
  flex: 0 0 auto;
}

.common-tab-sections nav .nav-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 20px;
  font-family: "Goldplay-Alt-600";
  color: #3D3D3D;
  background: transparent;
  border: 2px solid #3A3A3A;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.15s ease;
  outline: none;
  white-space: nowrap;
}

.common-tab-sections nav .nav-tabs .nav-link.active {
  background: #2087F0;
  color: #ffffff;
  border-color: #2087F0;
  font-family: "Goldplay-Alt-600";
}

/* Common Bootstrap tabs Section CSS End */
.common-cards-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.common-cards-wrap .common-card-box {
  background-color: #E8E8E8;
  border-radius: 40px;
  padding: 40px;
  transition: all 0.3s ease;
}


.common-cards-wrap .common-card-box {
  position: relative;
  font-family: "GoldplayAlt-SemiBold";
  font-size: 30px !important;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.3 !important;
}

.common-cards-wrap .common-card-box h3 {
  font-family: "GoldplayAlt-SemiBold";
  font-size: 30px;
  color: #454545;
}

.common-cards-wrap .common-card-box p {
  font-family: "GoldplayAlt-Medium";
  font-size: 18px;
  color: #868686;
  line-height: 1.6;
  margin: 0;
}

/* Common CSS for mobile View */
/* Common Bullets CSS Start */
.bullets-item {
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}

.bullets-item li::marker {
  position: relative;
  top: 2px;
  color: #2087F0;
  font-size: 22px;
}

.bullets-item li,
.bullets-item li p {
  font-size: 16px;
  color: #151515;
  font-family: "GoldplayAlt-Medium";
}

.bullets-item li p {
  margin-bottom: 5px;
}

/* Common Bullets CSS End */
/* Common  Build Smarter CSS Start Here */
.common-build-smarter-sec {
  padding: 80px 0 80px 0;
}

.common-build-smarter-sec .stats-cta-wrap {
  border-radius: 59.17px;
  padding: 60px 60px;
  color: #ffffff;
  background-image: url("https://www.techugo.com/new-assets/img/generative-img/cost-estimate-banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top {
  margin-bottom: 0px;
  align-items: center;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top .cta-heading {
  font-size: 38.06px;
  font-family: "Goldplay-Alt-600";
  line-height: 46.73px;
  margin-bottom: 10px;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top .cta-heading .text-yellow {
  color: #FFFF00;
}

.common-build-smarter-sec .stats-cta-wrap .cta-btn {
  background-color: #ffffff;
  color: #191919;
  font-family: "Goldplay-Alt-600";
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  padding: 22px 45px;
  display: inline-flex;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  color: #2087F0;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top .cta-desc-wrap {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: white;
  line-height: 28.39px;
  margin: 0;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom {
  margin-top: 40px;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
  font-size: 120px;
  font-family: "Goldplay-Alt-400";
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #FFFFFF;
  line-height: 28.39px;
  margin: 0;
}

.common-challenges-section {
  padding: 80px 0;
}

/* Common  Build Smarter CSS Start Here */


@media (max-width: 1720px) {

  .common-cards-wrap .common-card-box {
    padding: 35px;
  }

  .trusted-tab-pane h3 {
    font-size: 28px;

  }

  .common-cards-wrap .common-card-box h3 {
    font-size: 28px;

  }

  .trusted-tab-content-wrap {
    padding: 40px;

  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
    font-size: 110px;

  }
}

@media (max-width: 1680px) {
  .common-cards-wrap .common-card-box {
    padding: 30px;
  }

  .common-cards-wrap .common-card-box h3 {
    font-size: 26px;

  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
    font-size: 100px;

  }

  .common-tab-sections nav .nav-tabs {
    margin-bottom: 40px;
    gap: 15px;
  }

  .common-tab-sections nav .nav-tabs .nav-link {
    gap: 8px;
    padding: 10px 25px;
  }

  .common-tab-sections nav .nav-tabs .nav-link {
    font-size: 18px;

  }

  .trusted-tabs-left {
    padding: 25px 15px;

  }

  .trusted-tab-pane h3 {

    font-size: 26px;

  }

  .trusted-tab-pane .btn-blue-solid {
    font-size: 18px;

  }

  .trusted-tab-pane .trusted-tab-text-wrap {
    padding: 0px 0px;
  }

  .trusted-tab-pane p {
    font-size: 18px;
    line-height: 1.6;
  }

  .trusted-tab-pane p {
    font-size: 18px;
  }


}

@media (max-width: 1480px) {
  .common-tab-sections nav .nav-tabs .nav-link {
    font-size: 16px;
  }

  .common-cards-wrap .common-card-box p {
    font-size: 16px;
    line-height: 1.5;

  }

  .common-cards-wrap .common-card-box h3 {
    font-size: 24px;

  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
    font-size: 90px;

  }

  .trusted-tab-content-wrap {
    padding: 35px;

  }

  .trusted-tab-pane h3 {

    font-size: 24px;

  }

  .trusted-tab-pane p {

    font-size: 18px;

  }

  .common-cards-wrap .common-card-box {
    padding: 25px;
    margin-bottom: 10px;
  }

  .trusted-tab-pane .btn-blue-solid {
    font-size: 16px;

  }
}

@media (max-width: 1380px) {
  .trusted-tab-pane p {

    font-size: 16px;

  }

  .common-cards-wrap .common-card-box h3 {
    font-size: 22px;

  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
    font-size: 80px;

  }
}

@media (max-width: 1280px) {
  .common-challenges-section {

    padding: 40px 0;
  }

  .common-cards-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}



@media (max-width: 991px) {
  .common-build-smarter-sec .stats-cta-wrap {
    border-radius: 30px;
    padding: 30px 20px;

  }



  .trusted-consulting-section {
    padding: 40px 0 40px 0;
    background-color: #ffffff;
  }

  .trusted-tab-pane p {
    font-size: 16px;
  }

  .trusted-tab-pane p {
    font-size: 16px;
    line-height: 1.5;
  }

  .common-cards-wrap .common-card-box h3 {
    font-size: 20px;

  }

  .common-build-smarter-sec {
    padding: 40px 0 40px 0;
  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom {
    margin-top: 20px;
  }

  .common-build-smarter-sec .moible-cta {
    text-align: center;
  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc {
    font-size: 16px;
  }

  .common-build-smarter-sec .stats-cta-wrap .cta-btn {
    padding: 20px 25px;
  }

  .common-build-smarter-sec .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
    font-size: 60px;
  }

  .btn-mobile-hide {
    display: none !important;
  }

  .btn-desktop-hide {
    display: block !important;
  }

  .trusted-tab-content-wrap {
    padding: 25px;

  }

  .trusted-tab-pane h3 {
    font-size: 20px;
  }

  .trusted-tab-pane p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .mastering-success-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .mastering-success-tabs .tab-btn {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tab-wrapper {
    position: relative;
  }

  .tab-wrapper .trusted-tabs-left .nav .nav-link {
    background-color: #E8E8E8;
    border: none;
    border-radius: 12px;
    padding: 18px 20px;
    text-align: left;
    font-family: 'GoldplayAlt-SemiBold', sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }

  .tab-wrapper .trusted-tabs-left .nav .nav-link.active {
    background-color: #2087F0;
    color: #ffffff;
  }

  /* Accordian CSS for Mobile View */
  .mobile-services-accordion .accordion-header {
    margin: 0;
  }

  .mobile-services-accordion .accordion-button {
    background-color: #E5E5E5;
    border-radius: 10.94px !important;
    padding: 18px 45px 18px 18px;
    font-size: 14px;
    font-family: "Goldplay-Alt-600";
    color: #4B4B4B;
    border: none;
    box-shadow: none;
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
  }

  .hero-section-food .hero-content .hero-btn {
    height: 45px;
    font-size: 15.60px;
    width: 100%;
  }

  .mobile-services-accordion .accordion-button {
    position: relative;
    display: flex;
  }

  .mobile-services-accordion .accordion-button .arrow-icon {
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .mobile-services-accordion .accordion-button:not(.collapsed) {
    background-color: #2087F0;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

  }

  .mobile-services-accordion .accordion-button.collapsed .arrow-icon {

    transform: rotate(0deg);
    transition: all 400ms linear;

  }

  .mobile-services-accordion .accordion-button .arrow-icon {

    transform: rotate(180deg);
    transition: all 400ms linear;

  }

  .mobile-services-accordion .accordion-button.collapsed .arrow-icon path {

    fill: #000;


  }

  .mobile-services-accordion .accordion-button .arrow-icon path {

    fill: #fff;


  }

  .mobile-services-accordion .accordion-button .tab-num {
    color: #2087F0;
    font-family: "Goldplay-Alt-700";
    font-size: 13.68px;
  }

  .mobile-services-accordion #servicesAccordion .accordion-button::after .mobile-services-accordion .accordion-button::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 24px !important;
    top: 50% !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid #4B4B4B !important;
    border-bottom: 2px solid #4B4B4B !important;
    transform: translateY(-50%) rotate(45deg) !important;
    transition: transform 0.2s ease;
    margin-top: -2px;
    z-index: 10;
  }

  .mobile-services-accordion #servicesAccordion .accordion-button:not(.collapsed)::after,

  .mobile-services-accordion .accordion-button:not(.collapsed)::after {
    border-color: #ffffff !important;
    transform: translateY(-50%) rotate(225deg) !important;
    margin-top: 2px;
  }

  .mobile-services-accordion .accordion-collapse {
    background-color: #F8F9FA;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .mobile-services-accordion .accordion-body {
    padding: 0px 24px 24px;
    background-color: #2087F0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 0;
  }

  /* Accordian CSS for Mobile View */

  .common-cards-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .common-cards-wrap .common-card-box {
    border-radius: 20px;
    padding: 20px;
  }

  .trusted-tab-btn {
    padding: 15px 20px;
    font-size: 16px;

  }

  .emerging-tech-section {
    padding: 40px 0 0px 0;
  }

  .emerging-tech-section .tech-sticky-content {
    position: static;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .emerging-tech-section .tech-sticky-content .section-title {
    font-size: 32px;
  }

  .emerging-tech-section .tech-sticky-content .section-title br {
    display: none;
  }

  .emerging-tech-section .tech-list-wrap .tech-item {
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-bottom: 0;
  }

  .emerging-tech-section .tech-list-wrap {
    padding-left: 10px;
  }

  .emerging-tech-section .tech-list-wrap .tech-item {
    padding-left: 0px;
    margin-bottom: 20px;
    border-left: 1px solid #ffffff;
  }

  .emerging-tech-section .custom-container .position-relative .col-lg-6.mb-5.mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .emerging-tech-section .tech-sticky-content .section-title {
    font-size: 21.24px;
  }

  .emerging-tech-section .tech-sticky-content .section-titl br {
    display: none;
  }

  .emerging-tech-section .tech-sticky-content .section-desc {
    font-size: 12px;
    line-height: 17.39px;
  }

  .emerging-tech-section .tech-sticky-content .choose-btn {
    display: none;
  }

  .emerging-tech-section .tech-list-wrap .tech-item {
    border-left: 0px solid #ffffff;
    padding-left: 0;
  }

  .emerging-tech-section .common-slider-mob .tech-list-wrap {
    display: block;
  }

  .left-side .ourwrkbcx-bs {
    width: 100%;
  }

  .left-side h2.text-white,
  .left-side p {
    text-align: center;
  }

  .emerging-tech-section .tech-list-wrap .tech-item .tech-num,
  .emerging-tech-section .tech-list-wrap .tech-item .tech-title {
    font-size: 22.73px;

  }

  .emerging-tech-section .tech-list-wrap .tech-item {

    padding-left: 0px;
    margin-bottom: 0px;

  }

  .emerging-tech-section .tech-sticky-content .choose-btn {
    font-size: 16px;
    padding: 12px 25px;
  }

  .ourwork-wrap {
    padding: 35px 0px;
  }

  .ourwork-wrap .slider-card.feature-slider-pane img {
    border-radius: 19px;
  }

  .ourwork-wrap .common-slider-mob .btn-group-custom {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .trusted-tab-pane p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}