.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: 40%; */

    min-width: 40%;
    width: 40%;
}

.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%;
}

/* 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; /* Light grey background */
            border-radius: 10px; /* Rounded corners */
            /* padding: 30px; Padding inside modal */
            padding: 15px;
            text-align: center;
        }

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


        .modal-header{
            justify-content: center;
            border: none;
            padding: 0;
        }
        /* Custom styling for modal header */
        .modal-header h2 {
            color: #333;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
        }

        /* Custom image styling */
        .popimg img {
            width: 50px; /* Image size */
            margin: 20px auto; /* Center the image */
        }

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

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

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

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

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

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

            .right-block {
                width: 40%;
                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%;
            }
        
            .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_demo{
        padding: 1em;
    }
    .right-block {
        width: 100%;
    }
}

@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;
    }
    .req_flex{
        flex-direction: column;
    }
    .contact_head{
        width: 100%;
    }
    .contact_box{
        width: 100%;
    }
}

.center-content {
    display: flex;
    flex-direction: column; /* Arrange the image and text vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Make sure text is centered */
}
        