/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

html, body, #g-page-surround {
  background-image: url('../../../../images/website-bg.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}
#g-header, #g-navigation, #g-intro, #g-features, #g-utility, #g-above, #g-expanded, #g-footer, .g-container {
  background: transparent !important;
}
.services-card-container {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 35px 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.services-card-container .services-main-title {
  color: #ffffff !important;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.services-card-container .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.services-card-container .service-col {
  flex: 1 1 280px;
  text-align: center;
  padding: 10px;
}
.services-card-container .service-icon-circle {
  width: 65px;
  height: 65px;
  border: 2px solid #e0721b;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.25);
}
.services-card-container .service-icon-circle i {
  color: #e0721b;
  font-size: 28px;
}
.services-card-container .service-title {
  color: #ffffff !important;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.services-card-container .service-desc {
  color: #d1d5db !important;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  max-width: 320px;
}
.how-it-works-card-container {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 35px 20px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.how-it-works-card-container .how-it-works-title {
  color: #ffffff !important;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.how-it-works-card-container .timeline-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.how-it-works-card-container .timeline-grid::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background-color: #6c757d;
  z-index: 1;
}
.how-it-works-card-container .timeline-step {
  flex: 1 1 180px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.how-it-works-card-container .timeline-step .step-icon {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 12px;
  display: block;
  height: 35px;
}
.how-it-works-card-container .timeline-step .step-dot {
  width: 12px;
  height: 12px;
  background-color: #e0721b;
  border-radius: 50%;
  margin: 0 auto 12px auto;
  border: 2px solid #1e242c;
}
.how-it-works-card-container .timeline-step .step-title {
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 768px) {
  .how-it-works-card-container .timeline-grid {
    flex-direction: column;
    align-items: center;
  }
  .how-it-works-card-container .timeline-grid::before {
    display: none;
  }
  .how-it-works-card-container .timeline-step {
    margin-bottom: 25px;
  }
}
#g-header {
  background: transparent !important;
}
/*# sourceMappingURL=custom_13.css.map */