@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #070707;
}

section {
  /* .block-buttons {
      padding-top: 20px;
      display: flex;
      gap: 10px;
      &.embedded-buttons {
          margin-top: 20px;
      }
      a {
          &.btn{
              &::after {
                  font-family: "Font Awesome 6 Free";
                  content: "\f054";
                  font-weight: 800;
                  font-size: 10px;
                  padding-left: 10px;
                  float: right;
                  padding-top: 5px;
                  opacity: .7;
              }
          }
      }
  } */
}
section .section-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #484848;
  margin-bottom: 48px;
}
section .section-title h2 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #070707;
}
section #map {
  height: 400px;
}
section .section-content {
  padding: 100px 0;
  width: 100%;
}
section.no-pad-bottom .section-content {
  padding-bottom: 0;
}
section.no-pad-top .section-content {
  padding-top: 0;
}
section .fancy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section .fancy-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
section .fancy-list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 800;
  font-size: 10px;
  padding-left: 10px;
  float: left;
  padding-top: 5px;
  opacity: 0.7;
}
section .wrapper-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section .wrapper-row .col {
  flex: 1;
  flex-basis: 25%;
}
section.bg_gray {
  background: #F4FBFF;
}
section.bg_gray .card {
  border: none;
}
section[data-type=missing] {
  background: rgb(219, 219, 219);
}
section[data-type=applemaps] .section-content {
  padding: 0;
}
section[data-type=blog] .bg-size-cover {
  background-size: cover;
  background-position: center;
}
section[data-type=blog] a {
  text-decoration: none;
}
section[data-type=hero] {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  height: 660px;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  /* &:after {
      content: "";
      background: $primary;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
  } */
}
section[data-type=hero] #gradient-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  --gradient-color-1: #009845;
  --gradient-color-2: #007a37;
  --gradient-color-3: #2ebc6b;
  --gradient-color-4: #004d23;
}
section[data-type=hero] .section-content {
  padding: 100px 0 0 0;
}
section[data-type=hero] .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
section[data-type=hero] .hero-content .hero-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section[data-type=hero] span.category {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E9E9EA;
}
section[data-type=hero] .bg-video {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section[data-type=hero] .btn.btn-primary {
  padding: 16px 40px;
  font-size: 18px;
}
section[data-type=hero] h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6274509804);
  min-height: 120px;
  margin-bottom: 30px;
}
section[data-type=hero] h1 span {
  font-weight: 700;
  /* font-size: 46px; */
  line-height: 130%;
  /* letter-spacing: -0.01em; */
  color: #FFFFFF;
}
section[data-type=hero] p {
  font-weight: 400;
  font-size: 24px;
  padding: 20px 0;
  /* Gray/Black-50 */
  color: #E9E9EA;
}
section[data-type=counter] .wrapper-row > div {
  text-align: center;
}
section[data-type=counter] .wrapper-row > div .count-wrap {
  font-size: 40px;
  color: #040C1F;
  font-weight: bold;
}
section[data-type=counter] .wrapper-row > div .count-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4745098039);
  font-weight: 600;
}
section[data-type=content_parallax] {
  background: #000;
  color: #fff;
  position: relative;
}
section[data-type=content_parallax] .section-content {
  position: relative;
  min-height: 600px;
  padding: 0;
}
section[data-type=content_parallax] .section-content .parallax-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  min-height: 600px;
  gap: 10px;
}
section[data-type=content_parallax] .section-content .parallax-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
section[data-type=content_parallax] .section-content .parallax-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
section[data-type=banner_text] {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
}
section[data-type=banner_text] h2 {
  font-size: 50px;
  font-weight: bold;
}
section[data-type=banner_text]:after {
  content: "";
  background: #040C1F;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.75;
}
section[data-type=banner_text] .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
section[data-type=banner_text] .bg-video {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section[data-type=banner_text] .btn {
  padding: 20px 34px;
  font-weight: bold;
  background: white;
  color: #040C1F;
  font-weight: bold;
  font-size: 20px;
}
section[data-type=empty] .embedded-video video {
  max-width: 100%;
  border-radius: 10px;
}
section[data-type=empty].faq_mini {
  position: relative;
}
section[data-type=empty].faq_mini:before {
  content: "";
  position: absolute;
  right: -10%;
  top: 20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 165, 223, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
section[data-type=empty].faq_mini .section-content {
  position: relative;
  z-index: 1;
}
section[data-type=empty].faq_mini .section-title {
  text-align: left;
  margin-bottom: 3rem;
  max-width: 50%;
  margin-left: 50%;
  padding-left: 15px;
}
@media (max-width: 768px) {
  section[data-type=empty].faq_mini .section-title {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
}
section[data-type=empty].faq_mini .section-title h2 {
  text-align: left;
}
@media (max-width: 768px) {
  section[data-type=empty].faq_mini .section-title h2 {
    text-align: center;
  }
}
section[data-type=empty].faq_mini .section-title .section-subtitle {
  text-align: left;
  margin-left: 0;
}
@media (max-width: 768px) {
  section[data-type=empty].faq_mini .section-title .section-subtitle {
    text-align: center;
  }
}
section[data-type=empty].faq_mini .wrapper-row > div:first-child {
  position: sticky;
  top: 100px;
  margin-bottom: 2rem;
  z-index: 2;
  /* Ensure image is above background elements */
}
@media (max-width: 768px) {
  section[data-type=empty].faq_mini .wrapper-row > div:first-child {
    position: relative;
    top: 0;
    order: 1;
  }
}
section[data-type=empty].faq_mini .wrapper-row > div:first-child .embedded-image {
  height: 100%;
  /* Ensure container takes full height */
}
section[data-type=empty].faq_mini .wrapper-row > div:first-child .embedded-image img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  width: 100%;
  /* Ensure image takes width */
  object-fit: cover;
  opacity: 1;
  /* Force visibility if lazy load fails */
}
section[data-type=empty].faq_mini .wrapper-row > div:first-child .embedded-image img:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  section[data-type=empty].faq_mini .wrapper-row > div:last-child {
    order: 2;
  }
}
section[data-type=empty].faq_mini .wrapper-row > div:last-child .accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 0;
  /* Remove spacing between items for flush look */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /* Subtle separator */
}
section[data-type=empty].faq_mini .wrapper-row > div:last-child .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  /* Transparent by default */
  border-radius: 0;
  /* Flush look */
  box-shadow: none;
  /* No shadow by default */
  font-weight: 600;
  color: #070707;
  padding: 1.5rem 0;
  /* More vertical padding */
  transition: all 0.3s ease;
  padding-left: 10px;
  /* Custom Arrow Styling if needed, or rely on default */
}
section[data-type=empty].faq_mini .wrapper-row > div:last-child .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #00A5DF;
  /* Brand color on open */
  background: transparent;
  /* Keep transparent */
  box-shadow: none;
  /* Optional: Add a small indicator or change font weight */
}
section[data-type=empty].faq_mini .wrapper-row > div:last-child .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  /* Remove focus ring */
}
section[data-type=empty].faq_mini .wrapper-row > div:last-child .accordion .accordion-item .accordion-header .accordion-button:after {
  /* Default Bootstrap arrow */
  transition: transform 0.3s ease;
}
section[data-type=empty].faq_mini .wrapper-row > div:last-child .accordion .accordion-item .accordion-body {
  padding: 0 0 1.5rem 10px;
  /* Indent body */
  color: #666;
  line-height: 1.6;
}
section[data-type=cta] {
  background-color: #040C1F;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section[data-type=cta] .cta-content {
  display: flex;
  justify-content: space-between;
  color: white;
  align-items: center;
}
section[data-type=cta] .cta-content .cta-title {
  font-size: 24px;
}
section[data-type=cta] .cta-content a {
  color: white;
}
section[data-type=cta] .cta-content .block-buttons .btn-primary {
  background: white;
  color: #040C1F;
  margin-left: 10px;
  border: none;
}
section[data-type=clean] {
  padding: 0;
}
section[data-type=gallery] .grid-gallery {
  height: 500px;
  display: flex;
}
section[data-type=gallery] .grid-gallery .g-l,
section[data-type=gallery] .grid-gallery .g-r {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery .g-l {
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery .g-l .g-l-t,
section[data-type=gallery] .grid-gallery .g-l .g-l-b {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery .g-l .g-l-b {
  display: flex;
}
section[data-type=gallery] .grid-gallery .g-l .g-l-b .g-l-b-l,
section[data-type=gallery] .grid-gallery .g-l .g-l-b .g-l-b-r {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
section[data-type=gallery] .grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
section[data-type=gallery] .grid-gallery img:hover {
  transform: scale(1.1);
}
section[data-type=cards] {
  /* Slanted Edge (Opposite to Hero) */
  clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
  padding-top: 8vw;
  /* Compensate for the slant */
  /* Pull up to overlap previous section if needed, or just let it sit */
  background: white;
  /* Ensure it has a background to show the cut */
}
section[data-type=cards] .card {
  border-radius: 8px;
  border: none;
}
section[data-type=cards] .card .card-image {
  height: 400px;
}
section[data-type=cards] .card .card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
section[data-type=cards] .card .card-content {
  text-align: center;
}
section[data-type=cards] .card .card-content .text {
  color: #333;
}
section[data-type=cards] .card a {
  text-decoration: none;
}
section[data-type=cards] .btn {
  padding: 12px 22px !important;
  border-radius: 12px !important;
}
section[data-type=cards].stacked .card {
  border: none;
}
section[data-type=cards].stacked .card .card-image {
  height: 300px;
}
section[data-type=cards].stacked .card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
section[data-type=cards].stacked .card .card-image::before {
  background: rgba(0, 87, 39, 0.493);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  border-radius: 8px;
}
section[data-type=cards].stacked .card .card-content {
  position: absolute;
  z-index: 1;
  color: white;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5882352941);
}
section[data-type=cards].stacked .card .card-content .card-title {
  margin-bottom: 30px;
}
section[data-type=cards].stacked .card .card-content .text {
  color: white;
}
section[data-type=block_category_masonry] .card {
  border-radius: 5px;
  border: none;
  position: relative;
  overflow: hidden;
  display: block;
  height: 15.2rem;
  border-radius: 10px;
}
section[data-type=block_category_masonry] .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.15s;
  position: absolute;
}
section[data-type=block_category_masonry] .card:hover img {
  transform: scale(1.1);
}
section[data-type=block_category_masonry] .card .title {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
section[data-type=testimonials] .testimonial-stars i {
  color: #040C1F;
}
section .embedded-image {
  max-width: 100%;
  border-radius: 10px;
}
section.titlebar {
  background: #040C1F;
  color: white;
  padding: 20px 0;
}
section[data-type=how-it-works] {
  min-height: 740px;
  background-image: url("../gfx/how-it-works-bike-alt.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 52%;
}
section[data-type=how-it-works] .block-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section[data-type=how-it-works] .block-body .block-left {
  max-width: 400px;
}
section[data-type=how-it-works] .block-body .block-right {
  max-width: 360px;
}
section[data-type=how-it-works] .block-body h2 {
  font-weight: 700;
  font-size: 48px;
  color: #070707;
}
section[data-type=how-it-works] .block-body h3 {
  padding: 20px 0;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #070707;
}
section[data-type=how-it-works] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section[data-type=how-it-works] ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
section[data-type=how-it-works] ul li:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("../gfx/rich-bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section[data-type=how-it-works] ul li p {
  font-weight: 400;
  font-size: 20px;
  color: #484848;
}

@media (max-width: 768px) {
  section[data-type=hero] {
    background-size: cover;
    height: auto;
  }
  section[data-type=hero] h1,
  section[data-type=hero] h1 span {
    font-weight: 700;
    font-size: 32px;
  }
  section[data-type=hero] span.category {
    display: none;
  }
  section[data-type=hero] .btn.btn-primary {
    width: 100%;
  }
  section[data-type=hero] p {
    font-weight: 400;
    font-size: 18px;
    color: #E9E9EA;
  }
  section[data-type=hero] .image-wrap {
    margin-top: 50px;
  }
  section[data-type=hero] .image-wrap img {
    max-width: 100%;
  }
  section[data-type=cta] .cta-content {
    flex-direction: column;
  }
  section[data-type=cta] .cta-content .cta-text {
    text-align: center;
  }
  section[data-type=cta] .cta-content .block-buttons {
    margin-top: 20px;
  }
  section[data-type=content_parallax] .section-content {
    min-height: auto;
    padding: 50px 0;
  }
  section[data-type=content_parallax] .section-content .parallax-content {
    width: 100%;
    position: relative;
    z-index: 5;
    min-height: auto;
  }
  section[data-type=block_category_masonry] .card {
    margin: 15px 0 0 0 !important;
    height: 200px !important;
  }
  section[data-type=cards] .block-buttons {
    margin-bottom: 15px !important;
  }
  section[data-type=how-it-works] {
    min-height: 740px;
    background-image: url("../gfx/how-it-works-bike.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 260px;
  }
  section[data-type=how-it-works] .block-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  section[data-type=how-it-works] .block-body .block-left {
    max-width: 100%;
  }
  section[data-type=how-it-works] .block-body .block-right {
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  section[data-type=how-it-works] {
    min-height: 740px;
    background-image: url("../gfx/how-it-works-bike-alt.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 30%;
  }
}
nav.navbar {
  background: #040C1F;
}

.core-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.core-navigation li {
  position: relative;
  opacity: 0.6;
}
.core-navigation li a {
  height: 40px;
  text-decoration: none;
  color: #fff;
}
.core-navigation li a i {
  font-size: 12px;
}
.core-navigation li:hover .nav-sub {
  display: block;
}
.core-navigation li.active {
  opacity: 1;
}
.core-navigation li.active > a {
  color: white;
  font-weight: bold;
}
.core-navigation.nav-root {
  display: flex;
  gap: 20px;
  padding: 0 0 0 0;
}
.core-navigation.nav-sub {
  display: none;
  position: absolute;
  background: #fff;
  top: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  left: -100px;
  margin-left: 50%;
  z-index: 100;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.core-navigation.nav-sub::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
}
.core-navigation.nav-sub li {
  border-bottom: 1px solid #ccc;
}
.core-navigation.nav-sub li:last-child {
  border-bottom: none;
}
.core-navigation.nav-sub li a {
  height: auto;
  padding: 5px 15px;
}
.core-navigation.nav-sub li.active > a {
  color: #a9936b;
  font-weight: bold;
}

@media (max-width: 768px) {
  .core-navigation {
    display: none !important;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    bottom: 0;
    z-index: 100;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  .core-navigation a {
    height: 40px;
  }
  .core-navigation a i {
    display: none;
  }
  .core-navigation.nav-root {
    gap: 5px;
    padding: 15px 20px;
  }
  .core-navigation.nav-root > li.active {
    border: none;
  }
  .core-navigation.nav-sub {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
    display: block;
    border: none;
    box-shadow: none;
  }
  .core-navigation.nav-sub::before {
    display: none;
  }
  .nav-mobile-active .core-navigation {
    display: flex !important;
  }
}
.sub-nav .container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.sub-nav .container .core-navigation {
  background: #6A6A6A;
  padding: 5px 25px;
  border-radius: 30px;
}
.sub-nav .container .core-navigation li a {
  font-size: 16px;
  height: auto;
}

.section-login .login-header {
  background: #040C1F;
  border-radius: 8px;
  padding: 20px;
}

/* ========================================
   Modern UI Enhancements
   ======================================== */
/* Card Hover Effects */
.card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.card .card-image {
  overflow: hidden;
}
.card .card-image img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover .card-image img {
  transform: scale(1.08);
}

/* Button Animations */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  font-weight: 600;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn:hover::before {
  width: 300px;
  height: 300px;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: linear-gradient(135deg, #00A5DF 0%, #286D97 100%);
  border: none;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #0095CC 0%, #1F5A7F 100%);
}

.btn-outline-primary {
  border: 2px solid #00A5DF;
  color: #00A5DF;
  background: transparent;
}
.btn-outline-primary:hover {
  background: #00A5DF;
  color: white;
  border-color: #00A5DF;
}

/* Glassmorphism Effects */
.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

/* Smooth Shadows */
.shadow-soft {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.06);
}

.shadow-medium {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.1);
}

.shadow-strong {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 16px 40px rgba(0, 0, 0, 0.15);
}

/* Gradient Text */
.gradient-text {
  background: linear-gradient(135deg, #00A5DF, #286D97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Animations */
section {
  opacity: 1;
}
section.section-padding {
  padding: 100px 0;
}
section.animate-fade-up {
  opacity: 0;
  transform: translateY(30px);
}
section.animate-stagger .card,
section.animate-stagger .col {
  opacity: 0;
  transform: translateY(30px);
}

/* Accordion Enhancements */
.accordion-item {
  border: none;
  border-radius: 12px !important;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.accordion-item.open {
  box-shadow: 0 6px 16px rgba(0, 165, 223, 0.15);
}

.accordion-button {
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(0, 165, 223, 0.05);
  color: #00A5DF;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Input Focus Animations */
.form-control,
.form-select {
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
}
.form-control:focus,
.form-select:focus {
  border-color: #00A5DF;
  box-shadow: 0 0 0 4px rgba(0, 165, 223, 0.1);
  transform: translateY(-2px);
}

/* Loading Skeleton */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Pulse Animation */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Fade In Up Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Stagger Delay Classes */
.stagger-1 {
  animation-delay: 0.1s;
}

.stagger-2 {
  animation-delay: 0.2s;
}

.stagger-3 {
  animation-delay: 0.3s;
}

.stagger-4 {
  animation-delay: 0.4s;
}

.stagger-5 {
  animation-delay: 0.5s;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Link Hover Effects */
a {
  transition: all 0.3s ease;
}
a:hover {
  transform: translateX(2px);
}

/* Image Lazy Load Fade */
img.lazy {
  opacity: 0;
  transition: opacity 0.6s ease;
}
img.lazy.loaded {
  opacity: 1;
}

/* Responsive Animations - Disable on mobile if needed */
@media (max-width: 768px) {
  .card:hover {
    transform: none;
  }
  .btn:hover {
    transform: none;
  }
}
/* Accessibility - Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ========================================
   Visual Overhaul Styles
   ======================================== */
/* Process Steps (Vertical Timeline) */
.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  /* Central Line */
  /* Active Line (Progress) - Optional, requires JS to animate height */
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #e0e0e0;
  transform: translateX(-50%);
  border-radius: 2px;
}
.timeline-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: var(--line-height, 0%);
  /* Controlled by JS */
  background: #00A5DF;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: height 0.1s linear;
  /* Smooth but responsive */
  z-index: 0;
}
.timeline-container .timeline-step {
  position: relative;
  width: 50%;
  padding: 40px 70px;
  /* Increased vertical padding */
  box-sizing: border-box;
  z-index: 1;
  opacity: 0.2;
  /* Start semi-transparent */
  transform: translateY(0);
  /* Remove transform for cleaner fade-in, or keep small */
  transition: all 0.6s ease;
  /* Alternating Sides */
  /* Visible State (triggered by JS intersection observer) */
  /* Mobile Responsive */
}
.timeline-container .timeline-step:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline-container .timeline-step:nth-child(odd) .step-content {
  flex-direction: row-reverse;
  gap: 60px;
  /* Increased gap */
}
.timeline-container .timeline-step:nth-child(odd) .step-icon {
  right: -40px;
  /* Half width (80px) */
  left: auto;
}
.timeline-container .timeline-step:nth-child(even) {
  left: 50%;
  text-align: left;
}
.timeline-container .timeline-step:nth-child(even) .step-content {
  flex-direction: row;
  gap: 60px;
  /* Increased gap */
}
.timeline-container .timeline-step:nth-child(even) .step-icon {
  left: -40px;
  right: auto;
}
.timeline-container .timeline-step.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-container .timeline-step .step-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.timeline-container .timeline-step .step-text {
  flex: 1;
}
.timeline-container .timeline-step .step-icon {
  position: absolute;
  top: 20px;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 5px white, 0 10px 30px rgba(0, 0, 0, 0.1);
  /* White ring to mask line */
  font-size: 32px;
  color: #00A5DF;
  z-index: 2;
  transition: all 0.3s ease;
}
.timeline-container .timeline-step .step-icon:hover {
  transform: scale(1.1);
  color: #286D97;
  box-shadow: 0 0 0 5px white, 0 15px 40px rgba(0, 165, 223, 0.2);
}
.timeline-container .timeline-step h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #202A57;
}
.timeline-container .timeline-step p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .timeline-container .timeline-step::before, .timeline-container .timeline-step::after {
    left: 40px;
    /* Move line to left */
    transform: translateX(-50%);
  }
  .timeline-container .timeline-step .timeline-step {
    width: 100%;
    padding: 0 20px 0 100px;
    /* Make space for icon */
    text-align: left !important;
    left: 0 !important;
    margin-bottom: 40px;
  }
  .timeline-container .timeline-step .timeline-step:nth-child(odd), .timeline-container .timeline-step .timeline-step:nth-child(even) {
    left: 0;
  }
  .timeline-container .timeline-step .timeline-step:nth-child(odd) .step-content, .timeline-container .timeline-step .timeline-step:nth-child(even) .step-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .timeline-container .timeline-step .timeline-step:nth-child(odd) .step-icon, .timeline-container .timeline-step .timeline-step:nth-child(even) .step-icon {
    left: 0;
    right: auto;
    transform: translateX(0);
    /* Ensure icon is centered on the line */
  }
}

/* Creative CTA Button (Blue Version) */
.btn-cta-glow {
  background: linear-gradient(135deg, #0077b3 0%, #00A5DF 100%);
  /* Dark to Light */
  color: white !important;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 165, 223, 0.3);
  z-index: 1;
}
.btn-cta-glow:hover {
  background: linear-gradient(135deg, #00A5DF 0%, #0077b3 100%);
  /* Light to Dark */
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 165, 223, 0.4);
  color: white;
  text-decoration: none;
}
.btn-cta-glow:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 165, 223, 0.4);
}

/* ========================================
   Feature Grid (Modern)
   ======================================== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.feature-grid .feature-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 40px 30px;
  /* Increased padding */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* Top Gradient Accent - Blue instead of Pink */
}
.feature-grid .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00A5DF, #202A57);
  /* Brand colors */
}
.feature-grid .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.feature-grid .feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
  color: white;
  border-color: transparent;
}
.feature-grid .feature-card:hover .feature-icon::before {
  opacity: 1;
}
.feature-grid .feature-card .feature-icon {
  width: 80px;
  /* Larger icon container */
  height: 80px;
  background: rgba(0, 165, 223, 0.1);
  /* Light blue bg */
  border-radius: 20px;
  /* Softer radius */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 32px;
  /* Larger icon */
  color: #00A5DF;
  transform: scale(1) rotate(0deg);
  /* Explicit base state for smooth interpolation */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Springy return animation */
  border: 1px solid rgba(0, 165, 223, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Smooth Gradient Transition via Pseudo-element */
}
.feature-grid .feature-card .feature-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00A5DF, #202A57);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.feature-grid .feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #202A57;
}
.feature-grid .feature-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Sticky Content Layout */
.sticky-content-section {
  position: relative;
}
.sticky-content-section .sticky-image-wrapper {
  position: sticky;
  top: 100px;
  /* Offset from top */
  height: calc(100vh - 200px);
  min-height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.sticky-content-section .sticky-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sticky-content-section .sticky-image-wrapper:hover img {
  transform: scale(1.05);
}
.sticky-content-section .content-scroll {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .sticky-content-section .content-scroll {
    padding-left: 0;
    margin-top: 40px;
  }
}

/* Section Spacing & Typography */
section {
  /* More breathing room */
}
section .section-title {
  margin-bottom: 60px;
  text-align: center;
}
section .section-title h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #202A57 0%, #286D97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
section .section-title .section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Background Blobs */
.bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 165, 223, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.bg-blob.blob-left {
  top: 20%;
  left: -200px;
}
.bg-blob.blob-right {
  bottom: 20%;
  right: -200px;
}

/* ========================================
   Refinements & Header Redesign
   ======================================== */
/* Remove Background Image from How It Works */
section[data-type=how-it-works] {
  background-image: none !important;
  background: white;
  /* Ensure clean background */
}

/* Hero Buttons Mobile */
@media (max-width: 768px) {
  section[data-type=hero] .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  section[data-type=hero] .btn:last-child {
    margin-bottom: 0;
  }
}
/* Modern Header Design */
nav.navbar {
  transition: all 0.3s ease;
  padding: 15px 0;
  /* Glassmorphism on Scroll (requires JS to toggle class, but we'll set base styles) */
}
nav.navbar.scrolled, nav.navbar.navbar-overlay {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  /* Invert logo if needed, or assume logo works on light bg */
}
nav.navbar.scrolled .nav-link, nav.navbar.navbar-overlay .nav-link {
  color: #202A57 !important;
}
nav.navbar.scrolled .nav-link.active, nav.navbar.navbar-overlay .nav-link.active {
  color: #00A5DF !important;
}
nav.navbar .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px !important;
  position: relative;
  transition: color 0.3s ease;
  /* Hover Effect (Underline) */
}
nav.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00A5DF;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
nav.navbar .nav-link:hover::after, nav.navbar .nav-link.active::after {
  width: 20px;
}
nav.navbar .nav-link:hover {
  color: #00A5DF !important;
}
nav.navbar .navbar-brand img {
  height: 40px;
  /* Ensure consistent logo size */
  transition: height 0.3s ease;
}

.page-home nav.navbar .navbar-brand img {
  height: 60px;
  max-height: 60px;
  position: relative;
  margin-top: 140px;
}

footer img {
  height: 60px;
  max-height: 60px;
}

/* Adjust top bar if present */
.top-bar {
  background: #202A57;
  /* Darker blue for premium feel */
}

/* ========================================
   Final Visual Polish
   ======================================== */
/* Mobile Menu Redesign */
@media (max-width: 768px) {
  .navbar .nav-mobile {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    /* Full width */
    padding-top: 80px;
    /* Space for close button */
  }
  .navbar .nav-mobile .navbar-nav {
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 30px !important;
    text-align: center;
  }
  .navbar .nav-mobile .navbar-nav .nav-item {
    opacity: 0;
    transform: translateY(20px);
    animation: menuFadeIn 0.5s ease forwards;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(5) {
    animation-delay: 0.5s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(6) {
    animation-delay: 0.6s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(7) {
    animation-delay: 0.7s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(8) {
    animation-delay: 0.8s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(9) {
    animation-delay: 0.9s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item:nth-child(10) {
    animation-delay: 1s;
  }
  .navbar .nav-mobile .navbar-nav .nav-item a {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #202A57 !important;
    padding: 15px 0 !important;
    border-bottom: none !important;
  }
  .navbar .nav-mobile .navbar-nav .nav-item a:hover, .navbar .nav-mobile .navbar-nav .nav-item a.active {
    color: #00A5DF !important;
  }
}
@keyframes menuFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Mobile Hero Buttons Fix */
@media (max-width: 768px) {
  section[data-type=hero] .block-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Use gap for spacing */
  }
  section[data-type=hero] .block-buttons .btn {
    margin: 0 !important;
    /* Reset all margins */
    width: 100%;
  }
  .page-home nav.navbar .navbar-brand img {
    height: 40px;
    max-height: 40px;
    position: initial;
    margin-top: 0;
    margin-left: 20px;
  }
}
/* Modern Footer */
footer {
  background-color: #0f1218 !important;
  /* Dark theme */
  color: #a0a0a0 !important;
  padding: 80px 0 40px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer h4 {
  color: white !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  letter-spacing: 0.5px;
}
footer a {
  color: #a0a0a0 !important;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #00A5DF !important;
  text-decoration: none !important;
  padding-left: 5px;
}
footer ul li {
  margin-bottom: 12px;
  padding: 0 !important;
}
footer .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
}

/* Features Background Canvas */
#features-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  /* Subtle effect */
  pointer-events: none;
}

section[data-type=cards] {
  position: relative;
  background: transparent !important;
  /* Let canvas show through */
  overflow: hidden;
}
section[data-type=cards] .section-content {
  position: relative;
  z-index: 1;
  /* Content above canvas */
}

/* Contact Form Styles */
.contact-card {
  background: white;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .contact-card {
    padding: 2rem;
  }
}
.contact-card .form-floating > .form-control,
.contact-card .form-floating > .form-select {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  border-radius: 1rem;
  height: 3.5rem;
  /* Consistent height */
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.contact-card .form-floating > .form-control:focus,
.contact-card .form-floating > .form-select:focus {
  background-color: white;
  border-color: var(--brand-primary, #00A5DF);
  box-shadow: 0 0 0 4px rgba(0, 165, 223, 0.1);
}
.contact-card .form-floating > textarea.form-control {
  height: auto;
  min-height: 150px;
}
.contact-card .form-floating > label {
  padding-left: 1rem;
  color: #6c757d;
}
.contact-card .btn-cta-glow {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

/* Mobile Navigation Drawer */
.mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  nav.navbar.nav-mobile-active .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
  }
  nav.navbar.nav-mobile-active .core-navigation {
    transform: translateX(0);
  }
  .core-navigation {
    position: fixed;
    top: 0;
    right: 0;
    /* Slide from right */
    left: auto;
    /* Override default left: 0 */
    width: 300px;
    height: 100vh;
    background: white;
    z-index: 100;
    padding: 80px 20px 20px;
    /* Top padding for close button space */
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    /* Hidden by default */
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex !important;
    /* Always flex, just hidden by transform */
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    /* Close Button */
    /* Hide sub-menus by default or style them inline */
  }
  .core-navigation .nav-close-item {
    position: absolute;
    top: 20px;
    right: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none !important;
  }
  .core-navigation .nav-close-item .nav-close-btn {
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202A57;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .core-navigation .nav-close-item .nav-close-btn:hover {
    background: #e9ecef;
    transform: rotate(90deg);
  }
  .core-navigation li {
    width: 100%;
    opacity: 1;
    /* Override default opacity */
  }
  .core-navigation li a {
    color: #202A57;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: auto;
    transition: all 0.2s ease;
  }
  .core-navigation li a:hover, .core-navigation li a.active {
    background: rgba(0, 165, 223, 0.1);
    color: #00A5DF;
    padding-left: 20px;
  }
  .core-navigation li hr {
    margin: 10px 0;
    border-color: rgba(0, 0, 0, 0.05);
  }
  .core-navigation .nav-sub {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    padding-left: 20px;
    display: none;
    /* JS can toggle this */
  }
  .core-navigation .nav-sub.show {
    display: block;
  }
}
/* Contact Form V2 Styling */
.module-forms {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.module-forms .form-floating > .form-control,
.module-forms .form-floating > .form-select {
  height: 60px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  font-size: 16px;
  box-shadow: none;
  transition: all 0.2s ease;
}
.module-forms .form-floating > .form-control:focus,
.module-forms .form-floating > .form-select:focus {
  border-color: #00A5DF;
  box-shadow: 0 0 0 4px rgba(0, 165, 223, 0.1);
}
.module-forms .form-floating > textarea.form-control {
  height: auto;
  min-height: 120px;
}
.module-forms .form-floating > label {
  padding: 1rem 0.75rem;
  color: #6c757d;
  font-size: 15px;
}
.module-forms .form-floating > .form-control:focus ~ label,
.module-forms .form-floating > .form-control:not(:placeholder-shown) ~ label,
.module-forms .form-floating > .form-select ~ label {
  opacity: 0.8;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #00A5DF;
}
.module-forms .image-upload-field {
  border: 2px dashed #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  background: #fafafa;
  transition: all 0.2s ease;
}
.module-forms .image-upload-field:hover {
  border-color: #00A5DF;
  background: #f0f9ff;
}
.module-forms .image-upload-input {
  width: 100%;
  margin-bottom: 10px;
}
.module-forms .image-upload-input::before {
  background: #00A5DF !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 500;
  transition: background 0.2s ease;
}
.module-forms .image-upload-input:hover::before {
  background: #008bbd !important;
}
.module-forms button[type=submit] {
  background: #00A5DF;
  border: none;
  padding: 16px 40px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 165, 223, 0.3);
}
.module-forms button[type=submit]:hover {
  background: #008bbd;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 165, 223, 0.4);
}
@media (min-width: 768px) {
  .module-forms button[type=submit] {
    width: auto;
    min-width: 200px;
  }
}

body {
  overflow-x: hidden;
  width: 100%;
}

.logo {
  padding: 10px 0;
  margin-right: 20px;
}
.logo img {
  max-height: 50px;
}

.card {
  box-shadow: 0 3px 17px rgba(76, 78, 174, 0.11);
  border: none;
  border-radius: 12px;
}
.card .card-header {
  background: transparent;
  border: none;
  padding: 24px 24px 0 24px;
  font-size: 20px;
  font-weight: bold;
}
.card .card-body {
  padding: 24px;
}
.card .card-footer {
  padding: 24px;
}

.btn.btn-primary {
  padding: 9px 20px;
  background: linear-gradient(297.36deg, #00A5DF 17.05%, #13D5A7 88.35%);
  border-radius: 233px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
.btn.btn-white {
  background: transparent;
  color: white;
  border: solid 2px white;
}
.btn.btn-white:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn-secondary,
.btn-outline-secondary,
.btn-outline-primary {
  border-radius: 233px;
  font-weight: 600;
  font-size: 16px;
}

section[data-type=hero] .btn.btn-outline-primary {
  padding: 16px 40px;
  font-size: 18px;
  color: white;
  border-color: white;
  border-width: 2px;
}
section[data-type=hero] .btn.btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

.form-widget.form-1 button {
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.top-bar {
  display: none;
  background: #040C1F;
  color: white;
  padding: 0 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
}
.top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.top-bar ul li {
  display: inline;
  padding: 0 10px;
  float: left;
  /* &:not(:last-child) {
      border-right: solid 1px rgba(255, 255, 255, 0.408);
  } */
}
.top-bar ul li a {
  color: white;
  text-decoration: none;
}
.top-bar ul li a i {
  margin-right: 3px;
}

nav.navbar {
  height: 100px;
  padding: 0;
}
nav.navbar ul.navbar-nav .nav-link.active {
  color: #040C1F;
  background-color: transparent;
  font-weight: bold;
}
nav.navbar ul.navbar-nav .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.65rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 4px;
  border: none;
  vertical-align: baseline;
}
nav.navbar ul.navbar-nav .dropdown-menu {
  font-size: 14px;
  background: black;
  border: none;
  left: 50%;
  transform: translateX(-50%);
}
nav.navbar ul.navbar-nav .dropdown-menu::before {
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 6px);
}
nav.navbar ul.navbar-nav .dropdown-menu a {
  color: rgba(255, 255, 255, 0.7);
}
nav.navbar ul.navbar-nav .dropdown-menu a:hover {
  background: transparent;
  color: white;
}

.nav-trans nav.navbar {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  /* .logo {
      img {
          filter: brightness(0) invert(1);
      }
  } */
}
.nav-trans nav.navbar ul.navbar-nav .nav-link {
  color: white;
  opacity: 0.7;
}
.nav-trans nav.navbar ul.navbar-nav .nav-link.active {
  color: white;
  opacity: 1;
}

.has-topbar .top-bar {
  display: block;
}
.has-topbar nav.navbar {
  padding-top: 36px;
}
.has-topbar nav.navbar.navbar-overlay {
  padding-top: 36px;
}

.page-home nav.navbar.navbar-overlay {
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  font-size: 16px;
}
.page-home nav.navbar.navbar-overlay > .container {
  border-bottom: solid 1px rgba(255, 255, 255, 0.592);
  padding: 8px 0;
  font-weight: bold;
}
.page-home nav.navbar.navbar-overlay > .container a {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.page-home nav.navbar.navbar-overlay > .container a.active {
  color: white;
}
.page-home nav.navbar.navbar-overlay > .container a:hover {
  color: white;
}

.payment-method {
  border: solid 1px rgba(0, 0, 0, 0.1411764706);
  border-radius: 10px;
  padding: 15px;
  transition: all 0.05s;
  cursor: pointer;
  gap: 10px;
}
.payment-method input {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
  opacity: 0;
  float: left;
}
.payment-method img {
  width: 50px;
}
.payment-method.active {
  border-color: #040C1F;
  background-color: rgba(4, 12, 31, 0.2);
}
.payment-method:hover {
  border-color: #040C1F;
  background-color: rgba(0, 0, 0, 0.031372549);
}
.payment-method:hover.active {
  border-color: #040C1F;
  background-color: rgba(4, 12, 31, 0.2);
}

.slick-slider {
  margin-left: 20px;
  margin-right: 20px;
}
.slick-slider button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  border-radius: 10px;
  z-index: 1;
  font-size: 0px;
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.slick-slider button:hover {
  opacity: 1;
  background: #040C1F;
}
.slick-slider button:hover::after {
  color: white;
}
.slick-slider button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  color: #040C1F;
  vertical-align: baseline;
}
.slick-slider button.slick-prev.slick-arrow {
  left: -50px;
}
.slick-slider button.slick-prev.slick-arrow::after {
  content: "\f060";
}
.slick-slider button.slick-next.slick-arrow {
  right: -50px;
}
.slick-slider button.slick-next.slick-arrow::after {
  content: "\f061";
}

.home-usps .text-wrapper > div {
  height: 42px;
  line-height: 42px;
  text-align: left;
}
.home-usps .text-wrapper > div a {
  color: #040C1F;
  text-decoration: none;
}
.home-usps .text-wrapper > div a:hover {
  text-decoration: underline;
}

section.titlebar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.titlebar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.titlebar .container {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
section.titlebar .container h1 {
  color: white;
  font-size: 30px;
  font-weight: bold;
}
footer {
  background-color: #F4FBFF;
  color: #1D1F2C;
  padding: 72px 0;
}
footer * {
  font-size: 14px;
}
footer a {
  color: #1D1F2C;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #1D1F2C;
}
footer h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #070707;
}
footer img path {
  fill: #ffffff;
}
footer .bg-primary {
  color: white;
}
footer .bg-primary a {
  color: white;
  text-decoration: none;
}
footer .bg-primary a:hover {
  text-decoration: underline;
  color: white;
}

footer .col-sm-12 {
  text-align: center;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  position: relative;
  padding: 3px;
}

.navbar .nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.1s;
}
.navbar .nav-mobile .navbar-nav {
  background: #040C1F;
  padding: 5px;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  width: 80%;
  height: 100%;
}
.navbar .nav-mobile .navbar-nav .nav-item a {
  padding: 8px 10px;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.navbar .nav-mobile::after {
  background: #000;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.2s;
}
.navbar.nav-mobile-active .nav-mobile {
  left: 0;
}
.navbar.nav-mobile-active .nav-mobile::after {
  opacity: 0.3;
}

.hide-desktop {
  display: none;
}

@media (max-width: 1400px) {
  section[data-type=how-it-works] {
    min-height: 740px;
    background-image: url("../gfx/how-it-works-bike-alt.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
  }
}
@media (max-width: 768px) {
  .has-topbar .top-bar {
    display: none;
  }
  .has-topbar nav.navbar {
    padding-top: 0;
  }
  .has-topbar nav.navbar.navbar-overlay {
    padding-top: 0;
  }
  .has-topbar nav.navbar .navbar-nav {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .core-navigation.nav-root {
    padding: 10px;
  }
  .core-navigation.nav-root li {
    padding: 0 20px;
  }
  .core-navigation.nav-root li a {
    font-size: 15px;
    color: #040C1F;
  }
  .core-navigation.nav-root li.active {
    background: #040c1f;
    border-radius: 8px;
  }
  .core-navigation.nav-root li.active a {
    color: white;
  }
  .toggle-mobile-nav {
    background: transparent !important;
    border: none !important;
    color: white;
    font-size: 30px !important;
    padding: 20px 20px !important;
    transition: all 0.1s ease-in-out;
  }
  .toggle-mobile-nav i {
    font-size: 30px;
  }
  .toggle-mobile-nav:hover {
    opacity: 0.75;
    color: white;
  }
  footer .footer-left {
    margin-bottom: 30px;
  }
  footer .footer-right, footer .subfooter {
    flex-direction: column;
  }
  section .section-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
  }
  section .wrapper-row > div:not(:first-child) {
    margin-top: 50px;
  }
  section[data-type=how-it-works] {
    background-size: 100%;
  }
  section[data-type=testimonials] .testimonials-cards .bg-elm {
    display: none;
  }
  section[data-type=testimonials] .wrapper-row > div:not(:first-child) {
    margin-top: 0;
  }
}
.widget-knowledgebase .card {
  border: solid 2px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}
.widget-knowledgebase .card .card-body {
  padding: 18px;
}
.widget-knowledgebase .card .card-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  margin-bottom: 20px;
}
.widget-knowledgebase .card:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #040C1F;
}
.widget-knowledgebase .card .card-footer {
  background: transparent;
  border: none;
  padding: 0 18px 18px 18px;
}

.widget-faq .accordion-item {
  padding: 28px;
  border-radius: 14px;
  margin-bottom: 22px;
  background: #FFFFFF;
  border: 1px solid #EAEFFF;
  transition: all 0.2s ease-in-out;
}
.widget-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.widget-faq .accordion-item.open {
  background: linear-gradient(0deg, rgba(66, 19, 171, 0.2) -86.77%, rgba(77, 252, 227, 0.2) 100%);
  box-shadow: 10px 10px 50px rgba(0, 98, 255, 0.03);
}
.widget-faq .accordion-item .accordion-header .accordion-button {
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  color: #070707;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.widget-faq .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "+";
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.widget-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  font-weight: 500;
}
.widget-faq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.widget-faq .accordion-item .accordion-body {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #4B4B4B;
  padding: 0;
}
.widget-faq .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.faq_mini .widget-faq {
  margin-top: 30px;
}
.faq_mini .widget-faq .accordion-item {
  padding: 25px 24px;
  background: #F8F8F8;
  border-radius: 16px;
  margin-bottom: 30px;
}
.faq_mini .widget-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq_mini .widget-faq .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #070707;
}

body.page-home section[data-type=cards] .card {
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D2D5;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
}
body.page-home section[data-type=cards] .card .card-image {
  height: 100px;
  padding: 24px 24px 0 24px;
}
body.page-home section[data-type=cards] .card .card-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
body.page-home section[data-type=testimonials] .testimonials-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
body.page-home section[data-type=testimonials] .testimonials-cards .bg-elm {
  position: absolute;
  width: 762px;
  height: 100%;
  top: 0px;
  background: linear-gradient(270deg, #286D97 0%, #202A57 100%);
  opacity: 0.5;
  border-radius: 8px;
  left: 50%;
  margin-left: -381px;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row {
  width: 100%;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row .card {
  background: #F4FBFF;
  border-radius: 16px;
  box-shadow: none;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body {
  padding: 24px;
}
body.page-home section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body .testimonial-stars i {
  color: #F59E0B !important;
}
body.p-veilig-en-snel section[data-type=cards] .card {
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D2D5;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
}
body.p-veilig-en-snel section[data-type=cards] .card .card-image {
  height: 100px;
  padding: 24px 24px 0 24px;
}
body.p-veilig-en-snel section[data-type=cards] .card .card-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

body.p-over-ons section[data-type=cards] .card {
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D2D5;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
}
body.p-over-ons section[data-type=cards] .card .card-image {
  height: 100px;
  padding: 24px 24px 0 24px;
}
body.p-over-ons section[data-type=cards] .card .card-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .bg-elm {
  position: absolute;
  width: 762px;
  height: 100%;
  top: 0px;
  background: linear-gradient(270deg, #286D97 0%, #202A57 100%);
  opacity: 0.5;
  border-radius: 8px;
  left: 50%;
  margin-left: -381px;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row {
  width: 100%;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row .card {
  background: #F4FBFF;
  border-radius: 16px;
  box-shadow: none;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body {
  padding: 24px;
}
body.p-over-ons section[data-type=testimonials] .testimonials-cards .wrapper-row .card .card-body .testimonial-stars i {
  color: #F59E0B !important;
}

/*# sourceMappingURL=style.css.map */
