@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  padding-top: 100px;
}
.btn.btn-lw {
  background: #c70039;
  color: #fff;
  border-radius: 0px 0px 15px 0px;
}
.navbar .container {
  padding: 20px;
  background: #f3f8ff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(71, 148, 255, 0.17);
}
.navbar .navbar-brand {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 25px;
  font-size: 24px;
  padding: 0rem;
  color: #102c57;
}
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  padding: 0.5rem 1rem !important;
}

.hero {
  padding: 40px 40px;
  background: #f3f8ff;
  border-radius: 5px;
  position: relative;
  transition: background 0s linear 3.6s, opacity 1s ease-in-out 3.6s,
    transform 1s ease-in-out 3.6s;
}
.hero.with-background {
  background: url("./images/hero.jpg") no-repeat center center / cover;
  opacity: 1;
  transform: scale(1.1);
}
.heroTextSlider {
  position: relative;
  margin-top: 15px;
  overflow: hidden; /* Ensures slides stay within bounds */
}
.heroTextSlider .slide {
  display: block;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
  width: 100%; /* Matches parent width */
  position: absolute; /* Stack slides, only one visible */
  top: 0;
  left: 0;
}
.heroTextSlider .slide.visible {
  opacity: 1;
  transform: translateX(0);
  position: relative; /* Returns to flow when visible */
}
.heroTextSlider .text {
  font-family: "DM Serif Display", serif;
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: var(--dark-color);
}
.heroTextSlider .text .highlight {
  background: var(--dark-color);
  padding: 0px 15px;
  border-radius: 3px;
  margin-right: 5px;
  color: #fff;
}
.heroTextSlider .text span {
  display: inline-block;
  transition: padding 0.5s ease-in-out, margin-right 0.5s ease-in-out,
    background 0.5s ease-in-out, color 0.5s ease-in-out;
  border-radius: 5px;
}
.heroTextSlider .text span:not(.highlight) {
  padding: 0px;
  margin-right: 0px;
  background: transparent;
  color: inherit;
}
.heroFeatureBox {
  /* Assuming these are styled elsewhere, keeping minimal */
  text-align: center;
}
.slick-prev:before,
.slick-next:before {
  color: #000000 !important;
}
.pageHero {
  padding: 40px 40px;
  background: #f3f8ff;
  border-radius: 5px;
}
.heroPage {
  position: relative;
  padding: 100px 0px;
  width: 100%;
  text-align: center;
}
.heroPage {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
}
.heroPage .summary {
  font-size: 14px;
  padding-right: 40px;
}
.heroPage .link {
  display: inline-block;
  background: #102c57;
  padding: 9px 25px;
  border-radius: 0px 0px 20px 0px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
.heroPage .link:hover {
  text-decoration: none;
}
.heroFeatureBox {
  display: block;
  width: 100%;
  height: 190px;
  position: relative;
  z-index: 2;
}
.heroFeatureBox .content {
  padding-left: 15px;
  position: absolute;
  top: 90%;
  transform: translateY(-90%) !important;
  text-align: left;
}
.heroFeatureBox .title {
  font-size: 34px;
  font-weight: 700;
  display: block;
}
.heroFeatureBox .type {
  font-size: 14px;
  display: block;
}
.heroFeatureBox.leftTop {
  border-radius: 100px 0px 0px 0px;
  background-color: #900c3f;
}
.heroFeatureBox.leftBottom {
  border-radius: 0px 0px 0px 100px;
  background: #c70039;
}
.heroFeatureBox.rightTop {
  border-radius: 0px 100px 0px 0px;
  background: #f94c10;
}
.heroFeatureBox.rightBottom {
  border-radius: 0px 0px 100px 0px;
  background-color: #f8de22;
}
.heroFeatureBox.different {
  border-radius: 100px 5px 100px 5px;
  background-color: #102c57;
  color: #fff;
}
.heroFeatureBox.flat {
  border-radius: 5px;
}
.heroFeatureBox.flat.one {
  border-radius: 5px;
  background-color: #3f2305;
  color: #fff;
}
.heroFeatureBox.flat.two {
  border-radius: 5px;
  background-color: #f79327;
}
.heroPageFeatured {
  display: block;
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #f79327;
  border-radius: 0px 100px 0px 0px;
  margin-top: 80px;
}
.heroPageFeatured .pageImage {
  position: absolute;
  height: 460px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}
.homeBox {
  padding: 100px 0px;
}
.homeBox .homeItems {
  padding: 15px 25px;
  background-color: #fafafa;
  border-radius: 0px 0px 15px 0px;
  display: inline-block;
  margin: 10px 10px 0px 0px;
  font-weight: 600;
  font-size: 16px;
}
.homeBox .profilePicture {
  border-radius: 100px 0px 0px 0px;
  width: 100%;
}
.homeBox .title {
  font-weight: 600;
  font-size: 18px;
}
.homeBox .bioBox {
  padding: 15px 25px;
  display: block;
  margin: 10px 0px 0px 0px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  border-radius: 0px 0px 15px 0px;
}
.homeBox .bioBox.one {
  background: #102c57;
}
.homeBox .bioBox.two {
  background: #f79327;
}
.homeBox .bioBox.three {
  background: #f94c10;
}
.homeBox.na .naBox {
  display: block;
  min-height: 350px;
  position: relative;
  background-color: #fafafa;
  border-radius: 0px 0px 100px 0px;
  margin: 20px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.homeBox.na .naBox .text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homeBox.na .col-md-6:nth-child(1) > .naBox {
  background-color: #102c57;
  color: #fff;
}
.homeBox.na .col-md-6:nth-child(2) > .naBox {
  background-color: #3f2305;
  color: #fff;
}
.homeBox.na .col-md-6:nth-child(3) > .naBox {
  background-color: #900c3f;
  color: #fff;
}
.homeBox.na .col-md-6:nth-child(4) > .naBox {
  background-color: #c70039;
  color: #fff;
}
.homeBox.na .col-md-6:nth-child(5) > .naBox {
  background-color: #f79327;
  color: #fff;
}
.homeBox.na .col-md-6:nth-child(6) > .naBox {
  background-color: #f8de22;
  color: #000;
}
.homeBox.na .col-md-6:nth-child(7) > .naBox {
  background-color: #f94c10;
  color: #fff;
}
.homeBox.na .col-md-6:nth-child(8) > .naBox {
  background-color: #102c57;
  color: #fff;
}
.mixtImages {
  margin-bottom: 100px;
}
.mixtImages .imageRef {
  width: 70px;
}
.reviews img {
  text-align: center;
  display: inline-block !important;
}
.reviews .text {
  font-size: 17px;
  padding: 0px 20px;
}
.reviews .rating {
  margin: 10px 20px;
  color: #ffcb05;
  font-size: 22px;
}
.reviews .from {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background: #102c57;
  padding: 5px 15px;
  font-size: 17px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 0px 0px 15px 0px;
  margin: 10px;
}
.boxPage {
  min-height: 800px;
  position: relative;
}
.boxPage .withBG {
  width: 100%;
  height: inherit;
  background: rgb(165 44 38 / 59%);
  color: #fff;
  min-height: 800px;
}
.boxPage .content {
  font-size: 14px;
  padding: 40px;
}
.pricingBox {
  margin-top: 30px;
  text-align: center;
  color: #000;
}
.pricingBox .pricing {
  font-size: 32px;
  width: 100%;
  margin-bottom: 40px;
}
.pricingBox .pricing.second {
  font-size: 27px;
}
.pricingBox .pricing .price {
  background: #00d959;
  padding: 5px 15px;
  margin-right: 20px;
  font-weight: 500;
  color: #fff;
}
.pricingBox .description {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: normal;
}
.contactLinks {
  display: block;
  padding: 50px 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px 0px 20px 0px;
}
.contactLinks.one {
  background-color: #102c57;
  color: #fff;
}
.contactLinks.two {
  background-color: #3f2305;
  color: #fff;
}
.contactLinks.three {
  background-color: #c70039;
  color: #fff;
}
.fixedContact {
  position: fixed;
  bottom: 10vh;
  right: 30px;
  z-index: 20;
}
.fixedContact .freeMessage {
  margin-bottom: 15px;
  background: var(--dark-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
}
.fixedContact a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: var(--dark-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
}
.footer {
  background-color: #102c57;
  color: #fff;
  padding: 10px 0px;
}
.process-step-number {
  display: none;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 150px;
  }
  .heroTextSlider {
    margin-top: 0px;
  }
  .heroTextSlider .slide {
    margin-bottom: 20px;
  }
  .heroFeatureBox .title {
    font-size: 28px;
  }
  .heroFeatureBox {
    height: 120px;
    margin-top: 0px;
  }
  .heroPage {
    height: auto;
    padding-bottom: 30px;
  }
  .boxPage .content {
    padding: 20px;
    margin-top: 30px;
  }
  .heroPage {
    position: unset;
    transform: none !important;
  }
  .heroPage .summary {
    padding: 0px;
  }
  .pricingBox .description {
    width: 90%;
  }
  .homeBox.na .naBox {
    padding: 40px 20px;
  }

  .fixedContact {
    top: auto;
    width: 100vw;
    bottom: 2vh;
    left: 0;
    text-align: center;
    right: 0;
    padding: 0px 10px;
  }
  .homeBox.na .naBox .text {
    position: unset;
    transform: none;
  }
}
@media print {
  body {
    padding-top: 0px;
  }
  .navbar,
  .footer {
    display: none !important;
  }
  .feature-card {
    page-break-inside: avoid;
    box-shadow: none !important;
    min-height: 250px !important;
  }
  .process-content {
    display: block !important;
  }
  .how-it-works-section {
    /* page-break-inside: avoid; */
    display: none;
  }
  .process-step-number {
    display: none;
  }
  .process-header .fa-chevron-down {
    display: none; /* Hide chevron icons in print */
  }
  .contact-box,
  .step-box {
    box-shadow: none !important;
    min-height: 270px !important;
  }
  .process-item {
    box-shadow: none !important;
    page-break-inside: avoid;
  }
  .pdfdownload {
    display: none;
  }
  .fixedContact {
    display: none;
  }
}
