/* Info Section Styles */
.info-section {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

/* Icon Styling */
.icon {
    width: 8px;
    height: 48px;
    margin-right: 0.5rem;
}

/* Heading Styles */


h2.jettext, h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.25rem;
    color: #333;
}

    h3.font-weight-600 {
        font-weight: 600;
    }

/* Paragraph Styles */
.text-gray {
    color: #6c757d;
}

.font-24 {
    font-size: 1.5rem;
}

.font-16 {
    font-size: 1rem;
}

.font-weight-600, .font-weight-500, .font-weight-700 {
    font-weight: 600;
}

/* Font Sizes */
.fs-20 {
    font-size: 1.25rem;
}

.fs-32 {
    font-size: 2rem;
}

/* Margin and Padding Utilities */
.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.pl-0, .pr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-sm-3 {
    padding-left: 1rem;
}

.text-center {
    text-align: center;
}

.text-left, .text-justify {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

/* Border Styles */
.border-bottom, .border-lg-right, .border-lg-bottom {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/* Padding and Margin Adjustments */
.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pl-3 {
    padding-left: 1rem;
}

/* Additional Styles */
.text-black {
    color: #000;
}



/* Chatbot Card and Benefit Card Styles */
.chatbot-card {
    border: none;
    background-color: #f2f1f1;
    min-height: 250px;
}

.chatbot-benefit-card {
    border: none;
    background-color: #fff;
    min-height: 350px;
}

/* Category Text Styles */
.card-category {
    color: #2F80ED;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* Client Testimonials Section */
section:first-of-type {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

/* Image and Positioning */
.join-image {
    position: relative;
    top: -80px;
    left: 30%;
    transform: translateX(-30%);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-none {
    display: none;
}

.d-lg-inline {
    display: inline;
}

.noti-bar {
    top: 0px;
}

/* List Styles */
.list-number-counter {
    counter-reset: listItem;
}

    .list-number-counter li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 50px;
        border-bottom: 1px solid #D2D1D1;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .list-number-counter li::before {
            content: counter(listItem);
            counter-increment: listItem;
            position: absolute;
            left: 0;
            top: 15px;
            background: #2F80ED;
            width: 32px;
            padding: 10px;
            color: #FFF;
            border-radius: 4px;
            font-size: 24px;
        }

/* Hero Section */
.hero-section h1, h1 {
    font-size: 60px;
    font-weight: 700;
}

/* Media Queries */
@media (min-width: 992px) {
    .d-none.d-lg-inline {
        display: inline;
    }

    .image-top-right, .image-top-left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .download-footertext {
        font-size: 32px;
    }

    .reviwleft {
        padding-left: 2.4rem !important;
    }

    .imagetop1 {
        margin-top: -14%;
    }

    .headingTextMain {
        font-size: 24px;
        font-weight: 700;
    }
}

@media (max-width: 576px) {
    .image-top-right, .image-top-left {
        display: none;
    }

    .hero-desc, .leftcontent {
        font-size: 15px !important;
        text-align: left !important;
    }

    .imagewidth {
        width: 100%;
    }

    .text-gray {
        color: #6E7191;
        font-size: 16px;
    }

    .pb-4, .pt-3, .pb-0, .pt-2, .mt-4, .mt-5 {
        padding-bottom: 4rem;
        padding-top: 3rem;
        padding-bottom: 0;
        padding-top: 2rem;
        margin-top: 1rem;
    }
}

/* Section specific styles */
#sign-up-section {
    background: #2F80ED;
    color: #FFF;
    position: relative;
    height: 450px;
}

/* Style for the unordered list */
.category-list {
    list-style-type: none; /* Removes the default bullet points */
    padding: 0; /* Removes the default padding */
    margin: 0; /* Removes the default margin */
    display: flex; /* Displays list items in a row */
    flex-wrap: wrap; /* Allows items to wrap to the next line if they overflow */
}

/* Style for each list item */
.category-item {
    margin-right: 15px; /* Adds space between each item */
    margin-bottom: 10px; /* Adds space below each item for better readability when wrapping */
}

    /* Style for the links */
    .category-item a {
        text-decoration: underline; /* Removes underline from the links */
        color: #007bff; /* Changes the link color */
    }

        .category-item a:hover {
            text-decoration: underline; /* Underlines the link when hovered */
            color: #0056b3; /* Darkens the link color when hovered */
        }
/* For desktop view */
.embedChatbot {
    display: contents;
    width: 450px;
    height: 600px;
}

section {
    margin-bottom: 50px;
}

/* For mobile view */
@media (max-width: 768px) {
    .embedChatbot {
        width: 100%;
        max-height: 600px;
        display:inline;
    }

    section {
        margin-bottom: 30px;
    }

    .fs-36 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px !important;
        font-weight: 500 !important;
    }
}
@media only screen and (max-width: 767px) {
    #cbTemplate
{
    height: 500px; 
    overflow: hidden; 
}
}