/* ConnieBot Hero Button Styles */
.conniebot-hero-button-wrapper-7c171f31 {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    width: 100%;
}

.conniebot-hero-button-7c171f31 {
    display: inline-block;
    background-color: #2e4d32; /* Forest Green */
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.conniebot-hero-button-7c171f31:hover {
    background-color: #1a2a1e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Ensure smooth scrolling when clicking the button */
html {
    scroll-behavior: smooth;
}
