body {
    overflow-x: hidden;
    margin: 0;
}

.container-fluid {
    background-color: #FFFFFF;
}

.navbar-nav {
    gap: 20px;
}


.register-btn {
    background-color: #4CAF4F;
    color: white;
    padding: 10px 24px;
    border-radius: 4px;
    text-align: center;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.register-btn:hover {
    background-color: #43a047 !important;
    color: white;
}

.color {
    background-color: #fff;
}

.header-row {
    background-color: #F5F7FA;
    padding: 80px 0;
}

.hero {
    color: #4D4D4D;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.hero1 {
    color: #4CAF4F;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
}

.para {
    font-size: 16px;
    color: #717171;
    margin-bottom: 32px;
}

.banner-1 {
    max-width: 100%;
    height: auto;
}

.heading3 {
    color: #4D4D4D;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    text-align: center;
}

.paragraph {
    color: #717171;
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
}

.paragraph1 {
    color: #414141;
    font-size: 16px;
    text-align: center;
}

.paras {
    font-size: 14px;
    color: #717171;
    text-align: center;
    line-height: 1.5;
}

.img4 {
    max-width: 65px;
    height: auto;
    margin-bottom: 16px;
}

.heading4 {
    font-size: 28px;
    font-weight: 700;
    color: #4D4D4D;
    text-align: center;
    margin-bottom: 8px;
}

.btn0 {
    background-color: #4CAF4F !important;
    color: white;
}


.pixel-heading {
    color: #4D4D4D;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

.pixel-para {
    color: #717171;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.pixel-btn {
    border: none;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.pixel-img {
    max-width: 442px;
}

/* Stats Section Styles */
.stats-section {
    background-color: #F5F7FA;
    margin-top: 4rem;
}

.stats-heading {
    color: #4D4D4D;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.stats-heading .highlight {
    color: #4CAF4F;
    display: block;
}

.stats-subheading {
    color: #18191F;
    font-size: 16px;
    margin-top: 12px;
}

.stat-number {
    color: #4D4D4D;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.1;
}

.stat-label {
    color: #717171;
    font-size: 16px;
    margin-bottom: 0;
}

.stat-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* Demo Section Styles */
.demo-section {
    background-color: #F5F7FA;
}

.demo-heading {
    color: #263238;
    font-size: 64px;
    font-weight: 600;
    line-height: 76px;
    margin-bottom: 32px;
}

.demo-btn {
    background-color: #4CAF4F;
    border: none;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.demo-btn:hover {
    background-color: #43a047;
}

/* Footer Styles */
.footer {
    background-color: #263238 !important;
    /* Ensure it overrides global container-fluid styles */
    color: #FFFFFF !important;
    padding: 64px 0;
}

.footer-row {
    background-color: #263238;
}

.footer-logo {
    width: 150px;
}

.copyright-text p {
    color: #FFFFFF !important;
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 0;
}

.social-link {
    background-color: rgba(255, 255, 255, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s;
    text-decoration: none;
}

.social-link:hover {
    background-color: #4CAF4F;
}

.footer-heading {
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    opacity: 0.8;
}

.footer-links a:hover {
    color: #4CAF4F !important;
    opacity: 1;
}

.subscribe-input {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    color: #FFFFFF !important;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.subscribe-input::placeholder {
    color: #FFFFFF !important;
    opacity: 0.6;
}

.subscribe-input:focus {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        align-items: center;
        padding: 20px 0;
    }

    .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .footer {
        text-align: center;
    }

    .footer .col-lg-4,
    .footer .col-lg-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
    }

    .footer .social-icons {
        justify-content: center;
    }

    .footer-links {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .stats-section .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        justify-content: center;
        text-align: center;
    }

    .stats-section .row.g-4 {
        flex-direction: column;
        align-items: center;
    }
}