.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;
}
.bread-crum{
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 10px;
}
.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: 14px 22px;
    text-decoration: none;
    border-radius: 12px;
    font-size: 15px;
}
.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:25px 15px;
}
.metric-title{
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 5px;
text-transform: uppercase;
}
.metric-value{
    font-size: 25px;
    color: #1C4387;
    font-weight: 600;
    margin-bottom: 5px;
}.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: 3rem 0;
    background-image: url(../images/bg/home-03-stats-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}   
.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;
}

.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: 310px;

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

}

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


/* MOBILE */

@media (max-width: 991px) {

    .healthcare-state-image {
        padding-left: 0;
        margin-top: 25px;
    }

}


  .coounrey-rpoocess .accordion-wrapper {
    max-width: 860px;
    margin: 0 auto;
  }

  .coounrey-rpoocess .section-heading {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #123456;
    margin-bottom: 40px;
  }

  .coounrey-rpoocess .accordion-item {
    border: 1px solid #dbe3ea;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(18, 52, 86, 0.06);
  }

  .coounrey-rpoocess .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #123456;
    background-color: #ffffff;
    padding: 18px 22px;
  }

  .coounrey-rpoocess .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1a5f8a;
  }

  .coounrey-rpoocess .accordion-button:focus {
    box-shadow: none;
    border-color: #dbe3ea;
  }

  .coounrey-rpoocess .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(20%) sepia(60%) saturate(1200%) hue-rotate(175deg);
  }

  .coounrey-rpoocess .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
  }

  .coounrey-rpoocess .accordion-body {
    padding: 22px 26px;
    background-color: #ffffff;
    font-size: 15.5px;
    line-height: 1.7;
  }

  .coounrey-rpoocess .accordion-body p {
    margin-bottom: 12px;
  }

  .coounrey-rpoocess .accordion-body ul {
    margin-bottom: 12px;
    padding-left: 20px;
  }

  .coounrey-rpoocess .accordion-body li {
    margin-bottom: 6px;
  }

  .compare-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 10px;
  }

  .compare-col {
    flex: 1;
    min-width: 240px;
    background-color: #f8fafb;
    border: 1px solid #e5ebf0;
    border-radius: 8px;
    padding: 16px 18px;
  }

  .compare-col h6 {
    font-weight: 700;
    color: #1a5f8a;
    margin-bottom: 10px;
  }

  .workflow-line {
    text-align: center;
    font-weight: 600;
    color: #1a5f8a;
    background-color: #eef5f9;
    border: 1px dashed #b9d4e3;
    border-radius: 8px;
    padding: 14px;
    margin: 14px 0;
    font-size: 15.5px;
  }
  .apoimt-fater{
      position:relative;
  }
  .apoimt-fater li{
          position: relative;
    
  }
  .apoimt-fater li::before {
    content: "✔";
    position: absolute;
    left: -19px;
    top: 0;
    color: #000000;
    font-weight: bold;
}
.coounrey-rpoocess{
    padding:1rem 0 5rem;
}




 .oreder-sectioprecc .tl-acc {
            margin-bottom: 18px;
        }

        .oreder-sectioprecc .tl-card {
            /*background: #fbfbfd;*/
            /*border: 1px solid #eeeaf5;*/
            /*border-left: 4px solid #97181f;*/
            border-radius: 14px;
            overflow: hidden;
            transition: border-color 0.25s, box-shadow 0.25s;
        }

        /*.oreder-sectioprecc .tl-card:nth-child(1) {*/
        /*    border-left-color: #97181f;*/
        /*}*/

        /*.oreder-sectioprecc .tl-card:nth-child(2) {*/
        /*    border-left-color: #d63ecf;*/
        /*}*/

        /*.oreder-sectioprecc .tl-card:nth-child(3) {*/
        /*    border-left-color: #b04ae2;*/
        /*}*/

        /*.oreder-sectioprecc .tl-card:nth-child(4) {*/
        /*    border-left-color: #9d43e8;*/
        /*}*/

        /*.oreder-sectioprecc .tl-card:nth-child(5) {*/
        /*    border-left-color: #7c3ff2;*/
        /*}*/

        .oreder-sectioprecc .tl-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 20px 26px;
            cursor: pointer;
            user-select: none;
            padding-bottom:0;
        }
        .oreder-sectioprecc .tl-body{
            padding-top:1rem;
        }

        .oreder-sectioprecc .tl-head-title {
            font-size: 19px;
            font-weight: 600;
            color: #000;
        }
        .ebveruystabnf{
            padding-top:5rem;
        }

        .oreder-sectioprecc .tl-toggle {
            width: 34px;
            height: 34px;
            flex-shrink: 0;
            border-radius: 50%;
            background: #97181f;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 600;
            transition: transform 0.3s;
        }

       .oreder-sectioprecc  .tl-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .oreder-sectioprecc .tl-body-content {
            padding: 0 26px 24px 26px;
        }

        .oreder-sectioprecc .tl-body p {
            font-size: 14px;
            line-height: 1.7;
            /*color: #6b7080;*/
            margin: 0 0 10px 0;
        }
        .oreder-sectioprecc{
            padding:0 0 5rem;
        }

        .oreder-sectioprecc .tl-body p:last-child {
            margin-bottom: 0;
        }

        .oreder-sectioprecc .comparison-container {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .oreder-sectioprecc .comparison-box {
               flex: 1;
    min-width: 260px;
    background: #ffffff;
    border: 1px solid #ff0000;
    border-radius: 12px;
    padding: 20px 22px;
    background: #ff000008;
        }
        .oreder-sectioprecc .comparison-box i{
                transform: rotateZ(45deg);
    display: inline-block;
    color: #ff0000;
    margin-right: 3px;
        }

        .oreder-sectioprecc .comparison-box-title {
            font-size: 14px;
            font-weight: 700;
            color: #000;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .oreder-sectioprecc .comparison-box-gradient {
            flex: 1;
            min-width: 260px;
            /*background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, #97181f, #7c3ff2) border-box;*/
            border: 2px solid #198754;
            border-radius: 12px;
            padding: 20px 22px;
        }
        .oreder-sectioprecc .comparison-box-gradient i{
            color:#198754;
        }

        /*.comparison-box-gradient .comparison-box-title {*/
            /*background: linear-gradient(90deg, #97181f, #7c3ff2);*/
            /*-webkit-background-clip: text;*/
            /*background-clip: text;*/
        /*    color: transparent;*/
        /*}*/

        .comparison-box-content {
            font-size: 14px;
            line-height: 2.1;
            color: #6b7080;
        }

        .workflow-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
            margin-bottom: 14px;
        }

        .workflow-pill {
            background: #f6effc;
            color: #97181f;
            font-size: 13px;
            font-weight: 600;
            padding: 7px 14px;
            border-radius: 20px;
        }

        .workflow-arrow {
            color: #c9a8ef;
        }

        .oreder-sectioprecc .two-column {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .oreder-sectioprecc .column {
            flex: 1;
            min-width: 240px;
        }

        .oreder-sectioprecc .column-title {
            font-size: 14px;
            font-weight: 600;
            color: #4a4f5c;
            margin: 0 0 8px 0;
        }

        .column-content {
            font-size: 14px;
            line-height: 2;
            color: #6b7080;
        }
        .cpmrehecnsive{
            padding-top:5rem;
            padding-bottom:0rem;
        }
        
        
        
        
        /*Gap ajustment*/
        .track-title{
              font-size:17px;
              font-weight:500;
              color:#111827;
            padding-bottom: 15px;
          }.ecosystem-section.backbone-healthaboc.ecosystem-india{
            padding: 2rem 0 0rem;
          }
          .swioper-slidererr.swipper-gap{
          padding:5rem 0 5rem;
              
          }

          .restmomnail.solution-testimonila.testimoniall{
              padding:5rem 0 !important;
          }
         
          .backnobne-mopdern.backbone-gapc{
              padding: 0rem 0 5rem;
          }
          .solut-why-sec.whyy-gapc{
              padding:5rem 0 0 0;
          }
   
      
          
.sv-stats-item:hover .icon svg {
    animation: flipIcon 0.8s ease-in-out;
    transform-style: preserve-3d;
}

@keyframes flipIcon {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.dropn-btnmobile i {
    display: inline-block;
    transition: transform 0.3s ease;
}

.tl-acc.active .dropn-btnmobile i {
    transform: scaleY(-1);
}
.buff{
    justify-content:center;
}
.cta-india{
        width: 368px;
    opacity: 0.3;
}
.hrr{
    margin:20px 0;
}