    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    :root {

        --primary-clr: #0B2B4C;
        --heading-primary-color: #000000;
        --heading-second-clr: #0B2B4C;
        --text-color: #000000;
        --heading-secondary: #212529;
        --heading-text: #0B2B4C;
        --paragraph: #6E7990;
        --placeholder-clr: #383838;
        --checkbox-clr: #6C737F;
        --text-hover: #fff;
        --input-border-clr: #E0E0E9;
        --text-other-clr: #212529;
        --secondry-text-clr: #fff;
        --heading-secondary-hero: #121212;
        --paragraph-hero: #4F4F4F;
        --secondary-clr: #0970D0;
        --text-another-clr: #001C2D;
        --border-stat: #D9D9D9;
        --stat-bg: #fff;
        --stat-paratext: #5B5B5B;
        --text-clr: #000;
        --text-tw-clr: #4F4F4F;
        --span-text-clr:#848484;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
    }

    a {
        text-decoration: none;
    }





    /*----------------header---------------------*/

    .header {
  padding: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #f7f9fa;
    position: absolute;
    }

    .header .header-container {
border-radius: 50px;
    padding: 23px 25px 0px 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 0;
    }

    /* .scrolled .header .header-container {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        background: #fff;
        justify-content: space-between;

    } */

    .scrolled .header {
        padding: 0;
    }

    /* .scrolled .header .header-container {
        border-radius: 0;
    } */

    .header .logo {
        line-height: 1;
    }

    .header .logo img {
        margin-right: 30px;
    }

    .header .logo h1 {
        font-size: 24px;
        margin: 0;
        font-weight: 500;
        color: var(--heading-color);
    }

    a.btn-getstarted {
        display: flex;
        width: 100% !important;
        padding: 12px 0px !important;
        gap: 10px;
        min-width: 150px;
        justify-content: center;
        align-items: center;
    }

    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        background-color: var(--heading-second-clr);
        border-radius: 50px;
        color: var(--secondry-text-clr);
        font-size: 14px;
        text-transform: uppercase;
        width: fit-content;
    }

    .header .btn-getstarted:hover,
    .header .btn-getstarted:focus:hover {
        color: #fff;
        background: #000;
        border-bottom: 0;
    }

    .navmenu .signup-btn {
        padding: 8px 26px;
        background: transparent;
        border: 1px solid var(--primary-clr);
        color: var(--primary-clr);
        font-weight: 500;
        border-radius: 6px;
    }

    .navmenu ul {
        gap: 4px;
    }

    .header .navmenu a,
    .header .navmenu a:focus {
        padding: 6px 10px;
        font-weight: 500;
        font-size: 14px;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #0B2B4C;
        border-bottom: 1px solid #0b2b4c;
        font-weight: 500;
    }

    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

    /* .Main {
        margin-top: 70px;
    } */

    .hero {
        position: relative;
        padding-top: 20px;
        padding-bottom: 28px;
        background-image: url(../img/hero-section-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 50%, color-mix(in srgb, var(--accent-color), transparent 98%) 25%, transparent 50%); */
    }

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .hero .hero-content {
        position: relative;
        z-index: 1;
        
        margin-bottom: 150px;
    }

    .hero .hero-content h1 {
        font-size: 72px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        color: var(--heading-secondary-hero);
    }

    .hero .hero-content h1 .accent-text {
        color: var(--heading-second-clr);
    }

    /* .hero.section .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1768px;
    } */
    .hero.section .container-fluid {
        padding: 0 80px;
    }

    .hero-image {
        display: flex;
        position: relative;
        border-radius: 30px 30px 30px 271px;
        background: transparent;
        height: 100%;
    }

    .paragraph-hero {
        color: var(--paragraph-hero);
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }

    .hero-buttons .btn.btn-primary {
        background: linear-gradient(91deg, #1881E4 -13.91%, #0F3355 108.69%);
        padding: 14px 30px;
        align-items: center;
        color: var(--secondry-text-clr);
        font-size: 18px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 1px;
        border-radius: 9px;
    }

    .hero-buttons a.btn.btn-link {
        color: var(--heading-second-clr);
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-decoration: none;
        border-radius: 9px;
        border: 1px solid var(--heading-second-clr);
        padding: 14px 30px;
        align-items: center;
    }

    /*--------------------------------------------------------------
# Percentage Section
--------------------------------------------------------------*/
    .stats-box {
        position: relative;
    }

    .hero .stats-row {
        margin-left: 4px;
        width: 85%;
        height: 187px;
        /* top: 76.5%; */
        bottom: 0;
        position: absolute;
        z-index: 1;
        border-radius: 30px 30px 0 30px;
        border: 1px solid var(--border-stat);
        background: var(--stat-bg);
        box-shadow: 0 7px 10px 4px rgba(0, 0, 0, 0.03);
    }

    .stat-content h4 {
        color: var(--primary-clr);
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
    }

    .stat-content h4 span {
        color: var(--secondary-clr);
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
    }

    .stat-content p {
        color: var(--stat-paratext);
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
    }

    .stat-content {
        border-right: 1px solid var(--border-stat);
        display: flex;
        padding-right: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .stat-content.third-box {
        border-right: 0;
    }

    .stats-row .col-lg-4.col-md-4.col-sm-6.col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
    .about .about-meta {
        color: var(--accent-color);
        font-weight: 600;
        margin-bottom: 1rem;
        display: inline-block;
    }

    .about .about-title {
        color: var(--heading-second-clr);
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
    }

    .about .about-description {
       margin-bottom: 0.8rem;
    color: var(--text-tw-clr);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }

    .about .image-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    p.about-secondry-text {
        color: var(--text-clr);
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        line-height: 26px;
    }

    .about-description span {
        color: var(--heading-second-clr);
        font-weight: 600;
        line-height: 36px;
        font-size: 20px;
    }

    .paragrph-section {
        padding: 0 55px;
    }

    /*--------------------------------------------------------------
# Verify with AI Section
--------------------------------------------------------------*/
    .ai-work {
        background: linear-gradient(to bottom, rgb(255 255 255 / 74%), rgb(255 255 255 / 47%)), url(../img/waveLine.png), url(../img/service-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%, 100%;
        background-position: center center;
        position: relative;
    }

    .line {
        position: absolute;
        /* bottom: 180px; */
        top: 41%;
        left: -45px;
        z-index: 0;
        opacity: 0.7;

    }

    .work-row {
        padding: 40px 66px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
    }

    .section-title h2 {
        color: var(--heading-second-clr);
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        /* 120% */
    }

    .ai-work .section-title h2 {
        color: var(--heading-primary-color);
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        /* 120% */
    }

    .section-title p {
        margin-bottom: 0;
        color: var(--paragraph-hero);
        text-align: center;
        font-size: 15.9px;
        font-weight: 500;
        line-height: 24px;
        /* 150.943% */
    }

    .howIt-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .howIt-col h2 {
        color: rgba(33, 150, 243, 0.67);
        text-align: center;
        font-size: 48px;
        font-weight: 500;
        line-height: 57.6px;
    }

    .howIt-col h4 {
        color: #008AC8;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        border-radius: 130px;
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(0, 138, 200, 0.79);
        display: flex;
        height: 130px;
        width: 130px;
        padding: 35.41px 27.94px 36.59px 27.92px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .howIt-col .black-col {
        border-radius: 20px;
        border: 1px solid #E3E3E3;
        background: #F6F6F6;
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.15);
        display: flex;
        padding: 21px;
        flex-direction: column;
        align-items: flex-start;
    }

    .howIt-col p {
        color: #000;
        text-align: center;
        font-size: 13.9px;
        font-weight: 500;
        line-height: 21px;
    }

    /*--------------------------------------------------------------
# Why work Section
--------------------------------------------------------------*/
    .section.padding {
        padding: 60px 0;
        position: relative;
    }

    .section-title.text-center {
        padding-bottom: 26px;
    }

    .why-work.section {
        position: relative;
    }

    .service-item {
        border-radius: 20px;
        border: 1px solid var(--Border-Gray, #D9D9D9);
        background: #FFF;
        box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.40);
        padding: 30px;
        position: relative;
    }

    .service-box-section {
        z-index: 99;
        position: relative;
    }

    img.img-1 {
        position: absolute;
        top: 19%;
        z-index: 0;
    }

    img.img-2 {
        position: absolute;
        right: 0;
        top: 38%;
        z-index: -1;
    }

    .icon h2 {
        color: #0B2B4C;
        font-size: 70px;
        font-weight: 400;
        line-height: 70px;
        opacity: 0.2;
    }

    h3.subtitle {
        color: var(--secondary-clr);
        font-size: 24px;
        font-weight: 600;
        line-height: 56px;
    }

    .service-item p {
        color: var(--paragraph-hero);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
    }

    .vector-ing {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /*--------------------------------------------------------------
#Price Section
--------------------------------------------------------------*/
    .price {
        background: rgba(18, 18, 18, 0.07);
        z-index: 0;
        position: relative;
    }

    .price::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/line-rays-img.png);
        z-index: 99;
    }

    .price-item.text-center {
        border-radius: 30px 30px 30px 0;
        background: linear-gradient(160deg, #E9F4FE 3.65%, #FFF 72.41%);
        padding: 36px;
        height: 100%;
    }

    h3.price-subtitle {
        color: var(--secondary-clr);
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 1px;
    }

    .price-item p {
        color: var(--paragraph-hero);
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 25.84px;
    }

    img.icon-img {
        padding-bottom: 20px;
    }

    /*--------------------------------------------------------------
#transfrom Section
--------------------------------------------------------------*/


    .transfrom {
        background: rgba(9, 112, 208, 0.10);
        padding: 75px 58px;
    }

    .transfrom p {
        color: var(--paragraph-hero);
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.36px;
        margin-bottom: 35px;
        padding: 0px 100px;

    }

    .transfrom h2 {
        color: var(--heading-primary-color);
        text-align: center;
        font-size: 34px;
        font-weight: 400;
        line-height: 43px;
        letter-spacing: 0.36px;
    }

    a.btn-get-started {
        border-radius: 50px;
        border: 1px solid #0B2B4C;
        background: var(--heading-second-clr);
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--secondry-text-clr);
    }

    footer.footer {
        background: var(--primary-clr);
        padding: 30px 30px;
    }

    .footer-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.fooltermenu {
        color: var(--secondry-text-clr);
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .social-media {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    li.footer-li {
        padding: 10px;
        border-right: 1px solid #7c7c7c;
        height: 23px;
        align-items: center;
        display: flex;
    }

    .footer-li a.active {
        color: var(--secondary-clr);
    }

    .footer-li a {
        color: var(--secondry-text-clr);
    }

    li.footer-li:nth-child(4) {
        border-right: 0;
    }

    hr {
        margin: 2rem 0;
        color: inherit;
        background-color: var(--stat-bg);
        border: 0;
        opacity: .25;
    }

    p.text-center.footer-text {
        color: #FFFFFF80;
        margin: 0;
    }

    .fab {
        padding: 20px;
        font-size: 30px;
        color: var(--secondry-text-clr);
        width: 50px;
        text-align: center;
        text-decoration: none;
    }

    i.fa-brands {
        display: inline-block;
        width: 45px;
        height: 45px;
        margin-right: 13px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        line-height: 45px;
        font-size: 20px;
        transition: 0.8s;
        text-align: center;
        padding: 1.5px;
        background-color: #373B47;
        color: var(--secondry-text-clr);
    }

    a.privacy-text {
        color: rgba(255, 255, 255, 0.50);
        font-family: Poppins;
        font-size: 15.375px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    /*--------------------------frer trial ---------------------------*/
    .free-trial {
        position: absolute;
        bottom: 0;
        left: 54%;
    }

    .free-trial-sectin {
        border-radius: 16px 0 0 16px;
        background: linear-gradient(180deg, #0D47A1 0%, #1E88E5 100%);

    }

    .free-trial-title {
        padding: 70px;
    }

    .form-freetrial.free-trial-form {
        border-radius: 0 16px 16px 0;
        background: linear-gradient(137deg, #CEE6FF -0.36%, #EEF6FF 100%);
    }

    .free-trial-form .form-label {
        color: var(--Primary-2, #0B2B4C);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.15px;
    }

    .free-trial-form .form-control {
        border-radius: 10px;
        border: 1px solid #E0E0E9;
        background: #FFF;
        padding: 16px;
    }

    .form-freetrial.free-trial-form {
        padding: 70px;
    }

    .free-trial-form .form-control::placeholder {
        color: #121212;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.15px;
        opacity: 0.5;
    }

    button.custom-submit-btn.btn.px-4.float-center {
        border-radius: 30px;
        background: var(--Primary-2, #0B2B4C);
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 0;
        color: var(--secondry-text-clr);
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
    }

    .free-trial-title h2 {
        color: var(--secondry-text-clr);
        font-size: 44px;
        font-weight: 600;
        line-height: 140%;
    }

    .free-trial-sectin p {
          color: var(--secondry-text-clr);
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
    }

    .free-trial-sectin ul {
        list-style: none;
        padding-left: 0;
    }

    .free-trial-sectin li {
      color: var(--secondry-text-clr);
        font-size: 16px;
        font-weight: 400;
        line-height: 128%;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .free-trial-sectin span {
           border-radius: 4px;
    background: transparent;
    color: #ffffff;
    padding: 8px;
    width: 35px;
    height: 35px;
    margin-right: 18px;
    text-align: center;
    font-weight: 600;
    }

    p.span-paragraphtext {
         color: var(--secondry-text-clr);
        font-size: 18px;
        font-weight: 400;
    }

    .free-trial-sectin {
        position: relative;
        z-index: 1;
    }

    .free-trial-sectin::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: url(../img/free-trisl-side-img.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
    }

    /*-------------------------------------
about us
-----------------------------------------------*/

    img.pattern-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .padding-all {
        padding: 0 135px;
    }

    /*-------------------------------------------
What We Do
-------------------------------------*/
    .whatwedo {
        background: #F5FAFF;
    }

    p.p1 {
        color: var(--secondary-clr);
        font-size: 31px;
        font-weight: 500;
        line-height: 12px;
    }

    h4.headingmain {
        color: var(--heading-second-clr);
        font-size: 48px;
        font-weight: 600;
        line-height: 57px;
    }

    p.p2 {
        color: var(--secondary-clr);
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
    }

    .what_wedo_box p {
        color: var(--heading-second-clr);
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        margin: 0;
    }

    h3.subtitle.subtitle-clr {
        color: var(--heading-text);
        font-size: 24px;
        font-weight: 600;
        line-height: 48px;
    }

    .row-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .titlebox {
        display: flex;
        align-items: center;
    }

    .whatwedo-box-section {
        padding: 68px 134px;
    }

    img.clr-1 {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 43px;
        margin-left: 47px;
    }

    img.clr-2 {
        position: absolute;
        left: 44%;
        bottom: 0;
        margin-bottom: 76px;

    }

    img.clr-3 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    img.vector-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /*--------------------verifywithAI-------------------

------------------------------------------*/
    .verifywith {
        width: 100%;
        min-height: calc(100vh - 100px);
        position: relative;
        padding: 80px 0;
    }

    .verifywith img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .verifywith .container-fluid {
        position: relative;
        z-index: 3;
    }

    .verifywith:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
    }

    .padding.verifywith.section {
        padding: 60px 0;
        display: flex;
        align-items: center;
    }

    .verifywith::after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.40);
        z-index: 99;
    }

    .verifywithai_title {
        border-radius: 10px;
        background: var(--primary-clr);
        padding: 61px;
        margin-left: 119px;
    }

    h1.title {
        color: var(--secondry-text-clr);
        font-size: 57px;
        font-weight: 700;
        line-height: 60px;
    }

    .verifywithai_title span {
        color: var(--secondary-clr);
        font-size: 57px;
        font-weight: 700;
        line-height: 39px;
    }

    p.p4 {
        color: var(--secondry-text-clr);
        font-size: 24px;
        font-weight: 600;
        line-height: 52px
    }

    p.p5 {
        color: var(--secondry-text-clr);
        font-size: 20px;
        font-weight: 400;
        line-height: 35px;
    }

    /*-------------------community----------------------*/
    .padding.why-work.section.benfits {
        background-image: url(../img/benfits-ai.png);
        background-repeat: no-repeat;
        height: 100%;
        background-size: cover;
    }

    .padding.community.section {
        padding: 66px 151px;
    }

    h1.titlecommunity {
        color: var(--heading-text);
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        text-transform: capitalize;
    }

    p.p6 {
        color: var(--heading-text);
        font-size: 18px;
        font-weight: 500;
    }

    p.p7 {
        color: var(--paragraph-hero);
        font-size: 22px;
        font-weight: 400;
        line-height: 33px;
        /* 150% */
    }

    /*-------------------benfit------------------*/
    .benfitai.section-title h2 {
        color: var(--secondry-text-clr);
    }

    .benfitai.section-title p {
        color: var(--secondry-text-clr);
    }

    .section-title.benfitai {
        padding: 50px 0;
    }

    .service-item.benfit_box {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid var(--Border-Gray, #D9D9D9);
        background: var(--stat-bg);
        box-shadow: 10px 40px 50px 0 rgba(11, 43, 76, 0.40);
    }

    .service-item p {
        color: var(--paragraph-hero);
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }

    p.p8 {
        color: var(--heading-second-clr);
        font-size: 18px;
        font-weight: 500;
    }

    p.p9 {
        color: var(--paragraph-hero);
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
    }

    .security-feature {
        background-image: url(../img/feature-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .padding.about.data_security.section {
        background: url(../img/data-security-bg.png) lightgray 0px 0px / 100% 111.095% no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* -------------------------Case Studies CSS Starts Here------------------------------------------------------------ */
    .caseStudies .caseHeading {
        color: var(--primary-clr);
    }

    .caseStudies .casebannerImg {
        overflow: hidden;
        position: relative;
    }

    .caseStudies .casebannerImg::after {
        background-color: var(--secondary-clr);
        opacity: 61%;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    img.pattern-img-right {
        position: absolute;
        bottom: 100px;
        right: 0;
        z-index: -5;
    }

    .casebannerImgage {
        background: url("..//img/case-2-bg.png");
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .recentHeading {
        color: var(--primary-clr);
        font-weight: 600;
        font-size: 48px;
        line-height: 60px;
    }

    .recentCaseStudies {
        width: 100%;
        background: url("..//img/recentBG.png");
        background-position: center;
        background-size: conver;
    }

    .recentCaseStudies .cards {
        width: 432px;
        height: 432px;
        position: relative;
        overflow: hidden;
    }

    .recentCaseStudies .cards .date {
        color: var(--secondry-text-clr);
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .recentCaseStudies .cards .cardText {
        color: var(--secondry-text-clr);
        font-family: Poppins;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
    }

    .recentCaseStudies .cards .viewMoreBtn {
        color: var(--primary-clr);
        background-color: var(--secondry-text-clr);
        top: 30px;
        right: 30px;
    }

    .overlay {
        width: 100%;
        height: 100%;
        opacity: 90%;
        position: absolute;
        transition: all 0.6s;
        bottom: -100%;
        transform: translateY(50%);
        padding: 20px;
    }

    .overlay-content {
        background: linear-gradient(180deg, #0970D0 0%, #0B2B4C 100%);
        height: 100%;
    }

    .recentCaseStudies .cards:hover .overlay {
        transform: translateY(-100%);
    }

    .recentCaseStudies .cards.active .overlay {
        transform: translateY(-100%);
        border: 1px solid #83C3FF;
    }

    .sliderBtn button {
        color: #030518;
        font-size: 24px;
    }
    .titlesection{
        z-index: 1;
    }
      /* ====================support=================== */
    .free-trial-sectin .free-trial-title .text-mid {
    color:var(--heading-second-clr);
    background: transparent;
    box-shadow: none;
}
.free-trial-sectin.Support {
    height: 100%;
}
img.elipse1 {
     position: absolute;
    top: 40%;
    z-index: 1;
    width: 7%;
}
img.elipse2 {
position: absolute;
    right: 50%;
    top: 40%;
    z-index: 1;
    width: 7%;
}
   p.span-paragraphtext.support-text {
 position: absolute;
    bottom: 0;
    width: 75%;
}
.form-freetrial.free-trial-form {
    padding: 70px;
}

/* ====================Contact Us =====================*/
.form-freetrial.free-trial-form.contactUS_form {
   height: 100%;
    display: flex;
    align-items: center;
}
.contact_us {
    padding: 30px 0px;
}
.section-title.contact_us_title h2 {
   text-align: start;
}
.section-title.contact_us_title p {
  text-align: start;
}
button.getintouch-btn {
    padding: 15px 27px;
    border-radius: 50px;
    border: 1px solid var(--Secondary-2, #0970D0);
    background: transparent;
    color: var(--secondary-clr);
}
.contact-info
 {
    border-radius: 0.5rem;
}
.contact-info .contact-number {
    font-weight: 600;
    margin: 0;
    color: var(--primary-clr);
}
.icon-contact {
    display: inline-flex;
    height: 50px;
    padding: 13px;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #DDD;
    color: var(--primary-clr);
}
p.contact-label {
   font-size: 13px;
    color: #d3d3d3;
}

.hero-content.padding-text-content {
 margin-bottom: 0;
    padding: 61px 0;
    margin-top: 40px;
}
/* ===================AI Insurance Verification =================*/
.row.gy-4.sinsurance-step {
    display: flex;
    align-items: center;
}
.contet-text-box h6 {
    color: var(--secondary-clr);
    font-size: 34px;
    font-weight: 600;
    line-height: 56px;
}
.contet-text-box h1 {
    color: var(--heading-second-clr);
    font-size: 38px;
    font-weight: 600;
    line-height: 60px; /* 125% */
}
.contet-text-box p {
    color: var(--paragraph-hero);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px; /* 180% */
}
.contet-text-box {
   border-left: 1px solid;
    padding: 33px;
    border-image: linear-gradient(to left, #2768AA 0%, #0970D0 56%) 1;
}

  #MobileView-CstnStats {
        display: none;
    }
