
@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;
}
h1,h2,h3,h4,h5,h6{
  font-family: "CooperBTLight", sans-serif !important;
}
p{
  font-size: 18px !important;
}
p, a, label, li, div{
  font-family: "MilligramText-Regular", sans-serif !important;
}
.bread-bmobile-campaign p, .bread-bmobile-campaign label{
  font-size: 16px;
}
/* FIRST HERO SECTION */
.heroSectionV2 {
  position: relative;
  padding: 80px 0 50px;   /* bottom extra so the angle has room */
  overflow: hidden;
  background: #ffffff;     /* page background */
  background-image: url('/assets/img/When-your-plan-changes-your-system-shouldnt-fall-apart-bg.avif');
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}


/* LEFT SIDE MAIN BLOCK (matches reference design) */
.heroLeftContentV2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* center this whole block vertically inside the column */
  gap: 16px;                /* space between logo, heading, text, button */
  padding: 20px 0;
}

/* Logo spacing */
.heroLogoBoxV2 {
  margin-bottom: 6px;
}

.heroLogoBoxV2 img.heroLogoV2 {
  max-height: 75px;
}

/* .heroSectionBgV2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;              
  height: 100%;           
  background: linear-gradient(90deg, #DEF2EB 0%, #71BF44 100%);
  transform: skewY(-5deg);
  transform-origin: top left;
  box-shadow: rgb(104 104 104) 3px 3px 6px 0px inset, rgb(100 100 100 / 50%) -3px -3px 6px 1px inset;
  z-index: 0;
} */

/* make sure content appears above the background */
.heroContainerV2 {
  position: relative;
  z-index: 1;
}


/* LEFT SIDE */
.heroLogoBoxV2 img.heroLogoV2 {
  max-height: 75px;
}

.heroHeadingV2 {
  font-size: 42px;
  font-weight: 700;
  color: #1C1C1C;
  line-height: 1.2;
}

.heroTextV2 {
  font-size: 18px;
  color: #1C1C1C;
  max-width: 90%;
}

.heroPrimaryBtnV2 {
  padding: 10px 26px;
  border-radius: 10px;
  background: #00553C;
  color: #fff;
  font-weight: 600;
  border: none;
  font-size: 18px;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: fit-content;

}
.heroPrimaryBtnV2:hover {
  background-color: #036648;
  color: #ffffff;

}

/* RIGHT SIDE FORM */
.heroFormCardV2 {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
}

.heroFormTitleV2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.heroFormLabelV2 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}

.heroFormInputV2 {
  border-radius: 6px !important;
  margin-bottom: 6px;
}

.heroFormSubmitV2 {
  width: 100%;
  background: #008753;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  color: white;
  margin-top: 14px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .heroHeadingV2 { font-size: 26px; }
}

@media (max-width: 575px) {
  .heroHeadingV2 { font-size: 22px; }
  .heroFormCardV2 { padding: 22px 16px; }
}


@media (max-width: 991px) {
  .heroLeftContentV2 {
    align-items: flex-start;
    justify-content: flex-start; /* on tablet/phone, just stack normally from top */
    max-width: 100%;
    padding: 10px 0 20px;
  }

  .heroHeadingV2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .heroHeadingV2 {
    font-size: 24px;
  }
}

@media (max-width: 1199px){
  .heroSectionV2{
    background-size:cover;
  }
}



/* ===================
   SECTION 1: TITLE AREA
   =================== */
.distChaosIntroV2 {
  padding: 20px 0 20px;
  background: #ffffff;
  text-align: center;
}

.distChaosTitleV2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.distChaosSubTextV2 {
  font-size: 17px;
  color: #000;
}



/* ===================
   SECTION 2: BLUE FLOW BAR
   =================== */
.distChaosBlueStripV2 {
  width: 100%;
  background: #0085CD;
  padding: 18px 0;
}

.distChaosFlowContainerV2 {
  display: flex;
  align-items: center;
  column-gap: 18px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
}

.distChaosFlowItemV2 {
  white-space: nowrap;
}

.distChaosArrowV2 {
  font-size: 20px;
  font-weight: 600;
  opacity: 1;
}



/* ===================
   SECTION 3: BOTTOM PARAGRAPH
   =================== */
.distChaosBottomV2 {
  padding: 25px 0 15px;
  background: #ffffff;
}

.distChaosBottomTextV2 {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}



/* ===================
   RESPONSIVE RULES
   =================== */

/* Tablet (max 991px) */
@media (max-width: 991px) {
  .distChaosTitleV2 {
    font-size: 28px;
  }

  .distChaosSubTextV2 {
    font-size: 16px;
  }

  .distChaosFlowContainerV2 {
    font-size: 18px;
    column-gap: 12px;
  }

  .distChaosArrowV2 {
    font-size: 18px;
  }
}

/* Mobile (max 768px) */
@media (max-width: 768px) {
  .heroSectionV2{
    padding-top: 10px;
    background-position: top;
  }
  .distChaosFlowContainerV2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
.distChaosFlowContainerV2 .distChaosArrowV2{
transform: rotate(90deg);
}
  .distChaosTitleV2 {
    font-size: 24px;
  }

  .distChaosBottomTextV2 {
    font-size: 16px;
  }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
  .distChaosTitleV2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .distChaosFlowItemV2 {
    font-size: 18px;
  }

  .distChaosArrowV2 {
    font-size: 18px;
  }

  .distChaosBlueStripV2 {
    padding: 14px 0;
  }
}


/* MAIN SECTION */
.reactSmoothSectionV2 {
  padding: 30px 0 40px;
  background: #ffffff;
  position: relative;
}

/* LEFT CONTENT */
.reactSmoothContentV2 {
  max-width: 540px;
}

.reactSmoothTitleV2 {
  font-size: 30px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 25px;
}

.reactSmoothIntroV2 {
  font-size: 18px !important;
  color: #000000;
  margin-bottom: 25px;
}

/* TICK LIST */
.reactSmoothListV2 {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.reactSmoothListV2 li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

.reactSmoothTickIconV2 {
  flex-shrink: 0;
  margin-top: 5px; /* align icon vertically with text */
}

.reactSmoothTickIconV2 img {
  width: 20px;
  height: 20px;
  display: block;
}

/* RIGHT IMAGE */
.reactSmoothImageBoxV2 {
  text-align: right;
}

.reactSmoothImageV2 {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* BOTTOM GRAY LINE WITH SHADOW */
.reactSmoothDividerV2 {
  margin-top: 40px;
  width: 100%;
  height: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;

}

/* =========================
   RESPONSIVE STYLES
   ========================= */

/* Tablet and below */
@media (max-width: 991px) {
  .reactSmoothSectionV2 {
    padding: 30px 0 32px;
  }

  .reactSmoothTitleV2 {
    font-size: 26px;
  }

  .reactSmoothImageBoxV2 {
    text-align: center;
    margin-top: 25px;
  }
}

/* Small tablets / big phones */
@media (max-width: 768px) {
  .reactSmoothTitleV2 {
    font-size: 24px;
  }

  .reactSmoothIntroV2,
  .reactSmoothListV2 li {
    font-size: 18px;
  }

  .reactSmoothDividerV2 {
    height: 6px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .reactSmoothSectionV2 {
    padding: 20px 0 28px;
  }

  .reactSmoothTitleV2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .reactSmoothContentV2 {
    max-width: 100%;
  }

  .reactSmoothListV2 li {
    align-items: flex-start;
  }
}



/* MAIN SECTION */
.distBenefitsSectionV2 {
  padding: 30px 0 30px;
  background: #ffffff;
}

.distBenefitsTitleV2 {
  font-size: 28px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 35px;
}

/* ROW WRAPPER */
.distBenefitsRowV2 {
  margin-bottom: 18px;
}

/* CARD */
.distBenefitCardV2 {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #000;
  padding: 26px 18px 22px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.distBenefitIconV2 {
  margin-bottom: 14px;
}

.distBenefitIconV2 img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.distBenefitTextV2 {
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0;
}

/* BOTTOM DESCRIPTION */
.distBenefitsBottomTextV2 {
  font-size: 16px;
  color: #000000;
  margin-top: 6px;
}

/* =========================
   RESPONSIVE STYLES
   ========================= */

/* Large tablets and down */
@media (max-width: 991px) {
  .distBenefitsSectionV2 {
    padding: 30px 0 30px;
  }

  .distBenefitsTitleV2 {
    font-size: 26px;
    text-align: center;
  }

  .distBenefitsBottomTextV2 {
    text-align: center;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .distBenefitCardV2 {
    margin-bottom: 10px;
  }

  .distBenefitTextV2 {
    font-size: 14px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .distBenefitsTitleV2 {
    font-size: 22px;
  }

  .distBenefitsRowV2 {
    row-gap: 10px;
  }

  .distBenefitCardV2 {
    padding: 20px 14px 18px;
  }
}




/* MAIN SECTION */
.ctaActionSectionV2 {
  padding: 40px 0;
  
  border-radius: 22px;
  
 
}

/* INNER WRAPPER */
.ctaActionContainerV2 {
  text-align: center;
  background: #C5E6C5; /* soft green */
   box-shadow: 0px 4px 4px 0px #00000040;

   padding: 50px;
   border-radius: 25px;
}

/* TITLE */
.ctaActionTitleV2 {
  font-size: 28px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 12px;
}

/* SUBTEXT */
.ctaActionSubtitleV2 {
  font-size: 16px;
  color: #1C1C1C;
  margin-bottom: 20px;
}

/* BUTTON */
.ctaActionBtnV2 {
  background: #00553C;
  color: #fff;
  padding: 10px 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: 0.25s;
  box-shadow: 0px 4px 4px 0px #00000040;

}

.ctaActionBtnV2:hover {
  background: #003a26;
  color: #fff;
}

/* ============================
   RESPONSIVE RULES
   ============================ */

/* Tablets */
@media (max-width: 768px) {
  .ctaActionSectionV2 {
    padding: 50px 20px;
    border-radius: 18px;
  }

  .ctaActionTitleV2 {
    font-size: 24px;
  }

  .ctaActionSubtitleV2 {
    font-size: 15px;
  }

  .ctaActionBtnV2 {
    font-size: 14px;
    padding: 10px 24px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ctaActionSectionV2 {
    padding: 40px 18px;
    border-radius: 16px;
  }

  .ctaActionTitleV2 {
    font-size: 22px;
  }

  .ctaActionSubtitleV2 {
    font-size: 14px;
  }

  .ctaActionBtnV2 {
    padding: 9px 22px;
  }
}


/* Popup video */

.modal-close-xl {
  transform: scale(1.4);
  z-index: 9;
}

.modal video{
  border-radius: 10px;
}
.modal .modal-content, .modal .modal-body{
  border-radius: 10px;
  background: transparent;
}

@media (max-width: 575px) {
  .bmobile-app-route-form{
    margin: 0px 10px;
  }
.bread-bmobile-campaign .bmobile-app-route-form .arc-quote-form{
width: auto;
max-width: auto;
}
}