* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    color: #333;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffcf49;
    padding: 20px;
}

.module-img img {
    max-width: 100%;
    height: auto;
}

.col-md-6 {
    flex: 1;
    padding: 20px;
}

.col-md-6 p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.vision-mission {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card-body {
    text-align: center;
}

.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

@media (max-width: 768px) {
    .vision-mission {
        flex-direction: column;
    }
}

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 0 50px;
    background-color: #fff;
    position: relative;
}

.hero-content {
    max-width: 50%;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3rem;
    color: #333;
}

.hero-content p {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 20px;
}

.cta-button {
    padding: 12px 25px;
    background-color: #ffb81c;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #fcb900;
}

.cta-button2 {
    padding: 12px 25px;
    background-color: #60bfff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button3 {
    padding: 12px 25px;
    background-color: #0039c9;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.hero-gif img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.content-section {
    padding: 40px 20px;
    text-align: center;
}

.image-group img {
    margin: 10px;
    max-width: 85%;
    height: auto;
    border-radius: 30px;
}

.text-info {
    margin-top: 20px;
}

.nfc-section, .chatbot-section, .features-section, .problem-solution-section, .signup-section, .routing-section, .time-section {
    padding: 40px 20px;
    text-align: center;
}

.nfc-section img, .chatbot-section img, .features-section img, .signup-section img {
    max-width: 85%;
    height: auto;
    border-radius: 30px;
}

.features-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.feature-item {
    max-width: 30%;
}

.problem-solution-section img {
    max-width: 50%;
    margin-top: 20px;
}

/* Achievement Section */
.achievement-section {
    background-color: #2d2d2d;
    padding: 40px;
    text-align: center;
}

.achievement-title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.achievement-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

.achievement-image {
    flex: 1;
}

.achievement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.achievement-text {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.combined-images-section {
    padding: 40px 20px;
    text-align: center;
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* Adds space between the images */
}

.image-item {
    max-width: 45%;  /* Reduced width to 45% to make the images smaller */
    height: auto;
    border-radius: 10px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6, .card-title, .achievement-title {
    font-family: "Special Gothic Expanded One", sans-serif !important;
    font-weight: 400;
    font-style: normal;
  }
  
  /* Fonts for body text and buttons */
  body, p, .card-text, button, .btn, .btn-primary, .btn-dark, .btn3, .btn1, .nav-link, footer, .achievement-text {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


  @media (max-width: 576px) {
    .hero-section {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .cta-button, .cta-button2, .cta-button3 {
        width: 100%; /* Full-width buttons */
    }

    .navbar-nav {
        text-align: center;
        margin-top: 10px;
    }

    .card-img-top {
        height: 200px; /* Adjust images in cards for smaller screens */
    }
}

body {
    font-family: "Ubuntu", sans-serif;
    background: linear-gradient(180deg, #fff8fb 0%, #fefcff 35%, #f6fbff 100%);
    color: #5c4b5f;
}

h1, h2, h3, h4, h5, h6,
.project-badge,
.small-label {
    font-family: "Special Gothic Expanded One", sans-serif;
}

.littlebundle-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 80px 8%;
    min-height: 90vh;
    background:
        radial-gradient(circle at top left, rgba(255, 192, 203, 0.35), transparent 28%),
        radial-gradient(circle at top right, rgba(173, 216, 230, 0.28), transparent 24%),
        linear-gradient(135deg, #fff6fb, #f8fcff);
}

.hero-content .hero-content2 {
    max-width: 580px;
}

.project-badge {
    display: inline-block;
    font-size: 0.75rem;
    background: #ffdbea;
    color: #b84f7d;
    padding: 10px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.hero-content h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.2;
    color: #d45d8c;
    margin-bottom: 16px;
}

.hero-content2 h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.2;
    color: #dd8410;
    margin-bottom: 16px;
}

.hero-content2 p {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #6b5a6e;
    margin-bottom: 24px;
}

.hero-text {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #6b5a6e;
    margin-bottom: 24px;
}

.hero-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 45px rgba(212, 93, 140, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 20px;
}

.hero-gif img {
    max-width: 420px;
    width: 100%;
    border-radius: 20px;
}

.cta-button2 {
    display: inline-block;
    background: linear-gradient(135deg, #ff90b3, #ffb5cc);
    color: white;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(255, 144, 179, 0.25);
    transition: all 0.3s ease;
}

.cta-button2:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(255, 144, 179, 0.3);
    color: white;
}

.intro-section {
    padding: 40px 8%;
}

.intro-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: center;
    background: #ffffff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 16px 35px rgba(170, 128, 155, 0.08);
}

.intro-image img {
    width: 100%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
}

.intro-text h2 {
    color: #d45d8c;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

.intro-text p {
    line-height: 1.8;
    color: #6b5a6e;
}

.video-demo-section {
    padding: 50px 8%;
    text-align: center;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 28px auto;
}

.small-label {
    display: inline-block;
    background: #dff4ff;
    color: #5998b7;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    margin-bottom: 14px;
}

.section-heading h2 {
    color: #d45d8c;
    margin-bottom: 12px;
}

.section-heading p {
    color: #6b5a6e;
    line-height: 1.7;
}

.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(170, 128, 155, 0.14);
    background: #fff;
    padding: 14px;
}

.video-wrapper iframe {
    width: 100%;
    height: 560px;
    border: none;
    border-radius: 20px;
}

.section-card {
    background: #ffffff;
    margin: 28px auto;
    width: min(1100px, 92%);
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 16px 35px rgba(170, 128, 155, 0.08);
}

.section-card img,
.image-item,
.chatbot-image img,
.nfc-section img,
.signup-section img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-card img:hover,
.image-item:hover,
.chatbot-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(170, 128, 155, 0.14);
}

.image-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.littlebundle-footer {
    margin-top: 40px;
    padding: 24px 16px;
    text-align: center;
    background: linear-gradient(135deg, #ffdbe9, #dff4ff);
    color: #7a5f75;
    font-weight: 500;
}

@media (max-width: 900px) {
    .littlebundle-hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 6%;
    }

    .intro-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .video-wrapper iframe {
        height: 420px;
    }
}

@media (max-width: 600px) {
    .image-container {
        grid-template-columns: 1fr;
    }

    .video-wrapper iframe {
        height: 260px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}
