body {
  /* background-color: #fafafa; */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 1.5;
  overflow-x: hidden;
  margin-top: 87px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card::before {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.web::before {
  background-color: #f78f26;
}

.mobile::before {
  background-color: #29b6f6;
}

.custom::before {
  background-color: #66bb6a;
}

.ai::before {
  background-color: #ab47bc;
}

.cloud::before {
  background-color: #ffa726;
}

.service-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.service-desc {
  color: #555;
  font-size: 18px;
}

.service_icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

/* Set icon color to match card top bar */
.web .service_icon {
  color: #f78f26;
}

.mobile .service_icon {
  color: #29b6f6;
}

.custom .service_icon {
  color: #66bb6a;
}

.ai .service_icon {
  color: #ab47bc;
}

.cloud .service_icon {
  color: #ffa726;
}


.sr-block {
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  min-height: 200px;
  color: #252b33;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 30px;
}

.sr1 {
  border-color: #fc9290;
}

.sr-block {
  height: calc(100% - 40px);
}

.sr-block h3 {
  transition: all .3s;
  position: relative;
  line-height: 1.2;
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 0 0 0 80px;
  min-height: 60px;
  display: flex;
  align-items: center;
}



.sr-block h3:after {
  transition: all .3s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 4px;
  height: 60px;
  width: 60px;
  background: #ddd url(https://theonetechnologies.com/images/servicesicon.webp) no-repeat;
}

.sr-block p {
  padding: 13px 0 0 0;
  margin: 0;
}

.sr-block:after {
  position: absolute;
  content: "";
  bottom: -29px;
  right: 0;
  height: 29px;
  width: 100%;
  background: url(https://theonetechnologies.com/images/shadow.webp) right bottom no-repeat;
}

.sr1 h3:after {
  background-color: #fc9290;
  background-position: 0 0;
}

.sr2 {
  border-color: #ffb379;
}

.sr2 h3:after {
  background-color: #ffb379;
  background-position: -180px 0;
}

.sr3 {
  border-color: #5fdbba;
}

.sr3 h3:after {
  background-color: #5fdbba;
  background-position: -300px 0;
}

.sr4 {
  border-color: #8bcfeb;
}

.sr4 h3:after {
  background-color: #8bcfeb;
  background-position: -60px 0;
}

.sr5 {
  border-color: #abdc81;
}

.sr5 h3:after {
  background-color: #abdc81;
  background-position: -540px 0;
}

.nav-tabs .nav-link {
  font-size: 20px;
  margin: 0 8px;
  font-weight: bold;
  color: #000;
  border: 0px;
  border-bottom: 4px solid transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border: 0px;
  border-bottom: 4px solid #000;
  background: transparent;
}

.industry_we_serve i {
  color: #f78f26;
  margin-bottom: 20px;
  display: block;
}

.industry_we_serve {
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry_we_serve:hover {
  background-color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #dee2e6 !important;
}

.industry_we_serve:hover i {
  color: #000 !important;
  /* Or use your brand accent color */
}

.hover-card {
  transition: all 0.3s ease;
}

.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.section_padding {
  padding: 80px 0px;
}

.section-title {
  color: #f78f26;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.process-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;

  position: relative;
}

.process-box {
  flex: 0 1 calc(33.333% - 40px);
  /* 3 equal columns with spacing */
  background: #fff;
  color: #fff;
  border-radius: 20px;
  padding: 30px 20px 50px;
  text-align: center;
  position: relative;
  min-height: 240px;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f78f26;
}

.process-box h3 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.process-box p {
  font-size: 18px;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
}

.process-box .icon {
  font-size: 24px;
}

.process-box .step {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #f78f26;
}


/* Optional connecting dotted lines */
.process-wrapper::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 10%;
  width: 80%;
  height: 2px;
  border-top: 2px dashed #ccc;
  z-index: 0;
}

.process-box .icon i {
  color: #f78f26;
  font-size: 32px;
}

.home-banner {
  position: relative;
  padding-bottom: 180px;
  overflow: hidden;
  background: url(https://theonetechnologies.com/images/sr2bg.webp) left top no-repeat;
}

.home-banner:after {
  padding-bottom: 180px;
  background: url(https://theonetechnologies.com/images/sr2bg.webp);
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  width: 840px;
  height: 100%;
  position: absolute;
  content: '';
  transform: rotate(90deg);
}

.home-banner h1 {
  font-size: 54px;
  font-weight: 900;
  padding: 130px 0 40px 0;
  margin: 0;
}

.home-banner p {
  font-size: 18px;
  padding: 0 0 35px 0;
  margin: 0;
  line-height: 1.42857143;
}

.btn {
  font-weight: 500;
  font-size: 22px;
  height: 54px;
  padding: 12px 25px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition-duration: .3s;
}

.btn-outline {
  border-color: #f78f26;
  color: #fff;
  background-color: #f78f26;
  border-color: #f78f26;
  background: linear-gradient(to right, rgb(247, 143, 38), #f78f26);
}

.btn-outline:hover {
  color: #fff;
  background-color: #f78f26;
  border-color: #f78f26;
}

.bg_light {
  background-color: #fff3de;
  background-image: url('https://themeupdate.c-metric.com/wp-content/uploads/2023/11/bg-shape-1-1.svg');
  background-repeat: repeat;
  background-size: auto;
  overflow-x: hidden;
}

.project-callout {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 80px auto;
  max-width: 1000px;
}

.project-callout h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f78f26;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.project-callout p {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 35px;
  line-height: 1.7;
  z-index: 1;
  position: relative;
}



.project-callout .btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(247, 143, 38, 0.35);
}

.cmetric_about_section {
  padding: 60px 0;
  background: linear-gradient(to right, #fff, #f9f9f9);
}

.about_wrapper {
  gap: 30px;
}

.about_img {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.about_box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.about_box h2 {
  color: #6C2575;
  font-size: 2rem;
  margin-bottom: 20px;
}

.about_box p {
  color: #444;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.btn_about {
  background: #BF3A96;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn_about:hover {
  background: #6C2575;
}

/* Follow Us */
.follow_us_section {
  background-color: #fafafa;
  padding: 40px 0;
  text-align: center;
}

.follow_box h3 {
  font-size: 1.8rem;
  color: #6C2575;
  margin-bottom: 10px;
}

.follow_box p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 20px;
}

.social_links a {
  font-size: 1.6rem;
  margin: 0 15px;
  color: #555;
  transition: color 0.3s, transform 0.3s;
}

.social_links a:hover {
  color: #f78f26;
  transform: scale(1.1);
}



.history-info {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.footer_logo {
  max-height: 40px;
}

.footer_tagline {
  font-size: 0.85rem;
  color: #6c757d;
}

/* Scroll to Top Button */
.scroll_top_btn {
  position: fixed;
  bottom: 40px;
  right: 24px;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scroll_top_btn:hover {
  background: #f1f1f1;
}

.scroll_top_btn i {
  font-size: 1.25rem;
  color: #333;
}

.tab-pane img {
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
}

.tab-pane div {
  font-size: 14px;
  font-weight: 500;
}

.footer {
  background-color: #303030;
  color: #fff;
}

.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}

.footer-wave-path {
  fill: #fffff2;
}

.footer-content {
  padding: 40px 15px 100px;
  position: relative;
}

.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
}

.footer-menu {
  margin-top: 30px;
}

.footer-menu-name {
  color: #f78f26;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  margin-bottom: 10;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.footer-menu-list li {
  margin-top: 5px;
}

.footer-call-to-action-description {
  color: #fffff2;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}

.button:last-of-type {
  margin-right: 0;
}

.footer-call-to-action-button {
  background-color: #f78f26;
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s;
  cursor: pointer;
  position: relative;
}

.footer-call-to-action {
  margin-top: 30px;
}

.footer-call-to-action-title {
  color: #f78f26;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #f78f26;
}

.footer-social-link.linkedin {
  height: 26px;
  left: 3px;
  top: 11px;
  width: 43px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill .2s;
}

.footer-social-link.twitter {
  height: 28px;
  left: 62px;
  top: 3px;
  width: 48px;
}

.footer-social-link.youtube {
  height: 24px;
  left: 123px;
  top: 12px;
  width: 43px;
}

.footer-social-link.github {
  height: 34px;
  left: 172px;
  top: 7px;
  width: 54px;
}

.footer-copyright {
  background-color: #f78f26;
  color: #fff;
  padding: 15px;
}



.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 760px) {
  .footer-wave-svg {
    height: 50px;
  }
}

.footer_logo_box {
  background: #fff3de;
  border-radius: 8px;
  height: 100%;
  padding: 40px;
}

.nav_bar {
  border-bottom: 1px solid #f78f26;
  background-color: #fff;
}

.nav_bar .nav-link.active {
  color: #f78f26;
}

.nav_bar .nav-link {
  padding: 10px 15px !important;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 575px) {
  .process-wrapper::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 0%;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #ccc;
    z-index: 0;
    transform: rotate(90deg);
  }

  .process-box {
    flex: 100%;
  }

  .footer-copyright-text {
    text-align: center;
  }

  .home-banner h1 {
    font-size: 30px;
    font-weight: 900;
    padding: 30px 0 40px 0;
    margin: 0;
  }

  .home-banner {
    padding-bottom: 80px;
  }

  .project-callout h2 {
    font-size: 28px;
  }

  .project-callout,
  .history-info {
    padding: 30px;
  }

  .btn-gradient {
    padding: 14px 26px;
    letter-spacing: 0px;
  }
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  border-radius: 46px;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.bg-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(65%) sepia(74%) saturate(2769%) hue-rotate(345deg) brightness(106%) contrast(94%);
}

.bg-shape {
  position: absolute;
  left: 0;
  top: 0px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(65%) sepia(74%) saturate(2769%) hue-rotate(345deg) brightness(106%) contrast(94%);
  transform: rotate(180deg);
}

.deployment_process {
  position: relative;
  z-index: 1;
}

.float-icon {
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-6px);
  }
}

.animate-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn-gradient {
  background: linear-gradient(to right, rgb(247, 143, 38), #f78f26);
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(247, 143, 38, 0.3);
  transition: all 0.4s ease;
  z-index: 1;
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: capitalize;
  overflow: hidden;
}

.btn-gradient-white {
  background: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: #f78f26;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(247, 143, 38, 0.3);
  transition: all 0.4s ease;
  z-index: 1;
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: capitalize;
  overflow: hidden;
}

.btn-gradient:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(247, 143, 38, 0.4);
  color: #fff;
}

.btn-gradient-white:hover {
  box-shadow: 0 12px 30px rgba(247, 143, 38, 0.4);
  color: #fff;
  background: linear-gradient(to right, rgb(247, 143, 38), #f78f26);
}

/* Shine Animation */
.btn-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.1) 100%);
  transform: skewX(-25deg);
  z-index: 0;
}

.btn-gradient:hover::after {
  left: 130%;
  transition: left 0.6s ease-in-out;
}

.talk_project_section {
  background: linear-gradient(to right, rgba(255, 163, 70, 0.5), rgba(255, 129, 4, 0.7)),
    url('https://t4.ftcdn.net/jpg/03/53/99/55/240_F_353995594_6AW7CYzgqkSTCMktfFSm2XyjvLDzauDX.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 20px;
  position: relative;
}

.talk_project_section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.talk_project_section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
}

@media (max-width: 576px) {
  .talk_project_section h2 {
    font-size: 2rem;
  }
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .about_wrapper {
    flex-direction: column;
  }

  .about_box {
    text-align: center;
  }

  .about-section .image-column .inner-column {
    padding-left: 0px;
    margin-bottom: 60px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 95%;
  }

  .home-banner h1 {
    padding: 0px 0 40px 0;
    margin: 0;
  }

  .home-banner {
    padding-bottom: 80px;
  }

  .history-info {
    padding: 0;
  }
  .btn-gradient-white {   
    padding: 14px 24px;   
    text-align: center;
}
.footer_logo_box {
    padding: 15px;
}.footer_logo {
    max-height: 25px;
}
}
@media (max-width: 475px) {
  .home-banner:after {
    display: none;
}
}
