
.location-title
 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    max-width: 800px;
    /*font-family: "Montserrat", sans-serif;*/
}
.hero{
    padding-top:5rem;
    padding-bottom:15px;
        background: radial-gradient(circle at 15% 20%, rgba(190, 220, 255, 0.45), transparent 35%), radial-gradient(circle at 85% 80%, rgba(220, 205, 255, 0.35), transparent 35%), linear-gradient(135deg, #ffffff, #f5f9ff);
}
.bread-crum{
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 10px;
}
.empowetingg .role-card{
            padding:20px !important;
        }
        .billing-soidtwaree .siltion-images{
            margin:0;
        }
        .billing-soidtwaree .card-desc{
            margin-bottom: 15px;
        }
.section-sub-topic{
    font-size: 18px;
    color: #111827;
    margin-bottom: 20px;
    /*font-family: "Quicksand", sans-serif;*/
}
.section-description{

    /*color: #4B5563;*/
    max-width: 900px;
    margin: 0 auto;
}.hero-actions
 {
    justify-content: center;
    margin-top:35px;
     gap:10px;
    display: flex;

}
.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    font-size: 15px;
    line-height: 1;
    background-color: #1C4387;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
}


.btn-custom-2 {
    background-color: #FFFFFF;
    color: #1C4387;
    border: none;
    padding: 11px 22px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    border:1px solid #1C4387;
}
.text-gradient {
background: linear-gradient(
    90deg,
    #0F766E,
    #1D4ED8,
    #5B21B6,
    #0F766E
);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 4s linear infinite;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}
.img-con img{

    max-width: 100%;
    height: auto;
    display: block;

}
.home-chatbot-image img {
    max-width: 100%;
    height: auto;
    margin-top:80px;
}

.home-chatbot-side-metrics {
    display: flex;
    flex-direction: column;

}

.home-chatbot-side-metrics .card {
    border-radius: 12px;
    padding:20px 15px;
}
.metric-title{
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 5px;
text-transform: uppercase;
}
.metric-value{
    font-size: 25px;
    color: #1C4387;
    font-weight: 600;
    
}.metric-sub{
    font-size: 14px;
    color: #6B7280;
}


/*.hero-bg::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -180px;*/
/*    left: -180px;*/

/*    width: 650px;*/
/*    height: 650px;*/

/*    background: radial-gradient(*/
/*        circle,*/
/*        rgba(168, 85, 247, 0.18),*/
/*        rgba(59, 130, 246, 0.16),*/
/*        rgba(16, 185, 129, 0.08),*/
/*        transparent 70%*/
/*    );*/

/*    filter: blur(90px);*/
/*    border-radius: 50%;*/
/*}*/


.stats-location {
    padding: 2rem 0;
    background-image: url(../images/bg/location-strap.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}   
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}.stat-div{
    text-align: center;
}.stat-value-loc {
    font-size: 35px;
    font-weight: 700;
    color:#ffff;
    line-height: 1;
}.stat-label-loc
 {
    font-size:15px;
    color: #fff;
    margin-top: 10px;
}


.software-features{
    padding-top:3rem;
    padding-bottom: 5rem;
}
.software-features > .container > .row > .col-lg-12 p {

    color: #6B7280;
    max-width: 760px;
    margin: 0 auto 20px;
    line-height: 1.65;
}
.software-sub-title{
    font-size: 22px;
}
.software-sub-topic{
   font-size: 17px;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.3;
}
.software-features p {
    color: #64748b;
    line-height: 1.65;
}
.software-features ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
.software-features ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
    color: #374151;
}
.software-features ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #1C4387;
    font-weight: bold;
}
.software-features button {  
    color:#1C4387;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    padding: 12px 25px;
}

.software-features .row {
    align-items: center;
}

.software-card{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    padding: 20px;
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.divider {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e5e7eb;
    margin: 50px 0;
}


.software-stack{
    position: relative;

}
.software-left{
    padding-right:20px;
}
.software-section{
    position: sticky;
    top: 100px;
    padding:20px 0;
    display: flex;
    align-items: center;
    background: #fff;
    z-index:1;
}

.why-healthcare{
    padding:6rem 0;
    background:#1C4387;
}
.section-desc {
    max-width: 750px;
    margin: auto;
    color: #ffffff;
    line-height: 1.8;
}
.mod{
    color:white;
}


.section-description{
    max-width:750px;
    margin:auto;
  
    /*color:#666;*/
    line-height:1.8;
}
.section-description.duff{
      margin-bottom:30px;
}

.feature-card {
    height: 280px;
    padding: 15px 16px;
    border: 1px solid #e8e8e836;
    border-radius: 18px;
    background: #1C4387;
    transition: .35s ease;
    display: flex;
    flex-direction: column;
}

.feature-card:hover{
    transform: scale(1.05);
    background-color:#fff;
    box-shadow:0 18px 45px rgba(28,67,135,.12);
}
.feature-card:hover ul li{
    color:#000;
}
.feature-card:hover h4{
    color:#000;
}
.feature-card:hover .feature-content ul li::before {
    color: #1C4387;
}
.feature-card:hover .icon-loc{
    filter: invert(19%) sepia(83%) saturate(1323%) hue-rotate(198deg) brightness(94%) contrast(92%);
}
.feature-icon{
    width:60px;
    height:60px;
  
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-icon i{
    font-size:30px;
    color:#1C4387;
}

.feature-card h4{
    font-size:18px;
    font-weight:500;
    margin-bottom:10px;
    color:#fff;
}

.feature-card p{
    margin:0;
}
.feature-content{
margin-top:auto;
}

.feature-content ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
    color: #374151;
    font-size:13px;
    color:#fff;
}
.feature-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
}
.cta-section {

    padding-bottom: 6rem;
}
.cta{
   background:
    radial-gradient(
        circle at 50% 0%,
        rgba(20, 70, 180, 0.65) 0%,
        rgba(10, 40, 110, 0.35) 25%,
        rgba(3, 12, 30, 0) 55%
    ),
    linear-gradient(
        180deg,
        #020817 0%,
        #020a18 50%,
        #010611 100%
    );
    border-radius: 20px;
    padding: 50px 30px;
    height: 400px;
overflow: hidden;
}
.section-titlee-modify{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
.section-description-modify{
    color: #ffffff;
    max-width: 900px;
    line-height: 1.65;
    padding-bottom: 10px;
    font-size: 13px;
    
}
.section-description-modifyy{
    color: #ffffff;
    max-width: 900px;
    line-height: 1.65;
   padding:0px;
    font-size: 13px;
    margin-bottom:5px;

}
.btn-custom-modify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 22px;
    font-size: 15px;
    line-height: 1;
    background-color: #ffffff33;
    color: #ffff;
    border: none;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    gap:8px;
}.arrow-icon{
    width:15px;
    height:15px;
    filter: invert(100%) sepia(17%) saturate(0%) hue-rotate(356deg) brightness(103%) contrast(103%);
    transition:transform .35s ease;
}
.icon-loc{
    height: 45px;
    width: 45px;
   filter: invert(100%) sepia(17%) saturate(0%) hue-rotate(356deg) brightness(103%) contrast(103%);
}




/*/cavvanss/*/
.globe-wrap {
    position: relative;

    height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.globe-canvas {
    aspect-ratio: 1;
    height: 130%;
    padding: 0;
    position: absolute;
    top: -10%;
    left: -7%;
    opacity: 1;
    filter: brightness(1.8) contrast(1.1);
}

.located-india-sec{
    padding-top:6rem;
}
/*.saleme-maduira {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 0 20px;*/
/*}*/
/*.saleme-maduira li {*/
/*    margin-top: 1rem !important;*/
/*    margin: 0;*/
/*    background: #eaf2fd;*/
/*    border-radius: 10px;*/
/*    padding: 10px 14px;*/
/*    font-size: 13.5px;*/
/*    color: #0d2a66;*/
/*}*/
/*.healthcare-state-image img {*/
/*    width: 100%;*/
/*    max-width: 550px;*/
    
    
/*    height: auto;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/
.saleme-maduira {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.saleme-maduira li {
    margin: 0;
}

.saleme-maduira li p {
    margin: 0;
    padding: 18px 20px;
    background: #f4f8fc;
    border: 1px solid #e2ebf3;
    border-radius: 10px;
    color: #65758b;
    font-size: 14px;
    transition: all 0.3s ease;
}

.saleme-maduira li p strong {
    color: #1c4387;
    font-weight: 700;
}

.saleme-maduira li p:hover {
    transform: translateX(6px);
    background: #ffffff;
    border-color: #b8cadc;
    box-shadow: 0 8px 20px rgba(28, 67, 135, 0.08);
}


/* IMAGE */

.healthcare-state-image {
    width: 100%;
    padding-left: 20px;
}

.healthcare-state-image img {
    width: 100%;
    max-width: 550px;
    height: 290px;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
}

/*new*/
/* =========================================
   WHY HMS SECTION
========================================= */

.why-hms-section {
    padding: 80px 0 0 0;
    background: #ffffff;
}


/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    margin: 0 auto 55px;
}

.section-heading span {
    color: #1C4387;
    font-size: 15px;
    margin-bottom: 5px;
}

.section-heading h2 {
    margin: 0 0 15px;
}

.section-heading p {
    max-width:850px;
    line-height: 1.7;
    margin-left:auto;
    margin-right:auto;
}


/* =========================================
   MAIN ITEM
========================================= */

.hms-item {
    position: relative;
    height: 170px;
    display: flex;
    align-items: center;
    margin:26px 0;
}

.why-hms-section .row .col-lg-4{
    margin:0;
}
/* =========================================
   LARGE NUMBER
========================================= */

.hms-number {
    position: absolute;
    left: 0;
    top: -11px;

    font-size: 58px;
    line-height: 1;
    font-weight: 700;

    color: #f1f1f3;
    opacity:0;
    z-index: 1;

    pointer-events: none;
}


/* =========================================
   ICON
========================================= */
.hms-icon img{
    filter: invert(18%) sepia(98%) saturate(1176%) hue-rotate(199deg) brightness(93%) contrast(91%);
}
.hms-icon {
    position: absolute;

    left: 55px;
    top: 45%;

    transform: translateY(-50%);

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6047d8;

    font-size: 38px;

    background: #ffffff;

    z-index: 5;
}


/* =========================================
   CONTENT AREA
========================================= */

.hms-content {
    position: absolute;

    left: 96px;
    right: 0;

    top: 18px;
    bottom: 18px;

    z-index: 2;
}


/* =========================================
   REFERENCE-STYLE BORDER

   NO LEFT BORDER
   TOP + RIGHT + BOTTOM ONLY
========================================= */

.hms-border {
    position: relative;
    color:#1C4387;
    width: 100%;
    min-height: 100%;
    /*height: 150px;*/
    border-top: 1px solid #1c438752;
    border-right: 1px solid #1c438752;
    border-bottom: 1px solid #1c438752;

    padding: 25px 25px 20px 35px;

    background: #ffffff;
}


/* =========================================
   SMALL VERTICAL LINE
   AT TOP-LEFT OF BORDER
========================================= */

/*.hms-border::before {*/
/*    content: "";*/

/*    position: absolute;*/

/*    left: 0;*/
/*    top: 0;*/

/*    width: 1px;*/
   

/*    background: #aaa3d2;*/
/*}*/


/* =========================================
   SMALL VERTICAL LINE
   AT BOTTOM-LEFT OF BORDER
========================================= */

.hms-border::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 1px;
    height: 35px;

    background: #aaa3d2;
}


/* =========================================
   TITLE
========================================= */

.hms-border h3 {
    position: relative;
    z-index: 3;

    margin: 0 0 8px;


    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}


/* =========================================
   DESCRIPTION
========================================= */

.hms-border p {
    position: relative;
    z-index: 3;

    max-width: 280px;

    margin: 0;


    font-size: 14px;
    line-height: 1.55;
}


/* =========================================
   HOVER
========================================= */

.hms-item:hover .hms-border {
    border-color: #1C4387;
}

.hms-item:hover .hms-border::before,
.hms-item:hover .hms-border::after {
    background: #6047d8;
}

.hms-item:hover .hms-icon {
    color: #4f39c5;
}
.chennai-network-section {
    padding: 80px  0;
    background: #f2f5fa;
}

.network-content {
    padding-right: 50px;
}

.network-label {
    display: inline-block;
    margin-bottom: 16px;
    color: #1c4387;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

/*.network-content h2 {*/
/*    margin: 0 0 22px;*/
/*    color: #102b50;*/
/*    font-size: 35px;*/
/*    line-height: 1.2;*/
/*    font-weight: 500;*/
/*}*/

.network-content p {
    margin-bottom: 15px;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}


/* RIGHT SIDE */

.network-locations {
    padding: 30px;
    border: 1px solid #e4e9f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(20, 45, 80, 0.06);
}

.locations-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f4;
}

.locations-heading span {
    color: #102b50;
    font-size: 17px;
    font-weight: 600;
}

.locations-heading small {
    color: #8993a3;
    font-size: 12px;
}


/* LOCATION GRID */

.location-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.location-card {
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.location-card > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-card svg {
    width: 19px;
    height: 19px;
    color: #1c4387;
    flex-shrink: 0;
}

.location-card strong {
    color: #334155;
    font-size: 14px;
    font-weight: 500;
}

.location-number {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #c8d0dc;
    font-size: 9px;
    font-weight: 600;
}


/* HOVER */

.location-card:hover {
    border-color: #cbd8ea;
    background: #f8faff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28, 67, 135, 0.08);
}

.location-card:hover svg {
    color: #1c4387;
}

/* ================================
   HMS DEMO CTA
================================ */


.demo-cta-box {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding: 45px 50px;
    border-radius: 28px;
    background: linear-gradient(120deg, #0d2f63 0%, #1c4387 60%, #28599f 100%);
    box-shadow: 0 20px 50px rgba(18, 52, 100, 0.15);
}


.demo-cta-box::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    top: -200px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-cta-box::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: 60px;
    bottom: -220px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.demo-cta-content {
    position: relative;
    z-index: 2;
    width: 68%;
}

.demo-cta-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.demo-cta-content h2 {
    max-width: 700px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 500;
}

.demo-cta-content p {
    max-width: 720px;
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
}

.demo-cta-content p strong {
    color: #fff;
    font-weight: 600;
}

.demo-cta-action {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 27px;
}

.demo-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding:5px 7px 5px 20px;
    border-radius: 50px;
    background: #fff;
    color: #1c4387;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.demo-btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #1c4387;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.demo-btn:hover {
    color: #1c4387;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.demo-btn:hover .demo-btn-arrow {
    transform: scale(1.05);
}

.demo-cta-note {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}



.demo-cta-visual {
    position: absolute;
    z-index: 1;
    right: 60px;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-circle-one {
    width: 280px;
    height: 280px;
}

.cta-circle-two {
    width: 210px;
    height: 210px;
}

.cta-icon-box {
    position: relative;
    z-index: 3;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cta-icon-box svg {
    width: 48px;
    height: 48px;
    color: #fff;
}


.cta-orbit {
    position: absolute;
    inset: 0;

    width: 280px;
    height: 280px;

    margin: auto;

    z-index: 5;

    pointer-events: none;
}


/* All tags start from the exact center */

.cta-orbit-card {
    position: absolute;

    top: 50%;
    left: 50%;

    width: max-content;
    height: max-content;

    transform-origin: 0 0;
}


/* =====================================
   CIRCLE RADIUS
===================================== */

.cta-clinical {
    animation: orbitClinical 40s linear infinite;
}

.cta-administration {
    animation: orbitAdministration 40s linear infinite;
}

.cta-diagnostics {
    animation: orbitDiagnostics 40s linear infinite;
}


/* =====================================
   125px = MATCHES YOUR EXISTING CIRCLE
===================================== */

@keyframes orbitClinical {

    from {
        transform:
            rotate(-30deg)
            translateX(100px);
    }

    to {
        transform:
            rotate(330deg)
            translateX(100px);
    }
}


@keyframes orbitAdministration {

    from {
        transform:
            rotate(90deg)
            translateX(70px);
    }

    to {
        transform:
            rotate(450deg)
            translateX(70px);
    }
}


@keyframes orbitDiagnostics {

    from {
        transform:
            rotate(210deg)
            translateX(90px);
    }

    to {
        transform:
            rotate(570deg)
            translateX(90px);
    }
}


/* =====================================
   KEEP TAG HORIZONTAL
===================================== */

.cta-floating-card {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 9px 13px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;

    background: rgba(255,255,255,.11);

    backdrop-filter: blur(8px);

    color: rgba(255,255,255,.92);

    font-size: 11px;
    white-space: nowrap;
}


/* Counter rotation */

.cta-clinical .cta-floating-card {
    animation: clinicalText 40s linear infinite;
}

.cta-administration .cta-floating-card {
    animation: administrationText 40s linear infinite;
}

.cta-diagnostics .cta-floating-card {
    animation: diagnosticsText 40s linear infinite;
}


@keyframes clinicalText {
    from {
        transform: rotate(30deg);
    }

    to {
        transform: rotate(-330deg);
    }
}

@keyframes administrationText {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(-450deg);
    }
}

@keyframes diagnosticsText {
    from {
        transform: rotate(-210deg);
    }

    to {
        transform: rotate(-570deg);
    }
}


/* Dot */

.cta-floating-card span {
    width: 7px;
    height: 7px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #fff;
}
.backbone-healthaboc .card .solutibtn {
    display: inline-block;
    color: rgb(28, 67, 135);
    font-size: 13.5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: fit-content;
    transition: background 0.2s ease, transform 0.15s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}