body {
    background: #e8f6ff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hero-heading,
.hero-sub {
    font-family: 'Montserrat', sans-serif;
}

.hero-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0c1a39;
}

.hero-sub {
    font-size: 1.3rem;
    color: #333;
}

.btn-primary-partners {
    background: white;
    border: 2px solid #007bff;
    color: #0c1a39;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 20px;
}

.btn-primary-partners:hover {
    background: #007bff;
    color: white;
}

.partner-logos img {
    max-height: 50px;
    margin: 0 15px;
}

.navbar-custom {
    background: white;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 30px;
}

.navbar-brand {
    padding-top: unset !important;
}

.nav-link {
    color: #000;
    font-weight: 600;
    margin-right: 1rem;
}

.nav-link:hover {
    color: #007bff;
}

.btn-login {
    background: #ff5a5f;
    color: white;
    border-radius: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
}

.btn-signup {
    background: #70d6f9;
    color: black;
    border-radius: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    margin-left: 0.5rem;
}

.img-scroll-container {
    overflow: hidden;
    height: 400px;
    position: relative;
}

.img-scroll {
    transition: top 1.5s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.img-scroll-container:hover .img-scroll {
    top: calc(400px - 100%);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .hero-heading {
        font-size: 1.5rem;
    }

    .hero-sub {
        font-size: 1rem;
    }

    .navbar-custom {
        padding: 0.5rem 0.5rem;
    }

    .navbar-brand img {
        max-height: 30px;
    }

    .nav-link {
        margin-right: 0.5rem;
        font-size: 1rem;
    }

    .btn-login,
    .btn-signup {
        padding: 0.4rem 0.8rem;
        font-size: 0.95rem;
    }

    .partner-logos img {
        max-height: 32px;
        margin: 0 6px;
    }

    .container,
    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .pygmy-launch-fast,
    .pygmy-scale-faster {
        padding: 1rem 0.3rem;
        border-radius: 10px;
    }

    .launch-main-heading,
    .scale-content h3 {
        font-size: 1.1rem;
    }

    .launch-features li,
    .scale-features li {
        font-size: 0.98rem;
    }

    .launch-image img,
    .scale-image img {
        max-width: 90vw;
    }

    .content-box {
        flex-direction: column !important;
        padding: 1rem 0.2rem;
        border-radius: 0.5rem;
    }

    .left-text,
    .image-wrapper {
        max-width: 100%;
        text-align: center;
    }

    .left-text h2 {
        font-size: 1.2rem;
    }

    .left-text p {
        font-size: 1rem;
    }

    .btn-yellow {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .insta-logo {
        width: 28px;
    }

    .plugin-section {
        padding: 1rem 0.2rem;
    }

    .plugin-section h2 {
        font-size: 1.1rem;
    }

    .plugin-section p {
        font-size: 0.95rem;
    }

    .plugin-grid img {
        height: 28px;
        width: 28px;
    }

    .testimonial-card {
        width: 95vw;
        margin-right: 5px;
    }

    .quote-mark {
        font-size: 32px;
    }

    .scroll-customers img {
        max-height: 50px !important;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 1.3rem;
    }

    .hero-sub {
        font-size: 0.95rem;
    }

    .navbar-brand img {
        max-height: 22px;
    }

    .partner-logos img {
        max-height: 20px;
    }

    .launch-image img,
    .scale-image img {
        max-width: 98vw;
    }

    .testimonial-card {
        width: 99vw;
    }

    .quote-mark {
        font-size: 22px;
    }
}



.pygmy-scale-faster {
    background: #e5f2ff;
    /* Matches light blue background */
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
}

.scale-content {
    max-width: 550px;
}

.scale-content h3 {
    font-size: 1.75rem;
    color: #111;
}

.scale-features li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.scale-features li span {
    color: #007bff;
    font-size: 1.2rem;
    margin-right: 0.6rem;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .pygmy-scale-faster {
        padding: 1rem 0.5rem;
        border-radius: 10px;
    }

    .scale-content h3 {
        font-size: 1.5rem;
    }

    .scale-features li {
        font-size: 1rem;
    }

    .scale-image img {
        max-width: 90vw;
    }
}



.scroll-customers {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.customer-log-swipe .swiper-slide img {
    height: 100px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.mobile-only {
  display: none;
}

/* Show only on small screens (up to 767px) */
@media (max-width: 767px) {
  .mobile-only {
    display: block; /* or flex/grid as needed */
  }
}


/* Mobile View Animation */
