:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration-port: 20s;
  --duration-port-main: 12s;
  --scroll-start-port: 0;
  --scroll-end-port: calc(-100% - var(--gap));
}

body {
  font-family: "Goldplay-Alt-500" !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

@font-face {
  font-family: "Goldplay-Alt-400";
  src: url("./fonts/GoldplayAlt-Regular.woff") format("woff"), url("./font/GoldplayAlt-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Goldplay-Alt-500";
  src: url("./fonts/GoldplayAlt-Medium.woff") format("woff"), url("./font/GoldplayAlt-Medium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Goldplay-Alt-600";
  src: url("./fonts/GoldplayAlt-SemiBold.woff") format("woff"), url("./fonts/GoldplayAlt-SemiBold.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Goldplay-Alt-700";
  src: url("./fonts/GoldplayAlt-Bold.woff") format("woff"), url("./fonts/GoldplayAlt-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



.wrapper {
  margin: 0 auto !important;
}

.custom-container {
  padding: 0 70px;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.middle-content-wrap {
  padding-top: 140px;
}

.common-btn {
  border: none;
  border-radius: 29.44px;
  min-width: 200px;
  height: 57px;
  padding: 12px 20px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Goldplay-Alt-500";
  transition: all 400ms linear;
  background-color: #2087F0;
  border: 0.87px solid #2087F0;
  cursor: pointer;
}

.common-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.common-btn:hover svg path {
  fill: #FFFFFF;
}

.heading {
  font-size: 40px;
  font-family: "Goldplay-Alt-700";
  letter-spacing: 2px;
  color: #ffffff;
}

.food-page-wrapper .funded-by-section {
  padding-top: 80px;
}

.food-page-wrapper .project-thumbnail img {
  height: 112px;
}

.hero-section-food {
  position: relative;
  width: 100%;
  min-height: 713px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 80px;
}

.hero-section-food .video-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-section-food .video-bg-wrap .bg-video,
.hero-section-food .video-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section-food .video-bg-wrap .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.techugo.com/new-assets/img/food-img/video-overlay.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
}

.hero-section-food .hero-content {
  margin: 0 auto;
}

.hero-section-food .hero-content .heading {
  margin-bottom: 25px;
  line-height: 77px;
  font-size: 70.12px;
  color: #FFFFFF;
  font-family: "Goldplay-Alt-600";
}

.hero-section-food .hero-content .heading .text-gold {
  color: #FFE48C;
}

.hero-section-food .hero-content .heading .text-blue {
  color: #5DADFF;
}

.hero-section-food .hero-content .hero-desc {
  font-size: 20px;
  font-family: "Goldplay-Alt-500";
  color: #E8E8E8;
  line-height: 34.94px;
  margin-bottom: 40px;
  max-width: 1190px;
  margin: 0px auto 30px auto;
  letter-spacing: 0%;
}

.hero-section-food .hero-content .hero-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 350px;
  gap: 20px;
}

.hero-section-food .hero-content .hero-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.food-funded-by-section {
  padding-bottom: 40px;
}

.food-funded-by-section .funded-title {
  margin-bottom: 30px;
}

.food-funded-by-section .marquee-track .marquee-item {
  background-color: transparent;
  height: auto;
  width: auto;
  padding: 30px 40px 10px 30px;
}

.food-funded-by-section .marquee-track .marquee-item img {
  height: 80px;
}

.innovative-business-section {
  padding: 0px 0 80px 0;
  background-color: #ffffff;
}

.innovative-business-section .custom-container {
  padding: 0 90px;
}

.innovative-business-section .business-header {
  margin-bottom: 60px;
}

.innovative-business-section .business-header .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #0B1C30;
  line-height: 56.77px;
  margin-bottom: 20px;
}

.innovative-business-section .business-header .section-title .text-blue {
  color: #2087F0;
}

.innovative-business-section .business-header .title-line {
  width: 136px;
  height: 5.68px;
  background-color: #E3E3E3;
  margin-top: 20px;
}

.innovative-business-section .business-header .section-desc {
  font-size: 19.87px;
  font-family: "Goldplay-Alt-500";
  color: #0B1C30;
  line-height: 28.39px;
  margin: 0;
}

.innovative-business-section .business-cards-wrapper .business-card {
  background: #ffffff;
  border: 1.42px solid #C6C6CD;
  border-radius: 17.03px;
  padding: 25px;
  min-height: 400px;
  flex-direction: column;
  transition: all 0.3s ease;
}

.innovative-business-section .business-cards-wrapper .business-card:hover {
  box-shadow: inset 4px 0 0 0 #2087F0, 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #2087F0;
}

.innovative-business-section .business-cards-wrapper .business-card .card-icon {
  margin-bottom: 20px;
}

.innovative-business-section .business-cards-wrapper .business-card .card-icon img {
  height: 28px;
  width: auto;
}

.innovative-business-section .business-cards-wrapper .business-card .card-title {
  font-size: 24.96px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  line-height: 39.74px;
  margin-bottom: 15px;
  color: #0B1C30;
}

.innovative-business-section .business-cards-wrapper .business-card .card-title br {
  display: none;
}

.innovative-business-section .business-cards-wrapper .business-card .card-desc {
  font-size: 19.87px;
  font-family: "Goldplay-Alt-400";
  color: #0B1C30;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
  min-height: 88px;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill {
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill:last-child {
  margin-bottom: 0;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill .pill-label {
  font-size: 17.3px;
  font-family: "Goldplay-Alt-600";
  margin-bottom: 5px;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill .pill-text {
  font-size: 11px;
  font-family: "Goldplay-Alt-500";
  color: #0B1C30;
  line-height: 1.3;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill.pill-blue {
  background-color: #F5F9FF;
  padding: 17.03px;
  height: 74px;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill.pill-blue .pill-label {
  color: #2087F0;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill.pill-green {
  background-color: #E9FFEC;
}

.innovative-business-section .business-cards-wrapper .business-card .card-pill.pill-green .pill-label {
  color: #01730E;
}

.monetization-section {
  padding: 0px 0 0px 0;
  background-color: #ffffff;
}

.monetization-section .monetization-box {
  background-color: #F6F6F6;
  border-radius: 40px;
  padding: 80px;
}

.monetization-section .monetization-box .monetization-header {
  margin-bottom: 60px;
}

.monetization-section .monetization-box .monetization-header .section-title {
  font-size: 41.54px;
  font-family: "Goldplay-Alt-600";
  color: #000000;
  margin-bottom: 30px;
  line-height: 41.93px;
}

.monetization-section .monetization-box .monetization-header .section-title .text-blue {
  color: #2087F0;
}

.monetization-section .monetization-box .monetization-header .section-subtitle {
  font-size: 20.77px;
  font-family: "Goldplay-Alt-400";
  color: #333333;
  margin: 0;
  line-height: 31.16px;
}

.monetization-section .monetization-box .monetization-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.monetization-section .monetization-box .monetization-item .icon-wrap {
  position: relative;
  top: 10px;
  width: 62.31px;
  height: 62.31px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4C4C4;
}

.monetization-section .monetization-box .monetization-item .icon-wrap img {
  width: 16px;
  height: auto;
}

.monetization-section .monetization-box .monetization-item .content-wrap .item-title {
  font-size: 25.96px;
  font-family: "Goldplay-Alt-600";
  color: #323232;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 36.35px;
}

.monetization-section .monetization-box .monetization-item .content-wrap .item-desc {
  font-size: 16px;
  font-family: "Goldplay-Alt-500";
  color: #5C5C5C;
  line-height: 23.2px;
  margin: 0;
}

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

.services-section .custom-container {
  padding: 0 70px;
}

.services-section .services-header {
  margin-bottom: 60px;
}

.services-section .services-header .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #000000;
  line-height: 56.77px;
  margin: 0;
}

.services-section .services-header .section-title .text-blue {
  color: #2087F0;
}

.services-section .services-header .section-desc {
  font-size: 19.87px;
  font-family: "Goldplay-Alt-500";
  color: #0B1C30;
  line-height: 28.39px;
  margin: 0;
}

.services-section .services-content-wrap {
  align-items: stretch;
}

.services-section .services-content-wrap .tabs-list-main {
  position: relative;
  padding-left: 35px;
}

.services-section .services-content-wrap .tabs-scroll-line {
  position: absolute;
  left: 10px;
  top: 35px;
  width: 5.5px;
  height: calc(100% - 70px);
  background: #EAEAEA;
  border-radius: 8px;
  overflow: hidden;
}

.services-section .services-content-wrap .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;
}

.services-section .services-content-wrap .tabs-list-box {
  background-color: #F4F4F4;
  border-radius: 43px;
  padding: 30px 35px;
  height: 663.79px;
  position: relative;
  overflow: hidden;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list {
  height: 100%;
  overflow-y: auto;
  gap: 8px;
  padding-right: 10px;
  margin: 0;
  flex-wrap: nowrap;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list::-webkit-scrollbar {
  width: 0px;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list {
  scrollbar-width: none;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
  background-color: #E5E5E5;
  border-radius: 16px;
  padding: 24px;
  font-size: 18px;
  font-family: "Goldplay-Alt-600";
  color: #4B4B4B;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 10px;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link .tab-num {
  margin-right: 15px;
  font-family: "Goldplay-Alt-700";
  color: #2087F0;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link:hover,
.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active {
  background-color: #2087F0;
  color: #ffffff;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link:hover .tab-num,
.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active .tab-num {
  color: #ffffff;
}

.services-section .services-content-wrap .tab-content-box {
  background-color: #F4F4F4;
  border-radius: 43px;
  padding: 55px 70px;
  height: 100%;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane.active {
  display: block;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-title {
  font-size: 37.41px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  margin-bottom: 25px;
  line-height: 52.38px;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-desc {
  font-size: 20.44px;
  font-family: "Goldplay-Alt-400";
  color: #5C5C5C;
  line-height: 36.88px;
  margin-bottom: 40px;
  min-height: 375px;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-btn {
  font-size: 20px;
  border-radius: 30px;
  font-family: "Goldplay-Alt-500";
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-btn:hover {
  color: white;
}

.services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-btn svg {
  position: static;
  margin-left: 5px;
}

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

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

.powerful-features-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
}

.powerful-features-section .custom-container {
  padding: 0 90px;
}

.powerful-features-section .features-header {
  margin-bottom: 60px;
}

.powerful-features-section .features-header .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #ffffff;
  line-height: 56.77px;
  margin: 0;
}

.powerful-features-section .features-header .section-title .text-blue {
  color: #2087F0;
}

.powerful-features-section .features-header .section-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #D4D4D4;
  line-height: 28.39px;
  margin: 0;
}

.powerful-features-section .features-content-wrap {
  align-items: center;
}

.powerful-features-section .features-content-wrap .tabs-list-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px;
  min-height: 420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 650px;
}

.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list {
  gap: 10px;
}

.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
  background-color: #F2F2F2;
  border-radius: 16px;
  padding: 24px;
  font-size: 18px;
  font-family: "Goldplay-Alt-600";
  color: #4B4B4B;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 12px;
}

.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link .tab-num {
  margin-right: 15px;
  font-family: "Goldplay-Alt-700";
  color: #2087F0;
}

.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link:hover,
.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active {
  background-color: #2087F0;
  color: #ffffff;
}

.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link:hover .tab-num,
.powerful-features-section .features-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active .tab-num {
  color: #ffffff;
}

.powerful-features-section .features-content-wrap .tab-content-box {
  padding: 0 0px;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane.active {
  display: block;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane .tab-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #ffffff;
  margin-bottom: 25px;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane .tab-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #D4D4D4;
  line-height: 28.39px;
  margin-bottom: 40px;
  max-width: 85%;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane .feature-list {
  margin: 0;
  padding: 0;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane .feature-list li {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16.07px;
  font-family: "Goldplay-Alt-600";
  margin-bottom: 25px;
}

.powerful-features-section .features-content-wrap .tab-content-box .feature-tab-pane .feature-list li .icon-wrap {
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.ai-features-section {
  padding: 80px 0 40px 0;
  background-color: #ffffff;
}

.ai-features-section .custom-container {
  padding: 0 90px;
}

.ai-features-section .ai-features-header {
  margin-bottom: 60px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.ai-features-section .ai-features-header .section-title {
  font-size: 45.2px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  line-height: 56.77px;
  margin-bottom: 25px;
}

.ai-features-section .ai-features-header .section-title .text-blue {
  color: #2087F0;
}

.ai-features-section .ai-features-header .section-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #656565;
  line-height: 28.39px;
  margin: 0;
}

.ai-features-section .ai-features-grid .ai-feature-card {
  background-color: #F2F2F2;
  border-radius: 36.53px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.ai-features-section .ai-features-grid .ai-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ai-features-section .ai-features-grid .ai-feature-card .card-title {
  font-size: 20px;
  font-family: "Goldplay-Alt-600";
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.ai-features-section .ai-features-grid .ai-feature-card .card-title .icon-wrap {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-features-section .ai-features-grid .ai-feature-card .card-title .icon-wrap img {
  width: 28.35px;
  height: 28.35px;
}

.ai-features-section .ai-features-grid .ai-feature-card .card-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #656565;
  line-height: 1.6;
  margin: 0;
}

.stats-cta-section {
  padding: 80px 0 0px 0;
}

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

.stats-cta-section .stats-cta-wrap .stats-cta-top {
  margin-bottom: 70px;
  align-items: center;
}

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

.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading .text-yellow {
  color: #FFFF00;
}

.stats-cta-section .stats-cta-wrap .cta-btn {
  background-color: #ffffff;
  color: #191919;
  font-family: "Goldplay-Alt-500";
  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;
}

.stats-cta-section .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;
}

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

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

.stats-cta-section .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;
}

.stats-cta-section .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;
}

.why-choose-section {
  padding: 40px 0 60px 0;
  background-color: #ffffff;
}

.why-choose-section .custom-container {
  padding: 0 100px;
}

.why-choose-section .why-choose-top {
  margin-bottom: 50px;
}

.why-choose-section .why-choose-top .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  line-height: 56.77px;
  margin-bottom: 25px;
}

.why-choose-section .why-choose-top .section-title .text-blue {
  color: #2087F0;
}

.why-choose-section .why-choose-top .choose-btn {
  background-color: #2087F0;
  color: #ffffff;
  font-size: 20px;
  font-family: "Goldplay-Alt-500";
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.why-choose-section .why-choose-top .choose-btn:hover {
  background-color: #176BCA;
  transform: translateY(-2px);
}

.why-choose-section .why-choose-top .choose-btn svg {
  position: static;
}

.why-choose-section .why-choose-top .section-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #656565;
  line-height: 28.39px;
  margin: 0;
}

.why-choose-section .why-choose-bottom .choose-card {
  background-color: #F2F2F2;
  border-radius: 35.63px;
  padding: 35px 28px;
  height: auto;
  margin: 10px;
  transition: all 0.3s ease;
}

.why-choose-section .why-choose-bottom .choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.why-choose-section .why-choose-bottom .choose-card .card-title {
  font-size: 20px;
  font-family: "Goldplay-Alt-600";
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.why-choose-section .why-choose-bottom .choose-card .card-title .icon-wrap {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-section .why-choose-bottom .choose-card .card-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #656565;
  line-height: 25.93px;
  margin: 0;
  min-height: 130px;
}

.why-choose-section .why-choose-bottom .choose-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.why-choose-section .why-choose-bottom .choose-nav-wrap .nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s ease;
}

.why-choose-section .why-choose-bottom .choose-nav-wrap .nav-btn.next-btn svg {
  transform: scaleX(-1);
}

.why-choose-section .why-choose-bottom .choose-nav-wrap .nav-btn:hover {
  transform: scale(1.1);
}

.why-choose-section .why-choose-bottom .choose-nav-wrap .nav-btn:hover path {
  fill: #2087F0;
  opacity: 1;
}

.emerging-tech-section {
  background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
  padding: 100px 0;
}

.emerging-tech-section .custom-container {
  padding: 0 100px;
}

.emerging-tech-section .tech-sticky-content {
  position: sticky;
  top: 120px;
  padding-right: 40px;
  max-width: 720px;
}

.emerging-tech-section .tech-sticky-content .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  line-height: 56.77px;
  margin-bottom: 25px;
}

.emerging-tech-section .tech-sticky-content .section-title.text-white {
  color: #ffffff;
}

.emerging-tech-section .tech-sticky-content .section-title .text-blue {
  color: #3398FF;
}

.emerging-tech-section .tech-sticky-content .section-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #A1A1A1;
  line-height: 28.39px;
  margin-bottom: 30px;
}

.emerging-tech-section .tech-sticky-content .choose-btn {
  background-color: #2087F0;
  color: #ffffff;
  font-size: 20px;
  font-family: "Goldplay-Alt-500";
  border: none;
  border-radius: 30px;
  padding: 12px 35px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.emerging-tech-section .tech-sticky-content .choose-btn:hover {
  background-color: #176BCA;
  transform: translateY(-2px);
}

.emerging-tech-section .tech-sticky-content .choose-btn svg {
  position: static;
}

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

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

.emerging-tech-section .tech-list-wrap .tech-item .tech-num {
  font-size: 30px;
  font-family: "Goldplay-Alt-600";
  color: #55A9FF;
  margin-bottom: 15px;
  line-height: 1;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-title {
  font-size: 30px;
  font-family: "Goldplay-Alt-600";
  color: #ffffff;
  margin-bottom: 15px;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-desc {
  font-size: 14px;
  font-family: "Goldplay-Alt-500";
  color: #D4D4D4;
  line-height: 21.7px;
  margin: 0;
  max-width: 574px;
}

.cost-breakdown-section {
  padding: 80px 0 40px 0;
}

.cost-breakdown-section .custom-container {
  padding: 0 90px;
}

.cost-breakdown-section .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #222222;
  line-height: 56.77px;
}

.cost-breakdown-section .section-title .text-blue {
  color: #2087F0;
}

.cost-breakdown-section .section-title::after {
  content: "";
  display: block;
  width: 90.87px;
  height: 4px;
  background-color: #2087F0;
  margin: 20px auto 0;
  border-radius: 4px;
}

.cost-breakdown-section .cost-tabs-wrap {
  margin-top: 20px !important;
}

.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list {
  gap: 15px;
}

.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item {
  /* border: 2px solid #3A3A3A; */
  border-radius: 30px;
  font-size: 20px;
  height: 58px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item .nav-link {
  color: #060C1D;
  text-decoration: none;
  padding: 15px 35px;
  border: none;
  border-radius: 30px;
  background: transparent;
  border: 2px solid #3A3A3A;
}

.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item .nav-link.active {
  color: #ffffff;
  background-color: #2087F0;
  border-color: #2087F0;
}

.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item:hover,
.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item.active {
  background-color: #2087F0;
  border-color: #2087F0;
  color: #ffffff;
}

.cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item:hover .nav-link {
  color: #ffffff;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content {
  background-color: #F4F4F4;
  border-radius: 43px;
  padding: 50px 50px 50px 30px;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content.show {
  animation: fadeIn 0.5s ease;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content .cost-grid {
  align-items: center;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content .cost-grid .cost-col.border-left-lg {
  border-left: 1px solid #D5D5D5;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content .cost-grid .cost-card {
  padding: 0 60px 0 20px;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content .cost-grid .cost-card .cost-type {
  font-size: 30px;
  font-family: "Goldplay-Alt-600";
  color: #1B1B1B;
  margin-bottom: 20px;
  text-align: left;
}

.cost-breakdown-section .cost-content-wrap .cost-tab-content .cost-grid .cost-card .cost-price {
  background-color: #E2F0FF;
  border-radius: 26px;
  color: #2087F0;
  font-family: "Goldplay-Alt-600";
  font-size: 25px;
  padding: 25px 20px;
  display: inline-block;
  width: 100%;
  border: 2px solid #0071E5;
}

.cost-breakdown-section .cost-info-box {
  background-color: #EDF7FF;
  border-radius: 43px;
  padding: 30px 40px;
}

.cost-breakdown-section .cost-info-box .info-text {
  padding-right: 20px;
}

.cost-breakdown-section .cost-info-box .info-text p {
  font-size: 20px;
  font-family: "Goldplay-Alt-600";
  color: #3D3D3D;
  line-height: 33px;
}

.cost-breakdown-section .cost-info-box .info-text p a {
  color: #2087F0;
  text-decoration: underline !important;
}

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

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

.exact-cost-cta-section .cost-cta-wrap {
  border-radius: 59px;
  padding: 60px 50px 60px 80px;
  overflow: visible;
  background-image: url("https://www.techugo.com/new-assets/img/food-img/cost-estimate-banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 460px;
}

.exact-cost-cta-section .cost-cta-wrap .cta-content {
  padding-right: 50px;
}

.exact-cost-cta-section .cost-cta-wrap .cta-content .cta-title {
  font-size: 55.82px;
  font-family: "Goldplay-Alt-600";
  color: #ffffff;
  line-height: 65.13px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.exact-cost-cta-section .cost-cta-wrap .cta-content .cta-title .text-yellow {
  color: #FFFF00;
}

.exact-cost-cta-section .cost-cta-wrap .cta-content .cta-desc {
  font-size: 19.75px;
  font-family: "Goldplay-Alt-500";
  line-height: 28.22px;
  margin-bottom: 40px;
  color: #ffffff;
}

.exact-cost-cta-section .cost-cta-wrap .cta-content .cta-btn {
  background-color: #ffffff;
  color: #191919;
  font-size: 16px;
  font-family: "Goldplay-Alt-600";
  border-radius: 46px;
  border: none;
  padding: 15px 30px;
  transition: all 0.3s ease;
  /*height: 72px;*/
  min-width: 260px;
}

.exact-cost-cta-section .cost-cta-wrap .cta-content .cta-btn:hover {
  background-color: #2087F0;
  color: #ffffff;
}

.exact-cost-cta-section .cost-cta-wrap .cta-img-wrap {
  position: absolute;
  bottom: -84px;
  right: 0;
  height: calc(103% + 100px);
}

.exact-cost-cta-section .cost-cta-wrap .cta-img-wrap .cta-man-img {
  max-height: 100%;
  object-fit: contain;
  transform: translateY(0px);
}

.roadmap-section {
  padding-top: 20px !important;
}

.roadmap-section .custom-container {
  padding: 0 90px;
}

.roadmap-section .section-title {
  font-size: 45.54px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  line-height: 56.77px;
}

.roadmap-section .section-title .text-blue {
  color: #2087F0;
}

.roadmap-section .section-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #656565;
  line-height: 28.39px;
  margin-bottom: 40px;
}

.roadmap-section .section-desc.max-w-800 {
  max-width: 1250px;
}

.roadmap-section .roadmap-content-wrap {
  align-items: stretch;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box {
  background-color: #F4F4F4;
  border-radius: 54px;
  padding: 60px 40px 40px 40px;
  height: 100%;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item {
  padding: 22.5px 0 22.5px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 45px;
  right: 45px;
  height: 3px;
  width: auto;
  border-radius: 7.47px;
  background-color: #D9D9D9;
  transition: all 400ms linear;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item:first-child {
  padding-top: auto;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item .step-num {
  font-size: 24px;
  font-family: "Goldplay-Alt-600";
  color: #4A4A4A;
  margin-right: 15px;
  display: inline-block;
  transition: color 0.3s ease;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item .step-name {
  font-size: 24px;
  font-family: "Goldplay-Alt-600";
  color: #555555;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item:hover .step-num,
.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item:hover .step-name,
.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item.active .step-num,
.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item.active .step-name {
  color: #2087F0;
}

.roadmap-section .roadmap-content-wrap .roadmap-steps-box .roadmap-list .roadmap-item.active::before {
  content: "";
  position: absolute;
  top: -3.5px;
  left: 45px;
  width: 0;
  height: 4px;
  border-radius: 7.47px;
  background-color: #2087F0;
  animation: roadmapProgress 5s linear forwards;
  z-index: 2;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box {
  background-color: #2087F0;
  border-radius: 49px;
  padding: 50px 0px 0px 0px;
  height: 100%;
  overflow: hidden;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content.active {
  display: flex;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content .detail-text-content {
  padding: 0 80px 0 80px;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content .detail-text-content .detail-title {
  font-size: 44.29px;
  font-family: "Goldplay-Alt-600";
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 64.06px;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content .detail-text-content .detail-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #ffffff;
  line-height: 28.39px;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content .detail-img-wrap {
  margin-top: auto;
}

.roadmap-section .roadmap-content-wrap .roadmap-details-box .roadmap-detail-content .detail-img-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.padd-r-0 {
  padding-left: 0 !important;
}

.padd-l-0 {
  padding-right: 0 !important;
}

@keyframes roadmapProgress {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 90px);
  }
}

.our-solutions-compliance-section {
  padding: 80px 0 40px 0;
}

.our-solutions-compliance-section .custom-container {
  padding: 0 90px;
}

.our-solutions-compliance-section .section-title {
  font-size: 45.42px;
  font-family: "Goldplay-Alt-600";
  color: #060C1D;
  line-height: 56.77px;
}

.our-solutions-compliance-section .section-title .text-blue {
  color: #2087F0;
}

.our-solutions-compliance-section .section-desc {
  font-size: 18px;
  font-family: "Goldplay-Alt-500";
  color: #656565;
  line-height: 28.39px;
}

.our-solutions-compliance-section .cta-demo-btn {
  background-color: #2087F0;
  color: #ffffff;
  font-size: 20px;
  font-family: "Goldplay-Alt-500";
  padding: 12px 25px;
  height: 57px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
  margin-top: 60px;
}

.our-solutions-compliance-section .cta-demo-btn svg {
  margin-left: 10px;
}

.our-solutions-compliance-section .cta-demo-btn:hover {
  color: #ffffff;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #EEEEEE;
  transition: all 0.3s ease;
  border: none;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button {
  width: 100%;
  text-align: left;
  background: #2087F0;
  border: none;
  padding: 20px 25px;
  font-size: 22px;
  font-family: "Goldplay-Alt-600";
  color: #373737;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button span {
  display: inline-block;
  position: relative;
  top: 2px;
  padding-right: 10px;
  max-width: 95%;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button.collapsed {
  background-color: #EEEEEE;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button.collapsed .acoordian-icon {
  transform: rotate(0deg);
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button.collapsed .acoordian-icon path {
  fill: #505050;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button .acoordian-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  width: 15px !important;
  height: 15px !important;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button .acoordian-icon path {
  fill: #ffffff;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button::after {
  content: "";
  display: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0;
  background-image: url("https://www.techugo.com/new-assets/img/food-img/down-arrow-accordian.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("https://www.techugo.com/new-assets/img/food-img/down-arrow-accordian.webp");
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-body {
  padding: 0 25px 25px;
  background: #2087F0;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-body p {
  font-size: 14px;
  font-family: "Goldplay-Alt-500";
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 0;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-body .compliance-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-body .compliance-logos .logo-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 60px;
  height: 70px;
  max-width: 125px;
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item .accordion-body .compliance-logos .logo-box img {
  max-height: 40px;
  object-fit: contain;
  transform: scale(1.1);
}

.our-solutions-compliance-section .our-solutions-compliance-accordion .accordion-item.active-item {
  background-color: #2087F0;
}

.cta-roi-section {
  padding: 80px 0 80px 0;
  background-color: #ffffff;
}

.cta-roi-section .cta-roi-wrap {
  border-radius: 59.17px;
  padding: 80px 40px;
  background-image: url("https://www.techugo.com/new-assets/img/food-img/cost-banner-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-roi-section .cta-roi-wrap .cta-top-labels {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.cta-roi-section .cta-roi-wrap .cta-top-labels .label-text {
  color: #ffffff;
  font-size: 19.75px;
  font-family: "Goldplay-Alt-700";
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

.cta-roi-section .cta-roi-wrap .cta-top-labels .label-divider {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.cta-roi-section .cta-roi-wrap .cta-heading {
  color: #ffffff;
  font-size: 50.82px;
  font-family: "Goldplay-Alt-600";
  line-height: 60.13px;
  margin-bottom: 40px;
}

.cta-roi-section .cta-roi-wrap .cta-heading .text-yellow {
  color: #FFFF00;
}

.cta-roi-section .cta-roi-wrap .cta-btn {
  background-color: #ffffff;
  color: #060C1D;
  font-family: "Goldplay-Alt-500";
  font-size: 16px;
  border: none;
  border-radius: 46px;
  padding: 15px 35px;
  transition: all 0.3s ease;
  height: 72px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
}

.cta-roi-section .cta-roi-wrap .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  color: #2087F0;
}

/* Media Query brackpoints */

/*# sourceMappingURL=food.css.map */
/* Advanced Integrations Section */
.food-page-wrapper .advanced-integrations-section {
  background-color: #ffffff;
}

.food-page-wrapper .advanced-integrations-section .section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 45.42px;
  line-height: 56.77px;
  font-family: "Goldplay-Alt-600";
}

.food-page-wrapper .advanced-integrations-section .section-title .text-blue {
  color: #2087F0;
}

.food-page-wrapper .advanced-integrations-section .title-with-leafs {
  display: inline-block;
  position: relative;
}

.food-page-wrapper .advanced-integrations-section .section-title::before,
.food-page-wrapper .advanced-integrations-section .section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-74%);
  width: 65px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.food-page-wrapper .advanced-integrations-section .section-title::before {
  left: -60px;
  background-image: url('../food-img/leaf-left.svg');
  /* Add your actual path here if you have one */
}

.food-page-wrapper .advanced-integrations-section .section-title::after {
  right: -60px;
  background-image: url('../food-img/leaf-right.svg');
  /* Add your actual path here if you have one */
}

.food-page-wrapper .advanced-integrations-section .section-desc {
  font-size: 18px;
  line-height: 28.39px;
  color: #656565;
  margin-bottom: 20px;
  margin-top: 30px !important;
  font-family: "Goldplay-Alt-500";
}

.food-page-wrapper .advanced-integrations-section .integration-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 15px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.food-page-wrapper .advanced-integrations-section .integration-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}


.food-page-wrapper .advanced-integrations-section .icon-wrap {
  width: 170px;
  height: 170px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.food-page-wrapper .advanced-integrations-section .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.food-page-wrapper .integrations-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.food-page-wrapper .advanced-integrations-section .integration-title {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  font-family: "Goldplay-Alt-600";
}

/* Why Choose Techugo Section */
.food-page-wrapper .why-choose-techugo-section {
  background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
  padding: 80px 0 60px !important;
}

.food-page-wrapper .why-choose-techugo-section .section-title {
  font-size: 45.42px;
  font-weight: 700;
  line-height: 56.77px;
  font-family: "Goldplay-Alt-600";
}

.food-page-wrapper .why-choose-techugo-section .section-title .text-blue {
  color: #2087F0;
}

.food-page-wrapper .why-choose-techugo-section .section-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #C0C0C0;
  font-family: "Goldplay-Alt-500";
  margin-bottom: 50px !important;
  max-width: 90%;
}

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

.food-page-wrapper .why-choose-techugo-section .common-btn {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 16px 25px;
}

.food-page-wrapper .why-choose-techugo-section .custom-blue-btn {
  background-color: #2087F0;
  border-color: #2087F0;
  color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 15px;
  font-size: 20px;

}

.food-page-wrapper .why-choose-techugo-section .custom-blue-btn:hover {
  background-color: #176BCE;
  border-color: #176BCE;
  color: #fff;
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .card {
  background-color: #F0F0F0 !important;
  border-radius: 32px !important;
  overflow: hidden;
  margin-bottom: 20px !important;
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .card-header {
  background-color: transparent;
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .btn {
  width: 100%;
  color: #1A1A1A;
  font-size: 20px;
  font-family: "Goldplay-Alt-500";
  padding: 24px 32px !important;
  background-color: #F0F0F0;
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .btn .acc-icon {
  position: relative;
  top: -5px;

}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .btn .acc-icon svg {

  width: 15px !important;
  height: 15px !important;
}

.choose-us-carousel .owl-stage {
  display: flex;
}

.choose-us-carousel .owl-item {
  display: flex;
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .btn:hover,
.food-page-wrapper .why-choose-techugo-section .custom-accordion .btn:focus {
  text-decoration: none;
  box-shadow: none;
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .acc-icon img {
  transition: transform 0.3s ease;
  width: 16px;
  height: auto;
  opacity: 1;
  filter: saturate(0.5);
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .btn:not(.collapsed) .acc-icon img {
  transform: rotate(180deg);
}

.food-page-wrapper .why-choose-techugo-section .custom-accordion .card-body {
  font-size: 18px;
  line-height: 1.7;
  color: #4B4B4B;
  padding: 0 32px 28px 32px;
  font-family: "Goldplay-Alt-500";

}

/* .common-slider-mob {
  display: none;
  padding: 0px;
} */



.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;
}

.features-content-wrap .common-slider-mob .feature-slider-pane .tab-title {
  font-size: 26.52px;
  font-family: "Goldplay-Alt-600";
  color: #ffffff;
  margin-bottom: 15px;
  border-top: 1px solid #FFFFFF;
  padding-top: 25px;
}

.features-content-wrap .common-slider-mob .feature-slider-pane .tab-desc {
  font-size: 10.51px;
  font-family: "Goldplay-Alt-500";
  color: #D4D4D4;
  line-height: 20.39px;
  margin-bottom: 10px;
  max-width: 100%;
}

.features-content-wrap .common-slider-mob .feature-slider-pane .feature-list {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 20px;
}

.features-content-wrap .common-slider-mob .feature-slider-pane .feature-list li {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 13.26px;
  font-family: "Goldplay-Alt-600";
  margin-bottom: 12px;
}

.features-content-wrap .common-slider-mob .feature-slider-pane .feature-list li .icon-wrap {
  top: 2px;
  left: 2px;
}

.food-page-wrapper .services-section .services-content-wrap .tabs-list-box .tabs-list {
  flex-wrap: initial;
}

.food-page-wrapper .why-hire-content-wrap {
  background: url(https://www.techugo.com/new-assets/img/food-img/road-map-banner1.webp) no-repeat;
  height: 100%;
  min-height: 520px;

}