/*================================================
0. Mixins Css
=================================================*/
/* Hero Styles */
.newborn9-hero {
  padding: 200px 0 80px;
}
@media (max-width: 767px) {
  .newborn9-hero {
    padding: 40px 0 50px;
  }
}
@media (max-width: 425px) {
  .newborn9-hero {
    padding: 40px 0 40px;
  }
}

.hero-bg-blobs .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.4;
}

.blob-1 {
  top: 10%;
  left: 10%;
  width: 200px;
  height: 200px;
  background: rgba(0, 82, 234, 0.1529411765);
}

.blob-2 {
  bottom: 10%;
  right: 40%;
  width: 150px;
  height: 150px;
  background: rgba(32, 188, 255, 0.2823529412);
}

.min-vh-90 {
  min-height: 85vh;
}

.z-index-2 {
  z-index: 2;
}

.hero-title {
  color: #5D5D5D;
  line-height: 1.1;
  font-size: 2.5rem;
}

.text-gradient {
  color: #20bbff;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  color: #7d7d7d;
  font-size: 1.25rem;
}

.badge-glass-pink {
  background: rgba(0, 82, 234, 0.2);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.bg-pink-soft {
  background: rgba(255, 107, 129, 0.15);
}

.bg-blue-soft {
  background: rgba(72, 219, 251, 0.15);
}

.btn-shadow {
  box-shadow: 0 10px 20px rgba(255, 107, 129, 0.3);
}

/* Trust Bar */
.hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  color: #7d7d7d;
  font-size: 0.9rem;
}

.trust-item {
  display: flex;
  align-items: center;
}

.trust-divider {
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 768px) {
  .trust-divider {
    display: block;
  }
}
/* Image area */
.hero-image-wrapper {
  position: relative;
  padding: 20px;
}

.hero-image-frame {
  position: relative;
}

.floating-badge {
  position: absolute;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 170px;
}

.badge-1 {
  top: 30px;
  right: -30px;
}

.badge-2 {
  bottom: 40px;
  left: -30px;
}

.badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .badge-1, .badge-2 {
    right: 0;
    left: 0;
    position: relative;
    margin-bottom: 10px;
    top: auto;
    bottom: auto;
  }
}
.how-it-works {
  position: relative;
}
.how-it-works .process-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.how-it-works .process-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, hsl(200, 80%, 55%), hsl(190, 80%, 60%));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.how-it-works .process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(138, 43, 226, 0.2);
}
.how-it-works .process-card:hover:before {
  transform: scaleX(1);
}
.how-it-works .process-card .process-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(138, 43, 226, 0.1);
}
.how-it-works .process-card .process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: white;
  background: var(--primary-gradient);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 2rem;
}
.how-it-works .process-card .process-icon i {
  color: white;
}
.how-it-works .process-card .process-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 15px;
}
.how-it-works .process-card .process-description {
  color: hsl(240, 20%, 50%);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Showcase Tabs Styles */
.showcase-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid hsl(240, 30%, 90%);
  background: transparent;
  color: hsl(240, 20%, 40%);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
}

.tab-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: rgba(26, 41, 128, 0.02);
}

.tab-btn.cbp-filter-item-active {
  background: var(--primary-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(26, 41, 128, 0.2);
}

.newborn9-use-cases {
  background: #fff;
}

.use-case-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.use-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 107, 129, 0.1);
  border-color: #20bbff;
}

.card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.use-case-card h4 {
  font-weight: 700;
  color: #5D5D5D;
  margin-bottom: 15px;
}

.use-case-card p {
  color: #7d7d7d;
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.6;
}

/* CTA Section start */
/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: #fff;
}

.cta-wrapper {
  /* Light tint based on brand color #26D0CE/Blue */
  background: linear-gradient(135deg, #f0fbff 0%, #e2f2ff 100%);
  border-radius: 40px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
  border: 1px solid #c5d7ee;
}

@media (max-width: 1199px) {
  .cta-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper {
    padding: 40px 25px;
    border-radius: 24px;
  }
}
.cta-wrapper .cta-bg-shapes .cta-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.cta-wrapper .cta-bg-shapes .cta-shape-1 {
  width: 400px;
  height: 400px;
  background: rgba(55, 125, 255, 0.1);
  top: -150px;
  right: -100px;
}

.cta-wrapper .cta-bg-shapes .cta-shape-2 {
  width: 300px;
  height: 300px;
  background: rgba(38, 208, 206, 0.1);
  bottom: -100px;
  left: -50px;
}

.cta-wrapper .cta-badge {
  display: inline-block;
  background: rgba(55, 125, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(55, 125, 255, 0.2);
  color: #377dff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.cta-wrapper .cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1e2022;
  margin-bottom: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

@media (max-width: 1199px) {
  .cta-wrapper .cta-title {
    font-size: 2.75rem;
  }
}
@media (max-width: 991px) {
  .cta-wrapper .cta-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-wrapper .cta-title {
    font-size: 2rem;
  }
}
.cta-wrapper .cta-subtitle {
  font-size: 1.1rem;
  color: #677788;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .cta-wrapper .cta-subtitle {
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .cta-wrapper .cta-title {
    font-size: 2.6rem !important;
  }
}
.cta-wrapper .cta-subtitle strong {
  color: #377dff;
  background: rgba(55, 125, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.cta-wrapper .cta-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-wrapper .cta-benefits {
    max-width: 500px;
    margin: 0 auto;
  }
}
.cta-wrapper .cta-benefits li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1e2022;
  margin-bottom: 18px;
  font-size: 1.1rem;
}

.cta-wrapper .cta-benefits li i {
  width: 28px;
  height: 28px;
  background: rgba(55, 125, 255, 0.1);
  color: #377dff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .cta-wrapper .volume-pricing-box {
    text-align: center;
  }
}
.cta-wrapper .volume-pricing-box .volume-label {
  display: block;
  color: #1e2022;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-wrapper .volume-pricing-box .volume-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 991px) {
  .cta-wrapper .volume-pricing-box .volume-pills {
    justify-content: center;
  }
}
.cta-wrapper .volume-pricing-box .volume-pills .v-pill {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #1e2022;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.cta-wrapper .volume-pricing-box .volume-pills .v-pill:hover {
  background: #377dff;
  color: #fff;
  box-shadow: 0 4px 15px rgba(55, 125, 255, 0.3);
}

.cta-wrapper .volume-pricing-box .volume-cta-link {
  color: #377dff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: underline;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}

.cta-wrapper .volume-pricing-box .volume-cta-link:hover {
  opacity: 1;
  color: #0056b3;
}

.cta-wrapper .cta-action-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 45px 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .cta-wrapper .cta-action-box {
    padding: 35px 25px;
  }
}
.cta-wrapper .cta-action-box .offer-highlight {
  text-align: center;
  margin-bottom: 30px;
}

.cta-wrapper .cta-action-box .offer-highlight .offer-icon {
  font-size: 2.5rem;
  color: #377dff;
  margin-bottom: 15px;
}

.cta-wrapper .cta-action-box .offer-highlight .offer-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e2022;
  margin-bottom: 8px;
}

.cta-wrapper .cta-action-box .offer-highlight .offer-subtitle {
  color: #677788;
  font-size: 0.95rem;
}

.cta-wrapper .cta-buttons .cta-btn-custom {
  font-size: 1.1rem !important;
}

.cta-wrapper .cta-action-box .pricing-context .price-value {
  color: #1e2022;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.cta-wrapper .cta-action-box .pricing-context .price-disclaimer {
  color: #677788;
  font-size: 0.85rem;
}

.cta-wrapper .cta-action-box .trust-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .cta-wrapper .cta-action-box .trust-row {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.cta-wrapper .cta-action-box .trust-row .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e2022;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.9;
}

.cta-wrapper .cta-action-box .trust-row .trust-item i {
  font-size: 1rem;
}/*# sourceMappingURL=newborn.css.map */