* {
    font-family: "roboto", sans-serif;
}

.feature-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    background-image: url('images/chatbot banner.png');
    background-size: cover;
    /* ✅ ensures full coverage */
    background-repeat: no-repeat;
    /* ✅ prevents repetition */
    background-position: center;
    /* ✅ keeps image centered */
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    gap: 40px;
    /* flex-wrap: wrap; */
    z-index: 1;
}

/* LEFT SIDE CONTENT */
/* .content {
    flex: 1 1 550px;
    color: #333;
} */

/* RIGHT SIDE IMAGE */
.image-container {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 120px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-container {
    flex: 0 0 auto;
    /* image keeps natural width */
}

.image-container img {
    width: 100%;
    max-width: 452px;
    height: 600px;

}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
    .banner-content {
        flex-direction: column-reverse;
        /* show image below text */
        text-align: center;
    }

    .image-container img {
        max-width: 300px;
    }
}


.content {
    max-width: 600px;
    /* or whatever width fits your text */
    flex-shrink: 0;
    /* prevent it from shrinking too much */
    margin-top: 73px;
    margin-left: 120px;
}

.feature-heading {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
    background: linear-gradient(156.12deg, #9C3DEB 2.81%, #3284FF 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-description {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #1F1F1F;
    text-align: left;
}

.content h2 span {
    /* color: #FFA500; */
    /* color: #3284FF; */
    /* Accent color */
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0%;
    line-height: 100%;
}

.feature-list img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.img-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 8px;
    margin-right: 14px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    object-fit: contain;
    overflow: visible;
}

.btn-group-shivams{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
    align-items: center;
    margin-bottom: 72px;
}

/* .image-container {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* 
.image-container img {
    max-width: 100%;
    height: auto;
    height: auto;
} */

/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 992px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .content {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-heading,
    .feature-description {
        text-align: center;
    }
}

.intro-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px 0px;
    text-align: center;
}

.intro-banner .intro-quote {
    font-family: 'Public Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    /* change if needed */
    margin-bottom: 20px;
    color: #3E4095;
    font-family: robotic, sans-serif;
}

.intro-banner h1 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    margin: 0px 0;
    color: #F58634;

    /* margin-top: 10px; */
}

.gradient-heading {
    font-size: 40px;
    line-height: 100%;
    background: linear-gradient(90deg, #9C3DEB, #3284FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.gradient-heading span {
    display: inline-block;
    background: linear-gradient(90deg, #3284FF, #9C3DEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-banner .description {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    max-width: 779px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 40px;
    /* change if needed */
}

.p-info-information {
    line-height: 23px;
    font-size: 15px;
    font-weight: 500;
}

.patient-needs {
    margin-top: 12px;
}

/* .btn-demo-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 197px;
    height: 36px;
    border-radius: 24px;
    background-color: #ffff;
    color: #1077DA;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    border: none;
    transition: all 0.3s ease;
} */

/* .btn-demo-1 img {
    width: 14.5px;
    height: 16px;
    vertical-align: middle;
} */

/* .btn-demo-1:hover {
    border-radius: 2px;
}

.btn-demo-1:active {
    transform: scale(0.97);
} */


