.dropdown .dropn-btnmobile {
    position: absolute;
    font-size: 13px;
    top: 5px;
    color: #000;
    margin: auto 0;
    bottom: 0;
    right: 0;
}
.dropdown {
    padding-right: 18px;
    position: relative;
}
.dropdown i {
    position: relative;
    top: 0;
    right: 0;
}

.mega-menu.futures-mainsec .product-grid{
  gap: 10px;
  padding: 8px 0;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px 0;
}

.futur-card{
    padding: unset !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.futur-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: invert(35%) sepia(80%) saturate(500%) hue-rotate(165deg) brightness(95%);
}

.futur-card h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

.mega-menu.mobiledrobdown{
     width: 300px;
}

.mega-menu.mobiledrobdown ul li a{
    padding:unset;
}

.mega-menu.mobiledrobdown ul li:not(:last-child){
   margin-bottom:10px; 
}

.benefit-secmain{
    padding:5rem 0;
    position:relative;
}

 .benefits-item{
	border: 1px solid #0000;
    border-bottom: 1px solid #24136a12;
    background-color: unset;
    padding: 22px 30px 23px;
    transition: all .3s;
    cursor: pointer;
}
.benefits-item.active{
    background-color: #fff;
    border: 1px solid #24136a12;
    border-radius: 14px;
    box-shadow: 10px 4px 60px #cdcdcd40;
}

.benefits-item .benefits-collapse .benefits-body{
    padding: 12px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.benefits-item span{
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
}
.benefits-item span img{
    margin-right: 14px;
    filter: invert(16%) sepia(35%) saturate(6077%) hue-rotate(342deg) brightness(87%) contrast(98%);
}

.benefits-collapse{
    display: none;
}

.benefits-item.active .benefits-collapse{
    display: block;
}
.befnits-box-img{
    text-align:end;
}
.befnits-box-img img{
    border-radius:20px;
}
.brand-img{
    text-align:center;
}

.ocrm-beader{
    display: flex;
    margin: 0 0 15px;
}

.ocrm-beader li, .ocrm-beader li a{
    color:#000;
    font-size:14px;
}

.ocrm-beader li{
    padding-right:20px;
    position:relative;
}

.ocrm-beader li:nth-child(1) a{
    height: 20px;
    width: 20px;
    background-image: url(../images/svg/home.svg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ocrm-beader li:not(:last-child)::before{
    content: "\f108";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    right: 2px;
    color: #000;
    font-size: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.ocrm-beader li.active{
     color: #1c4387;
    font-weight: 600;
}

.solution-intro-sec{
    padding:2rem 0 5rem;
    position:relative;
    overflow-x: hidden;
    background-image: url(../images/bg/solution-section-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: linear-gradient(0deg, transparent 0, #000 10%, #000 90%, transparent) !important;
}

.solution-content{
    margin-right:50px;
}

.healthcare-btn{
    margin-top:40px;
}

.key-number-sec{
    position: relative;
}

.key-stats-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: nowrap;
}

.key-box {
    display: flex;
    gap: 12px;
    background: #1c4387;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 14px 18px;
    flex: 1 1 0;
    min-width: 130px;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    cursor: default;
    flex-direction: column;
}


.key-box-icon {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.key-box:nth-child(1) .key-box-icon { background: #0B8FB1; }
.key-box:nth-child(2) .key-box-icon { background: #3D59E9; }
.key-box:nth-child(3) .key-box-icon { background: #9C17E8; }
.key-box:nth-child(4) .key-box-icon { background: #633806; }
.key-box:nth-child(5) .key-box-icon { background: #DE2B2B; }
.key-box:nth-child(6) .key-box-icon { background: #EB5C1B; }
.key-box:nth-child(7) .key-box-icon { background: #085041; }


.key-box:nth-child(1)  { background: #CEFAFE; }
.key-box:nth-child(2)  { background: #DCE9FD; }
.key-box:nth-child(3)  { background: #F4E7FF; }
.key-box:nth-child(4)  { background: #FAEEDA; }
.key-box:nth-child(5)  { background: #FFE2E2; }
.key-box:nth-child(6)  { background: #FFEED6; }
.key-box:nth-child(7)  { background: #E1F5EE; }

.key-box:nth-child(1) .key-box-content span, .key-box:nth-child(1) .key-box-content p { color: #0B8FB1; }
.key-box:nth-child(2) .key-box-content span, .key-box:nth-child(2) .key-box-content p { color: #3D59E9; }
.key-box:nth-child(3) .key-box-content span, .key-box:nth-child(3) .key-box-content p { color: #9C17E8; }
.key-box:nth-child(4) .key-box-content span, .key-box:nth-child(4) .key-box-content p { color: #633806; }
.key-box:nth-child(5) .key-box-content span, .key-box:nth-child(5) .key-box-content p { color: #DE2B2B; }
.key-box:nth-child(6) .key-box-content span, .key-box:nth-child(6) .key-box-content p { color: #EB5C1B; }
.key-box:nth-child(7) .key-box-content span, .key-box:nth-child(7) .key-box-content p { color: #085041; }

.key-box-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.key-box-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.key-box-content span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.key-box-content p {
    font-size: 11px;
    font-weight: 500;
    color: #fffbfb;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 991px) {
    .key-stats-row { flex-wrap: wrap; }
    .key-box { flex: 1 1 calc(50% - 8px); }
}


.solut-why-sec{
    padding:5rem 0;
    position:relative;
}


.why-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid rgba(28,67,135,.08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #1c4387, #3a7bd5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.why-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(28,67,135,.13); border-color: rgba(28,67,135,.15); }
.why-card:hover::before { transform: scaleX(1); }

.why-card .why-title {
  font-size: 16px;
  font-weight: 600;
  color: #1c4387;
  margin-bottom: 10px;
}
.why-card p {
  font-size: 15px;
  color: #000;
  line-height: 1.7;
  font-weight: 400;
  margin:0;
}

.solut-why-sec .row{
    row-gap:30px;
}

.why-card .why-icon {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #eef1f7;       
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: background 0.3s, transform 0.3s;
}

.why-card:hover .why-icon {
    background: #1c4387;
    transform: rotate(-5deg) scale(1.08);
}

.why-card:hover .why-icon svg path,
.why-card:hover .why-icon svg line,
.why-card:hover .why-icon svg circle {
    stroke: #ffffff;
}

.why-card:hover .why-icon svg circle[fill="#eff6ff"] {
    fill: rgba(255,255,255,0.2);
}

.backBone-hms-sec{
    position: relative;
    /*background: #f7f8fa;*/
    /*padding: 5rem 0;*/
}

.bta-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    overflow: hidden;
}
.bta-table .bta-header {
    display: flex;
    background: #1c4387;
}
.bta-table .bta-hcell {
    padding: .75rem 1.25rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    width:31.33%;
}
.bta-table .bta-hcell.center {
    text-align: center;
    width:20px;
}


.bta-table .bta-cell.prob {
    background: #fef2f2;
    color: #7F1D1D;
    font-weight: 500;
}   

.bta-table .bta-cell.arrow {
    background: #f7f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: .9rem;
    font-weight: 700;
    width:20px;
}
.bta-table .bta-row {
    display: flex;
    border-bottom: 1px solid #dde5ef;
}

.bta-table .bta-row .bta-cell:nth-child(5){
      background: #eef1f7;
} 
.bta-table .bta-row .bta-cell.bta-cell.prob:nth-child(5){
      color:#1c4387;
}
.bta-table .bta-cell {
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    font-size: .83rem;
    line-height: 1.5;
    width: 31.33%;
}

.bta-table .bta-cell.sol {
    background: #e6f7f2;
    color: #064E3B;
    font-weight: 500;
}

.healthcare-module-sec{
    padding:5rem 0;
    position:relative;
}

.modules-tab{
    display: flex;
    gap: 0;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    width: fit-content;
}

.modules-tab .nav-link {
    font-size: .82rem;
    font-weight: 700;
    padding: .6rem 1.1rem;
    border: none;
    background: #ffffff;
    color: #6B7280;
    cursor: pointer;
    border-right: 1px solid #dde5ef;
    transition: background .15s, color .15s;
    border-radius: unset;
}

.modules-tab  .nav-item:last-child .nav-link{
    border-right: none;
}

.modules-tab .nav-link.active, .modules-tab .nav-link.active:hover {
    background: #1c4387;
    color: #fff;
}

.modules-tab .nav-link:hover{
    background: #e8f1fd;
    color: #0b1f45;
}

.mod-card {
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    padding: 1.25rem;
    transition: border-color .15s;
    display: flex;
    gap: 20px;
    height:100%;
}
.mod-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #0b1f45;
    margin-bottom: .3rem;
}

.mod-card p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.mod-card:hover {
    border-color: #1565c0;
}

.mod-card .mod-icon{
    width: 40px;
    height: 40px;
    border: 1.5px solid #bfdbfe;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #F0F6FEFF;
    border-radius: 12px;
}

.mod-tanle-contentt{
   row-gap:25px; 
}

.mobile-apps-sec{
    position:relative;
    background: #f7f8fa;
    padding: 5rem 0;
}

.connected-health-box{
  background: #fff;
    border-radius: 15px;
    padding: 2rem;  
}

.mobile-applec-img{
    text-align:center;
}

.mobile-card{
    display: flex;
    gap: 20px;
    position:relative;
}

.mobile-card .mobile-icon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #ffff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.mobile-card .mobile-content h5{
    font-size: 18px;
    font-weight: 600;
}

.mobile-card .mobile-content p{
    margin:0;
}

.mobile-applec-items .mobile-card:not(:last-child){
    margin-bottom:30px;
}

.mobile-applec-items.two .mobile-card{
    text-align:end;
}

.solution-cta-sec{
    padding:8rem 0;
    position:relative;
    background-image: url(../images/bg/cya-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
}

.solution-cta-sec:before{
    content: "";
    background-image: url(../images/bg/left-transform.svg);
    width: 252px;
    height: 94%;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 30px;
    opacity: 0.4;
}

.solution-cta-sec:after {
    content: "";
    background-image: url(../images/bg/right-transform.svg);
    width: 252px;
    height: 94%;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    right:30px;
    opacity: 0.4;
}


.soluton-ctabox{
    position: relative;
    width: 60%;
    margin: 0 auto;
}

/*.soluton-ctabox::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -80px;*/
/*    right: -80px;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    border-radius: 50%;*/
/*    background: rgba(255, 255, 255, .05);*/
/*}*/

/*.cta-content-box::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -100px;*/
/*    left: -60px;*/
/*    width: 260px;*/
/*    height: 260px;*/
/*    border-radius: 50%;*/
/*    background: rgba(255, 255, 255, .04);*/
/*}*/

.cta-btn-box .header-btunn{
    margin:0;
    background:#ffff;
}

.cta-content-box .cta-btn-box{
    text-align: center;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-content-box p{
    color:#fff;
}

.cta-content-box .section-title{
    color:#fff;
    font-size:40px;
}

.cta-btn-box .cta-whats a:not(:last-child){
  margin-right:10px;  
}

.faq-solution-sec{
    padding:5rem 0;
    position:relative;
}


.faq-solution-secv .accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-solution-sec .accordion-item {
    background: #ffffff;
    border: 1px solid #e2e8f2;
    border-radius: 12px ;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(28, 67, 135, 0.06);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-solution-sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.faq-solution-sec .accordion-item:first-of-type {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.faq-solution-sec .accordion-item:not(:first-of-type) {
    border-top: 1px solid #e2e8f2;
}
.faq-solution-sec .accordion-item:hover {
    box-shadow: 0 4px 20px rgba(28, 67, 135, 0.10);
    border-color: #c5d5ef !important;
}

.faq-solution-sec .accordion-button {
    background: #ffffff ;
    color: #0f1f45 ;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5 ;
    padding: 20px 24px ;
    border: none ;
    border-radius: 12px ;
    box-shadow: none ;
    transition: background 0.2s ease ;
}

.faq-solution-sec .accordion-button:not(.collapsed) {
    background: #ffffff ;
    color: #000;
    box-shadow: none ;
    border-bottom: 1px solid #e2e8f2 ;
    border-radius: 12px 12px 0 0 ;
}

.faq-solution-sec .accordion-button:focus {
    box-shadow: none ;
    outline: none;
}

.faq-solution-sec .accordion-button:hover {
    background: #f8faff ;
}


.faq-solution-sec .accordion-button::after {
    content: "" ;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' fill='%23eff6ff' stroke='%23d0e2ff' stroke-width='1'/%3E%3Cpath d='M11 14L16 19L21 14' stroke='%231c4387' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-size: 32px 32px ;
    width: 32px ;
    height: 32px ;
    background-repeat: no-repeat ;
    background-position: center ;
    flex-shrink: 0 ;
    margin-left: auto ;
    transition: transform 0.3s ease ;
    transform: rotate(0deg) ;
}

.faq-solution-sec .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) ;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' fill='%231c4387' stroke='%231c4387' stroke-width='1'/%3E%3Cpath d='M11 14L16 19L21 14' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}


.faq-solution-sec .accordion-body {
    padding: 20px 24px 24px ;
    font-size: 15px ;
    font-weight: 400 ;
    line-height: 1.75 ;
    background: #f2f5fa ;
}

.faq-solution-sec .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #c5d5ef ;
    box-shadow: 0 4px 20px rgba(28, 67, 135, 0.10) ;
}

.hos-maga-role{
    padding:5rem 0;
    position:relative;
    background: #f7f8fa;
}

.role-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    border: 1px solid #e4ecf7;
    box-shadow: 0 2px 12px rgba(28, 67, 135, 0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.role-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(28, 67, 135, 0.13);
    border-color: #c5d5ef;
}

.role-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 18px 18px 0 0;
    background: var(--card-accent, #1c4387);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.role-card:hover::before {
    transform: scaleX(1);
}

.role-card.executive  { --card-accent: #1c4387; }
.role-card.admin      { --card-accent: #0ea5e9; }
.role-card.clinical   { --card-accent: #10b981; }
.role-card.care       { --card-accent: #6366f1; }
.role-card.finance    { --card-accent: #f59e0b; }
.role-card.technology { --card-accent: #0B8FB1; }
.role-card.stock { --card-accent: #16a34a; }
.role-card.dist { --card-accent: #ca8a04; }
.role-card.agents { --card-accent: #db2777; }


.role-card .role-tagline {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
}

.role-card.executive  .role-tagline { background: #eff6ff; color: #1c4387; }
.role-card.admin      .role-tagline { background: #e0f5ff; color: #0ea5e9; }
.role-card.clinical   .role-tagline { background: #d1faf0; color: #059669; }
.role-card.care       .role-tagline { background: #ede9fe; color: #6366f1; }
.role-card.finance    .role-tagline { background: #fef3c7; color: #d97706; }
.role-card.technology .role-tagline { background: #ecfeff; color: #0B8FB1; }
.role-card.stock .role-tagline { background: #dcfce7; color: #16a34a; }
.role-card.dist .role-tagline { background: #fef9c3; color: #ca8a04; }
.role-card.agents .role-tagline { background: #fce7f3; color: #db2777; }

.role-card .role-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    position: relative;
}

.role-card .role-icon::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--dot-color, #60a5fa);
    border: 2px solid #fff;
}

.role-card.executive  .role-icon { background: #1c3a87; --dot-color: #3986f8; }
.role-card.admin      .role-icon { background: #0ea5e9; --dot-color: #bae6fd; }
.role-card.clinical   .role-icon { background: #0d9488; --dot-color: #6ee7b7; }
.role-card.care       .role-icon { background: #6366f1; --dot-color: #c4b5fd; }
.role-card.finance    .role-icon { background: linear-gradient(135deg, #f59e0b 0%, #fb923c 100%); --dot-color: #fde68a; }
.role-card.technology .role-icon { background: #0B8FB1; --dot-color: #60a5fa; }
.role-card.stock .role-icon { background: #16a34a; --dot-color: #16a34a; }
.role-card.dist .role-icon { background: #ca8a04; --dot-color: #ca8a04; }
.role-card.agents .role-icon { background: #db2777; --dot-color: #db2777; }

.role-icon svg {
    width: 26px;
    height: 26px;
    display: block;
    flex-shrink: 0;
}

.role-card .role-title {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.3;
}

.role-card  p {
    font-size: 14px;
    color: #000;
    line-height: 1.65;
    font-weight: 400;
    margin: 0;
}

.hos-maga-role .row{
    row-gap:20px
}

.advanced-digital-sec{
    padding:5rem 0;
    position:relative;
}

.advanced-digital .row:not(:last-child){
    margin-bottom:70px;
}
.advanced-digital-sec .row{
    justify-content: center;
}
.advance-digi-items {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e4ecf7;
    padding: 50px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 16px rgba(28, 67, 135, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

.advance-digi-items:hover {
    box-shadow: 0 8px 32px rgba(28, 67, 135, 0.12);
    transform: translateY(-2px);
}


.advance-digi-items::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background:#f3f7ff;
    z-index: -1;
}
.advance-digi-items::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 18px 18px 0 0;
    background: #1c4387;
    transform-origin: left;
    transition: transform 0.35s ease;
}
.advance-digi-items .advance-tagline {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #1c4387;
    background: #e8f0fd;
    border: 1px solid #c8d8f5;
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 20px;
    width: fit-content;
    line-height: 1;
}


.advance-digi-items .digi-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.advance-digi-items p {
    margin-bottom: 0;   
}


.advance-digi-img{
    margin-right:40px;
}

.advance-digi-img img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.advanced-digital .row:nth-child(odd) .advance-digi-img img{
      border-radius: 10px 0 0 10px;  
}

.advanced-digital .row:nth-child(even) .advance-digi-img img{
      border-radius: 0 10px 10px 0;  
}

.advanced-digital .row:nth-child(even) .advance-digi-img{
    margin-right: 0;
    margin-left: 40px;
}

.seal-health-sec{
    padding:5rem 0 0;
    position:relative;
}
.services-section-card .feature-content p{
    margin:0;
    font-size:14px;
}
.services-section-card .feature-content {
    margin-bottom: 30px;
}

.services-section-card .feature-img img {
    border-radius: 10px;
    width: 100%;
}

.services-section-card .feature-content h4 {
    color: #1c1a1e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

.services-section-card {
    padding: 15px;
     background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

.advanced-digital-two {
    padding:5rem 0;
}

.mobile-tabcontent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;   
}

.mobile-tabcontent .mobileta-border{
    padding: 20px;
    border: 1px solid hsla(0, 0%, 51%, .25);
    border-radius: 4px;  
}

.mobile-tabcontent .mobileta-border p{
    margin:0;
}

.mobile-tabcontent .mobiletabtitle h4{
    font-size: 25px;
    font-weight: 500;
}

.mobiletab-img{
    text-align:end;
}

.mobiletab-img img{
    border-radius:20px;
}

.mobile-appsswiper .swiper-button-next, 
.mobile-appsswiper .swiper-button-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #1c4387;
    border-radius: 50%;   
}

.mobile-appsswiper .swiper-button-next {
    right: 0px;
    top: unset;
    left: 55px;
    bottom: 0;
}
.mobile-appsswiper .swiper-button-prev {
    left: 0px;
    bottom: 0;
    top: unset;
}

.mobile-appsswiper .swiper-button-next:after,
.mobile-appsswiper .swiper-button-prev:after{
    font-size:10px;
    color:#fff;
}

.mobile-appsswiper .swiper-wrapper{
  margin:40px 0 60px;  
}

.mobile-appsswiper .swiper-pagination{
    left: 0;
    position: absolute;
    width: auto;
    top: 0;
}

.mobile-appsswiper .swiper-pagination .swiper-pagination-current{
    font-size: 18px;
    color: #1c4387;
    font-weight: 600;  
}

.integra-heal-sec{
    padding:5rem 0;
    position:relative;
    background: #f7f8fa;
}

.int-cats {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.int-row {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    padding: 1.1rem 1.4rem;
}

.int-row .int-row-label {
    font-size: .78rem;
    font-weight: 700;
    color: #0b1f45;
    min-width: 180px;
    flex-shrink: 0;
    padding-top: .1rem;
}

.int-row .int-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.int-row .int-chips .ichip {
    font-size: .72rem;
    font-weight: 600;
    padding: .22rem .65rem;
    border-radius: 20px;
    background: #e8f1fd;
    color: #1565c0;
}

.designed-sec{
    padding:5rem 0;
    position:relative;
}


.scale-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.scale-grid .scale-tag {
    font-size: .82rem;
    font-weight: 600;
    padding: .5rem 1.1rem;
    border: 1.5px solid #dde5ef;
    border-radius: 8px;
    background: #ffffff;
    color: #0b1f45;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.scale-note {
    font-size: .85rem;
    line-height: 1.75;
    max-width: 680px;
    padding: 1.1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-left: 3px solid #1565c0;
    border-radius: 0 8px 8px 0;
}

.organiza-img{
    text-align:end;
}

.organiza-img img{
    border-radius:20px;
}

.restmomnail.solution-testimonila{
   padding:0 0 5rem;
   background: #fff;
}

.gover-securiy-sec{
    padding:5rem 0;
    position:relative;
    background: #f2f5fa;
}

.solu-clintal-hms{
  padding:5rem 0;
}

.security-box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}
.security-points {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.security-points li{
    font-size: .82rem;
    font-weight: 600;
    padding:10px;
    border: 1.5px solid #dde5ef;
    border-radius: 10px;
    background: #ffffff;
    color: #0b1f45;
    padding-left:30px;
    position:relative;
    max-width:fit-content;
}

/*.security-points li:not(:last-child){*/
/*    margin-bottom:15px;*/
/*}*/

.security-points li:before{
    position: absolute;
    content: "\f12d";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    color: #1c4387;
    left: 10px;
}

.complian-points{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}

.complian-points li{
    font-size: .82rem;
    font-weight: 600;
    padding: 10px;
    border: 1.5px solid #dde5ef;
    border-radius: 10px;
    background: #fff;
    color: #0b1f45;
    position: relative;
    width: 24%;
    text-align:center;
}

.complian-points li span{
  display: block;
  margin:10px 0 0;
  font-size: 14px;
}

.mobileta-border ul{
    margin:0;
}
.security-img{
  text-align:end;
}
.mobileta-border ul li{
    padding-left:30px;
    position:relative;
}
.mobileta-border ul li:before {
    position: absolute;
    content: "\f12d";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    color: #1c4387;
    left: 0;
}

.mobileta-border ul li:not(:last-child){
    margin-bottom:6px;
}


/*.process-list {*/
/*    border-top: 1px solid #E1E9E5;*/
/*  }*/

  .process-item {
    display: flex;
    grid-template-columns: 64px 40px 1fr;
    gap: 0 28px;
    align-items: start;
    padding: 40px 0;
    border-bottom: 1px solid #E1E9E5;
  }

  .process-item:hover .item-number {
    color:#1c4387;
  }

  .process-item:hover .icon-wrap svg {
    stroke: #1c4387;
    opacity:1;
  }

  .item-number {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 1;
    color: #1c43873d;
    transition: color 0.2s ease;
  }

  .icon-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6px;
  }

  .icon-wrap svg {
    width: 80px;
    height: 80px;
    stroke: #1c4387;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s ease;
    min-width: 80px;
    opacity: 0.3;
  }

  .item-content {
    padding-top: 4px;
  }

  .process-item .item-title {
   
    font-weight: 600;
    font-size: 21px;
    
    margin-bottom: 8px;
    letter-spacing: -0.005em;
  }

  .item-text {
    font-size: 15px;
    color: #5B6A64;
    line-height: 1.7;
    max-width: 560px;
  }
  .seamless{
      padding:4rem 0;
      position:relative;
  }
  
  .global-about-sec{
    padding:5rem 0;
    position:relative;
}

.global-about-sec .section-header{
   width:70%; 
}

.across-diver{
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029;
    margin-top: 3rem;
}

.across-diver .col-lg-3:not(:last-child) .country-box {
    border-right: 1px solid #00000029;
}

.country-box{
  padding: 20px;
  text-align:center;
  height:100%;
}

.country-box img{
    object-fit: cover;
}

.country-box span{
    font-size: 14px;
    color: #1c4387;
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
}

.country-box h4{
    font-size: 20px;
    font-weight: 600;
}

.future-abou-sec{
    padding: 7rem 0;
    position: relative;
    background-image: url(../images/bg/shaping-the-future.webp);
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    z-index: 1;
}

.future-abou-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index:-1;
}

.future-abou-sec .section-header{
    width:60%;
}

.future-abou-sec .section-title, .future-abou-sec p{
    color:#fff;
}

.future-abou-sec .section-title{
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
}

.accordion .accordion-item:not(:last-child){
    margin-bottom:20px;
}

.it-solution-sec{
    position:relative;
}

.bs-leading-wrap{
    padding: 65px;
    border-radius: 30px;
    border: 1px solid rgba(56, 63, 62, 0.1);  
    background-color: #F5F8F8;
}

.bs-leading-thumb {
    height: 100%;
}

.shine-circle {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    max-width:fit-content;
    margin-left:auto;
}

.organizati-img{
  margin:0 auto;
}

.organizati-img img{
    width:100%;
}

.shine-circle img {
    transition: 0.9s;
    object-fit:cover;
}

.shine-circle{
    text-align:center;
}

.shine-circle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

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

.backbone-healthaboc .card .solutibtn i{
    position: relative;
    top: 2px;
}

.solution-sec-main{
    padding:5rem 0;
    position:relative;
}

.solution-sec-two{
    padding:0 0 5rem;
}

.across-india-sec{
    padding:0 0 5rem;
    position: relative;
}

.acoreccman-menu{
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    padding: 9px;
    font-size: 13px;
    text-align: center;
    font-weight:600;
    cursor: pointer;
}

.acrossswiper .swiper-slide-thumb-active .acoreccman-menu{
    background: #1c4387;
    color: #fff;
}

.acrossswiper{
    margin-bottom:40px;
}

.across-location {
  list-style: none;
  margin: 0;
  padding: 0;
     display: flex;
    flex-wrap: wrap;
}

.across-location li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.4;
    width: 25%;
}

.across-location li::before {
  content: "";
  position: absolute;
  left: 0;
  filter: invert(19%) sepia(30%) saturate(3482%) hue-rotate(200deg) brightness(99%) contrast(92%);
  top: 2px;
  width: 18px;
  height: 18px;
  background-color: currentColor;
 
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
}