.body {
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .section.text-center h3.ui-overlay-title-2 {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}
.section-title {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: normal;
}
.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 5px;
}
.ux-img {
    width: 63%;
    max-width: 250px;
    margin-bottom: 15px;
}
.ux-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 5px;
}
.ux-text {
    font-size: 1rem;
    color: #555;
    max-width: 80%;
    margin: 0 auto;
}
.hero {
    height: 100vh;
    background: linear-gradient(to right, #3b8193, #5fb4c1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
}
.hero img {
    margin-bottom: 10px;
    margin-top: -20px;
}
.allinone-img {
    width: 90%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.hero h1 {
    padding-bottom: 10px;
    font-size: 3rem;
    font-weight: bold;
}
.btn-primary {
    background: #0a194f;
    border: none;
    padding: 10px 25px;
    font-size: 1.2rem;
    border-radius: 100px;
    transition: 0.3s;
}
.btn-primary:hover {
    background: #a9c6ca;
}
.section {
    padding-top: 0%;
    padding: 80px 20px;
    text-align: center;
}
.section-wide {
    padding: 5px 5px;
    text-align: center;
}
.section img {
    max-width: 100%;
    height: auto;
}

.solution-img {
    width: 300px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 1px;
}
.solution-card {
    text-align: center;
    margin-bottom: 1px;
}
.bg-primary {
    background-color: #5fb4c1 !important;
}
.newsletter-section {
    background: linear-gradient(135deg, #5fb4c1 0%, #2d7b8f 45%, #0a194f 100%);
    padding: 100px 20px;
    position: relative;
}
.newsletter-card {
    max-width: 720px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 48px 40px;
    box-shadow: 0 24px 60px rgba(7, 27, 67, 0.25);
}
.newsletter-form {
    max-width: 520px;
    margin: 24px auto 0;
    gap: 16px;
    justify-content: center;
}
.newsletter-input {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 1rem;
    flex: 0 1 260px;
    max-width: 320px;
    width: 100%;
}
.newsletter-input:focus {
    box-shadow: 0 0 0 4px rgba(95, 180, 193, 0.45);
    outline: none;
}
.newsletter-submit {
    border-radius: 999px;
    font-weight: 600;
    padding: 12px 32px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: 210px;
}
.newsletter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 24, 80, 0.25);
}
.newsletter-success {
    margin-top: 18px;
    font-size: 0.9rem;
}
.newsletter-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 160px;
    background: linear-gradient(180deg, #5fb4c1 0%, rgba(95, 180, 193, 0) 100%);
    pointer-events: none;
    z-index: 0;
}
.newsletter-card,
.newsletter-form,
.newsletter-input,
.newsletter-submit,
.newsletter-success {
    position: relative;
    z-index: 1;
}
.btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 999px;
    transition: 0.3s;
}
.btn-light:hover {
    background-color: #fff;
    color: #3b8193;
}
.partner-section {
    background: linear-gradient(135deg, #0a194f 0%, #2d7b8f 45%, #5fb4c1 100%);
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.partner-card {
    max-width: 960px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(7, 27, 67, 0.25);
    padding: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: stretch;
}
.partner-copy {
    flex: 1 1 320px;
    color: #0a194f;
}
.partner-pill {
    display: inline-block;
    background: rgba(13, 110, 253, 0.12);
    color: #0a194f;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
}
.partner-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.partner-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 0;
}
.partner-audience {
    padding-top: 20px;
    margin: 0;
    font-weight: 600;
    color: rgba(10, 25, 79, 0.85);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
}
.partner-audience.inline {
    flex-wrap: wrap;
}
.audience-title {
    font-size: 1rem;
}
.audience-separator {
    font-size: 1.2rem;
    color: rgba(10, 25, 79, 0.35);
}
.partner-form {
    flex: 1 1 320px;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.12);
}
.partner-highlight {
    font-size: 1rem;
    color: rgba(10, 25, 79, 0.8);
    margin-bottom: 0;
    line-height: 1.6;
}
.partner-submit {
    align-self: center;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 999px;
    font-weight: 600;
}
.partner-footnote {
    font-size: 0.8rem;
    color: rgba(10, 25, 79, 0.6);
    margin: 0;
}
.partner-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(180deg, rgba(47, 123, 143, 0) 0%, rgba(95, 180, 193, 0.55) 55%, #5fb4c1 100%);
    pointer-events: none;
    z-index: 0;
}
.partner-card,
.partner-copy,
.partner-form,
.partner-highlight,
.partner-submit,
.partner-footnote {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .partner-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .partner-card {
        padding: 32px 24px;
        flex-direction: column;
        align-items: stretch;
    }
    .partner-title {
        font-size: 2rem;
    }
    .partner-copy {
        text-align: center;
    }
    .partner-audience {
        justify-content: center;
        gap: 6px 12px;
    }
    .partner-form {
        width: 100%;
        padding: 28px 24px;
        text-align: center;
    }
    .partner-highlight {
        text-align: center;
    }
    .partner-audience {
        padding-top: 20px;
    }
    .newsletter-section {
        padding: 80px 20px;
    }
    .newsletter-card {
        padding: 36px 28px;
    }
    .newsletter-form {
        width: 100%;
    }
    .newsletter-input {
        flex: 1 1 100%;
        max-width: none;
    }
    .newsletter-submit {
        width: 100%;
        min-width: unset;
    }
}
.custom-line {
    width: 90%;
    margin: 20px auto;
    border: 0;
    height: 3px;
    background: linear-gradient(to right, #3b8193, #5fb4c1);
    border-radius: 10px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animated {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.visible {
    opacity: 1;
    transform: translateY(0);
}
.ux-img, .solution-img {
    transition: transform 0.3s ease-out;
}
.ux-img:hover, .solution-img:hover {
    transform: scale(1.1);
}
.team-card img {
    transition: transform 0.3s ease-out;
}
.team-card:hover img {
    transform: rotate(-5deg);
}
.btn-primary:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.slide-in {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.6s ease-out;
}
.slide-in.visible {
    transform: translateX(0);
    opacity: 1;
}
.carousel-item {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.carousel-item.active {
    opacity: 1;
}
.carousel-img {
    max-height: 80vh;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width: 768px) {
    .carousel-img {
      max-height: 70vh;}
    .carousel-item .col-md-6.text-center {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 50%;
    }
}
.carousel-item .d-flex > .col-6,
.carousel-item .d-flex > .col-md-4,
.carousel-item .d-flex > .col-xl-3 {
    padding-right: 1px;
    padding-left: 1px;
}
.object-fit-cover {
    object-fit: cover;
}
.carousel-item video {
    display: block;
    background-color: #000;
}
.custom-carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.custom-carousel-indicators .indicator-btn {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 20px;
    width: 100px;
    height: 12px;
    overflow: hidden;
    cursor: pointer;
}

.custom-carousel-indicators .indicator-btn .progress-bar {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #0d6efd;
    transition: width linear;
}

.custom-carousel-indicators .indicator-btn.active .progress-bar {
    width: 100%;
    transition: width 5s linear;
}

.custom-carousel-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    flex-wrap: nowrap;
    width: 90%;
}

.progress-btn {
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50px;
    width: 110px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
}

.progress-btn .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #ffffff;
    opacity: 0.5;
    transition: width 5s linear;
}

.progress-btn.active .progress-bar {
    width: 100%;
}
#neobill-showcase {
    min-height: auto;
    background-color: transparent;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 0;
}

@media (max-width: 1080px) {
    #neobill-showcase {
        background-color: transparent;
        aspect-ratio: 16 / 9;
        min-height: auto;
        width: 100vw;
    }
}

#neobill-showcase video {
    background-color: white;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.progress-btn .label {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
  .carousel-item img[alt="Save Image"] {
    transform: translateX(-1rem) !important;
    max-width: 80%;
    max-height: 50%;
    display: inline-block;
  }

  .carousel-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }



  .carousel-item h2 {
    font-size: 2.5rem !important;
    transform: none !important;
  }

  .carousel-item h2 span:last-child {
    transform: none !important;
  }

  .carousel-item .col-md-6.text-end {
      text-align: center !important;
      display: block;
      max-width: 500px;
      margin: 0 auto;
  }
}

.save-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
}

@media (max-width: 768px) {
    .carousel-item .col-md-6.text-center {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 50%;
    }

    .carousel-item .col-md-6.text-center .save-image {
        max-width: 60%;
        height: auto;
        transform: translateX(20%);
    }

    .carousel-item .col-md-6.text-end {
        display: inline-block;
        vertical-align: middle;
        text-align: left !important;
        width: 50%;
    }

    .carousel-item h2 {
        font-size: 2rem !important;
        transform: none !important;
    }

    .carousel-item h2 span:last-child {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    #user-experience .ui img {
        width: 100% !important;
        width: 95vw !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.with-neob-overlay {
    position: static;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px auto;
    background: #f4f4f4;
    border: none;
    border-radius: 0 0 40px 40px;
    padding: 40px 20px;
    text-align: center;
}
.with-neob-overlay h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}
.with-neob-overlay p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0;
}

.with-neob-container {
    display: inline-block;
    width: 80%;
    max-width: 900px;
}

.with-neob-img {
      width: 100%;
      height: auto;
      display: block;
  }

@media (max-width: 768px) {
      .with-neob-container {
        width: 95vw;
      }

  }

.centered-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ui-overlay-container {
    position: relative;
    display: inline-block;
    width: 80%;
    max-width: 900px;
}

.ui-overlay-container img {
    width: 100%;
    height: auto;
    display: block;
}
.ui-overlay-container .ui-overlay-title {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
}

.section.text-center .ui-overlay-title {
    position: static;
    transform: none;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .ui-overlay-container {
        width: 95vw;
    }

    .ui-overlay-title {
        font-size: 1.6rem;
    }
}

.section.text-center {
    padding-top: 0%;
    padding: 80px 20px;
    text-align: center;
}
.section.text-center img {
    width: 60%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.section.text-center h3 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: normal;
}
@media (max-width: 768px) {

.with-neob-overlay p {
    font-size: 12px;
}
  .with-neob-overlay h3 {
    font-size: 1.5rem;
  }
  .ui-overlay-container .ui-overlay-title {
    font-size: 1.1rem;
  }
}
