html,
body {
  margin: 0px !important;
  font-family: "flowrota";
  overflow-x: hidden !important;
  height: auto;
  max-width: 100dvw;
  background: linear-gradient(to right, #e6f1ff, #fdfeff);
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: "flowrota";
  src: url("./fonts/timelify-bold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 600; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-extrabold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 700; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-extralight.otf") format("opentype"); /* Adjust the file path */
  font-weight: 300; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-normal.otf") format("opentype"); /* Adjust the file path */
  font-weight: 400; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-medium.otf") format("opentype"); /* Adjust the file path */
  font-weight: 500; /* Map to the corresponding numeric value */
}

.none {
  display: none !important;
}

.x101 {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 30px;
  background-color: orange;
  display: flex;
  min-width: 113px;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 10px;
  height: 13px;
  font-size: 10px;
}

.x102 {
  display: none;
}

.x103 {
  display: none;
}

.headerLink {
  font-family: "flowrota";
  font-weight: 500;
  cursor: pointer;
  min-height: 58px;
  display: flex;
  align-items: center;
}

.headerLink:hover {
  color: #a16dbc;
}

.content {
  margin: 0 auto;
  max-width: 100dvw;
  overflow: hidden;
  max-height: 100vh;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
  padding-left: 1%;
  padding-right: 1%;
  max-width: 85%;
  /* margin-left: 5%; */
  max-width: 1500px;
  max-width: 90vw;
  border-radius: 10px;
  border: 1px solid #d6d8db;
  min-height: 30px;
  /* margin-top: 20px; */
  position: fixed;
  top: 20px;
  background-color: white;
  min-width: 820px !important;
  max-width: 820px !important;
  z-index: 999999;
  /* left: calc(50dvw - 482px); */
}

.headerParent {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100dvw;
  max-width: 100dvw;
  top: 0px;
  height: 78px;
  border: none;
  /* background-color: blue; */
}

.headerLogo {
  height: 30px;
  cursor: pointer;
}

.headerLogoLink {
  margin-top: 7px;
}

.staffHoursBtn {
  margin-right: 45px;
}

.headerLeft {
  display: flex;
  align-items: center;
}

.headerRight {
  display: flex;
  align-items: center;
}

.headerLeftMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 410px;
  margin-left: 28px;
}

.headerRightLogin {
  border-radius: 10px;
  color: #fff !important;
  margin-right: 20px;
  font-weight: 500;
  cursor: pointer;
  /* background-color: yellow; */
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 14px;
  border: 1px solid white;
  padding-left: 14px;
  background-color: #4b19cf;
  transition: background-color 0.3s ease;
}

.headerRightLogin:hover {
  /* color: #5a4197 !important; */
  /* border: 1px solid #07f; */
  background-color: #7246e5;
}

.headerRightCta {
  background-color: #0077ff;
  color: #fff !important;
  border-radius: 10px;
  min-height: 40px;
  max-height: 40px;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  padding-left: 4px;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: background-color 0.3s ease;
}

.headerRightCta:hover {
  background-color: #0056b3;
}

.trialArrImg {
  width: 20px;
  margin-left: 4px;
  transform: rotate(-37deg);
}

.guidanceImg {
  width: 18px;
  position: absolute;
  top: 8px;
  margin-left: 27px;
}

.burger {
  display: none;
}

.hero {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
.mainStrap {
  color: #0277ff;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
}

.heroHeadlineContainer {
  max-height: 203px;
  min-height: 203px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heroHeadline {
  font-size: 72px;
  max-width: 780px;
  min-width: 780px;
  font-weight: 600;
  line-height: 71px;
  text-align: center;
  margin-top: 45px;
}

.heroHeadlineUnderline {
  background-color: #07f;
  min-height: 10px;
  min-width: 158px;
  max-width: 158px;
  border-radius: 2px;
  margin-top: -53px;
  margin-left: -202px;
}

.heroHeadlineUnderline4 {
  background-color: #07f;
  min-height: 10px;
  min-width: 162px;
  max-width: 162px;
  border-radius: 2px;
  margin-top: -56px;
  margin-left: -578px;
  transform: rotate(-2deg);
}

.heroHeadlineUnderline5 {
  background-color: #07f;
  min-height: 10px;
  min-width: 162px;
  max-width: 162px;
  border-radius: 2px;
  margin-top: -10px;
  margin-left: 148px;
  transform: rotate(-2deg);
}

.heroHeadlineUnderline0 {
  background-color: #07f;
  min-height: 10px;
  min-width: 131px;
  max-width: 131px;
  border-radius: 2px;
  margin-top: -81px;
  margin-left: 583px;
}
.heroHeadlineUnderline1 {
  display: none;
}

.heroHeadlineUnderline2 {
  background-color: #07f;
  min-height: 10px;
  min-width: 213px;
  max-width: 213px;
  border-radius: 2px;
  margin-top: -10px;
  margin-left: 271px;
}

.headlineSub {
  font-weight: 400;
  max-width: 550px;
  text-align: center;
  font-size: 26px;
  line-height: 38px;
  margin-top: 10px;
}

.heroCtaDiv {
  margin-top: 30px;
  min-width: 660px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -20px;
}
.heroCtaDivUpper {
  display: flex;
  justify-content: center;
  min-height: 44px;
}

.heroCtaBtnTry {
  background-color: #0177ff;
  color: white !important;
  min-height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  /* font-weight: 500; */
}
.heroCtaBtnTry:hover {
  background-color: #106ad2;
  color: white;
}

.heroCtaBtnLogin {
  background-color: #4b19cf;
  color: white !important;
  min-height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  margin-left: 13px;
  /* font-weight: 400; */
}

.inlineLink {
  /* font-weight: 500; */
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dae6f3;
  padding: 4px;
  color: #0077ff !important;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 6px;
  min-width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  /* margin-right: 5px; */
  transition: background-color 0.3s ease;
  height: 24px;
  max-height: 24px;
  min-height: 24px;
}

.inlineLink:hover {
  background-color: #e2f0ff;
}
.heroCtaBtnLogin:hover {
  background-color: #3a149d;
  color: white;
}

.heroCtaDivLower {
  /* background-color: lime; */
  min-height: 50px;
  min-width: 200px;
  margin-top: 16px;
  margin-left: -450px;
}

.heroCtaDivLowerWrap {
  display: flex;
  margin-left: 80px;
}

.heroCtaDivLowerWrapLeft {
  /* background-color: orange; */
  min-width: 120px;
  margin-right: 10px;
}

.heroSquiggleImg {
  width: 30px;
  margin-left: -35px;
}

.heroCtaLeftUp {
  display: flex;
  align-content: center;
  max-height: 27px;
}

.heroCtaLeftTxt {
  color: #6787aa;
  font-size: 14px;
  margin-left: 12px;
  margin-top: 9px;
}

.heroCtaLeftTxtSmall {
  font-size: 10px;
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: -1px;
  opacity: 0.6;
}

.try1img {
  width: 19px;
  margin-top: 8px;
}

.try2img {
  width: 19px;
  margin-top: 8px;
}

.heroRibbonImg {
  min-width: 100dvw;
  max-width: 100dvw;
}

.heroRibbonImgMob {
  display: none;
}

.heroRotaDiv {
  min-width: 100dvw;
  max-width: 100dvw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
.rotaImg {
  width: 80dvw;
  max-width: 1152px;
  margin: 70px auto;
}

.rotaImgSub {
  width: 216px;
  margin-top: -460px;
  margin-left: 850px;
}

.rotaImgMob {
  display: none;
}
.rotaSubImg {
  width: 17%;
  margin-top: -420px;
  margin-left: 70%;
}

.beltWrap {
  min-width: 100dvw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.beltWrapLeave {
  min-width: 60dvw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.beltTxt {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  max-width: 600px;
  text-align: center;
  margin: 100px auto;
}

.beltUnderline1 {
  min-width: 90px;
  max-width: 90px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -108px;
  margin-left: -488px;
  border-radius: 1px;
}
.beltUnderline2 {
  min-width: 87px;
  max-width: 87px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: 492px;
  border-radius: 1px;
}

.beltUnderline3 {
  min-width: 240px;
  max-width: 240px;
  min-height: 5px;
  background-color: #07f;
  margin-top: 41px;
  margin-left: 10px;
  border-radius: 1px;
}

.beltUnderline4 {
  min-width: 32px;
  max-width: 32px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: 332px;
  border-radius: 1px;
}

.makeBold {
  font-weight: 600;
}

.mobYour {
  display: none;
}

.mobStaffRotas {
  display: none;
}

.desktopShifts {
  display: inline !important;
}

.featureBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 90dvw;
  max-width: 90dvw;
  margin-left: 5dvw;
  margin-top: 110px;
}

.featItem {
  background-color: #418ad917;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  width: 22%;
  min-height: 420px;
  max-height: 420px;
}

@media only screen and (max-width: 1289px) and (min-width: 0px) {
  .featItem {
    min-height: 460px;
    max-height: 460px;
  }
}

.featImg {
  margin-top: 10px;
  width: 57px;
}

.featTitle {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  margin-top: 16px;
}

.featContent {
  min-height: 270px;
}

.featContentRow {
  display: flex;
  align-items: flex-start;
  margin-top: -15px;
  min-width: 90%;
  margin-left: -23px;
}

.featContentTxt {
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  padding-right: 10px;
}

.featTickImg {
  width: 15px;
  min-width: 15px;
  margin-right: 10px;
  margin-top: 20px;
}

.featFlags {
  width: 100px;
  margin-left: 4px;
  margin-top: -12px;
  margin-bottom: 20px;
}

.showcaseSection {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 200px;
}

.showcaseUpper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.showCaseUpperLeft {
  /* background-color: blue; */
  max-width: 300px;
  min-width: 300px;
}

.showcaseImg {
  width: 330px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 99999999999px) and (min-width: 1500px) {
  .showcaseImg {
    margin-left: -30px;
  }
}
.showCaseUpperRight {
  max-width: 600px;
  min-width: 600px;
  padding-left: 70px;
  margin-bottom: 174px;
  margin-right: -80px;
}

.showCaseUpperRightTitle {
  font-weight: 500;
  color: #6787aa;
  font-size: 14px;
}

.showCaseUpperRightHeading {
  font-weight: 600;
  max-height: 40px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.showCaseTicklist {
  margin-left: 50px;
}

.showCaseTicklistRow {
  display: flex;
  align-items: center;
  max-height: 32px;
  margin-bottom: 4px;
}

.showcaseFeatTxt {
  /* font-weight: 500; */
  /* font-size: 14px; */
  margin-left: 10px;
}

.showCaseQuoteDiv {
  display: flex;
  margin-top: 28px;
  padding-left: 0px;
  align-items: center;
}

.showCaseQuoteImg {
  width: 80px;
}

.showcaseQteContent {
  font-size: 12px;
  max-width: 70%;
  margin-left: 20px;
  font-weight: 500;
}

.showCaseQteTAuth {
  font-size: 10px;
  font-weight: 400;
}

.showCaseQuoteBtn {
  display: flex;
  align-items: center;
  color: #fff !important;
  background-color: #4c1daf;
  max-width: fit-content;
  border-radius: 10px;
  min-height: 30px;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  font-size: 14px;
  float: right;
  margin-right: 130px;
  position: relative;
  z-index: 9999;
  cursor: pointer !important;
}

.showCaseQuoteBtn:hover {
  background-color: #612fcb;
}
.showCaseQuoteBtn2:hover {
  background-color: #2b8eff;
}

.showCaseWhiteArrImg {
  width: 12px;
  margin-left: 6px;
}

@media only screen and (max-width: 1069px) and (min-width: 0px) {
  .showcaseSwirlImg {
    margin-top: -230px;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1070px) {
  .showcaseSwirlImg {
    margin-top: -210px;
  }
}

@media only screen and (max-width: 1999px) and (min-width: 1500px) {
  .showcaseSwirlImg {
    margin-top: -280px;
  }
}

@media only screen and (max-width: 99999999999px) and (min-width: 2000px) {
  .showcaseSwirlImg {
    visibility: hidden;
  }
}

.detailShowCaseSection {
  background-color: #d8e9f8;
  display: flex;
  min-width: 84dvw;
  max-width: 84dvw;
  border-radius: 30px;
  margin: 0 auto;
  padding: 50px;
}

.detailsPlaneParent {
  width: 100dvw;
  display: flex;
  justify-content: center;
}
.detailsShowCasePlaneLineImg {
  width: 63dvw;
  margin-left: -210px;
  margin-top: -116px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1369px) and (min-width: 0px) {
  .detailsShowCasePlaneLineImg {
    width: 59dvw;
    margin-left: -210px;
    margin-top: -92px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 99999999999px) and (min-width: 1370px) {
  .beltWrapLeave {
    width: 740px;
    max-width: 740px;
    min-width: 740px;
    margin-left: 100px;
  }
  .detailShowCaseSection {
    min-width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    margin-left: auto;
  }

  .detailsShowCasePlaneLineImg {
    width: 740px;
    margin-top: -96px;
  }
}

@media only screen and (max-width: 1218px) and (min-width: 0px) {
  .detailsShowCasePlaneLineImg2 {
    width: 70dvw;
  }
}

.detailShowCaseSectionLeftTitle {
  font-weight: 500;
  color: #6787aa;
  font-size: 14px;
}

.detailShowCaseSectionLeftTitleMain {
  font-weight: 600;
  padding-right: 60px;
  max-height: 40px;
  margin-top: 24px;
  line-height: 32px;
  margin-bottom: 98px;
}

.detailShowCaseCheckList {
  list-style: none; /* removes bullets */
}

.detailShowCaseCheckListRow {
  display: flex;
  align-items: flex-start;
  padding-right: 30px;
  margin-bottom: 20px;
}

.detailShowCaseCheckListTick {
  margin-right: 10px;
  margin-top: 5px;
}

.showCaseQuoteBtnTimeTracking {
  float: left;
  margin-right: 0px;
  margin-left: 52px;
  margin-top: 20px;
}

.detailShowCaseSectionRightImg {
  width: 560px;
  margin-top: -140px;
  margin-bottom: 10px;
}

.beltTxt2 {
  max-width: 490px;
  margin-top: -60px;
}

.beltUnderline5 {
  min-width: 36px;
  max-width: 36px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -106px;
  margin-left: -432px;
  border-radius: 1px;
}

.beltUnderline6 {
  min-width: 106px;
  max-width: 106px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: -258px;
  border-radius: 1px;
}

.beltUnderline7 {
  min-width: 37px;
  max-width: 37px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: -80px;
  border-radius: 1px;
}

.beltUnderline8 {
  min-width: 77px;
  max-width: 77px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: 65px;
  border-radius: 1px;
}

.beltUnderline9 {
  min-width: 37px;
  max-width: 37px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: 212px;
  border-radius: 1px;
}

.beltUnderline10 {
  min-width: 94px;
  max-width: 94px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: 374px;
  border-radius: 1px;
}

.showCaseQuoteBtn2 {
  float: left;
  background: #0077ff;
  margin-top: 20px;
  margin-left: 220px;
  min-width: 190px;
}

.betterImg {
  width: 800px;
  position: relative;
  z-index: 9;
}

.betterSection {
  display: flex;
  margin-top: 150px;
}

.showCaseTicklistRowMob1 {
  margin-left: -82px;
}

.showCaseTicklistRowMob2 {
  margin-left: -79px;
}

.showCaseTicklistRowMob3 {
  margin-left: -76px;
}

.showCaseTicklistRowMob4 {
  margin-left: -73px;
}

.showCaseTicklistRowMob5 {
  margin-left: -70px;
}

.showCaseTicklistRowMob6 {
  margin-left: -67px;
}

.showCaseTicklistRowMob7 {
  margin-left: -64px;
}

.betterLeft {
  width: 50%;
  padding-left: 5dvw;
}

.betterRight {
  width: 50%;
}
.betterH1 {
  font-weight: 500;
  color: #6787aa;
  font-size: 14px;
}

.betterH2 {
  font-weight: 600;
  max-height: 40px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.showCaseQuoteDiv2 {
  margin-left: 0px;
}

.showCaseQuoteDiv2Mob {
  margin-top: 28px !important;
  margin-bottom: auto !important;
}

.betterSwirlimg {
  width: 80dvw;
  margin-top: -220px;
  margin-left: -260px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 99999999999px) and (min-width: 1394px) {
  .betterSection {
    min-width: 1370px;
    max-width: 1370px;
    margin: 0 auto;
    margin-top: 186px;
  }
  .betterSwirlimg {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 99999999999px) and (min-width: 1700px) {
  .betterSwirlimg {
    display: none;
  }
}

.detailShowCaseSection2 {
  margin-top: 170px;
}

.beltTxt3 {
  max-width: 750px;
}

.beltUnderline11 {
  min-width: 83px;
  max-width: 83px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -151px;
  margin-left: -161px;
  border-radius: 1px;
}

.beltUnderline12 {
  min-width: 83px;
  max-width: 83px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -5px;
  margin-left: 157px;
  border-radius: 1px;
}

.beltUnderline13 {
  min-width: 373px;
  max-width: 373px;
  min-height: 5px;
  background-color: #07f;
  margin-top: 41px;
  margin-left: 147px;
  border-radius: 1px;
}

.beltUnderline14 {
  min-width: 137px;
  max-width: 137px;
  min-height: 5px;
  background-color: #07f;
  margin-top: -106px;
  margin-left: 417px;
  border-radius: 1px;
}

.leaveAvailRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.leaveAvailCol {
  width: 400px;
  display: flex;
}

.leaveAvailCol1 {
  margin-right: 50px;
  margin-left: 50px;
}

.leaveAvailImg {
  width: 200px;
}

.leaveAvailTickAndTxt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.leaveAvailTick {
  width: 18px;
  margin-left: 20px;
  min-width: 16px;
  margin-top: 20px;
  margin-right: 10px;
}

.leaveAvailTxt {
  font-weight: 500;
  line-height: 24px;
  max-width: 200px;
  min-width: 165px;
}

.beltUnderline15 {
  min-width: 22px;
  max-width: 22px;
  min-height: 3px;
  background-color: #07f;
  margin-top: -91px;
  margin-left: 37px;
  border-radius: 1px;
}

.beltUnderline16 {
  min-width: 57px;
  max-width: 57px;
  min-height: 3px;
  background-color: #07f;
  margin-top: -3px;
  margin-left: 69px;
  border-radius: 1px;
}

.beltUnderline17 {
  min-width: 85px;
  max-width: 85px;
  min-height: 3px;
  background-color: #07f;
  margin-top: 45px;
  margin-left: 0px;
  border-radius: 1px;
}

.beltUnderline18 {
  min-width: 75px;
  max-width: 75px;
  min-height: 3px;
  background-color: #07f;
  margin-top: -43px;
  margin-left: 0px;
  border-radius: 1px;
}

.beltUnderline19 {
  min-width: 40px;
  max-width: 40px;
  min-height: 3px;
  background-color: #07f;
  margin-top: 21px;
  margin-left: 37px;
  border-radius: 1px;
}

.leaveAvailTitle {
  font-weight: 600;
  padding-right: 0px;
  max-height: 24px;
  margin-top: 12px;
  line-height: 32px;
  min-width: 190px;
}

.leaveAvailList {
  list-style: none;
  padding-left: 0px;
}

.beltTxt4 {
  margin-top: 130px;
}

.beltUnderline20 {
  min-width: 48px;
  max-width: 48px;
  min-height: 4px;
  background-color: #07f;
  margin-top: -2px;
  margin-left: -33px;
  border-radius: 1px;
}
.beltUnderline21 {
  min-width: 40px;
  max-width: 40px;
  min-height: 4px;
  background-color: #07f;
  margin-top: -4px;
  margin-left: 80px;
  border-radius: 1px;
}

.pricingSection {
  background-color: #f1d8f8;
  border-radius: 30px 30px 0 0;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.pricingStap {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 0px;
}

.pricingMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: -20px;
}

.pricingLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-top: -20px;
}

.pricingLeftUpper {
  font-size: 155px;
  font-weight: 600;
  max-height: 100px;
  margin-bottom: 48px;
  margin-top: 50px;
}

.pricingRight {
  display: flex;
  flex-direction: column;
}

.pricingRow {
  display: flex;
  max-height: 36px;
  align-items: center;
}

.pricingIcon {
  width: 14px;
  margin-right: 10px;
}

.pricingList {
  margin-top: 70px;
}

.pricingLeftLower {
  font-weight: 500;
  font-size: 16px;
  margin-top: 17px;
  text-align: center;
  margin-left: -38px;
}

.successBanner {
  background-color: #5f37c3;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  max-height: 230px;
  position: relative;
}

.seanImg {
  width: 250px;
  margin-top: -40px;
}

.successInner {
  min-width: 1320px;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1140px) and (min-width: 1400px) {
  .successInner {
    min-width: 90dvw;
  }
}

.successQteMid {
  font-weight: 400;
  font-size: 16px;
  max-width: 420px;
  margin-left: 31px;
  min-width: 400px;
}

.successQteTxt1 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.successQteTxt2 {
  font-weight: 400;
  font-size: 16px;
}

.successQteTxt3 {
  text-align: right;
  opacity: 0.5;
  font-size: 12px;
}

.showCaseQuoteBtn3 {
  max-width: 120px;
  min-width: 120px;
  line-height: 16px;
  min-height: 40px;
  padding-left: 15px;
  font-size: 12px;
  margin-left: 70px;
}

.showCaseQuoteBtn3:hover {
  background-color: #9767fc;
}

.successInnerLeft {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.qte1 {
  width: 16px;
  margin-top: -147px;
  margin-bottom: 149px;
  margin-left: -6px;
}

.qte2 {
  width: 16px;
  margin-top: -146px;
  margin-bottom: 96px;
  margin-left: 306px;
}

.contactHomeSection {
  /* background-color: #5f37c3; */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  max-height: 430px;
  /* background-color: orange; */
}

.contactHomeImg {
  width: 290px;
  margin-right: -80px;
}

.cotactSwipeImg {
  margin-top: -138px;
  width: 620px;
  margin-left: 150px;
  margin-bottom: 24px;
}

.contactHomeInner {
  /* background: pink; */
  max-height: 340px;
  /* margin-top: 30px; */
  min-width: 90dvw;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactHomeRight {
  max-height: 260px;
  color: black;
  /* background: yellow; */
  display: flex;
  flex-direction: column;
}

.contactHomeTxt {
  font-size: 20px;
  font-weight: 500;
  max-width: 380px;
  margin-left: 180px;
  margin-bottom: -32px;
}

.showCaseQuoteBtn4 {
  max-width: 95px;
  min-width: 95px;
  margin-left: 550px;
  margin-top: -10px;
}

.contactHomeSub {
  max-width: 300px;
  margin-left: 180px;
  margin-top: -2px;
}

.beltUnderline22 {
  min-width: 90px;
  max-width: 90px;
  min-height: 4px;
  background-color: #07f;
  margin-top: 6px;
  margin-left: 466px;
  border-radius: 1px;
  margin-bottom: -11px;
}

.footer {
  min-height: 470px;
  max-height: 470px;
  min-width: 100dvw;
  max-width: 100dvw;
  background: linear-gradient(to bottom, #143051, #174881);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerLogo {
  width: 80px;
  margin-top: 50px;
}

.footerContent {
  min-width: 90dvw;
  max-width: 800px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 340px;
  color: white;
}

.footerCol {
  min-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 280px;
  max-height: 280px;
}

.footerCopy {
  min-width: 90%;
  max-width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 12px;
  color: white;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.footerColTitle {
  font-weight: 500;
  color: white !important;
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.footerContactPopup {
  width: 13px;
  margin-top: 1px;
  margin-left: 4px;
}

.footerLink {
  font-weight: 400;
  min-height: 35px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.5;
}

.footerCopyTxt2 {
  text-align: right;
}

.leaveBeltParent {
  display: flex;
  align-items: center;
  width: 100dvw;
  justify-content: center;
}

.leaveImg {
  width: 270px;
  margin-top: 90px;
  margin-bottom: 100px;
  border-radius: 10px;
  border: 1px solid #b4cae0;
}
.exploreTrackingMobParent {
  display: none;
}
.showCaseQuoteBtnTimeTrackingTsMobOnly {
  display: none;
}

.mobSplitter {
  display: none;
}

.betterImgMob {
  display: none;
}

.beltUnderline13b {
  display: none;
}

.x3498764744 {
  display: none;
}

.footerCopyMob {
  display: none;
}

.footerWriteToUs {
  font-size: 12px;
  color: white !important;
}

.footerAddress {
  font-size: 12px;
  font-weight: 400;
  margin-top: -6px;
  color: white !important;
  opacity: 0.5;
  line-height: 17px;
  margin-bottom: -6px;
}

.appStores {
  display: flex;
  min-width: 100dvw;
  margin-top: -45px;
  margin-bottom: 50px;
  /* background: blue; */
  justify-content: center;
}
.appStoresInner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 80dvw;
}

.featItem1 {
  display: none;
}

.featItem2 {
  display: none;
}

.featItem3 {
  display: none;
}

.featItem4 {
  display: none;
}

@media only screen and (max-width: 999999999999999px) and (min-width: 1460px) {
  .appStoresInner {
    max-width: 1152px;
  }
}

.iosDownloadImg {
  height: 33px;
  margin-right: 15px;
  cursor: pointer;
}
.playdownload {
  height: 33px;
  margin-left: 0px;
  cursor: pointer;
}

.desktopNone {
  display: none !important;
}

.swirlImgLeave {
  width: 80px;
  margin-top: -290px;
  margin-left: 80px;
  transform: rotate(-385deg);
}

.swirlImgLeave2 {
  margin-right: -130px;
  margin-left: 20px;
  margin-top: 340px;
  transform: scaleX(-1) rotate(-285deg);
  margin-bottom: -170px;
}

.leaveImg2 {
  width: 272px;
  border-radius: 10px;
  border: 1px solid #b4cae0;
  margin-top: 0px;
  margin-left: 50px;
}

.leaveBeltImg2Section {
  display: flex;
  min-width: 100dvw;
  justify-content: center;
  margin-top: -230px;
  margin-bottom: -40px;
}

.pVat {
  font-size: 14px;
  margin-left: -32px;
  margin-right: 0px;
}

.featureLogo {
  border-radius: 10px;
}

.footerFrame {
  width: 100%;
  height: 470px;
  border: none;
  overflow: hidden;
}

.featNav {
  background-color: #eef6ff;
  border-radius: 100px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #07f !important;
  margin-right: 0px;
  white-space: nowrap; /* prevents internal wrapping */
}

.featNavs {
  line-height: 34px;
}

:target {
  scroll-margin-top: 100px;
}

.footerCopyTxt {
  color: white;
}

.scrollUpCircle {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background-color: #9b90ff8a;
  border-radius: 10px;
  position: fixed;
  bottom: 140px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: opacity 0.3s ease;
}

.scrollUpCircle.visible {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto; /* Enable clicks when visible */
}

.scrollUpImg {
  width: 20px;
}

.scrollUpCircle:hover {
  background-color: #877cf08a;
}

/* CSS */
.headerFeatSub {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 80px !important;
  left: 0px !important;
  margin-left: calc(50dvw - 375px);
  padding: 10px;
  min-width: 707px;
  max-width: 707px;
  z-index: 100;
  border-radius: 10px;
  /* background: white; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.headerFeatSub.show {
  opacity: 1;
  pointer-events: auto; /* enable interaction when shown */
}

.headerFeatSub.show {
  opacity: 1;
  visibility: visible;
}

.headerFeatSubInner {
  background: #f2f8ff;
  /* border: 1px solid #ccc; */
  min-width: 747px;
  max-width: 747px;
  min-height: 100px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #143051;
}

.feature-nav-grid {
  margin-top: -52px;
  min-width: 100%;
}

.feature-nav-grid .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  color: #143051;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 323px;
}

.feature-card-first {
  margin-left: -20px;
}

.feature-card h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #143051;
  font-weight: 500;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  color: #214978;
  line-height: 1.4;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.12);
}

.featSubMenuImg1 {
  width: 270px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.featSubMenuImg2 {
  width: 160px;
  margin-bottom: -50px;
  position: relative;
  margin-top: 8px;
}

.featSubMenuImg3 {
  width: 230px;
  margin-bottom: -60px;
  position: relative;
  margin-top: 10px;
}

.featSubMenuImg4 {
  width: 240px;
}

@media only screen and (max-height: 679px) {
  .featSubMenuImg1,
  .featSubMenuImg2,
  .featSubMenuImg3,
  .featSubMenuImg4,
  .featSubMenuImg5,
  .featSubMenuImg6 {
    display: none !important;
  }
}

.opac04 {
  opacity: 0.4;
}

.imgContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 100dvw;
  margin-top: 30px;
  position: relative;
  z-index: 0;
  margin-left: -80px;
}

.flowRotaFeatLaptopImg {
  width: 800px;
}

.featQte {
  background-color: #f2f8ff;
  color: #214978;
  font-weight: 500;
  max-width: 300px;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  margin-left: -40px;
  margin-top: -90px;
}

.featQteAuth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -30px;
  margin-right: -30px;
}

.featQteAuthName {
  font-size: 10px;
  max-width: 110px;
  text-align: right;
  padding-right: 10px;
  margin-top: -10px;
}

.mobNewLine {
  display: none;
}

.featAuthPpImg {
  width: 70px;
  border-radius: 100px;
}

.cardPhoneImg {
  width: 210px;
  margin-bottom: -170px;
  margin-top: -120px;
}

.cardPhoneImgLeave {
  width: 210px;
  margin-bottom: -190px;
  margin-top: -10px;
}

.noBackgroundCard {
  background: none !important;
  box-shadow: none !important;
}

.featAllowsImg {
  display: block;
  width: 120%;
  transform: rotate(5deg);
  margin-top: -60px;
  margin-left: 0px;
  margin-bottom: 10px;
}

.pricingBg {
  position: fixed;
  z-index: -10;
  margin-top: -400px;
  transform: rotate(-10deg);
  margin-left: -15dvw;
  width: 130dvw;
  min-height: 100dvh;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.waIcon {
  width: 50px;
  position: fixed;
  bottom: 70px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* pointer-events: none; */
  /* opacity: 0; */
}

.waIcon:hover {
  transform: scale(1.15);
}
/* 
.waIcon.show {
  opacity: 1;
  pointer-events: auto;
} */

.blogLinkFooter0 {
  margin-top: 12px;
  padding-right: 50px;
  font-size: 12px;
}

.blogLinkFooter1 {
  margin-top: -4px;
  padding-right: 50px;
  font-size: 12px;
}

.blogLinkFooter2 {
  margin-top: -4px;
  padding-right: 50px;
  font-size: 12px;
}

.blogLinkFooter3 {
  margin-top: -4px;
  padding-right: 50px;
  font-size: 12px;
}

.blogLinkFooter4 {
  margin-top: -4px;
  padding-right: 50px;
  font-size: 12px;
}

.footerBlogList {
  min-height: 240px;
  /* background: black; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.whatsappRow {
  /* display: flex; */
  /* align-items: center; */
}

.waTxt {
  font-size: 14px !important;
  color: #6787aa !important;
  line-height: 24px;
  padding-right: 180px;
  margin-top: 20px;
}

.waContactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  max-width: 115px;
  max-height: 40px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  min-width: 115px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 40px;
  cursor: pointer;
  background-color: #6ebe50 !important;
  border: 2px solid #649c4e !important;
  color: #fff !important;
}

.waContactBtn:hover {
  background-color: #69b74c !important;
}

.whatsappImg {
  width: 18px;
  margin-left: 8px;
}

.timesSpan {
  background: #106ad2;
  /* font-weight: 600; */
  color: white;
  border-radius: 5px;
  padding: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.contDivider {
  min-height: 3px;
  background-color: #214978;
  border-radius: 5px;
  min-width: 100%;
  margin-bottom: 50px;
  margin-top: 40px;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #143051 !important;
}

#CookiebotWidget {
  right: 10px !important;
  left: auto !important;
}

@media only screen and (min-width: 601px) {
  .refundLink:hover {
    color: #0056b3 !important;
  }
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    background: #a39db0;
    min-width: 110px;
    max-width: 110px;
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    min-width: 100%;
    max-width: 100%;
  }

  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:first-of-type),
  #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    margin-top: 0.5em;
    background: #bbb5c9;
    border-color: #a39db0;
    height: 38px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}

#CookiebotWidget,
#CookiebotWidget * {
  background: #f3f5ff;
  box-sizing: border-box;
  /* color: #FFFFFF !important; */
  font-size: 15px;
  letter-spacing: 0.1px;
  margin: 0;
  outline: 0;
  padding: 0;
  font-family: flowrota !important;
}

#CookiebotWidget {
  color: #143051;
}

#CookieDeclarationUserStatusLabelOff,
#CookieDeclarationChangeConsentChange {
  color: #143051 !important;
}

.CookieDeclarationTable {
  color: #143051 !important;
}

.CookieDeclarationType {
  border: none !important;
}

.CookieDeclarationTableHeader {
  border-bottom: 2px solid #b4cae0 !important;
}
.CookieDeclarationTableCell {
  border-bottom: 1px solid #b4cae0 !important;
}

#CookieDeclarationChangeConsentChange {
  color: #fff !important;
  background: #0077ff !important;
  border-radius: 5px !important;
  padding: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-weight: 500 !important;
}

#CookieDeclarationUserStatusLabelWithdraw {
  color: #fff !important;
  background: #0077ff !important;
  border-radius: 5px !important;
  padding: 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-weight: 500 !important;
  margin-top: 13px !important;
}

.refundLink {
  font-weight: 500 !important;
  color: #07f !important;
}

.downForMain {
  min-width: 100dvw;
  max-width: 100dvw;
  display: flex;
  min-height: 100dvh;
  max-height: 100dvh;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: #143051;
  z-index: 9999999;
  color: white;
  /* display: none; */
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  list-style-image: none !important;
}
