.navmenu .menu-link {
    padding: 0px 0px ! important;
}
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, var(--accent-color),
 color-mix(in srgb, var(--accent-color), #6366f1 30%));
    color: var(--contrast-color);
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom:20px;
}
.main-heading{
    font-size:60px ! important;
}
.icon-wrapper-head{
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.icon-wrapper-head img {
    max-width: 100%;
    height: auto;
}
/* Mega Menu */
.mega-menu {
  width: 800px;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border: none;
}

/* Grid inside dropdown */
.mega-item {
  display: flex;
  gap: 10px;
  padding: 5px;
  margin-bottom: 15px;
}

.mega-item i {
  font-size: 22px;
  color: #0d6efd;
}

.mega-item h6 {
  margin: 0;
  font-weight: 600;
}

.mega-item p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* Hover effect */
.mega-item:hover {
  background: #f5f9fc;
  border-radius: 10px;
  color: #2F4FA3;
  border:1px solid #2F4FA3;
  transition: 0.3s;
}

/* Align dropdown center */
.dropdown-menu[data-bs-popper] {
  left: 50%;
  transform: translateX(-50%);
}
.shine-btn {
  position: relative;
  /*background-image: linear-gradient(to right, #8FB1C1 , #2F4F9F) ! important;*/
      background: var(--accent-color);
  border: 3px solid #ffffff4d;
  overflow: hidden;
  color: #ffffff;
}

/* Shine effect */
.shine-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 40%;
  height: 100%;
   background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
  transform: skewX(-25deg);
}

/* Animation on hover */
.shine-btn:hover::before {
  animation: shine 0.8s ease forwards;
}
.shine-btn::before {
  animation: shine 2s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 992px) {
.hero-title
{
    font-size: 30px !important;
}
.main-heading {
    font-size:32px ! important;
}
}
.faq-section {
  padding: 80px 0;
}

.faq-title {
  text-align: center;
  margin-bottom: 50px;
}

.faq-title h2 {
  font-weight: 700;
}

.faq-title span {
  color: #2F4FA3;
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  background-color: #2F4FA3;
  color: #fff;
}

.accordion-body {
  font-size: 14px;
  color: #6c757d;
}

.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.services .service-card p {
    margin-bottom: 0px;
}
/* Section */
.loan-section {
  padding: 80px 0;
}

/* Heading */
.tags {
  color: #2F4FA3;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.main-title {
  font-weight: 700;
  font-size: 40px;
}

.main-title span {
  color: #2F4FA3;
}

/* Features */
.feature-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

/*.icon-box {*/
/*  width: 95px;*/
/*  height: 45px;*/
/*  background: #ffffff;*/
/*  border-radius: 10px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: #2F4FA3;*/
/*  font-size: 22px;*/
/*}*/

/* Right Card */
.process-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ddd;
}

.step {
  position: relative;
  margin-bottom: 20px;
}

.step-number {
  position: absolute;
  left: -35px;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d1fae5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.step:nth-child(2) .step-number {
  background: #dbeafe;
  color: #2563eb;
}

.step:nth-child(3) .step-number {
  background: #ede9fe;
  color: #7c3aed;
}

.step-box {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
}

.step.active .step-box {
  background: #f3e8ff;
}
/*--------------------------------about us---------------------------------------*/
 .card-custom {
      background: #1d293d;
      border-radius: 16px;
      padding: 25px;
      border: 1px solid rgba(255,255,255,0.08);
       min-height: 100%;
      transition: 0.3s;
    }

    .card-custom:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    }

    .stars i {
      color: #ffc107;
      margin-right: 3px;
    }

    .quote {
      font-size: 16px;
      color: #cbd5e1;
      line-height: 1.7;
      margin-top: 15px;
      padding-top:20px;
      padding-bottom:20px;
        font-style: italic;
    }

    .profile {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .profile-left {
      display: flex;
      align-items: center;
    }

    .avatar {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #000;
      margin-right: 10px;
    }

    .verified {
      color: #ffc107;
    }
    .client-review
    {
     background-color: #0f172b;
    }
   .client-review .section-badge {
      background: #1d293d;
      border: none;
      animation: shadowBlink 1s infinite;
    }
    .client-review .profile strong {
        color: #ffc107;
    }
    .client-review .section-title h2 {
        color: #ffffff;
    }
    .client-review .section-title p {
        color: #ffffff;
    }
    .client-review .section-title .span {
        color: #ffc107;
    }
    @keyframes shadowBlink {
    0%   { box-shadow: 0 0 10px #ffffff; }
    50%  { box-shadow: 0 0 0px transparent; }
    100% { box-shadow: 0 0 10px #ffffff; }
    }
    .about-us-section .step-box {
    text-align: center;
    padding: 20px;
    background:#ffffff;
}

.about-us-section .icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
}

.about-us-section .icon-circle i {
    font-size: 28px;
    color: #2F4FA3;
}

.about-us-section .step-number {
    position: absolute;
    top: -5px;
    left:60px;
    background: #2F4FA3;
    color: #fff;
    font-size: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.about-us-section .step-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000000;
}
/*---------------------------------website page---------------------------------*/
.website-section {
  padding: 80px 0;
  text-align: center;
}

.website-section .process-title {
  font-weight: 700;
}

.website-section .process-title span {
  color: #2F4FA3;
}

.website-section .process-card {
  position: relative;
  padding: 30px 20px;
}

.website-section .process-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  color: #2F4FA3;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.website-section .step-number {
  position: absolute;
      top: 42px;
    left: 56%;
  transform: translateX(50%);
  background: #2F4FA3;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 10;
}

.website-section .process-card h5 {
  font-weight: 600;
  margin-top: 10px;
}

.website-section .process-card p {
  font-size: 15px;
  color: #6c757d;
}
.website-section .icon-wrapper-2 {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;   /* center horizontally */
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center */
  position: relative;
}

/* Circle */
.website-section .circle-bg {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #e8f1fb; /* light grey like your design */
  border-radius: 50%;
  z-index: 0;
}

/* Image center inside circle */
.website-section .icon-wrapper img {
  width: 110px;
  height: auto;
  position: relative;
  z-index: 1;
}
/*---------------------------------Home page------------------------------------*/
.hero-slider .carousel-item {
  height: 90vh;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-slider .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 90%;
  max-width: 850px;
}

.glass-box {
  background: #ffffff0d;
  border: 1px solid #ffffff26;
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
}
.glass-box p {
    font-size:20px;
}
.btn-custom {
  border-radius: 30px;
  padding: 10px 20px;
}

.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 4px;
  border-radius: 10px;
}
.hero-title
{
    color: #fff;
    margin-bottom: 15px;
    font-size: 68px;
    text-shadow: 0 4px 20px #000c, 0 2px 8px #0009;
    margin-bottom: 20px;
    padding: 0;
    font-weight: 900;
    line-height: 1.4;
    display: inline-block;
    position: relative;
}
.btn-services{
    color: var(--contrast-color);
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    border-radius: 50px;
    transition: 0.3s;
}
.btn-services:hover {
    background: #2F4FA3;
    color:#ffffff;
    border: 3px solid #ffffff4d;
}

.about-content h2{
    font-size:48px;
}
.second-heading{
    color:#2F4FA3;
}
.feature {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.feature i {
  color: #2F4FA3;
  font-size: 30px;
}

.feature h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.feature p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.experience-badge-second {
          position: absolute;
    bottom: 30px;
    right: -50px;
    background: #ffffff;
    border: 2px solid #2F4FA3;
    color: #2F4FA3;
    padding: 15px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 4;
    animation: float-badge 3s ease-in-out infinite;
}
.about .experience-badge-second .years {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}
.about .experience-badge-second .text {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}
 .swiper:hover .swiper-wrapper {
          animation-play-state: paused;
        }
    .swiper-wrapper {
      transition-timing-function: linear !important;
    }
    
    .swiper-slide {
      width: auto; /* important for continuous flow */
    }
    .percent::after {
  content: "%";
}
/*--------------------erp software---------------------------------------------*/

 .services .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid #ffffff;
}
.card-1 .icon-bg{
    background: #eff6ff;
}
.card-1 .icon-bg i{
    color: #007aff ! important;
}
.card-2 .icon-bg{
    background: #f0fdf4;
}
.card-2 .icon-bg i{
    color: #00c950 ! important;
}
.card-3 .icon-bg{
    background: #fff7ed;
}
.card-3 .icon-bg i{
    color: #ff6900 ! important;
}
.card-4 .icon-bg{
    background: #ecfeff;
}
.card-4 .icon-bg i{
    color: #00b8db ! important;
}
.card-5 .icon-bg{
    background: #f3e8ff;
}
.card-5 .icon-bg i{
    color: #9810fa ! important;
}
.service-card h6{
    font-size:14px;
}
.icon-box {
  width: 45px;
  height: 45px;
  background: #FFFFFF;
 box-shadow: 0 1px 3px 0 #0000001a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2F4FA3;
}

.ai-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.25);
  margin: auto;
  position: relative;
}

.analysis-box {
  background: #f5f3ff;
  border-radius: 12px;
  padding: 15px;
}
  .main-card {
    border-radius: 20px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 40px rgba(138, 43, 226, 0.3),
                0 0 60px rgba(0, 123, 255, 0.2);
    position: relative;
  }

  .user-msg {
    background: #f1f1f4;
    border-radius: 25px;
    padding: 12px 18px;
    display: inline-block;
    margin-left: 10px;
    color: #555;
  }

  .avatar {
    width: 40px;
    height: 40px;
    background: #dcdcdc;
    border-radius: 50%;
  }

  .response-box {
    background: #f1f5f9;
    border-radius: 15px;
    padding: 20px;
    text-align:start;
    margin-top: 20px;
    border: 1px solid #f1f5f9;
  }

  .response-title {
    color: #2F4FA3;
    font-weight: 600;
  }
  
  /*---------------------------------------banking software-------------------------------------*/
  .why-section {
  padding: 80px 0;
  text-align: center;
  background: #ffffff;
}

.why-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 60px;
  color: #1f2937;
}

/* Icon Circle */
.icon-circle {
  width: 80px ! important;
  height: 80px ! important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

/* Different colors */
.icon-blue {
  background: #e0ecff;
  color: #2b6cb0;
}

.icon-teal {
  background: #d9f3f1;
  color: #0f766e;
}

.icon-purple {
  background: #efe7ff;
  color: #7c3aed;
}

/* Text */
.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: #6b7280;
  max-width: 250px;
  margin: 0 auto;
}
.banking-software .icon-box{
    width: 100px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 #0000001a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2F4FA3;
    }
/*---------------------------------------------digital marketing-----------------------------------*/
.strategy-section {
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-weight: 700;
  margin-bottom: 50px;
}

/* Cards */
.strategy-card {
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* Background styles */
.card-blue {
  background: #eaf2ff;
  border: 1px solid #dbeafe;
}

.card-orange {
  background: #fff1e6;
  border: 1px solid #ddeff4;
}

/* Corner circle */
.strategy-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(0,0,0,0.05);
}

/* Icon */
.digital-marketing .icon-boxs {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.icon-blue {
  background: #2563eb;
}

.icon-orange {
  background: #f97316;
}

/* Text */
.strategy-card h5 {
  font-weight: 700;
}

.strategy-card p {
  font-size: 14px;
  color: #6b7280;
}

/* List */
.feature-list {
  margin-top: 20px;
}

.feature-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

.feature-list i {
  margin-right: 8px;
}

.success {
  color: #16a34a;
}

.warning {
  color: #f59e0b;
}

/* Footer text */
.note {
  margin-top: 40px;
  font-style: italic;
  color: #6b7280;
}
.tools-section {
  background: linear-gradient(135deg, #0b1c2e, #07111d);
  padding: 70px 0;
  text-align: center;
  color: #fff;
}

.tools-section h4 {
  color: #9aa4ad;
  font-weight:700;
  margin-bottom: 40px;
}

.tool-card {
  padding: 15px 8px;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.tool-card i {
  font-size: 20px;
  color: #ffffff;
  padding-right: 3px;
}

.tool-card span {
  font-size: 17px;
  color: #d1d9e0;
}
.tool-card p {
    font-size: 14px;
    margin-top: 10px;
}
.tool-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}
/*---------------------------------------------------footer--------------------------------------------*/
.footer {
  background: #f5f9fc;
  position: relative;
  background: linear-gradient(180deg, #f5f9fc 0%, #eef4fb 100%);
  overflow: hidden;
}

/* Grid pattern */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.2;
}

/* Optional glowing top border */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #00c6ff, #2F4FA3);
}
.footer h2 {
  font-weight: 700;
  font-size:72px;
}
.footer-title-second {
        color: #2F4FA3;
}
.footer-title {
    font-size:24px ! important;
  color: #2F4FA3;
  font-weight: 700 ! important;
  margin-bottom: 15px;
}

.footer a {
  text-decoration: none;
  color: #555;
  display: block;
  margin-bottom: 8px;
}

.footer a:hover {
  color: #2F4FA3;
}

.footer-icon-circle {
  width: 40px;
  height: 40px;
  background: #e8f1fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F4FA3;
}

.office-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.subscribe-box input {
  border-radius: 30px;
  padding: 12px 20px;
}

.subscribe-btn {
  border-radius: 30px;
  padding: 12px 25px;
}
.footer-text{
    font-size:18px;
}
/*----------------------------------Employee Productivity Software------------------------------------*/
.employee-productivity-software .cta-section {
    background: linear-gradient(135deg, #101828, color-mix(in srgb, #101828 70%, #101828));
}
.employee-productivity-software .cta-section .cta-label {
    color: #3f56ba;
    border: 1px solid #3f56ba;
}
.employee-productivity-software .cta-section .btn-cta-primary {
    background: #3f56ba;
    color: #ffffff;
}
.employee-productivity-software .service-card {
    background-color: #f9fafb;
    border:1px solid #f3f4f6;
    box-shadow: none;
}
.employee-productivity-software .service-card:hover {
    background-color: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid #bedbff;
}
.timeline-section {
      background: linear-gradient(135deg, var(--accent-color), 
                  color-mix(in srgb, var(--accent-color) 70%, #6366f1));
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }

    .timeline-line {
    height: 3px;
    background: #5f7de0;
    position: absolute;
    top: 23%;
    left: 19%;
    width: 62%;
    z-index: 0;
    }

    .timeline-step {
      position: relative;
      z-index: 1;
    }

    .circle-icon {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      margin: 0 auto 20px;
      background: transparent;
      border: 4px solid;
    }

    .icon-blue {
      border-color: #4da3ff;
      color: #ffffff;
      background-color: #193cd8;
    }

    .icon-green {
      border-color: #28d17c;
      color: #ffffff;
      background-color: #193cd8;
    }

    .icon-orange {
      border-color: orange;
      color: #ffffff;
      background-color: #193cd8;
    }

    .timeline-text {
      font-size: 14px;
      color: #dcdcdc;
    }
    .timeline-section h2{
        color:#ffffff;
    
    }
    .timeline-card h5{
        color:#ffffff;
        }
@media (max-width: 992px) {
.timeline-line
{
 display:none;
}
}

/*-------------------------------------------------------education software-----------------------------------------------------------*/
 .education-software .service-card h3 {
     padding-left:15px;
 }
 .education-software .service-card .icon-wrapper {
     margin-left:15px;
 }
 /*-----------------------------------------------------multi vendor platform--------------------------------------------------------*/
 .multi-vendor-platform .cta-section {
    background: #441306;
}
.multi-vendor-platform .cta-section .cta-label {
    border:1px solid #F57C00;
    color:#F57C00;
}
.portfolio .cta-section .btn-cta-primary {
    color:#441306;
}
.multi-vendor .section-badge {
    background:#F57C00;
}
.multi-vendor .tags{
   color:#F57C00; 
}
.multi-vendor .main-title span {
    color:#F57C00;
}
.multi-vendor .icon-box {
    color:#F57C00;
    width: 61px;
    height: 50px;
}
/*----------------------------------custom software development------------------------------------*/
.custom-software-development .cta-section {
    background: linear-gradient(135deg, #101828, color-mix(in srgb, #101828 70%, #101828));
}
    .custom-software .feature-box {
      margin-bottom: 40px;
    }

    .custom-software .icon-box {
      width: 95px;
      height: 55px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
    }

   .custom-software .feature-box h5 {
      font-weight: 600;
    }

  .timeline-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
  }

  .timeline-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .step-circle {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F57C00, #F57C00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 20px;
    font-size: 18px;
  }

  .timeline-content h5 {
    margin: 0;
    font-weight: 600;
  }

  .timeline-content p {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 14px;
  }

  @media (max-width: 576px) {
    .timeline-item {
      flex-direction: column;
      text-align: center;
    }

    .step-circle {
      margin-bottom: 10px;
      margin-right: 0;
    }
  }
  .custom-software .cta-section {
    background: linear-gradient(135deg, #101828, 
color-mix(in srgb, #101828 70%, #101828));
}