:root {
  --comparison-table-bg: #feb15333;
  --comparison-table-color: #e87d02;
}

.section-button-white {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
  display: block;
  font-weight: 600;
  line-height: 23.4px;
  width: fit-content;
  margin-top: 20px;
}

.section-button-white:hover {
  background: #ffffff;
  color: var(--primary-color);
}

#what-our-client-say {
  margin-top: 100px;
}

.readmore-btn {
  margin: 0 auto;
}

#hero-section {
  background: url("../images/taxi-app-development-company/Hero-section-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-title span {
  background: var(--normal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#admin-features-section .section-title p {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

#about-us-section .section-title h2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#technology .section-title p,
#review-platforms-section .section-title p {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#our-blogs .section-title p,
#on-demand-delivery-solution .section-title p,
#how-does-the-fox-jek-app-work-section .section-title p,
#indrive-app-feature-section .section-title p,
#web-panels-section .section-title p,
#medicine-delivery-ui-section .section-title p,
#features-section .section-title p {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

#admin-features-section {
  background: url("../images/taxi-app-development-company/Our-services-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  margin-top: 100px;
}

#admin-features-section .all-features {
  max-height: 38rem;
  overflow-y: scroll;
}

#admin-features-section .all-features::-webkit-scrollbar {
  display: none;
}

#admin-features-section .make-diffirent-than-other-list {
  border-radius: 20px;
  border: 1px solid #ffffff4d;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(119, 119, 119, 0.1) 100%
  );
  box-shadow: 0px 0px 10px 5px #0000001a;
  /* backdrop-filter: blur(100px); */
}

#admin-features-section .make-diffirent-than-other-icon {
  position: relative;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 15px;
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(180deg, #feb153 0%, rgba(254, 177, 83, 0) 100%) border-box;
}

#admin-features-section .feature-title {
  background: linear-gradient(#ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#admin-features-section .feature-description {
  color: #ffffff;
}

#how-does-the-fox-jek-app-work-section {
  background: url("../images/taxi-app-development-company/Essential-Fox-Taxi-Features-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px 0 50px;
  margin: 100px 100px 0 100px;
  border-radius: 30px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps {
  overflow-y: scroll;
  height: 31.5rem;
  padding-bottom: 30px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps::-webkit-scrollbar {
  display: none;
}

#how-does-the-fox-jek-app-work-section .step-content {
  margin-bottom: 40px;
  padding-left: 70px;
  position: relative;
  text-align: left;
}

#how-does-the-fox-jek-app-work-section .step-count {
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff1a, #ffffff1a) padding-box,
    linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0) 100%
      )
      border-box;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

#how-does-the-fox-jek-app-work-section .step-content h3 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 600;
  line-height: 30.01px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 10px;
}

#how-does-the-fox-jek-app-work-section .box {
  padding: 20px;
  background: #ffffff1a;
  border-radius: 15px;
  border: 2px solid #ffffff26;
  margin-top: 15px;
}

#how-does-the-fox-jek-app-work-section .step-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
  margin: 0;
}

#how-does-the-fox-jek-app-work-section .step-content:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50px;
  bottom: -40px;
  width: 1px;
  border-left: 2px dashed #ffffff;
}

.cta-3 {
  padding: 0 40px;
  border-radius: 30px 300px 30px 30px;
  background: linear-gradient(96.75deg, #002947 -0.13%, #0268b0 96.74%);
}

.cta-3-image {
  margin-top: -60px;
}

#cta-3 {
  margin-top: 60px;
}

#cta-3 .section-button-white:hover {
  color: #140249;
}

.indrive-app-feature-card {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 227, 207, 0.5) 0%,
    rgba(254, 235, 222, 0.5) 100%
  );
  border: 1px solid #ff7a1a80;
  border-radius: 20px;
}

.indrive-app-feature-image {
  background: #ffffff;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 10px;
  margin-top: -30px;
  box-shadow: 0px 0px 10px 0px #00000026;
}

.indrive-app-feature-body .card-title {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30.01px;
  color: #e87d02;
}

.indrive-app-feature-body .card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}

.indrive-app-feature-card:hover {
  background: linear-gradient(109deg, #f8a713 12.81%, #d57200 87.19%);
  border: 1px solid #ffffff;
}

.indrive-app-feature-card:hover .indrive-app-feature-body .card-text,
.indrive-app-feature-card:hover .indrive-app-feature-body .card-title {
  color: #fff;
}

#features-section .tab-content {
  padding: 20px 100px 0 100px;
}

#features-section .tabs-section .nav-tabs {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: scroll;
  border-radius: 50px;
  column-gap: 10px;
  padding: 5px;
  border: 0;
  width: fit-content;
  max-width: 100%;
  background: var(--normal-gradient);
  box-shadow: 0px 0px 15px 0px #0000004d;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

#features-section .tabs-section .tab-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 31.2px;
  color: #ffffff;
  margin: 0;
}

#features-section .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border-radius: 50px;
  padding: 8px 40px;
  margin: auto;
}

#features-section .handyman-ui-tab .nav-tabs .nav-link {
  background: transparent;
  border: 1px solid #ffffff;
  width: max-content;
}

#features-section .handyman-ui-tab .nav-tabs .nav-link.active {
  background: #ffffff;
}

#features-section .handyman-ui-tab .nav-tabs .nav-link.active .tab-title {
  background: var(--normal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

#features-section .feature-list {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  background: #ff7a1a0d;
  box-shadow: none;
}

#features-section .feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#features-section .feature-title h3 {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  color: #303030;
}

#features-section .feature-list:hover h3 {
  background: var(--normal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features-section .feature-description {
  font-size: 18px;
  font-weight: 400;
}

#features-section .feature-icon {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(
        135deg,
        rgba(255, 170, 1, 0.4) 0%,
        rgba(255, 170, 1, 0) 100%
      )
      border-box;
  flex-shrink: 0;
  flex-grow: 0;
}

.cta-1-bg {
  border-radius: 250px 0px 0px 30px;
  background: radial-gradient(
    65.78% 120.97% at 34.22% 28.05%,
    #3e5d04 0%,
    #203100 100%
  );
  margin: 50px 0 0 0;
}

.cta-1-content {
  margin-left: 150px;
}

.cta-1-image {
  margin: -50px 0 0 0;
}

#cta-1 .custom-container-left {
  padding-left: 6%;
}

#cta-1 .section-button-white:hover {
  color: #324b02;
}

#web-panels-section .website-all-features {
  padding-right: 100px;
}

#web-panels-section {
  background: url("../images/taxi-app-development-company/admin-panel-features-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 50px 0 20px 0;
}

#web-panels-section .what-make-our-script-special-list {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(103, 103, 103, 0.1) 100%
  );
  border: 1px solid #ffffff4d;
  box-shadow: 0px 0px 15px 0px #00000040;
}

#web-panels-section .what-make-our-script-special-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#web-panels-section .what-make-our-script-special-title h3 {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

#web-panels-section .what-make-our-script-special-icon {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  background: white;
  flex-shrink: 0;
  flex-grow: 0;
}

#web-panels-section .what-make-our-script-special-description {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

#web-panels-section .what-make-our-script-special-list:hover {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #00000040;
  backdrop-filter: blur(50px);
}

#web-panels-section
  .what-make-our-script-special-list:hover
  .what-make-our-script-special-icon {
  background: #feb15326;
}

#web-panels-section
  .what-make-our-script-special-list:hover
  .what-make-our-script-special-description {
  color: #303030;
}

#web-panels-section
  .what-make-our-script-special-list:hover
  .what-make-our-script-special-title
  h3 {
  background: var(--normal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.on-demand-delivery-solution-row h4,
.on-demand-delivery-solution-row a {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 10px 0;
  display: block;
}

.on-demand-delivery-solution-row .card-1 h4,
.on-demand-delivery-solution-row .card-1 a {
  color: #d69f06;
}

.on-demand-delivery-solution-row .card-2 h4,
.on-demand-delivery-solution-row .card-2 a {
  color: #00a8e2;
}

.on-demand-delivery-solution-row .card-3 h4,
.on-demand-delivery-solution-row .card-3 a {
  color: #22ab6a;
}

.on-demand-delivery-solution-row .card-4 h4,
.on-demand-delivery-solution-row .card-4 a {
  color: #ea0b8c;
}

.on-demand-delivery-solution-row .card-5 h4,
.on-demand-delivery-solution-row .card-5 a {
  color: #141b26;
}

.on-demand-delivery-solution-row .card-6 h4,
.on-demand-delivery-solution-row .card-6 a {
  color: #e7b318;
}

#ai-section {
  background: url("../images/taxi-app-development-company/Advanced-Features-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  margin-top: 100px;
  min-height: 600px;
}

.ai-accordion {
  padding-top: 40px;
}

.ai-accordion .accordion-item {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(119, 119, 119, 0.1) 100%
  );
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: visible;
  box-shadow: 0px 0px 10px 5px #0000001a;
  backdrop-filter: blur(100px);
}

.ai-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.ai-accordion .accordion-button {
  background: transparent;
  color: #fff !important;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  border: none;
  box-shadow: none !important;
  display: flex;
  align-items: center;
}

.ai-accordion .accordion-button::after {
  display: none;
}

.ai-accordion .faq-icon {
  flex-shrink: 0;
  margin-left: auto;
}

.ai-accordion .accordion-button.collapsed .faq-icon-open {
  display: none;
}

.ai-accordion .accordion-button.collapsed .faq-icon-close {
  display: block;
}

.ai-accordion .accordion-button:not(.collapsed) .faq-icon-open {
  display: block;
}

.ai-accordion .accordion-button:not(.collapsed) .faq-icon-close {
  display: none;
}

.ai-acc-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(180deg, #f7a11d 0%, rgba(247, 161, 29, 0) 100%) border-box;
}

.ai-accordion .accordion-body {
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}

#cta-2 {
  margin-top: 180px;
}

.cta-2 {
  background: radial-gradient(
    70.53% 97.42% at 29.47% 21.01%,
    #016c7e 0%,
    #002127 100%
  );
  border-radius: 220px 0px 0px 220px;
}

.cta-2-image {
  margin-top: -18%;
}

.cta-2-content {
  padding: 0 10px 0 100px;
}

#cta-2 .section-button-white:hover {
  color: #014350;
}

#medicine-delivery-ui-section {
  background: url(../images/taxi-app-development-company/UI-section-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 40px 0;
  margin-top: 100px;
}

#medicine-delivery-ui-section .nav-item {
  background: #ffffff26;
  border: 1px solid #ffffff;
  border-radius: 40px;
  backdrop-filter: blur(50px);
}

#medicine-delivery-ui-section .nav-link {
  margin: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  color: #ffffff;
  display: flex;
  padding: 5px;
  align-items: center;
  border: 0;
  border-radius: 40px;
  width: max-content;
}

#medicine-delivery-ui-section .nav-link:hover,
#medicine-delivery-ui-section .nav-link.active {
  background: #ffffff;
  border-radius: 40px;
}

#medicine-delivery-ui-section .nav-link:hover .tab-title,
#medicine-delivery-ui-section .nav-link.active .tab-title {
  background: var(--neon-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

#medicine-delivery-ui-section .nav-link:hover .medicine-delivery-tab-icon,
#medicine-delivery-ui-section .nav-link.active .medicine-delivery-tab-icon {
  background: var(--neon-gradient);
}

#medicine-delivery-ui-section .nav-link:hover .medicine-delivery-tab-icon path,
#medicine-delivery-ui-section
  .nav-link.active
  .medicine-delivery-tab-icon
  path {
  fill: #ffffff !important;
}

/* 
.medicine-delivery-tab-contant img:hover {
    transform: scale(1.04);
} */

.medicine-delivery-tab-icon {
  background: #ffffff;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

/* .ui-slider .swiper-wrapper:hover {
    animation-play-state: paused
} */

.ui-slider .swiper-wrapper {
  white-space: nowrap;
  user-select: none !important;
}

.ui-slider.swiper-slide {
  flex-shrink: 0;
}

/* 
@keyframes ui-slideScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
} */

/*
@keyframes ui-slideScroll-mobile {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }
} */

/* @media only screen and (max-width:768px) {
    .ui-slider .swiper-wrapper {
        animation: 30s linear infinite ui-slideScroll-mobile
    }
} */

/* @media only screen and (min-width:769px) {
    .ui-slider .swiper-wrapper {
        animation: 35s linear infinite ui-slideScroll
    }
} */

.keywords-border-box {
  border: 1px solid #ffb55e;
  background: #ffe9d0;
  backdrop-filter: blur(124px);
}

.keywords-border-box:hover {
  background: var(--normal-gradient);
  color: #ffffff;
  border: 1px solid transparent;
}

.provide-content-bg {
  background: #fff0dd;
  padding: 30px 30px 30px 33%;
  border-width: 2px 0;
  border-style: solid;
  border-color: #ffb55e;
}

.provide-img-bg img {
  border-radius: 35px 0 0 35px;
}

#what-we-provide-section {
  /* z-index: -2; */
  position: relative;
}

.run-business-modules-box {
  position: relative;
}

@media only screen and (max-width: 1600px) {
  #how-does-the-fox-jek-app-work-section {
    padding: 20px 20px 0 20px;
  }

  #how-does-the-fox-jek-app-work-section .how-work-steps {
    height: 26rem;
  }

  #how-does-the-fox-jek-app-work-section {
    margin: 100px 50px 0 50px;
  }

  #features-section .tab-content {
    padding: 20px 50px 0 50px;
  }

  .cta-1-content {
    margin-left: 70px;
  }

  #web-panels-section .website-all-features {
    padding-right: 20px;
  }

  #cta-2 .section-title-new.white {
    font-size: 30px;
  }

  .provide-content-bg {
    padding: 30px 20px 30px 10%;
  }

  .cta-2-image {
    margin-top: -15%;
  }

  .cta-2 {
    border-radius: 150px 0px 0px 150px;
  }

  #cta-2 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1400px) {
  .cta-1-content .section-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #ai-section {
    min-height: 100%;
  }

  .cta-1-bg {
    border-radius: 150px 0px 0px 30px;
  }

  .cta-2-image {
    margin-top: -10%;
  }

  #cta-2 {
    margin-top: 50px;
  }

  .cta-2 {
    border-radius: 50px 0px 0px 50px;
  }
}

@media only screen and (max-width: 1250px) {
  #how-does-the-fox-jek-app-work-section {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #how-does-the-fox-jek-app-work-section .step-content {
    margin-bottom: 20px;
    padding-left: 65px;
  }

  #how-does-the-fox-jek-app-work-section .how-work-steps {
    height: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .cta-2-image {
    margin-top: 10px;
  }

  .cta-2 {
    border-radius: 0;
  }

  #cta-2 {
    margin-top: 0px;
  }

  #admin-features-section .all-features {
    max-height: unset;
    overflow-y: unset;
  }

  #cta-3 {
    margin-top: 50px;
  }

  .cta-1-bg {
    border-radius: 20px;
    margin: 0 0 0 0;
  }

  .cta-1-image {
    border-radius: 25px;
    margin: 20px 0 0 0;
  }

  .cta-1-content {
    margin-left: 20px;
  }

  #cta-1 .custom-container-left {
    padding: 0px 50px 0 50px;
  }

  .provide-img-bg {
    border-radius: 0;
    padding: 0 0 0 0px;
  }

  .provide-img-bg img {
    border-radius: 0;
  }

  .admin-panel-img {
    position: sticky;
    top: 15%;
  }
}

@media only screen and (max-width: 992px) {
  #admin-features-section .section-title p,
  #about-us-section .section-title h2,
  #technology .section-title p,
  #review-platforms-section .section-title p,
  #our-blogs .section-title p,
  #on-demand-delivery-solution .section-title p,
  #how-does-the-fox-jek-app-work-section .section-title p,
  #indrive-app-feature-section .section-title p,
  #web-panels-section .section-title p,
  #medicine-delivery-ui-section .section-title p,
  #features-section .section-title p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-2-row {
    border-radius: 20px;
    padding: 20px;
  }

  #cta-2 {
    margin-top: 0px;
  }

  .cta-2-image {
    margin: 0;
  }

  #cta-2 .custom-container-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-1-content {
    padding: 20px 20px 0 20px;
  }

  #cta-1 .custom-container-left {
    padding: 0px 20px 0 20px;
  }

  .cta-1-image {
    margin: 0;
  }

  .cta-1-content {
    margin-left: 0px;
  }

  .cta-3-image {
    margin: 0;
  }

  #cta-3 {
    margin-top: 0px;
  }

  .cta-3 {
    padding: 20px 20px 0 20px;
    border-radius: 40px;
  }

  .ai-accordion {
    padding-top: 0px;
  }

  #how-does-the-fox-jek-app-work-section {
    padding: 20px 20px 0 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .indrive-app-feature-card {
    margin-top: 30px;
  }

  #features-section .tab-content {
    padding: 20px 20px 0 20px;
  }

  #features-section .feature-list {
    margin-bottom: 20px;
  }

  #web-panels-section .website-all-features {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  #what-our-client-say {
    margin-top: 50px;
  }

  .cta-1-image img {
    border-radius: 25px;
  }

  .cta-1-content .section-title h2 {
    font-size: 20px;
  }

  #medicine-delivery-ui-section,
  #ai-section,
  #how-does-the-fox-jek-app-work-section,
  #admin-features-section {
    margin-top: 50px;
  }

  #hero-section {
    background: linear-gradient(347.76deg, #0b0c0d -1.23%, #090a0b 100%);
  }

  #admin-features-section {
    background: linear-gradient(347.76deg, #0b0c0d -1.23%, #090a0b 100%);
  }

  #how-does-the-fox-jek-app-work-section {
    background: linear-gradient(347.76deg, #0b0c0d -1.23%, #090a0b 100%);
  }

  #web-panels-section {
    background: linear-gradient(347.76deg, #0b0c0d -1.23%, #090a0b 100%);
    padding: 30px 0 20px 0;
  }

  #ai-section {
    background: linear-gradient(347.76deg, #0b0c0d -1.23%, #090a0b 100%);
  }

  #medicine-delivery-ui-section {
    background: linear-gradient(347.76deg, #0b0c0d -1.23%, #090a0b 100%);
    padding: 20px 0;
  }

  .ai-acc-icon,
  #admin-features-section .make-diffirent-than-other-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
  }

  .ai-accordion .accordion-body {
    padding: 0 15px;
  }

  .cta-1-bg,
  .cta-3 {
    border-radius: 20px;
  }

  #how-does-the-fox-jek-app-work-section .step-content h3 {
    font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
  }

  .provide-content-bg {
    padding: 30px 0 0px 20px;
  }

  .ai-accordion .accordion-button {
    font-size: 20px;
  }

  .ai-accordion .accordion-body {
    font-size: 16px;
  }

  .ai-accordion .accordion-button {
    padding: 10px;
  }

  #web-panels-section {
    margin-top: 50px;
  }

  #how-does-the-fox-jek-app-work-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  #how-does-the-fox-jek-app-work-section .step-content {
    margin-bottom: 20px;
    padding-left: 60px;
  }

  #how-does-the-fox-jek-app-work-section .box {
    padding: 10px;
    margin-top: 10px;
  }

  #other-website-section .other-development-process-bg {
    padding: 0px 10px;
  }

  #how-does-the-fox-jek-app-work-section .step-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  #how-does-the-fox-jek-app-work-section .step-count {
    width: 40px;
    height: 40px;
  }

  .step-count svg {
    width: 20px;
    height: 20px;
  }

  #how-does-the-fox-jek-app-work-section .step-content:not(:last-child)::after {
    left: 20px;
    top: 39px;
    bottom: -20px;
  }

  .indrive-app-feature-body .card-title {
    font-size: 20px;
  }

  .indrive-app-feature-body .card-text {
    font-size: 16px;
  }

  .on-demand-delivery-solution-row h4,
  .on-demand-delivery-solution-row a {
    display: block;
    font-size: 22px;
  }

  #cta-2 .custom-container-left {
    padding: 0;
  }

  #cta-2 .section-title-new.white {
    font-size: 22px;
  }
}

@media only screen and (max-width: 500px) {
  #how-does-the-fox-jek-app-work-section {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 350px) {
  .cta-2 {
    padding: 15px;
  }
}
