.clip {
    clip-path: polygon(54% 83%, 100% 0%, 100% 100%, 0 100%, 15% 16%);
    /* background: #3498db; Or any other color */
    /* clip-path: ellipse(50% 100% at 50% 50%); */
    background: hsla(252, 40%, 29%, 1);
    background: linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(179, 77%, 71%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(179, 77%, 71%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(179, 77%, 71%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#392D69", endColorstr="#B57BEE", GradientType=1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: .2;
}

.cli {
    z-index: -10;
    background-color: var(--primary-50-501);
    border-bottom-left-radius: 150px;
    height: 100%;
    position: absolute;
    /* inset: 0% 0% auto; */
    overflow: hidden;
}



.main {
    background-color: #2C3444;
}

.title-wrapper {
    justify-content: center;
    text-align: center;
    font-size: 28px;
    color: white;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding: 15px 0 20px 0;
    font-weight: 700;
    /* font-family: Quicksand; */
    line-height: 35px;
    display: flex;
}


.platform-card-title {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}

.pf-card-wrapper>:nth-child(1) {
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0)) !important;
}

.pf-card-wrapper>:nth-child(2) {
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0)) !important;
}

.pf-card-wrapper>:nth-child(3) {
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0)) !important;
}

.hero-text {
    font-size: 17px;
}

.csb-2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 1em 0 1em 0;
    gap: 50px;
    align-items: center;
}

.csb-2>img {
    /* width: 50%; */
    width: 40%;
    min-width: 35%;
}

.csb-text-wrapper {
    display: flex;
    gap: 25px;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    /* height: 315px; */
}

.ass_txt {
    gap: 18px;
    padding-right: 30px;
}

.csb-title {
    font-size: 22px;
    font-weight: bold;
}

.dashboard-svg {
    width: 80%;
}

.image-container {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px 0;
}


/* First section */

.main-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 50px;
    align-items: center;
    position: absolute;
}

.hero-image {
    max-width: 700px;
}

.left-block {
    z-index: 2;
    display: flex;
    width: 50%;
    height: 100%;
    padding-left: 10%;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    color: white;
}

.right-block {
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    /* width: 35%; */

}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-section {
    min-height: 500px;
    background-color: #2C3444 !important;
    margin-top: 90px;
}

/* End first section */

/* Second section */

.evaluate-svg {
    display: flex;
    justify-content: center;
    padding: 1em 0 1em 0;
}

/* End of second section */

/* Third section */

.pf-card-wrapper {
    padding-top: 25px;
    display: flex;
    gap: 25px;
    justify-content: center;
    color: white;
    padding-bottom: 25px;
}


.platform-card-wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 15px;
    align-items: center;
    gap: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.image-card {
    max-width: 330px;
    border-radius: 8px;
    width: 100%;
}

/* End of Third section */

/* 4st section */

.csb-1 {
    display: flex;
    flex-direction: row;
    padding: 1em 0 1em 0;
    gap: 50px;
    align-items: center;
    color: black;
}

.csb-1>img {
    width: 50%;
    min-width: 50%;
}

.last_csb-2{
    flex-direction: row;
}

/* end of 4st section */

/* Mobile */



.about_us-title {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.about_us-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Allow wrapping for responsiveness */
}

.about_us-box {
    /* background-color: white; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    text-align: center;
    flex: 1;
    max-width: 300px;
    width: 100%;
    /* Ensure full width on small screens */
}

.about_us-box .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.about_us-box h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.about_us-box p {
    font-size: 16px;
    color: #fff;
}

/**********************Request a demo start***********************/

.req_demo {
    padding: 1em 0 1em 0;
}

.reqbg_img {
    background: #2C3444 url("../png/team_bg.png")no-repeat;
    background-size: cover;
}


.imgg {
    width: 100%;
    height: auto;

}

.imgg img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.req_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.req_demo .row {
    align-items: center;
}

.req_titleWrap {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2px;
    color: #fff;
}

.req_title {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 30px;
}

.req_group label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.req_box {
    padding: 24px;
    border: 1px solid #e7effd;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.req_group {
    position: relative;
    margin-bottom: 20px;
}

.form_control {

    width: 100%;
    padding: 10px 16px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #676d7d;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    box-shadow: none;
}

textarea.form_control {
    height: 120px;
    border-radius: 8px;
    resize: none;
    padding-top: 15px;
}


.req_btn {
    font-size: 18px;
    padding: 22px 65px;
    background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
    ;
    border-radius: 8px;
    width: 100% !important;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    outline: none;
    border: none;
}


.req_demodata {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.reqdemo_txt {
    font-size: 16px;
    font-weight: 300;
    margin-left: 8px;
    color: #5e6e82;
}

/* Custom styling for the modal */
/* .modal-content.popup {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}


.btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
}

.modal-header {
    justify-content: center;
    border: none;
    padding: 0;
}

.modal-header h2 {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.popimg img {
    width: 50px;
    margin: 20px auto;
}

.modal-body p {
    color: #666;
    font-size: 1.2rem;
    text-align: center;

}

.modal-footer {
    justify-content: center;
    border: none;
    padding: 0;
}

.btn-custom {
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

.btn-custom:hover {
    background-color: #0056b3;
}


.modal-fullscreen .modal-content.popup {
    max-width: 600px;
    margin: auto;
} */

.contact-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    /* background-color: #fff; */
    /* border: 1px solid #ccc; */
    /* padding: 20px; */
    border-radius: 10px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.contact-box {
    /* padding: 10px 20px; */
    padding: 15px 20px 10px;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    /* background: #f8f8f8 0 0 no-repeat padding-box; */
    background: #F6FBFB url(../png/pricingcardbg.png) no-repeat right center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.contact-box:hover {
    border: 2px solid #2c7be5;
    box-shadow: 0px 6px 40px #27bcfd54;
}

.contact-box h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-box p {
    font-size: 16px;
    color: #333;
}

.live_btn{
    font-size: 16px;
    margin-left: 8px;
}
/* Chat Button */
.chat-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    padding: 15px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.chat-btn:hover {
    background-color: #0b5ed7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Chat Modal */
.chat-window {
    display: flex;
    flex-direction: column;
    height: 560px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    /* background: linear-gradient(to bottom, #f8f9fa, #ffffff); */
    overflow: hidden; /* Hide any overflow */
}

/* Chat Header */
/* Chat Header */
.modal-header {
    background-color: #2c3444;
    /* background-color: #0d6efd; */
    color: white;
    padding: 20px;
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
    justify-content: center; /* Center the content horizontally */
    position: relative;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center; /* Ensure the title text itself is centered */
    margin: 0 auto; /* Add auto margin for perfect centering */
    color: #f8f9fa;
}

.btn-close {
    background-color: transparent;
    border: none;
    color: white;
    filter: invert(1); /* Invert the close icon to make it white */
    opacity: 0.8;
    margin: 0 !important;
}

.btn-close:hover {
    opacity: 1;
    filter: invert(1); /* Ensure it stays white on hover */

}

/* Chat Body */
.chat-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: #f1f3f5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1106%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(244%2c 244%2c 244%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1113' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1113' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1106'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1109'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1112'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1110'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1111'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1107'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1108'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1113'%3e%3cuse xlink:href='%23SvgjsPath1107' x='30' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1108' x='30' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='30' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='30' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='30' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='30' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='30' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='30' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='30' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='30' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='90' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='90' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='90' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='90' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='90' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='90' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='90' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='150' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='150' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1108' x='150' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='150' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='150' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='150' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='150' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='150' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='150' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1108' x='150' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='210' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='210' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='210' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='210' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='210' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='210' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='210' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='210' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='210' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='270' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='270' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='270' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='270' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='270' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='270' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='270' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='270' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='270' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='330' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='330' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='330' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='330' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='330' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='330' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='330' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='330' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='330' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='390' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='390' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='390' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='390' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='390' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='390' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='390' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1108' x='390' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='450' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='450' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='450' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='450' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='450' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='450' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='450' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='450' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='450' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='450' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='510' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='510' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='510' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='510' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='510' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='510' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='510' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='510' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='510' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='510' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='570' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='570' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='570' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='570' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='570' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='570' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='570' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='570' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='570' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='570' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='630' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='630' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='630' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='630' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='630' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1107' x='630' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='630' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1109' x='630' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='630' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='630' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='690' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1108' x='690' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.17)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1112' x='690' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1111' x='690' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='690' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='690' y='510' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1110' x='690' y='570' stroke='rgba(28%2c 83%2c 142%2c 0.17)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
    display: flex;
    flex-direction: column;
    overflow-x: hidden; /* Hide horizontal overflow */
}

.chat-body::-webkit-scrollbar {
    width: 8px;
}

.chat-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.send-btn:hover {
    background-color: #0b5ed7;
}



/* Chat Footer */
.chat-footer {
    padding: 15px;
    display: flex;
    align-items: center; /* Center items vertically in the footer */
    gap: 10px; /* Maintain a gap between textarea and button */
    border-top: 1px solid #ddd;
    background-color: #f8f9fa;
}

/* Chat Input */
.chat-input {
    flex: 1; /* Allows the textarea to fill the space */
    padding: 10px 15px; /* Uniform padding inside textarea */
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: none; /* Disable resizing */
    height: 40px; /* Fixed height for better control */
    margin-right: auto; /* Ensures margin is on the right side only */
    margin-left: 0; /* No margin on the left to stick to the left border */
    overflow: hidden; /* Ensure no overflow in text input */
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);


}



/* Send Button */
.send-btn {
    padding: 10px 20px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 40px; /* Match the height of textarea */
    transition: background-color 0.3s ease;
}

.send-btn:hover {
    background-color: #0b5ed7;
}

/* Ensuring the footer does not expand unexpectedly */
.chat-footer {
    height: auto;
    /* min-height: 60px;  */
}








/* Chat Footer */
/* .chat-footer {
    padding: 15px;
    display: flex;
    gap: 10px;
    border-top: 1px solid #ddd;
    background-color: #f8f9fa;
} */

/* .chat-input {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    resize: none;
    height: 45px;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
} */

/* .send-btn {
    padding: 10px 20px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
} */



/* Chat message bubbles */
.message {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 20px;
    max-width: 70%;
    word-wrap: break-word;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    animation: messageFadeIn 0.3s ease;
}

.message.user {
    background-color: #0d6efd;
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 0;
    margin-right: 10px;
}

.message.support {
    background-color: #e9ecef;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 0;
    margin-left: 10px;
}

#tawkchat-container, #tawkchat-minified {
    display: none !important;
    visibility: hidden !important;
}



@keyframes messageFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@media (max-width: 991px) and (max-width: 1075px) {

    .right-block {
        width: 100%;
        align-items: center;
    }

    .dashboard-svg {
        width: 100%;
    }

    .csb-2 {
        padding: 15px;
        flex-direction: column;
    }

    .try_btnn {
        flex-direction: column-reverse;
    }

    .csb-2>img {
        width: 100%;
        max-width: 480px;
    }

    .csb-text-wrapper {
        height: 100%;
    }

    .csb-1 {
        padding: 15px;
        flex-direction: column;
    }

    .csb-1>img {
        width: 100%;
    }

    .image-card {
        width: 100%;
    }


    .platform-card-wrapper {
        width: 95%;
    }

    .pf-card-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero-section {
        margin-top: 50px;
    }

    .main-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        position: relative;
    }

    .left-block {
        padding: 0;
        width: 95%;
    }

    .hero-image {
        height: 100%;
        width: 100%;
        z-index: 2222;
        padding-bottom: 50px;
    }

    .evaluate-svg>img {
        width: 100%;
    }

}


/* Media Queries for Responsiveness */
@media (max-width: 900px) {
    .about_us-container {
        justify-content: space-around;
    }

    .about_us-box {
        max-width: 45%;
        /* Two boxes per row */
    }
}

@media (max-width: 768px) {
    .about_us-container {
        flex-direction: column;
        align-items: center;
    }

    .about_us-box {
        max-width: 100%;
        /* One box per row on small screens */
        margin-bottom: 20px;
    }

    .about_us-title {
        font-size: 28px;
    }

    .req_flex {
        flex-direction: column;
    }

    .req_demo {
        padding: 1em;
    }
}

@media (max-width: 600px) {
    .about_us-title {
        font-size: 24px;
    }

    .about_us-box {
        padding: 15px;
    }

    .about_us-box h2 {
        font-size: 20px;
    }

    .about_us-box p {
        font-size: 14px;
    }

    .about_us-box .icon {
        font-size: 35px;
    }

    .ass_txt {
        padding-right: 0;
    }

    .contact-card {
        flex-direction: column;
    }
}
.iti{
    width: 100%;
  }

/* #chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0056b3;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1050;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#chat-toggle-btn:hover {
    background-color: #003d80;
    transform: scale(1.1);
} */

/* Chat Container */
#chat-container {
  width: 100%;
max-width: 360px;
height: 70%;
border-radius: 15px;
position: fixed;
bottom: 90px;
right: 20px;
background-color: #ffffff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
display: none;
flex-direction: column;
overflow: hidden;
z-index: 2000;
font-family: 'Arial', sans-serif;
border: 1px solid #ddd;
}
#chat-container-form{     
  width: 100%;
    max-width: 360px;
    height: auto;
    border-radius: 15px;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1040;
    font-family: 'Arial', sans-serif;
    border: 1px solid #ddd;
}

.chat-header {
  background: linear-gradient(to right, #0066cc, #3399ff);
color: #ffffff;
padding: 7px;
height: 12%;
display: flex
;
justify-content: space-between;
align-items: center;
gap: 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
font-size: 16px;
}

.chat-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-messages {
  padding-left: 10px;
  padding-right: 10px;
padding-top: 6px;
padding-bottom: 2rem;
flex: 1;
overflow-y: auto;
/* max-height: 400px; */
height: 80%;
background-color: #f8f9fa;
font-size: 14px;
scrollbar-width: thin;
scrollbar-color: #888 #f8f9fa;

}

/* Custom scrollbar styling for Webkit-based browsers */
.chat-messages::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.chat-messages::-webkit-scrollbar-track {
    background: #f8f9fa; /* Scrollbar track background */
}

.chat-messages::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded scrollbar thumb */
    border: 2px solid #f8f9fa; /* Padding around thumb */
}

.chat-messages .message {
    max-width: 80%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    /* margin-bottom: 10px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.chat-messages .user {
    background-color: #0056b3;
    color: #ffffff;
    align-self: flex-end;
}

.chat-messages .bot {
    background-color: #e9ecef;
    color: #333333;
    align-self: flex-start;
}

.chat-input-container {
       bottom: 0;
width: 100%;
padding-top: -6px !important;
padding: 10px;
border-top: 1px solid #ddd;
background-color: #fff;
position: absolute;
}

.chat-input-container .form-control {
    border-radius: 20px !important;
}

.chat-input-container .btn {
    border-radius: 20px !important;
}
.input-group {
position: relative !important;
display: flex !important
;
flex-wrap: wrap !important;
align-items: stretch !important;
width: 100% !important;
}
.form-control:focus{
box-shadow: none !important;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
position: relative !important;
flex: 1 1 auto !important;
width: 1% !important;
min-width: 0 !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: calc(1px* -1) !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}

.typing-indicator {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    display: none;
}
.c-block{
display: none;
color: red;
}
.rank-fevicon{
background-color: #fff;
border-radius: 50%;
}
.smallname{
font-size: 12px;
}