.site_header .home {
  margin-bottom: -92px;
}
.on-demand-dispatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.on-demand-dispatch .section {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 450px;
  background: linear-gradient(180deg, rgb(47, 47, 47) 0%, rgb(0, 119, 113) 100%);  
}

.on-demand-dispatch .overlap-group {
  position: relative;
  /* width: 1440px; */
  width: 100%;
  /* height: 482px; */
  height: 450px;
}

.on-demand-dispatch .overlap-group-wrapper {
  position: absolute;
  /* width: 1440px; */
  width: 100%;
  /* height: 482px; */
  height: 450px;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(180deg, rgb(47, 47, 47) 0%, rgb(0, 119, 113) 100%);
  opacity: 0.12;
}

.on-demand-dispatch .image-dispatch {
  position: absolute;
  /* width: 1440px; */
  width: 100%;
  height: 482px;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-image: url(./../img/on-demand-dispatch/image-dispatch-control-center.png);
  background-size: cover;
  background-position: 50% 50%;
}

.on-demand-dispatch .container {
  position: absolute;
  width: 1438px;
  height: 482px;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(47, 47, 47, 0.9) 0%,
    rgba(0, 119, 113, 0.9) 100%
  );
}

.on-demand-dispatch .container-wrapper {
  position: absolute;
  height: 482px;
  top: 0;
  left: 0;
  display: flex;
  padding: 18px 0;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 1440px;
  opacity: 0.1;
}

.on-demand-dispatch .div {
  width: 384px;
  height: 384px;
  background-color: #007771;
  border-radius: 33554400px;
}

.on-demand-dispatch .business-people {
  position: absolute;
  /* width: 1440px; */
  width: 100%;
  height: 482px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  object-fit: cover;
}

.on-demand-dispatch .section{
  display:flex;
  align-items:center;
}

.on-demand-dispatch .frame{
  position:relative;
  max-width:1448px;
  width:100%;
  margin:0 auto;
  padding: 96px;
  top: 20px;
  line-height: 3;
}
/* .on-demand-dispatch .frame {
  display: flex;
  flex-direction: column;
  width: 913px;
  align-items: flex-start;
  gap: 32px;
  position: absolute;
  top: 163px;
  left: 110px;
} */

.on-demand-dispatch .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.on-demand-dispatch .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.on-demand-dispatch .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .flexible-support-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff1a;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: default;
  overflow: hidden;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.25s ease;
}

.on-demand-dispatch .flexible-support-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  background-size: 220% 100%;
  background-position: 200% center;
  transition: background-position 0.55s ease;
  pointer-events: none;
}

.on-demand-dispatch .flexible-support-wrapper:hover {
  background-color: #ffffff2e;
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 0 18px rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

.on-demand-dispatch .flexible-support-wrapper:hover::before {
  background-position: -20% center;
}

.on-demand-dispatch .flexible-support {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}

.on-demand-dispatch .flexible-support-wrapper:hover .flexible-support {
  color: #ffffff;
  letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .on-demand-dispatch .flexible-support-wrapper,
  .on-demand-dispatch .flexible-support-wrapper::before,
  .on-demand-dispatch .flexible-support { transition: none; }
}

.on-demand-dispatch .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 60px;
}

.on-demand-dispatch .professional-live {
  position: relative;
  align-self: stretch;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffffe6;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 39px;
  margin-bottom: 20px;
}

.on-demand-dispatch .p {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}

.on-demand-dispatch .our-services {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 692px;
  background-color: #ffffff;
}

.on-demand-dispatch .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 59px;
  position: relative;
  top: 96px;
  left: 96px;
}

.on-demand-dispatch .overlap-wrapper {
  position: relative;
  width: 624px;
  height: 500px;
}

.on-demand-dispatch .overlap {
  position: relative;
  width: 648px;
  height: 524px;
}

.on-demand-dispatch .bx {
  position: absolute;
  width: 624px;
  height: 500px;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  background-color: #ffffff00;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.on-demand-dispatch .div-wrapper {
  display: flex;
  align-items: flex-start;
  min-width: 624px;
  background-image: url(./../img/on-demand-dispatch/image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.on-demand-dispatch .container-2 {
  width: 624px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(0, 119, 113, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.on-demand-dispatch .bx-2 {
  display: flex;
  flex-direction: column;
  width: 189px;
  height: 102px;
  align-items: flex-start;
  padding: 25px 25px 1px;
  position: absolute;
  top: 422px;
  left: 459px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.on-demand-dispatch .container-3 {
  display: flex;
  height: 52px;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.on-demand-dispatch .container-4 {
  position: relative;
  width: 48px;
  height: 48px;
}

.on-demand-dispatch .container-5 {
  display: flex;
  flex-direction: column;
  height: 52px;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.on-demand-dispatch .paragraph {
  display: flex;
  height: 32px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.on-demand-dispatch .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -4.20px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #007771;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.on-demand-dispatch .paragraph-2 {
  display: flex;
  height: 20px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.on-demand-dispatch .text-wrapper-4 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.on-demand-dispatch .frame-4 {
  display: flex;
  flex-direction: column;
  width: 565px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.on-demand-dispatch .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #383838;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
}

.on-demand-dispatch .frame-5 {
  display: flex;
  flex-direction: column;
  width: 552px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .designed-for {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #007771;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.on-demand-dispatch .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #007771;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.on-demand-dispatch .bx-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100px;
}

.on-demand-dispatch .container-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0077710d;
  border-radius: 14px;
}

.on-demand-dispatch .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #007771;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.on-demand-dispatch .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.on-demand-dispatch .container-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 294px;
  background-color: #0077710d;
  border-radius: 14px;
}

.on-demand-dispatch .scalable-service {
  position: relative;
  width: 1440px;
  height: 820px;
  background-color: #ffffff;
}

.on-demand-dispatch .container-8 {
  display: flex;
  flex-direction: column;
  width: 1248px;
  align-items: center;
  gap: 48px;
  position: relative;
  top: 96px;
  left: 96px;
}

.on-demand-dispatch .frame-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #0f172a;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.on-demand-dispatch .trusted-by {
  position: relative;
  width: fit-content;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.on-demand-dispatch .div-3 {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.on-demand-dispatch .vx-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
}

.on-demand-dispatch .vx {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #2f2f2f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.on-demand-dispatch .vx-2 {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.on-demand-dispatch .container-9 {
  display: flex;
  flex-direction: column;
  height: 156px;
  align-items: center;
  gap: 16px;
  padding: 40px 40px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
  background: linear-gradient(180deg, rgb(0, 119, 113) 0%, rgb(0, 95, 90) 100%);
}

.on-demand-dispatch .bx-4 {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 0.02px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.on-demand-dispatch .img-2 {
  position: relative;
  width: 32px;
  height: 32px;
}

.on-demand-dispatch .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.on-demand-dispatch .already-have {
  position: relative;
  width: fit-content;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffffe6;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.on-demand-dispatch .scalable-service-2 {
  height: 680px;
  position: relative;
  width: 1440px;
  background-color: #ffffff;
}

.on-demand-dispatch .container-10 {
  display: flex;
  flex-direction: column;
  width: 1248px;
  align-items: center;
  gap: 48px;
  position: absolute;
  top: 96px;
  left: 96px;
}

.on-demand-dispatch .frame-8 {
  display: flex;
  flex-direction: column;
  width: 154px;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .container-11 {
  position: relative;
  width: 64px;
  height: 64px;
}

.on-demand-dispatch .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.on-demand-dispatch .container-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
}

.on-demand-dispatch .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #2f2f2f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.on-demand-dispatch .button {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  height: 60px;
  top: 524px;
  left: 544px;
  display: flex;
  padding: 17.5px 122.5px;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 352px;
  background-color: #007771;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px #00777133, 0px 10px 15px -3px #00777133;
}

.on-demand-dispatch .frame-9 {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 9px;
}

.on-demand-dispatch .scalable-service-3 {
  height: 1070px;
  position: relative;
  width: 1440px;
  background-color: #ffffff;
}

.on-demand-dispatch .container-13 {
  display: flex;
  flex-direction: column;
  max-width: 896px;
  width: 896px;
  align-items: center;
  gap: 96px;
  position: relative;
  top: 96px;
  left: 272px;
}

.on-demand-dispatch .container-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .background-border {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: #f8f7fd;
  box-shadow: 0px 2px 10px -2px #00000005, 0px 4px 20px -2px #0000000d;
}

.on-demand-dispatch .container-15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #1e293b;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.on-demand-dispatch .minus-sign {
  position: relative;
  width: 24px;
  height: 24px;
}

.on-demand-dispatch .container-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 32px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Light", Helvetica;
  font-weight: 300;
  color: #64748b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.on-demand-dispatch .background-border-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: #f1f5f9;
  box-shadow: 0px 2px 10px -2px #00000005, 0px 4px 20px -2px #0000000d;
}

.on-demand-dispatch .container-17 {
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .frame-wrapper {
  height: 724px;
  position: relative;
  width: 1440px;
  background-color: #ffffff;
}

.on-demand-dispatch .frame-10 {
  display: flex;
  flex-direction: column;
  width: 1248px;
  align-items: center;
  gap: 48px;
  padding: 120px 48px;
  position: relative;
  top: 96px;
  left: 96px;
  border-radius: 32px;
  overflow: hidden;
  /* background: linear-gradient(180deg, rgb(0, 119, 113) 0%, rgb(56, 56, 56) 100%); */
  background: linear-gradient(180deg, rgb(0, 119, 113) 0%, rgb(0, 119, 111) 100%);
}

.on-demand-dispatch .image {
  position: absolute;
  /* width: 1248px;
  height: 470px; */
  width: 100%;
  height: auto;
  opacity: 0.35;
  top: 0;
  left: 0;
  z-index: 0;
}

.on-demand-dispatch .frame-10::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 119, 113, 0.65);
  z-index: 1;
  pointer-events: none;
}

.on-demand-dispatch .frame-10 .frame-11,
.on-demand-dispatch .frame-10 .frame-12 {
  position: relative;
  z-index: 2;
}

.on-demand-dispatch .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 662px;
  margin-top: -1.00px;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 62.4px;
}

.on-demand-dispatch .text-wrapper-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 449px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.on-demand-dispatch .frame-12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 32px 12px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
}

.on-demand-dispatch .text-wrapper-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Geist-SemiBold", Helvetica;
  font-weight: 600;
  color: #383838;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.18px;
  line-height: 24px;
  white-space: nowrap;
}

.on-demand-dispatch .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 64px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #383838;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #ffffff0d;
}

.on-demand-dispatch .container-18 {
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .container-19 {
  display: flex;
  flex-direction: column;
  width: 520px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
}

.on-demand-dispatch .container-20 {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .elevating {
  position: relative;
  width: 322.3px;
  height: 72px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.on-demand-dispatch .container-21 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-19 {
  position: relative;
  display: flex;
  align-items: center;
  width: 63.67px;
  height: 24px;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.on-demand-dispatch .text-wrapper-20 {
  position: relative;
  display: flex;
  align-items: center;
  width: 51.97px;
  height: 24px;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.on-demand-dispatch .text-wrapper-21 {
  position: relative;
  display: flex;
  align-items: center;
  width: 74.28px;
  height: 24px;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.on-demand-dispatch .container-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.on-demand-dispatch .heading-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-22 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.on-demand-dispatch .text-wrapper-23 {
  align-self: stretch;
  margin-top: -1.00px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.on-demand-dispatch .text-wrapper-24 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.on-demand-dispatch .executive-inquiries {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.on-demand-dispatch .span {
  color: #94a3b8;
}

.on-demand-dispatch .text-wrapper-25 {
  color: #ffffff;
}

.on-demand-dispatch .enterprise-multi {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.on-demand-dispatch .horizontal-border {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  padding: 32px 0px 0px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff0d;
}

.on-demand-dispatch .frame-13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-26 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.on-demand-dispatch .container-23 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.on-demand-dispatch .text {
  position: relative;
  display: flex;
  align-items: center;
  width: 79.34px;
  height: 16px;
  margin-top: -1.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.on-demand-dispatch .text-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 96.66px;
  height: 16px;
  margin-top: -1.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.on-demand-dispatch .v {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.on-demand-dispatch .frame-14 {
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #383838;
}

.on-demand-dispatch .frame-15 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .frame-16 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .SVG {
  position: relative;
  width: 16px;
  height: 16px;
}

.on-demand-dispatch .text-wrapper-27 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.on-demand-dispatch .rectangle {
  position: relative;
  width: 1px;
  height: 23px;
  background-color: #ffffff1a;
}

.on-demand-dispatch .SVG-2 {
  position: relative;
  width: 16px;
  height: 12px;
}

.on-demand-dispatch .frame-17 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .text-wrapper-28 {
  position: relative;
  width: fit-content;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.on-demand-dispatch .image-2 {
  position: relative;
  width: 12px;
  height: 12px;
}

.on-demand-dispatch .text-wrapper-29 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.on-demand-dispatch .home {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 24px;
  flex: 0 0 auto;
  background-color: #007771;
  border-radius: 100px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #50576233;
}

.on-demand-dispatch .frame-18 {
  display: inline-flex;
  height: 40px;
  align-items: center;
  gap: 175px;
  position: relative;
}

.on-demand-dispatch .logo-design-final {
  position: relative;
  width: 158.07px;
  height: 40px;
}

.on-demand-dispatch .frame-19 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.on-demand-dispatch .frame-20 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
}

.on-demand-dispatch .text-wrapper-30 {
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  color: #ffffff80;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.on-demand-dispatch .rectangle-2 {
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 50px;
}

.on-demand-dispatch .text-wrapper-31 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.on-demand-dispatch .rectangle-3 {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 50px;
}

.on-demand-dispatch .frame-21 {
  display: flex;
  width: 151px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  background-color: #ffffff0d;
  border-radius: 100px;
  border: 1px solid;
  border-color: #ffffff80;
}

.on-demand-dispatch .text-wrapper-32 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -5.00px;
  margin-bottom: -3.00px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* ==============================
   SCROLL REVEAL SYSTEM
   ============================== */
@keyframes oddFadeInUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==============================
   HERO BANNER ENTRANCE
   ============================== */
.on-demand-dispatch .flexible-support-wrapper {
  opacity: 0;
  animation: oddFadeInUp 0.7s ease-out 0.1s both;
}

.on-demand-dispatch .text-wrapper-2 {
  opacity: 0;
}

.on-demand-dispatch .professional-live {
  opacity: 0;
  animation: oddFadeInUp 0.7s ease-out 0.6s both;
}

.on-demand-dispatch .p {
  opacity: 0;
  animation: oddFadeInUp 0.7s ease-out 0.85s both;
}

.tw-cursor-white {
  display: inline-block;
  width: 3px;
  height: 0.8em;
  background-color: #ffffff;
  margin-left: 2px;
  vertical-align: middle;
  border-radius: 1px;
  animation: twBlink 0.75s step-end infinite;
}

@keyframes twBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ==============================
   SECTION 1: Support When You Need It Most
   (first .scalable-service-2)
   ============================== */
.on-demand-dispatch .scalable-service-2 .overlap-wrapper {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.on-demand-dispatch .scalable-service-2.is-visible .overlap-wrapper {
  opacity: 1;
  transform: none;
}

.on-demand-dispatch .scalable-service-2 .frame-4 > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.on-demand-dispatch .scalable-service-2.is-visible .frame-4 > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.on-demand-dispatch .scalable-service-2.is-visible .frame-4 > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.22s; }
.on-demand-dispatch .scalable-service-2.is-visible .frame-4 > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.34s; }

/* ==============================
   SECTION 2: What's Included
   (.scalable-service)
   ============================== */
.on-demand-dispatch .scalable-service .frame-6 > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.on-demand-dispatch .scalable-service.is-visible .frame-6 > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
.on-demand-dispatch .scalable-service.is-visible .frame-6 > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.12s; }

.on-demand-dispatch .vx-wrapper {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.on-demand-dispatch .scalable-service.is-visible .frame-7:nth-child(1) .vx-wrapper:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.05s; }
.on-demand-dispatch .scalable-service.is-visible .frame-7:nth-child(1) .vx-wrapper:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.15s; }
.on-demand-dispatch .scalable-service.is-visible .frame-7:nth-child(1) .vx-wrapper:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.25s; }
.on-demand-dispatch .scalable-service.is-visible .frame-7:nth-child(2) .vx-wrapper:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.10s; }
.on-demand-dispatch .scalable-service.is-visible .frame-7:nth-child(2) .vx-wrapper:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.20s; }
.on-demand-dispatch .scalable-service.is-visible .frame-7:nth-child(2) .vx-wrapper:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.30s; }

.on-demand-dispatch .scalable-service .container-9 {
  opacity: 0;
  transition: opacity 0.6s ease 0.35s;
}

.on-demand-dispatch .scalable-service.is-visible .container-9 {
  opacity: 1;
}

/* ==============================
   SECTION 3: Ideal For
   (second .scalable-service-2)
   ============================== */
.on-demand-dispatch .scalable-service-2 .frame-8 > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.on-demand-dispatch .scalable-service-2.is-visible .frame-8 > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
.on-demand-dispatch .scalable-service-2.is-visible .frame-8 > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.1s; }

.on-demand-dispatch .scalable-service-2 .container-12 {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.on-demand-dispatch .scalable-service-2.is-visible .container-12:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.on-demand-dispatch .scalable-service-2.is-visible .container-12:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.22s; }
.on-demand-dispatch .scalable-service-2.is-visible .container-12:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.34s; }

.on-demand-dispatch .scalable-service-2 .button {
  opacity: 0;
  transition: opacity 0.6s ease 0.45s;
}

.on-demand-dispatch .scalable-service-2.is-visible .button {
  opacity: 1;
}

/* ==============================
   SECTION: Bottom CTA
   (.frame-wrapper)
   ============================== */
.on-demand-dispatch .frame-wrapper .frame-10 > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.on-demand-dispatch .frame-wrapper.is-visible .frame-10 > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.on-demand-dispatch .frame-wrapper.is-visible .frame-10 > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.25s; }
.on-demand-dispatch .frame-wrapper.is-visible .frame-10 > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.4s; }

/* background image stays at overlay opacity - wins over stagger via source order */
.on-demand-dispatch .frame-wrapper .frame-10 > .image,
.on-demand-dispatch .frame-wrapper.is-visible .frame-10 > .image {
  opacity: 0.35;
  transform: none;
  transition: none;
}

/* ==============================
   REDUCED MOTION
   ============================== */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .on-demand-dispatch .flexible-support-wrapper,
  .on-demand-dispatch .text-wrapper-2,
  .on-demand-dispatch .professional-live,
  .on-demand-dispatch .p,
  .on-demand-dispatch .scalable-service-2 .overlap-wrapper,
  .on-demand-dispatch .scalable-service-2 .frame-4 > *,
  .on-demand-dispatch .scalable-service .frame-6 > *,
  .on-demand-dispatch .vx-wrapper,
  .on-demand-dispatch .scalable-service .container-9,
  .on-demand-dispatch .scalable-service-2 .frame-8 > *,
  .on-demand-dispatch .scalable-service-2 .container-12,
  .on-demand-dispatch .scalable-service-2 .button,
  .on-demand-dispatch .frame-wrapper .frame-10 > * {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

@media (min-width: 1025px) {
  .on-demand-dispatch {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
  }
}

@media (max-width: 1024px){
  .on-demand-dispatch .scalable-service{
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .on-demand-dispatch .scalable-service-2{
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .on-demand-dispatch .frame-wrapper{
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .on-demand-dispatch .frame-10{
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .on-demand-dispatch .image{
    width: 100%;
  }
}

@media (max-width: 768px){
  .on-demand-dispatch .frame{
    max-width: none;
  }

  .on-demand-dispatch .section{
    height: 500px;
  }

  .on-demand-dispatch .overlap-group{
    height: 100%;
  }

  .on-demand-dispatch .text-wrapper-2{
    font-size: 35px;
  }

  .on-demand-dispatch .professional-live{
    font-size: 20px;
  }

  .on-demand-dispatch .p{
    font-size: 20px;
  }

  .on-demand-dispatch .business-people{
    height: 100%;
  }

  .on-demand-dispatch .scalable-service{
    padding: 20px 48px;
  }

  .on-demand-dispatch .scalable-service-2{
    min-height: 680px;
    padding: 20px 48px;
    margin-top: 50px;
  }

  .on-demand-dispatch .scalable-service-2.is-visible .button
  {
    top: auto;
    left: auto;
    height: auto;
    min-width: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .on-demand-dispatch .scalable-service-2 .book_button{
    cursor: pointer;
  }

  .on-demand-dispatch .frame-wrapper{
    padding: 40px 20px;
  }

  .on-demand-dispatch .frame-3{
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    gap: 16px;
  }

  .on-demand-dispatch .frame-4{
    width: 100%;
  }

  .on-demand-dispatch .frame-5{
    width: 100%;
  }

  .on-demand-dispatch .bx-3{
    margin-bottom: 20px;
    height: auto;
    padding: 20px;
  }

  .on-demand-dispatch .overlap-wrapper{
    width: 100%;
    height: 100%;
  }

  .on-demand-dispatch .overlap{
    width: 100%;
    height: 350px;
    left: 0;
  }

  .on-demand-dispatch .bx{
    width: 100%;
    height: 300px;
    left: 0;
    display: block;
  }

  .on-demand-dispatch .div-wrapper{
    min-width: auto;
  }

  .on-demand-dispatch .container-2{
    width: 100%;
    height: 300px;
  }

  .on-demand-dispatch .bx-2{
    top: 220px;
    left: auto;
    right: -20px;
  }

  .on-demand-dispatch .container-7{
    left: auto;
    right: 0;
  }

  .on-demand-dispatch .container-8 {
    width: 100%;
    top: 0;
    left: 0;
  }

  .on-demand-dispatch .text-wrapper-9{
    font-size: 30px;
    white-space: normal;
  }

  .on-demand-dispatch .trusted-by{
    white-space: normal;
  }

  .on-demand-dispatch .div-3 {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .on-demand-dispatch .frame-7{
    margin-top: 20px;
    width: 100%;
  }

  .on-demand-dispatch .vx{
    height: auto;
  }

  .on-demand-dispatch .vx-2{
    height: auto;
  }

  .on-demand-dispatch .text-wrapper-10{
    white-space: normal;
    font-size: 17px;
  }

  .on-demand-dispatch .container-9 {
    height: auto;
    padding: 20px;
  }

  .on-demand-dispatch .text-wrapper-11{
    white-space: normal;
  }

  .on-demand-dispatch .already-have {
    white-space: normal;
  }

  .on-demand-dispatch .container-10{
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
  }

  .on-demand-dispatch .container-12{
    padding: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .on-demand-dispatch .container-12 .container-4{
    display: block;
    float: left;
    margin-right: 10px;
  }
  .on-demand-dispatch .container-12 .text-wrapper-13{
    display: block;
    text-align: left;
    line-height: 1.5;
  }

  .on-demand-dispatch .frame-10{
    padding: 60px 24px;
  }

  .on-demand-dispatch .text-wrapper-16{
    font-size: 26px;
    line-height: 34px;
  }

  .on-demand-dispatch .frame-12{
    width: auto;
  }

  .on-demand-dispatch .text-wrapper-18{
    font-size: 15px;
  }
}

@media (max-width: 480px){
  .on-demand-dispatch .overlap-group{
    top: 0;
  }

  .on-demand-dispatch .frame{
    top: 80px;
    padding: 20px 48px;
  }

  .on-demand-dispatch .text-wrapper-2 {
    font-size: 28px;
    line-height: 25px;
  }

  .on-demand-dispatch .professional-live{
    font-size: 17px;
    line-height: 25px;
  }

  .on-demand-dispatch .p{
    font-size: 17px;
    line-height: 30px;
  }

  .on-demand-dispatch .text-wrapper-16{
    font-size: 22px;
    line-height: 30px;
  }

  .on-demand-dispatch .text-wrapper-18{
    font-size: 13px;
  }

  .on-demand-dispatch .img-2{
    display: none;
  }

  .on-demand-dispatch .text-wrapper-5{
    font-size: 25px;
  }

  .on-demand-dispatch .overlap{
    height: 300px;
  }

  .on-demand-dispatch .bx{
    height: 200px;
    left: 0;
  }

  .on-demand-dispatch .container-2{
    height: 200px;
  }

  .on-demand-dispatch .bx-2{
    top: 145px;
    right: -30px;
  }

  .on-demand-dispatch .bx-3{
    padding: 0;
  }

  .on-demand-dispatch .container-6{
    left: auto;
    right: auto;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
  }

  .on-demand-dispatch .container-7{
    right: auto;
    position: relative;
    align-items: center;
  }

  .on-demand-dispatch .container-12 .text-wrapper-13{
    font-size: 17px;
  }

  .on-demand-dispatch .text-wrapper-16{
    font-size: 22px;
    line-height: 30px;
  }

  .on-demand-dispatch .text-wrapper-17{
    width: 300px;
  }

  .on-demand-dispatch .image {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
