
@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
font-style: normal;
font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */

  font-display: swap;
}
body{
  color: #000000;
}
h1,h2,h3,h4,h5,h6{
  font-family: "CooperBTLight", sans-serif !important;
}
h2{
  font-size: 35px !important;
}
p, div{
  font-size: 18px !important;
}
p, a, label, li, div{
  font-family: "MilligramText-Regular", sans-serif !important;
}


/* Overall page wrapper (optional) */
.dsd-dispatch-page {
  background-color: #ffffff;
  font-family: "Milligram-Regular", "Myriad Pro", system-ui, sans-serif;
}

/* TOP BLUE HEADER STRIP */
.dsdHeroTopBar {
  background-color: #0085CD; /* match blue from your design */
  padding: 14px 0;
}

.dsdHeroLogoLeft,
.dsdHeroLogoRight {
  max-height: 60px;
  width: auto;
}

@media (max-width: 576px) {
  .dsdHeroLogoLeft,
  .dsdHeroLogoRight {
    max-height: 38px;
  }
}

/* HERO SECTION */
.dsdHeroBanner {
  position: relative;
  min-height: 520px;
  background-image: url("/assets/img/Newsletter-banner.avif"); /* <- your truck image */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 40px 0px;
}
.dsdHeroBanner.demand {
  
  background-image: url("/assets/img/demand-planning-stockouts-dsd-banner-bg.png"); /* <- your truck image */
  min-height: 600px;
}

/* light overlay to make white pills pop */
/* .dsdHeroBannerOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.15)
  );
  pointer-events: none;
} */

/* wrapper to stack the two rounded rectangles */
.dsdHeroTitleWrapper {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 32px;
}

.dsdHeroTitleWrapper .dsdHeroTitlePill{
  
}

/* each white rounded block */
.dsdHeroTitlePill {
  background: #FFFFFF99;
  border-radius: 15px;
  padding: 14px 50px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  max-width: 1120px;
  width: auto;
  text-align: center;
}

/* responsive tweaks */
@media (max-width: 992px) {
  .dsdHeroBanner {
    min-height: 260px;
  }

  .dsdHeroTitlePill {
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .dsdHeroTitlePill {
    /* font-size: 0.9rem; */
    padding: 8px 16px;
  }
}


/* INTRO PARAGRAPHS */
.dsdIntroText {
  padding: 30px 0 30px;
  background-color: #ffffff;
}

.dsdIntroText p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 18px;
}
.horizontal-list{
  display: flex;
  flex-direction: row;
  gap: 80px;
}

@media (max-width: 576px) {
  .dsdIntroText {
    padding: 15px 0 15px;
  }

  .dsdIntroText p {
    font-size: 0.95rem;
  }
  
}
@media (max-width: 768px) {
.horizontal-list{
flex-direction: column;
gap: 0px;
  }
}




/* ===== Where the DSD world is heading ===== */

.dsdWhereHeadingSection {
  padding: 30px 0 30px;
  background-color: #ffffff;
}

.dsdWhereTitle {
  font-weight: 700;
  margin-bottom: 32px;
}

.dsdWhereRow {
  margin-bottom: 28px;
}

.dsdWhereText {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.dsdWhereImage {
  max-width: 100%;
  height: auto;
}

/* Callout block */
.dsdConsiderBox {
  border: 1px solid #000000;
  border-radius: 14px;
  padding: 20px 24px;
  /* background-color: #fafafa; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.dsdConsiderLabel {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1rem;
}

.dsdConsiderText {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Bullet Points Container */
.dsdWhereBulletRow {
  margin: 15px 0 25px 0;
}

.dsdWhereBulletList {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.dsdWhereBulletItem {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  
}

.dsdWhereBulletItem::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -12px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}



/* Responsive tweaks */
@media (max-width: 991.98px) {
  .dsdWhereHeadingSection {
    padding: 15px 0 15px;
  }

  .dsdWhereTitle {
    /* font-size: 1.7rem; */
  }

  .dsdWhereRow {
    text-align: left;
  }

  .dsdWhereImage {
    margin-top: 18px;
  }
}

@media (max-width: 575.98px) {
  .dsdWhereTitle {
    /* font-size: 1.4rem; */
  }

  .dsdConsiderBox {
    padding: 16px 18px;
  }

  .dsdConsiderText {
    font-size: 0.95rem;
  }

  .dsdWhereBulletItem {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .dsdWhereBulletRow {
    margin: 10px 0 20px 0;
  }
  
  /* Stack bullet columns on mobile */
  .dsdWhereBulletRow .col-12:first-child {
    margin-bottom: 5px;
  }
}






/* ===== Expert Insight Section ===== */
.expertInsightSectionV2 {
  padding: 30px 0 30px;
  background-color: #ffffff;
}

.expertInsightTitleV2 {
  font-weight: 700;
  margin-bottom: 24px;
  /* color: #222; */
}

/* ===== BLUE BANNER ===== */
.expertHeroBannerV2 {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 52px;
  background-image: url("/assets/img/Expert-Insight-bg.avif");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.expertHeroOverlayV2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.10),
    rgba(0, 0, 0, 0.20)
  );
  pointer-events: none;
}

/* Layout stage */
.expertHeroStageV2 {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

/* ===== Circle + Text ===== */
.expertCircleWrapV2 {
  position: absolute;
  left: 15%;
  top: 15%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
}
.dsd .expertCircleWrapV2 {
  width: 550px;
  height: auto;
}

.expertCircleImgV2 {
  width: 100%;
  height: 100%;
  display: block;
}

.expertCircleTextV2 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 1.3;
  top: 10%;
}

/* ===== White Name Card ===== */
.expertNameCardV2 {
  position: absolute;
  left: 32%;
  top: 58%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #111;
  border-radius: 15px;
  padding: 16px 40px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: right;
  z-index: 2;
  width: 33%;
}

.dsd .expertNameCardV2{
  background: #FFFFFFCC;

}
.dsd .expertNameCardV2{
  width: 29%;
  left: 36%;
}

.expertNameV2 {
  font-weight: 700;
}

.expertRoleV2,
.expertCompanyV2 {
  font-size: 0.86rem;
}

/* ===== Eric Photo ===== */
.expertAvatarPhotoV2 {
  position: absolute;
  right: 18%;
    top: 47%;
  transform: translateY(-50%);
  max-width: 225px;
  height: auto;
  z-index: 3;
}

/* ===== Small Description ===== */
.expertHeroNoteV2 {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0;
}

/* ===== Arrow Image ===== */
.expertArrowDownV2 {
  text-align: center;
  /* margin: 18px 0 24px; */
}

.expertArrowImgV2 {
  max-height: 90px;
  width: auto;
}

/* ===== Bottom Card (Split Layout) ===== */
.expertCardV2 {
  border-radius: 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 28px 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.expertCardColV2 {
  padding: 4px 26px;
}
.expertCardRightV2{
  text-align: center;
}
.expertCardLeftV2 {
  border-right: 1px solid #000000;
}

.expertColTitleV2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 28px;
}

/* ===== Replace Bullet Dots with Image ===== */
.expertBulletListV2 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.expertBulletListV2 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  min-height: 32px;
}

.expertBulletListV2 li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-image: url("/assets/img/black-bullet.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.expertBulletListV2 strong {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
}

/* ===== Right Column ===== */
.expertRightIntroV2,
.expertRightBodyV2 {
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.expertBigQuestionV2 {
  font-weight: 700;
  font-size: 22px !important;
  color: #045CB8;
  margin: 12px 0 14px;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .expertHeroBannerV2 {
    padding: 26px 20px 38px;
  }

  .expertHeroStageV2 {
    min-height: 230px;
  }

  .expertCircleWrapV2 {
            width: 220px;
        height: 220px;
        left: 16%;
        top: 10%;
  }

  .expertCircleTextV2 {
    font-size: 18px !important;
    padding: 10px !important;
  }

  .expertAvatarPhotoV2 {
    max-width: 150px;
    right: 9%;
  }

  .expertNameCardV2 {
    padding: 14px 28px;
    font-size: 14px !important;
    width: 40%;
  }
  .expertNameCardV2 div{
    
    font-size: 14px !important;
  }
  .dsd .expertNameCardV2{
    width: 37%;
    left: 35%;
  }
  .dsd .expertCircleWrapV2{
    width: 320px;
  }
  .dsd .expertCircleTextV2 {
    top: 17%;
  }
}

@media (max-width: 575.98px) {
  .expertHeroStageV2 {
    min-height: auto;
    padding-top: 12px;
  }

  .expertCircleWrapV2,
  .expertAvatarPhotoV2,
  .expertNameCardV2 {
    position: static;
    transform: none;
    margin: 0 auto;
  }
.expertAvatarPhotoV2{
  position: relative !important;
  left: 30% !important;
  margin-top: 20px !important;
}
  .expertCircleWrapV2 {
    width: 240px;
    height: 240px;
    margin-bottom: 16px;
  }

  .expertCircleTextV2 {
    font-size: 1rem;
    padding: 24px;
    text-align: center;
    margin-top: 30px;
  }

  .expertNameCardV2 {
    border-radius: 16px;
    margin-top: 12px;
    width: 60%;
    top: 20%;
  }

  .expertHeroNoteV2 {
    text-align: center;
  }
  .expertCardLeftV2{
    border-right: unset;
    border-bottom: 1px solid #000000;
  }
  .expertCardRightV2{
    padding-top: 20px !important;
  }
}

@media (min-width:576px) and (max-width: 767px) {
  .expertCardLeftV2{
    border-right: unset;
    border-bottom: 1px solid #000000;
  }
  .expertCardRightV2{
    padding-top: 20px !important;
  }
  .expertAvatarPhotoV2{
            right: 4% !important;
        top: 47% !important;
  }
  .expertNameCardV2{
    top: 55% !important;
        width: 47% !important;
        left: 23%;
  }
  .expertCircleWrapV2{
    left:2%;
        top: 10%;
  }
  .dsd .expertNameCardV2{
    width: 50% !important;
    left: 20%;
    top: 64% !important;
  }
  .dsd .expertCircleWrapV2{
    width: 320px;
  }
  .dsd .expertCircleTextV2 {
    top: 17%;
  }
}
@media (min-width:992px) and (max-width: 1199px) {
  .expertAvatarPhotoV2{
    right: 7%;
        top: 42%;
  }
  .expertCircleTextV2{
    top: 0%;
  }
  .expertNameCardV2{
            width: 34% !important;
        top: 50%;
        left: 36%;
  }
  .dsd .expertNameCardV2{
            width: 37% !important;
        left: 33%;
        top: 55% !important;
  }
  
  .dsd .expertCircleTextV2 {
    top: 11%;
  }
}

@media (max-width: 575px) {

.dsd .expertNameCardV2{
  width: fit-content;
}
}

@media (max-width: 360px) {
.dsd .expertCircleWrapV2{
  width: 280px;
}
.dsd .expertCircleTextV2{
  margin-top: 0px;
}
.dsd .expertNameCardV2{
  width: 100%;
}
}



/* ===== Expert Hero Animations ===== */
@media (prefers-reduced-motion: no-preference) {
  .expertHeroBannerV2 {
    --ease-out: cubic-bezier(.22,.61,.36,1);
    --appear: 0.9s;
  }

  /* Initial states */
  .expertHeroBannerV2 .expertCircleWrapV2,
  .expertHeroBannerV2 .expertNameCardV2,
  .expertHeroBannerV2 .expertAvatarPhotoV2,
  .expertHeroBannerV2 .expertHeroNoteV2 {
    opacity: 0;
    will-change: transform, opacity;
  }

  .expertHeroBannerV2 .expertCircleWrapV2 {
    transform: translateY(24px) scale(0.95);
    transition: transform var(--appear) var(--ease-out) 0.10s, opacity .55s ease 0.10s;
  }

  .expertHeroBannerV2 .expertNameCardV2 {
    transform: translateY(30px);
    transition: transform var(--appear) var(--ease-out) 0.50s, opacity .45s ease 0.50s;
    overflow: hidden; /* for shine effect */
  }

  .expertHeroBannerV2 .expertAvatarPhotoV2 {
    transform: translateX(32px) rotate(-2deg) scale(0.98);
    transition: transform var(--appear) var(--ease-out) 0.35s, opacity .50s ease 0.35s;
  }

  .expertHeroBannerV2 .expertHeroNoteV2 {
    transform: translateY(18px);
    transition: transform .8s var(--ease-out) 0.75s, opacity .5s ease 0.75s;
  }

  /* In-view states */
  .expertHeroBannerV2.in-view .expertCircleWrapV2,
  .expertHeroBannerV2.in-view .expertNameCardV2,
  .expertHeroBannerV2.in-view .expertAvatarPhotoV2,
  .expertHeroBannerV2.in-view .expertHeroNoteV2 {
    opacity: 1;
    transform: none;
  }

  /* Gentle float after appearing (starts after the transition) */
  .expertHeroBannerV2.in-view .expertCircleWrapV2 {
    animation: floatY 10s ease-in-out 1.2s infinite;
  }

  .expertHeroBannerV2.in-view .expertAvatarPhotoV2 {
    animation: floatY 12s ease-in-out 1.3s infinite reverse;
  }

  @keyframes floatY {
    0%   { transform: translateY(0) }
    50%  { transform: translateY(-6px) }
    100% { transform: translateY(0) }
  }

  /* One-time shine sweep on the white name card */
  .expertHeroBannerV2.in-view .expertNameCardV2::after {
    content: "";
    position: absolute;
    top: -30%;
    bottom: -30%;
    width: 45%;
    left: -60%;
    transform: skewX(-25deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    animation: shine 1.3s ease-out .8s forwards;
    pointer-events: none;
  }
  @keyframes shine {
    to { left: 140%; }
  }

  /* Disable the float on small screens if you want less motion */
  @media (max-width: 575.98px) {
    .expertHeroBannerV2.in-view .expertCircleWrapV2,
    .expertHeroBannerV2.in-view .expertAvatarPhotoV2 {
      animation: none;
    }
  }
}







.dsdRevealSection {
  padding: 30px 0px 0px 0px;
}

.dsdRevealTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Tick list container */
.dsdTickList {
  margin: 12px 0 20px 0;
}

/* Each tick item */
.dsdTickItem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #212121;
}

/* Tick image size */
.tick-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .dsdTickItem {
    justify-content: flex-start;
  }

  .dsdWhereRow {
    text-align: left;
  }

  .dsdWhereImage {
    margin-top: 20px;
  }
}





.dsdCostSection {
  padding: 20px 0;
}
.dsdWhereTitle{
  text-align: center;
}
.dsdSimpleBullets {
  margin: 15px 0;
  padding-left: 18px;
}

.dsdSimpleBullets li {
  margin-bottom: 8px;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .dsdWhereRow {
    text-align: left;
  }

  
}





/* ===== Thought Articles Section ===== */

.thoughtArticlesSectionV2 {
  padding: 20px 0px 10px 0px;
  background-color: #ffffff;
}

.thoughtArticlesTitleV2 {
  font-weight: 700;
  margin-bottom: 28px;
  /* color: #222; */
}

/* Each row */
.thoughtArticleRowV2 {
  display: flex;
  gap: 90px;
  align-items: center;
  padding: 18px 0;
  /* border-bottom: 1px solid #e4e4e4; */
}

.thoughtArticleRowV2:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

/* Left image */
.thoughtArticleImageWrapV2 {
  flex: 0 0 300px;
  max-width: 300px;
}

.thoughtArticleImageV2 {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

/* Right content */
.thoughtArticleContentV2 {
  flex: 1 1 auto;
}

.thoughtArticleHeadingV2 {
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.thoughtArticleDescV2 {
  font-size: 0.97rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Read more link */
.thoughtArticleLinkV2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
  background-image: radial-gradient(circle at top, #2BA7DF, #2A3E8E);
  -webkit-background-clip: text;
   background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.thoughtArticleLinkArrowV2 {
  transform: translateY(1px);
  background-image: radial-gradient(circle at top, #2BA7DF, #2A3E8E);
  -webkit-background-clip: text;
   background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.thoughtArticleLinkV2:hover {
  text-decoration: underline;
}

/* ===== Responsive ===== */

@media (max-width: 767.98px) {
  .thoughtArticleRowV2 {
    flex-direction: column;
    gap: 20px;
  }

  .thoughtArticleImageWrapV2 {
    flex: 0 0 auto;
    max-width: 100%;
  }
}


.dsd .thoughtArticleImageV2{
  box-shadow: 0px 4px 4px 0px #00000040;

}



/* ===== Closing Section ===== */

/* .dsdClosingSectionV2 {
  margin-top: 50px;
} */

/* background area with image and tint */
.dsdClosingSectionV2 {
  background-image: url("/assets/img/Newsletter-footer-bg.avif"); /* change to your image */
  background-size: cover;
  background-position: center;
  padding: 70px 0 60px;
  position: relative;
}

/* .dsdClosingBgV2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
} */

.dsdClosingBgV2 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Title */
.dsdClosingTitleV2 {
  
  font-weight: 700;
  margin-bottom: 40px;
}

/* Paragraphs */
.dsdClosingTextV2 {
  text-align: left;
  margin-bottom: 24px;
}

/* Footer strip */
.dsdClosingFooterV2 {
  background-color: #0085CD; /* blue bar */
  padding: 12px 0;
}

.dsdCopyrightV2 {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 575.98px) {
  /* .dsdClosingBgV2 {
    padding: 20px 0 28px;
  } */

  .dsdClosingTitleV2 {
    /* font-size: 1.9rem !important; */
  }

  .dsdClosingTextV2 {
    /* font-size: 0.95rem; */
  }
  .dsdClosingSectionV2{
    padding: 40px 0 30px;
  }
}


.footer-section{
  border-top: unset !important;
}