.site_header .home {
  margin-bottom: -92px;
}
#main,
.blog,
.blog .frame-9 {
  overflow: visible !important;
}

.blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
a{
  cursor: pointer !important;
}
.blog .section {
  min-height: 534px;
  padding: 190px 20px 96px;
  background-image:
    linear-gradient(180deg, rgba(0, 119, 113, 0.45) 0%, rgba(0, 119, 113, 0.8) 100%),
    url("../img/blog/image-12.jpeg");
  background-color: #004d49;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .image {
  display: none;
  /* Removed from DOM, using background-image on section */
}

.blog .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
}

.blog .industry-insights-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 rgba(255,255,255,0.4);
  cursor: default;
  overflow: hidden;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.25s ease;
}

.blog .industry-insights-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;
}

.blog .industry-insights-wrapper:hover {
  background-color: #ffffff2e;
  border-color: rgba(255,255,255,0.6);
  box-shadow: 0 0 18px rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

.blog .industry-insights-wrapper:hover::before {
  background-position: -20% center;
}

.blog .industry-insights {
  position: relative;
  width: fit-content;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
  white-space: nowrap;
  transition: letter-spacing 0.35s ease;
}

.blog .industry-insights-wrapper:hover .industry-insights {
  letter-spacing: 1.2px;
}

@media (prefers-reduced-motion: reduce) {
  .blog .industry-insights-wrapper,
  .blog .industry-insights-wrapper::before,
  .blog .industry-insights { transition: none; }
}

.blog .LATEST-INSIGHTS {
  position: relative;
  max-width: 1000px;
  width: 100%;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: -1.28px;
  line-height: 70.4px;
}

.blog .read-expert-articles {
  position: relative;
  width: fit-content;
  max-width: 800px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32.5px;
}

/* .blog .v {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
} */

.blog .div {
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #383838;
}

.blog .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.blog .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.blog .SVG {
  height: 16px;
  position: relative;
  width: 16px;
}

.blog .text-wrapper {
  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;
}

.blog .rectangle {
  position: relative;
  width: 1px;
  height: 23px;
  background-color: #ffffff1a;
}

.blog .img {
  height: 12px;
  position: relative;
  width: 16px;
}

.blog .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.blog .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.blog .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.blog .img-3 {
  position: relative;
  width: 12px;
  height: 12px;
}

.blog .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.blog .text-wrapper-3 {
  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;
}

.blog .home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #007771;
  border-radius: 100px;
  border-bottom: 1px solid #50576233;
  width: calc(100% - 192px);
  max-width: 1248px;
  margin: 0 auto;
  z-index: 50;
}

.blog .frame-6 {
  display: inline-flex;
  height: 40px;
  align-items: center;
  gap: 175px;
  position: relative;
}

.blog .logo-design-final {
  position: relative;
  width: 158.07px;
  height: 40px;
}

.blog .frame-7 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.blog .frame-8 {
  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;
}

.blog .text-wrapper-4 {
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff80;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.blog .rectangle-2 {
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 50px;
}

.blog .text-wrapper-5 {
  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;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.blog .rectangle-3 {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 50px;
}

.blog .div-wrapper {
  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;
}

.blog .text-wrapper-6 {
  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;
}

.blog .frame-9{
  display:flex;
  align-items:flex-start;
  gap:32px;
  padding:96px;
  width:100%;
  background:#ffffff;
}

.blog .frame-10{
  display:flex;
  flex-direction:column;
  width:810px;
  gap:32px;
  flex-shrink: 0;
}

.blog .container {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 410px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
}

.blog .frame-11 {
  display: flex;
  flex-direction: column;
  width: 412px;
  align-items: flex-start;
  gap: 75px;
  position: absolute;
  top: 32px;
  left: 376px;
}

.blog .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog .container-2 {
  display: flex;
  width: 348.33px;
  height: 24px;
  align-items: center;
  gap: 16px;
  position: relative;
}

.blog .text {
  display: flex;
  /* width: 84.2px; */
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: relative;
  background-color: #0077711a;
  border-radius: 33554400px;
}

.blog .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -3.80px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #007771;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .text-2 {
  position: relative;
  width: 90.16px;
  height: 20px;
}

.blog .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}

.blog .text-wrapper-8 {
  position: absolute;
  top: -2px;
  left: 24px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .p {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}

.blog .explore-strategies {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.blog .container-3 {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .container-4 {
  display: flex;
  width: 170.11px;
  height: 40px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.blog .container-5 {
  position: relative;
  width: 40px;
  height: 40px;
}

.blog .container-6 {
  display: flex;
  flex-direction: column;
  height: 36px;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.blog .text-wrapper-9 {
  width: fit-content;
  margin-right: -3.89px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .text-wrapper-10 {
  position: relative;
  flex: 1;
  width: 118.11px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.blog .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #007771;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .overlap-group-wrapper {
  position: absolute;
  width: 352px;
  height: 409px;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  background-image: url(./../img/blog/image-13.jpeg);
  background-size: 175%;
  background-position: 82% 100%;
  background-repeat: no-repeat;
}

.blog .overlap-group {
  height: 409px;
  padding: 18.5px 24px;
  background: linear-gradient(180deg,
      rgba(0, 119, 113, 0.2) 0%,
      rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: flex-start;
  min-width: 352px;
}

.blog .text-3 {
  display: flex;
  position: relative;
  width: 88px;
  height: 35px;
  align-items: flex-start;
  padding: 8px 16px;
  background-color: #007771;
  border-radius: 33554400px;
}

.blog .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -4.05px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.blog .container-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 416px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
}

.blog .frame-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 52%;
}

.blog .frame-14 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.blog .frame-15 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.blog .text-4 {
  display: flex;
  width: 87.2px;
  height: 32px;
  align-items: flex-start;
  padding: 8px 16px;
  position: relative;
  background-color: #007771;
  border-radius: 33554400px;
}

.blog .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -2.80px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .sales-marketing-wrapper {
  display: flex;
  width: 124.62px;
  height: 26px;
  align-items: flex-start;
  padding: 4px 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 33554400px;
  border: 1px solid;
  border-color: #0077714c;
}

.blog .sales-marketing {
  position: relative;
  width: fit-content;
  margin-right: -2.38px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #007771;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .limousine-client {
  position: relative;
  width: 402px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}

.blog .build-a-systematic {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.blog .container-8 {
  display: inline-flex;
  height: 48px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.blog .container-9 {
  position: relative;
  width: 48px;
  height: 48px;
}

.blog .container-10 {
  display: inline-flex;
  flex-direction: column;
  height: 36px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.blog .div-wrapper-2 {
  display: flex;
  height: 20px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .text-wrapper-14 {
  flex: 1;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .container-11 {
  display: inline-flex;
  height: 16px;
  align-items: center;
  gap: 12px;
  position: relative;
}

.blog .frame-16 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.blog .text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  white-space: nowrap;
  font-weight: 400;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.blog .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: 193.86px;
  height: 48px;
  background-color: #007771;
  border-radius: 10px;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
}

.blog .text-wrapper-17 {
  position: absolute;
  top: 9px;
  left: 21px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.blog .icon-2 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 150px;
}

.blog .overlap {
  position: absolute;
  height: 460px;
  top: -36px;
  left: 458px;
  background-image: url(./../img/blog/image-14.jpeg);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: flex-start;
  min-width: 352px;
}

.blog .container-12 {
  width: 352px;
  height: 460px;
  background: linear-gradient(180deg,
      rgba(0, 119, 113, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.blog .frame-17 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog .article {
  display: flex;
  flex-direction: column;
  height: 497px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 calc(50% - 16px);
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .container-13 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.blog .overlap-group-2 {
  width: 524px;
  height: 306px;
  top: -33px;
  background-image: url(./../img/blog/image-top-reservation-management-tips-for-operators.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .container-14 {
  position: absolute;
  width: 524px;
  height: 306px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(47, 47, 47, 0.4) 100%);
}

.blog .text-5 {
  display: flex;
  width: 98px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 50px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -7.53px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .container-15 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 254.5px;
}

.blog .frame-18 {
  display: flex;
  flex-direction: column;
  width: 339px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 20px;
  left: 24px;
}

.blog .container-16 {
  display: flex;
  width: 363.33px;
  height: 16px;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-right: -24.33px;
}

.blog .text-6 {
  position: relative;
  width: 85.19px;
  height: 16px;
}

.blog .icon-3 {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 0;
}

.blog .text-wrapper-19 {
  position: absolute;
  top: -1px;
  left: 18px;
  font-family: "Inter-Regular", Helvetica;
  white-space: nowrap;
  font-weight: 400;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.blog .text-7 {
  position: relative;
  width: 74.7px;
  height: 16px;
}

.blog .text-wrapper-20 {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.blog .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.8px;
}

.blog .container-17 {
  display: flex;
  width: 339px;
  height: 49px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 182px;
  left: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e5e7eb;
}

.blog .container-18 {
  display: flex;
  width: 101.61px;
  height: 32px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.blog .container-19 {
  position: relative;
  width: 32px;
  height: 32px;
}

.blog .text-8 {
  display: flex;
  height: 16px;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.blog .text-wrapper-22 {
  width: fit-content;
  margin-right: -4.39px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: 55.53px;
  height: 20px;
}

.blog .text-wrapper-23 {
  position: absolute;
  top: -2px;
  left: -1px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #007771;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .icon-4 {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 40px;
}

.blog .overlap-group-3 {
  width: 524px;
  height: 306px;
  top: -33px;
  background-image: url(./../img/blog/image-how-live-dispatch-improves-customer-experience.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .text-9 {
  display: flex;
  width: 119px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 50px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -6.12px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .container-20 {
  display: flex;
  width: 132.61px;
  height: 32px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.blog .text-wrapper-25 {
  width: fit-content;
  margin-right: -1.39px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .overlap-group-4 {
  width: 521px;
  height: 304px;
  top: -32px;
  background-image: url(./../img/blog/image-building-a-premium-fleet-quality-over-quantity.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .container-21 {
  position: absolute;
  width: 521px;
  height: 304px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(47, 47, 47, 0.4) 100%);
}

.blog .text-10 {
  display: flex;
  width: 113px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 49px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -4.23px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .overlap-group-5 {
  width: 520px;
  height: 304px;
  top: -32px;
  background-image: url(./../img/blog/image-dispatch-automation-vs-human-operators-what-s-best.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .container-22 {
  position: absolute;
  width: 520px;
  height: 304px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(47, 47, 47, 0.4) 100%);
}

.blog .text-11 {
  display: flex;
  width: 86px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 49px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -2.73px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .overlap-group-6 {
  width: 100%;
  height: 304px;
  /* top: -32px; */
  background-image: url(./../img/blog/image-effective-communication-the-heart-of-dispatch-excellen.png);
  position: relative;
  background-size: cover;
  background-position: 50% 20%;
}

.blog .container-23 {
  position: absolute;
  width: 522px;
  height: 304px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(47, 47, 47, 0.4) 100%);
}

.blog .text-12 {
  display: flex;
  width: 84px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 49px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -1.80px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .container-24 {
  display: flex;
  width: 338px;
  height: 49px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 182px;
  left: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e5e7eb;
}

.blog .text-wrapper-29 {
  width: fit-content;
  margin-right: -33.39px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .overlap-group-7 {
  width: 450px;
  height: 304px;
  top: -32px;
  background-image: url(./../img/blog/image-the-roi-of-professional-dispatch-services.png);
  position: relative;
  background-size: 115%;
  background-position: 75% 50%;
  background-repeat: no-repeat;
}

.blog .text-13 {
  display: flex;
  width: 116px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 49px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -6.88px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.blog .overlap-group-8 {
  width: 520px;
  height: 304px;
  top: -32px;
  background-image: url(./../img/blog/image-best-practices-for-multi-city-fleet-management.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .text-14 {
  display: flex;
  width: 98px;
  height: 24px;
  align-items: flex-start;
  padding: 4px 12px;
  position: absolute;
  top: 49px;
  left: 16px;
  background-color: #007771;
  border-radius: 33554400px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-31 {
  width: fit-content;
  margin-right: -28.39px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .container-25 {
  position: relative;
  width: 520px;
  height: 240px;
  margin-right: -131.00px;
  overflow: hidden;
}

.blog .overlap-group-9 {
  height: 304px;
  top: -32px;
  background-image: url(./../img/blog/image-scaling-your-transportation-business-in-2026.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .text-wrapper-32 {
  width: fit-content;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  color: #2f2f2f;
  letter-spacing: 0;
}

.blog .overlap-group-10 {
  width: 450px;
  height: 304px;
  top: -15px;
  background-image: url(./../img/blog/image-creating-standard-operating-procedures-for-dispatch-te.png);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.blog .overlap-group-11 {
  width: 450px;
  height: 304px;
  top: -32px;
  background-image: url(./../img/blog/image-technology-integration-for-modern-dispatch-centers.png);
  position: relative;
  background-size: 110%;
  background-position: 75% 50%;
  background-repeat: no-repeat;
}

.blog .frame-19{
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  flex-grow: 1;
  flex-shrink:0;
  position:sticky;
  top:110px;   
  align-self:flex-start;
}


.blog .container-26 {
  display: flex;
  flex-direction: column;
  height: 144px;
  align-items: flex-start;
  gap: 16px;
  padding: 25px 25px 1px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .text-wrapper-33 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.blog .text-input{
  display:flex;
  align-items:center;
  width: 100%;
  gap:10px;
  height:50px;
  padding: 12px 16px;
  background:#f9fafb;
  border-radius:10px;
  border:1px solid #e5e7eb;
}

.blog .search-icon{
  width:18px;
  height:18px;
  opacity:.6;
}

.blog .search-input{
  flex:1;
  border:none;
  outline:none;
  background:transparent;
  font-family:"Geist-Regular", Helvetica;
  font-size:14px;
  color:#2f2f2f;
}




.blog .search {
  position: relative;
  flex: 0 0 auto;
  background-color: #0a0a0a80;
}

.blog .container-27 {
  display: flex;
  flex-direction: column;
  height: 502px;
  align-items: flex-start;
  gap: 16px;
  padding: 25px 25px 1px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .container-28 {
  display: flex;
  flex-direction: column;
  height: 408px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .button-3 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 44px;
  background-color: #007771;
  border-radius: 10px;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
}

.blog .button-3{
  background:#f9fafb;
}

.blog .button-3 .text-wrapper-34{
  color:#6b7280;
}

.blog .button-3.active{
  background-color:#007771;
}

.blog .button-3.active .text-wrapper-34{
  color:#ffffff;
}

.blog .text-15 {
  position: relative;
  height: 24px;
  top: 2px;
  left: 16px;
  display: flex;
  align-items: flex-start;
  min-width: 323px;
  gap: 8px;
}

.blog .icon-5 {
  width: 16px;
  height: 16px;
  align-self: center;
  margin-top: -7px;
  stroke:#6b7280;
}

.blog .text-wrapper-34 {
  margin-top: -3px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.blog .button-4 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 44px;
  background-color: #f9fafb;
  border-radius: 10px;
  cursor: pointer;
}

.blog .button-4:hover{
  background-color: #a9ebbd;
}

.blog .button-4.active{
  background-color:#007771;
  box-shadow:0px 2px 4px -2px #0000001a,0px 4px 6px -1px #0000001a;
}

.blog .text-wrapper-35 {
  margin-top: -3px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #6b7280;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog .button-4:hover .text-wrapper-35{
  color:#007771;
}

.blog .button-4.active .text-wrapper-35{
  color:#ffffff;
}

.blog .button-3:hover .icon-5{
  stroke:#007771;
}

.blog .button-3.active .icon-5{
  stroke:#ffffff;
}

.blog .button-4:hover .icon-5{
  stroke:#007771;
}

.blog .button-4.active .icon-5{
  stroke:#ffffff;
}

.blog .container-29 {
  display: flex;
  flex-direction: column;
  height: 310px;
  align-items: flex-start;
  gap: 16px;
  padding: 25px 25px 1px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: #e5e7eb;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}

.blog .heading {
  height: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .text-wrapper-36 {
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.blog .container-30 {
  display: flex;
  flex-direction: column;
  height: 250px;
  align-items: flex-start;
  gap: 15px;
  padding: 3px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .button-5 {
  display: flex;
  /* height: 33px; */
  align-items: flex-start;
  padding: 0px 0px 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e5e7eb;
  text-decoration: none;
  cursor: pointer;
}

.blog .read-more-link {
  text-decoration: none;
  display: inline-flex;
}

.blog .text-wrapper-37 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.blog .text-wrapper-38 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.blog .auto-flex-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 228px;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
  background: linear-gradient(180deg, rgb(0, 119, 113) 0%, rgb(0, 95, 90) 100%);
}

.blog .auto-flex {
  position: relative;
  width: 358px;
  top: 23px;
  /* left: 24px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 182px;
  padding-left: 10px;
}

.blog .frame-20 {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 357px;
  height: 57px;
  align-items: flex-start;
  gap: 4px;
}

.blog .text-wrapper-39 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.blog .text-wrapper-40 {
  position: relative;
  flex: 1;
  align-self: stretch;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffffcc;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.blog .email-input {
  display: flex;
  position: relative;
  margin-top: 16px;
  /* width: 358px; */
  width: 100%;
  height: 48px;
  align-items: center;
  /* background-color: #ffffff33; */
  border-radius: 10px;
  overflow: hidden;
}

.blog .text-wrapper-41 {
  position: relative;
  width: fit-content;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  width: 100%;
}

.blog .email-input input[type="text"]{
  width: 100%;
  background: #ffffff33;
  border: 1px solid #ffffff33;
  padding: 12px 16px;
}

.blog .email-input input[type="text"]::placeholder {
  color: #ffffff;
  opacity: 1; 
}

.blog .email-input input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

.blog .email-input input[type="text"]:focus {
  outline: none;      
  border-color: #ffffff33;  
}

.blog .button-6 {
  all: unset;
  box-sizing: border-box;
  height: 48px;
  margin-top: 12px;
  display: flex;
  padding: 9px 141px;
  align-items: flex-start;
  min-width: 358px;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.blog .button-6:hover{
  background: #ffffff33;
}

.blog .text-wrapper-42 {
  min-width: 76px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #007771;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.blog .button-6:hover .text-wrapper-42 {
  color: #ffffff;
}

.blog .frame-wrapper {
  padding: 80px 295.5px;
  flex: 0 0 auto;
  background: linear-gradient(180deg,
      rgb(249, 250, 251) 0%,
      rgb(255, 255, 255) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .frame-21 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.blog .frame-22 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.blog .text-wrapper-43 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.blog .explore-our-complete {
  position: relative;
  width: 587px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #6b7280;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.blog .button-7 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: 247.78px;
  height: 68px;
  background-color: #007771;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px #00777133, 0px 10px 15px -3px #00777133;
}

.blog .text-16 {
  position: absolute;
  height: 28px;
  top: 20px;
  left: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 132px;
}

.blog .text-wrapper-44 {
  margin-top: -2px;
  min-width: 140px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.blog .icon-6 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 22px;
  left: 184px;
}

.blog .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;
}

.blog .container-31 {
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.blog .container-32 {
  display: flex;
  flex-direction: column;
  width: 520px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
}

.blog .container-33 {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog .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;
}

.blog .container-34 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog .text-wrapper-45 {
  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;
}

.blog .text-wrapper-46 {
  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;
}

.blog .text-wrapper-47 {
  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;
}

.blog .container-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.blog .heading-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.blog .text-wrapper-48 {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.blog .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog .text-wrapper-49 {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #94a3b8;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.blog .text-wrapper-50 {
  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;
}

.blog .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;
}

.blog .span {
  color: #94a3b8;
}

.blog .text-wrapper-51 {
  color: #ffffff;
}

.blog .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;
}

.blog .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;
}

.blog .frame-23 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog .text-wrapper-52 {
  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;
}

.blog .container-36 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.blog .link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.blog .text-17 {
  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;
}

.blog .text-18 {
  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;
}

/* ======================================================
   ACTIVE NAV LINK STYLING
   ====================================================== */
.blog .active-link {
  color: #ffffff !important;
  font-weight: 600 !important;
  position: relative;
}

.blog .active-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 50px;
}

/* Hide Figma underlines for active structure */
.blog .rectangle-3 {
  display: none !important;
}

/* ======================================================
   HAMBURGER MENU & MOBILE NAV
   ====================================================== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}

.hamburger.active span:first-child {
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100px;
  right: 20px;
  background: white;
  width: 200px;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 16px;
  gap: 16px;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99;
}

.mobile-nav.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav a {
  color: #2f2f2f;
  font-family: "Geist-Medium", Helvetica;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.mobile-nav a:hover {
  background: #f3f4f6;
  color: #007771;
}

.mobile-nav a.mobile-nav-cta {
  background: #007771;
  color: white;
  text-align: center;
  margin-top: 8px;
}

/* ======================================================
   SCROLL PREVIOUS & HOVER ANIMATIONS
   ====================================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blog .container,
.blog .container-7,
.blog .frame-17,
.blog .article {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog .container:hover,
.blog .container-7:hover,
.blog .frame-17:hover,
.blog .article:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 20px -8px #00000026, 0px 30px 40px -10px #00000026;
}

.blog .button,
.blog .button-2,
.blog .button-7 {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.blog .button:hover,
.blog .button-2:hover,
.blog .button-7:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.blog .button-5 {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog .button-5:hover {
  background-color: #f3f4f6;
}

/* ======================================================
   DESKTOP (1025px+)
   ====================================================== */
@media (min-width: 1025px) {
  .blog {
    width: 100%;
    align-items: center;
  }

  .blog .image {
    width: 100%;
  }

  .blog .v {
    width: 100%;
  }

  .blog .frame-6 {
    width: 100%;
    justify-content: space-between;
  }

  .blog .frame-9 {
    max-width: 1248px;
    width: 100%;
    padding: 96px 20px;
    justify-content: space-between;
    margin: 0 auto;
  }

  .blog .frame-wrapper {
    width: 100%;
  }

  .blog .footer {
    width: 100%;
  }
}

/* ======================================================
   TABLET (Max-width: 1024px)
   ====================================================== */
@media (max-width: 1024px) {
  .blog {
    width: 100%;
    overflow-x: hidden;
  }

  .blog .image {
    width: 100%;
    object-position: center;
  }

  .blog .v {
    width: 100%;
  }

  .blog .home {
    width: calc(100% - 40px);
  }

  .blog .div {
    display: none;
    /* Hide top bar on tablet/mobile */
  }

  .blog .frame-6 {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }

  .blog .frame-7,
  .blog .div-wrapper {
    display: none !important;
    /* Hide desktop nav */
  }

  .hamburger {
    display: flex;
  }

  .blog .frame-9 {
    flex-direction: column;
    padding: 64px 24px;
    width: 100%;
    gap: 48px;
  }

  .blog .frame-10 {
    width: 100%;
  }

  .blog .frame-19 {
    width: 100%;
    margin-left: 0;
  }

  .blog .container,
  .blog .container-7,
  .blog .overlap-group-wrapper {
    width: 100%;
  }

  .blog .frame-11,
  .blog .frame-13,
  .blog .overlap-group {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .blog .frame-17 {
    flex-direction: column;
    width: 100%;
  }

  .blog .article {
    width: 100%;
  }

  .blog .overlap-group-wrapper {
    height: 409px;
  }

  .blog .frame-21 {
    width: 100%;
    padding: 64px 24px;
    flex-direction: column;
    text-align: center;
  }

  .blog .container-31 {
    flex-direction: column;
    padding: 64px 24px;
    gap: 48px;
  }

  .blog .container-32 {
    width: 100%;
  }

  .blog .container-35 {
    width: 100%;
  }

  .blog .frame-23 {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    align-items: center;
  }
}

/* ======================================================
   MOBILE (Max-width: 768px)
   ====================================================== */
@media (max-width: 768px) {
  .blog .section {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    padding-top: 150px;
    padding-bottom: 64px;
  }

  .blog .frame {
    margin: 0;
    width: 100%;
  }

  .blog .LATEST-INSIGHTS {
    font-size: 36px !important;
    line-height: 48px !important;
    width: 100%;
    white-space: normal;
  }

  .blog .read-expert-articles {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    white-space: normal;
  }

  .blog .frame-9 {
    padding: 40px 16px;
  }

  .blog .overlap-group-wrapper {
    position: relative;
    height: 300px;
    /* Reduced height for header images */
    width: 100% !important;
  }

  .blog .overlap-group {
    width: 100% !important;
    min-width: unset;
  }

  .blog .overlap {
    display: none !important;
    /* Hide background decorations on mobile */
  }

  /* Make sure internal content stays within bounds */
  .blog .frame-11,
  .blog .frame-13,
  .blog .container-15 {
    width: 100% !important;
    padding: 24px !important;
  }

  .blog .p,
  .blog .limousine-client,
  .blog .text-wrapper-20 {
    font-size: 20px;
    line-height: 28px;
    white-space: normal !important;
    width: 100% !important;
    height: auto !important;
  }

  .blog .explore-strategies,
  .blog .build-a-systematic,
  .blog .text-wrapper-21 {
    font-size: 14px;
    line-height: 22px;
    white-space: normal !important;
    width: 100% !important;
    height: auto !important;
  }

  .blog .container-7 {
    height: auto !important;
    /* Let content dictate height */
  }

  .blog .container {
    height: auto !important;
    display: flex;
    flex-direction: column-reverse;
    /* Put image on top */
  }

  .blog .auto-flex-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .blog .auto-flex {
    width: 100% !important;
    padding: 24px !important;
  }

  .blog .email-input {
    width: 100% !important;
  }

  .blog .button-6 {
    width: 100% !important;
  }

  .blog .container-26,
  .blog .container-27,
  .blog .container-29 {
    width: 100% !important;
  }

  .blog .container-28 {
    width: 100% !important;
    flex-wrap: wrap !important;
    /* Allow tags to wrap */
    padding: 0 !important;
  }

  .blog .button-4,
  .blog .button-3 {
    margin-bottom: 8px;
  }
}

/* ======================================================
   SMALL MOBILE (Max-width: 480px)
   ====================================================== */
@media (max-width: 480px) {
  .blog .LATEST-INSIGHTS {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .blog .text-wrapper-43 {
    font-size: 32px !important;
    line-height: 40px !important;
    text-align: center;
    white-space: normal;
  }

  .blog .container-3,
  .blog .container-8,
  .blog .container-17 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
  }

  .blog .frame-5,
  .blog .button {
    width: 100%;
    justify-content: center;
  }
}

/* Fallback for reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* ==============================
   HERO SECTION STAGGER
   ============================== */
.blog .section .frame > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* badge */
.blog .section.is-visible .frame > *:nth-child(1) {
  opacity: 1; transform: none; transition-delay: 0.05s;
}

/* title: JS typewriter */
.blog .section .frame .LATEST-INSIGHTS {
  opacity: 0;
}

/* description */
.blog .section.is-visible .frame > *:nth-child(3) {
  opacity: 1; transform: none; transition-delay: 0.65s;
}

/* ==============================
   ARTICLE GRID STAGGER
   ============================== */

/* Extend existing card hover transitions to include opacity for the reveal */
.blog .container,
.blog .container-7,
.blog .frame-17,
.blog .article {
  transition: transform 0.55s ease, box-shadow 0.3s ease, opacity 0.55s ease;
}

/* Reset transition-delay on hover so reveal delays don't affect hover */
.blog .container:hover,
.blog .container-7:hover,
.blog .frame-17:hover,
.blog .article:hover {
  transition-delay: 0s;
}

/* Initial hidden state for all article items in the grid */
.blog .frame-10 > * {
  opacity: 0;
  transform: translateY(22px);
}

/* Stagger reveal when .frame-9 becomes visible */
.blog .frame-9.is-visible .frame-10 > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.05s; }
.blog .frame-9.is-visible .frame-10 > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.18s; }
.blog .frame-9.is-visible .frame-10 > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.28s; }
.blog .frame-9.is-visible .frame-10 > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.38s; }
.blog .frame-9.is-visible .frame-10 > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.48s; }
.blog .frame-9.is-visible .frame-10 > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.58s; }
.blog .frame-9.is-visible .frame-10 > *:nth-child(7) { opacity: 1; transform: none; transition-delay: 0.68s; }

/* Sidebar slides in from right */
.blog .frame-19 {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}

.blog .frame-9.is-visible .frame-19 {
  opacity: 1;
}

/* ==============================
   BOTTOM CTA STAGGER
   ============================== */
.blog .frame-wrapper .frame-21 > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.blog .frame-wrapper.is-visible .frame-21 > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.blog .frame-wrapper.is-visible .frame-21 > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.25s; }

/* ==============================
   REDUCED MOTION ADDITIONS
   ============================== */
@media (prefers-reduced-motion: reduce) {
  .blog .section .frame > *,
  .blog .section .frame .LATEST-INSIGHTS,
  .blog .frame-10 > *,
  .blog .frame-19,
  .blog .frame-wrapper .frame-21 > * {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

/* ======================================================
   ARTICLE CARD INTERNALS — RESPONSIVE FIX
   The card content uses position:absolute children inside
   a fixed-height .container-15. These need to become
   flow-layout on smaller screens.
   ====================================================== */

/* --- Tablet (≤1024px): single-column cards, fix internals --- */
@media (max-width: 1024px) {

  /* Article card: let height be dictated by content */
  .blog .article {
    height: auto !important;
    width: 100% !important;
  }

  /* Content area: switch from fixed-height + absolute children
     to a flex column flow */
  .blog .container-15 {
    height: auto !important;
    padding: 20px 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  /* Text/meta block: static so it flows naturally */
  .blog .frame-18 {
    position: static !important;
    width: 100% !important;
  }

  /* Author + read button row: static */
  .blog .container-17,
  .blog .container-24 {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Date / read-time row: remove overflowing fixed width */
  .blog .container-16 {
    width: 100% !important;
    margin-right: 0 !important;
    flex-wrap: wrap;
    height: auto !important;
  }

  /* --- Featured card 1 (.container) --- */
  .blog .container {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .blog .overlap-group-wrapper {
    position: static !important;
    width: 100% !important;
    height: 260px !important;
  }

  .blog .overlap-group {
    min-width: unset !important;
    width: 100% !important;
    height: 260px !important;
  }

  .blog .frame-11 {
    position: static !important;
    width: 100% !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    gap: 24px !important;
  }

  /* --- Featured card 2 (.container-7) --- */
  .blog .container-7 {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Show the image on top for card-7 */
  .blog .overlap {
    display: flex !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 220px !important;
    min-width: unset !important;
  }

  .blog .container-12 {
    width: 100% !important;
    height: 220px !important;
  }

  .blog .frame-13 {
    position: static !important;
    width: 100% !important;
    padding: 24px !important;
    box-sizing: border-box !important;
  }

  /* Limousine article title: remove fixed width */
  .blog .limousine-client {
    width: 100% !important;
  }

  /* Category button inner text: remove fixed min-width */
  .blog .text-15 {
    min-width: unset !important;
  }

  /* Bottom CTA padding */
  .blog .frame-wrapper {
    padding: 60px 24px !important;
  }

  .blog .explore-our-complete {
    width: 100% !important;
  }

  .blog .text-wrapper-43 {
    white-space: normal !important;
  }

  /* Newsletter widget inside sidebar */
  .blog .auto-flex-wrapper {
    height: auto !important;
    padding: 0 !important;
  }

  .blog .auto-flex {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    min-height: unset !important;
  }

  .blog .frame-20 {
    width: 100% !important;
    height: auto !important;
  }

  .blog .email-input {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .blog .button-6 {
    min-width: unset !important;
    width: 100% !important;
    padding: 9px 20px !important;
    justify-content: center !important;
  }

  /* Recent posts: allow text to wrap */
  .blog .text-wrapper-37 {
    white-space: normal !important;
  }

  .blog .button-5 {
    height: auto !important;
    padding-bottom: 12px !important;
  }

  /* Container-26 (search) height */
  .blog .container-26 {
    height: auto !important;
    padding-bottom: 25px !important;
  }

  /* Container-27 (categories) height */
  .blog .container-27 {
    height: auto !important;
    padding-bottom: 25px !important;
  }

  /* Container-28 (category buttons) height */
  .blog .container-28 {
    height: auto !important;
  }

  /* Container-29 (recent posts) height */
  .blog .container-29 {
    height: auto !important;
    padding-bottom: 25px !important;
  }

  /* Container-30 (recent posts list) height */
  .blog .container-30 {
    height: auto !important;
  }
}

/* --- Mobile (≤768px): extra size adjustments --- */
@media (max-width: 768px) {
  .blog .frame-wrapper {
    padding: 48px 20px !important;
  }

  .blog .frame-9 {
    padding: 40px 16px !important;
  }

  /* Sidebar becomes full-width below article list */
  .blog .frame-19 {
    position: static !important;
    width: 100% !important;
    transform: none;
  }

  /* Button-7 (View All Articles): full width */
  .blog .button-7 {
    width: 100% !important;
    height: auto !important;
    padding: 16px 24px !important;
  }

  .blog .text-16 {
    position: static !important;
    height: auto !important;
    justify-content: center !important;
  }

  .blog .icon-6 {
    position: static !important;
  }
}

/* --- Small mobile (≤480px) --- */
@media (max-width: 480px) {
  .blog .container-15 {
    padding: 16px !important;
  }

  .blog .frame-11,
  .blog .frame-13 {
    padding: 16px !important;
  }

  .blog .auto-flex {
    padding: 16px !important;
  }
}
