h1,h2,h3,h4,h5,h6{
     font-family: "Montserrat", sans-serif;
   
}
body{
     font-family: "Montserrat", sans-serif;
}
p,a,ul li{
    font-size:15px;
    color: #000;
    line-height: 1.7;
    font-weight: 400;
}
p{
    letter-spacing:0.1px;
}
a{
    text-decoration:none;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style-type:none;
}
img {
    height: auto;
    max-width: 100% !important;
}
.main-sec {
    position: relative;
    overflow-x:hidden;
    mask-image: linear-gradient(0deg, transparent 0, #000 10%, #000 90%, transparent) !important;
    padding-top:2rem;
    background-image: radial-gradient(476px at 54.8% 51.5%, rgb(168, 229, 253) 0%, rgb(244, 244, 254) 42.3%, rgb(244, 244, 254) 100.2%);
}
/*.main-sec:before {*/
/*    content: "";*/
/*    background-image: url(../images/bg/background-image.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.layer1{
        color: transparent;
    width: auto;
   height: 500px;
}
.anim-img .layer2 {
        position: absolute;
    top: 104px;
    right: 22px;
    height: 500px;
    object-fit: contain;
    width: 253px;
}
.hero-sec {
    padding: 40px 0 0;
    position: relative;
}
.carousel-container {
    max-width: 1310px;
    overflow: unset;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-content {
    /*text-align: center;*/
    /*max-width: 900px;*/
    /*margin: 0 auto;*/
    position: relative;
}
.sub-title {
       color: #200b56;
    border: 1px solid #200b561a;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 8px 17px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
}
.solution-intro-sec .section-header{
    margin-bottom:10px;
}
/*.banner-image-setiom img{*/
/*    width:100%;*/
/*}*/
.hero-content .title {
    letter-spacing: -.03em;
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;
    /*line-height: 75px;*/
}
.hero-content p {
        margin-bottom: 52px;
    /*padding: 0 100px;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    /*font-style: italic;*/
}
.hero-list {
        flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 90px;
    padding-left: 0;
    list-style: none;
    display: flex;
    position: relative;
    padding-left:1rem;
    gap: 14px;
}
.hero-list li {
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
}
/*.product-card figure svg{*/
/*    filter: invert(20%) sepia(62%) saturate(1574%) hue-rotate(198deg) brightness(93%) contrast(95%);*/
/*}*/
.anim-img .layer1 {
       position: absolute;
    top: 104px;
    left: 38px;
} 
.hero-list li{
    position:relative;
}
.hero-list li::before{
        position: absolute;
    content: '';
    width: 14px;
    height: 12px;
    background-image: url(../images/bg/check.svg);
    left: -18px;
    background-size: cover;
}
.graph-img {
    position: relative;
}


.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom:3rem;
    margin-top:2rem;
}

.btn-link {
    text-decoration: none;
}

.custom-btn {
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 50px;
    padding: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    transition: 0.3s ease;
}

.primary-btn {
    background: #97181f; /* Change your primary color */
    color: #fff;
    transition:all 0.3s linear ;
}

.secondary-btn {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

.button-icon {
    width: 56px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(135deg, #f5c542, #ffeb99);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
     transition:all 0.3s linear ;
}

.dark-icon {
    background: #1c4387;
}

.button-icon svg {
    width: 24px;
    height: 24px;
    fill: #000;
}

.dark-icon svg {
    fill: #fff;
}

.button-text {
    padding: 0 16px;
    white-space: nowrap;
    text-align: center;
     transition:all 0.3s linear ;
}

/*.custom-btn:hover .button-icon{*/
/*    transform: translateX(173px);*/
/*}*/
/*.custom-btn:hover .button-text{*/
/*    transform: translateX(-53px);*/
/*}*/
/*.custom-btn:hover .button-icon.dark-icon {*/
/*    transform: translateX(152px);*/
/*}*/





/* Top Bar */
.topbar {
    background: #1d3557;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left,
.topbar-right {
    display: flex;
    gap: 20px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

/* Navbar */
.navbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}



/* Nav Links */
.nav-links {
    list-style: none;
        display: flex;
    gap: 18px;
}

.nav-links li {
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.nav-links a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    padding: 2rem 0;
    letter-spacing: 0.2px;
}
/*.futur-card svg{*/
/*    filter: invert(21%) sepia(21%) saturate(5110%) hue-rotate(201deg) brightness(92%) contrast(92%);*/
/*}*/
.futur-card{
    margin:5px 0;
}
/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 207%;
    left: 0;
    width: 900px;
    background: #fff;
    display: none;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
    z-index: 999;
}

.dropdown:hover .mega-menu {
    display: flex;
    gap: 40px;
}

.mega-left {
    flex: 2;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.menu-header h4{
    font-size:20px;
    font-weight:700;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.product-card {
    border: 1px solid #eee;
    padding: 15px  !important;
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    gap: 20px;
}

.product-card:hover {
    background: #f8f8f8;
}

.product-card h4 {
    margin-bottom: 8px;
    font-size: 13px;
}
.product-grid figure{
    margin:0;
}
.product-card p {
    font-size: 12px;
    color: #666;
    margin:0;
}
.dropdown i{
        position: relative;
    top: 3px;
    right: -4px;
}
.mega-right {
    flex: 1;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.mega-right h4 {
    margin-bottom: 15px;
}

.mega-right ul {
    list-style: none;
    margin-bottom: 20px;
}

.mega-right li {
    margin-bottom: 10px;
}
.menu-header i{
        width: 35px;
    height: 35px;
    position: relative;
    display: block;
    background: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.menu-header a span{
        line-height: 1px;
    display: block;
}
.menu-header a{
        text-decoration: none;
    color: #222;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding:0;
}
.bachation{
        background:transparent;
    /*padding: 10px 0;*/
}
.bachation .custom-btn:hover .button-text {
    transform: translateX(-58px);
}
.bachation .custom-btn:hover .button-icon {
    transform: translateX(172px);
}
.brand-sec {
    position: relative;
    padding:0 0 3rem;
}
.brand-title span {
    color: #200b56;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
}
.brand-img img {
    /*filter: grayscale();*/
    /*opacity: .35;*/
    transition: all .3s;
}
.brand-img:hover img {
    opacity: 1;
}
.brand-title {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}
.funfact-sec {
    position: relative;
    padding:0 0 4rem;
}

.funfact-img {
    position: relative;
}
.funfact-img img {
        width: 100%;
    height: 624px;
    object-fit: cover;
    border-radius: 14px;
}
/*.integration-sec .custom-btn:hover .button-icon{*/
/*    transform: translateX(184px);*/
/*}*/
/*.manual-workk .custom-btn:hover .button-icon{*/
/*    transform: translateX(160px);*/
/*}*/
.funfact-content {
    background-color: #fff;
    border-radius: 14px;
    justify-content: space-between;
    align-items: center;
    min-width: 589px;
    margin: 10px;
    padding: 40px 40px 30px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}
.funfact-block-inner {
    position: relative;
}
.funfact-block-inner .title {
    letter-spacing: -.03em;
    margin-bottom: 118px;
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
}
.funfact-block-inner .title span{
    letter-spacing: -.03em;
    margin-bottom: 118px;
    font-size: 65px;
    font-weight: 700;
    line-height: 56px;
}
.counter{
  letter-spacing: -.03em;
    margin-bottom: 118px;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;  
}
.funfact-block-inner p {
    color: #0f172a;
    max-width: 178px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.auther-info p {
    color: #696969;
    max-width: 225px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.funfact-block-one.v2 {
    background-color:#1c4387;
    z-index: 0;
}
.funfact-block-one.v2:before {
       content: "";
    z-index: -1;
    background-image: url(../images/bg/map.png);
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
}
/*.funfact-block-one.v2 .title {*/
/*    margin-bottom: 146px;*/
/*}*/
.funfact-block-one .title {
    letter-spacing: -.03em;
    /*margin-bottom: 122px;*/
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
}
.funfact-block-one p {
    color: #0f172a;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.funfact-block-one.v2 .title, .funfact-block-one.v2 p {
    color:#fff;
}
.funfact-block-one {
       background-color: #16a34a1a;
        padding: 20px 30px 25px;
    position: relative;
    height: 150px;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}
.funfact-sec .row{
    row-gap:24px
}
.siltion-images img{
    border-radius:15px;
    width:100%;
}
   /* ── SECTION ── */
    .ecosystem-section {
      padding:2rem 0 4rem
    }
 
   
 
    /* ── HEADER ── */
    .section-header {
      
      margin-bottom: 56px;
    }
 
    .section-label {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #1c4387;
      margin-bottom: 14px;
    }
 
    .section-title {
      font-size: 32px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    }
 
    .section-subtitle {
      font-size: 15px;
      color: #64748b;
      line-height: 1.7;
      max-width: 480px;
      margin: 0 auto;
    }
 
    /* ── GRID ROW ── */
    .cards-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 20px;
    }
 
    /* ── CARD ── */
    .card {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 21px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      transition: box-shadow 0.2s ease, transform 0.2s ease;
          box-shadow: 0 4px 6px #d9daea;
          position:relative;
          overflow:hidden;

    }
 
    .card:hover {
      box-shadow: 0 8px 32px rgba(37, 99, 235, 0.10);
      transform: translateY(-3px);
    }
 
    .card:hover {
      border-color: #1c4387;
      box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
    }
 
    /* ── ICON ── */
    .card-icon {
      width: 44px;
      height: 44px;
      background: #dbeafe;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
 
    .card-icon svg {
      width: 22px;
      height: 22px;
      stroke: #1c4387;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    /* ── CARD BODY ── */
    .card-title {
      font-size: 16px;
      font-weight: 600;
      color: #0f172a;
      line-height: 1.3;
    }
 
    .card-desc {
      font-size: 13.5px;
      color: #64748b;
      line-height: 1.65;
      flex: 1;
      margin-bottom:30px;
    }
 
    /* ── TAGS ── */
    .card-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 4px;
    }
 
    .tag {
      background: #f1f5f9;
      color:#475569;
      font-size: 11.5px;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 6px;
    }
 
    /* ── CTA CARD ── */
    .card--cta {
      background: #1c4387;
      border-color: #1c4387;
      justify-content: center;
      gap: 14px;
    }
 
    .card--cta:hover {
      box-shadow: 0 8px 32px rgba(37, 99, 235, 0.35);
      transform: translateY(-3px);
    }
 
    .card--cta .card-title {
      color: #ffffff;
      font-size: 20px;
    }
 
    .card--cta .card-desc {
      color: rgba(255, 255, 255, 0.80);
      font-size: 14px;
    }
 
    .btn-architect {
      display: inline-block;
      background: #ffffff;
      color: #97181f;
      font-size: 13.5px;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      width: fit-content;
      transition: background 0.2s ease, transform 0.15s ease;
    }
 
    .btn-architect:hover {
      background: #e0eaff;
      transform: scale(1.03);
    }
    
    
     /* ── SECTION ── */
    .operations-section {
      padding: 80px 0;
    }

    

    /* ── TWO-COLUMN ROW ── */
    .section-row {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 60px;
      align-items: start;
    }

    /* ── LEFT COLUMN ── */
    .left-col {
      display: flex;
      flex-direction: column;
      /*gap: 28px;*/
    }

    .badge {
      display: inline-flex;
      align-items: center;
      background:#06b6d4;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.04em;
      padding: 5px 14px;
      border-radius: 999px;
      width: fit-content;
    }

    

    .section-desc {
      font-size: 15px;
      line-height: 1.7;
      color:  #64748b;
    }

    /* ── DID YOU KNOW BOX ── */
    .did-you-know {
      background:  #eff6ff;
      border-radius:12px;
      padding: 24px 26px;
    }

    .did-you-know .did-title {
    font-size: 15px;
    font-weight: 700;
    color: #1c4387;
    margin-bottom: 10px;
    display: inline-block;
    }

    .did-you-know p {
      font-size: 13.5px;
      font-style: italic;
      color: var(--text-muted);
      line-height: 1.65;
    }

    /* ── RIGHT COLUMN ── */
    .right-col {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    /* ── MODULES ROW ── */
    .modules-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    /* ── MODULE CARD ── */
    .module-card {
      background: #ffffff;
      border: 1px solid  #e2e8f0;
      border-radius:12px;
      padding:15px 15px;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
      cursor: pointer;
    }

    .module-card:hover {
      box-shadow: 0 6px 24px rgba(29, 78, 216, 0.10);
      border-color: #bfdbfe;
      transform: translateY(-2px);
    }

    /* ── MODULE ICON ── */
    .module-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;
    }

    .module-icon svg {
      width: 23px;
    height: 23px;
    stroke: #1c4387;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    /*filter: invert(20%) sepia(44%) saturate(2870%) hue-rotate(204deg) brightness(89%) contrast(90%);*/
    }
.fles-class{
        display: flex;
}
.asrroew-clas{
        position: absolute;
    right: 0;
    bottom: 0;
    background: #97181f12;
        width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    border-radius: 30px 0 0 0;
    align-items: center;
}
.card:hover .asrroew-clas i{
    color:#97181f;
}
.asrroew-clas i{
        font-size: 18px;
    color: #1c4387;
    line-height: 1px;
}
.fles-class .module-card{
    width: 100%;
}
.widthclasd{
         min-width: fit-content !important;
    width: unset !important;
}
    /* ── MODULE NAME ── */
    .module-name {
      font-size: 14px;
      font-weight: 600;
      color: #0f172a;
      line-height: 1.3;
    }

    
    .download-banner {
    position: relative;
    padding: 4rem 0;
}
.download-info {
    background-color:#edf2ff;
    z-index: 9;
    border-radius: 14px;
    margin-bottom: 40px;
    position: relative;
}
.download-info:before {
    content: "";
    z-index: -1;
    background-image: url(../images/bg/mobile-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.download-content {
    padding: 50px 50px 50px 100px;
    position: relative;
}
.download-content p {
    /*margin-bottom: 40px;*/
    /*font-size: 18px;*/
    font-weight: 500;
    line-height: 28px;
    margin-bottom:9px;
}
.download-btn {
    align-items: center;
    display: flex;
    position: relative;
}
.download-btn a {
    border-radius: 100px;
    margin-right: 20px;
    display: inline-block;
}
.download-img {
    position: absolute;
    bottom: -72px;
    right: 80px;
}
.uncomoprided .complient li{
    color:#fff;
}
.uncomoprided{
   position:relative;
   background: #1c4387;
    padding:4rem 0;
}
.complient li{
    /*color:#fff;*/
    margin: 10px 0;
    position:relative;
}
.complient li::before{
    content: "\f130";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    left: -35px;
    background:#97181f;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.complient{
    padding-left:2.5rem;
}
.secrure{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.brand-img img{
    width:100%;
}
.secrure p{
    display: block;
    font-size: 13px;
    margin: 0;
    margin-top: 7px;
    font-weight: 600;

}
.swioper-slidererr{
       position: relative;
    background: #f7f8fa;
    padding: 5rem 0 1rem;
}
.title-conten{
    margin-bottom:1rem;
    padding:10px 8px;
    cursor:pointer;
    border-radius:50px;
   border: 1px solid #1c43872e;
   background: #fff;
  text-align:center;
}

.swioper-slidererr .mySwiper .swiper-slide-thumb-active .title-conten {
     background:#1c4387;
}

.swioper-slidererr .mySwiper .swiper-slide-thumb-active h4 {
    color: #fff;
}


.click-reportsds.iconnnn svg{
        fill: none;
    stroke: #1c4387;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.business-iterelnce .row{
    align-items:center;
}
.title-conten span{
    font-size: 13px;
    color: #000;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
.swioper-slidererr .nextgenswiper{
    margin-bottom:3rem;
}
.shiel-iconn{
    margin:0;
}
.shiel-iconn img{
    filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
        position: absolute;
    width: 300px;
    opacity: 0.1;
}
.secrure li{
        background: #fff;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 90px;
}
.secrure li figure{
    margin:0;
}
.secrure li figure img{
    width:65%;
}

.hospital-section {
  padding: 64px 0;
  background-color: #f4f6f9;
}
 
.hospital-container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 56px 48px 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}
 
/* ===========================
   SECTION HEADER
=========================== */
.section-header {
  margin-bottom: 32px;
}
 
/*.section-title {*/
/*  font-size: 28px;*/
/*  font-weight: 700;*/
/*  color: #111827;*/
/*  margin-bottom: 10px;*/
/*  line-height: 1.3;*/
/*}*/
 
.section-subtitle {
  font-size: 14px;
  color: #6b7280;
  max-width: 380px;
  line-height: 1.65;
}
 
/* ===========================
   APP CARDS (LEFT GRID)
=========================== */
.app-grid {
  margin-bottom: 32px;
}
 
.app-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background-color: #ffffff;
  border: 1px solid #e8edf4;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
}
 
.app-card:hover {
  box-shadow: 0 4px 16px rgba(26, 86, 219, 0.10);
  border-color: #bfcfef;
  transform: translateY(-2px);
}
 
.app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #eff4ff;
  border-radius: 8px;
  flex-shrink: 0;
}
 
.app-label {
  
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
}
 
/* ===========================
   PHONE MOCKUP
=========================== */
.phone-mockup-wrap {
  width: 100%;
}
 


.phone {
  background: linear-gradient(160deg, #1a2340 0%, #0d1525 100%);
  border-radius: 18px;
  border: 2px solid #2e3d5a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

 .test-image{
     display:flex;
 }
 .test-image li img{
     height:44px;
     width:44px;
     border-radius:50px;
     border:1px solid #fff;
 }
 .test-image li:nth-child(2){
         transform: translateX(-15px);
 }
  .test-image li:nth-child(3){
         transform: translateX(-34px);
 }
 .test-image li:nth-child(4){
     background: #fff;
    border-radius: 50px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-54px);
 }
 .restmomnail{
     background:#f2f5fa;
     padding:4rem 0 2rem;
 }

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
 
.service-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #f0f3f8;
  transition: background-color 0.15s ease;
  cursor: pointer;
}
 
.service-item:first-child {
  border-top: 1px solid #f0f3f8;
}
 
.service-item:hover .service-icon-wrap {
  background-color: #dce8ff;
}
 
.service-icon-wrap {
  width: 46px;
  height: 46px;
  min-width: 46px;
  background-color: #eff4ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
 
.service-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
 
.service-name {

  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
 
.service-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
.testimil{
     display: flex;
    justify-content: space-between;
}
.starttr{
        transform: translateX(-22px);
}
.star-rating{
        color: #864ffe;
    font-size: 20px;
}
.starttr p{
    margin: 0;
}
.tsti-topi{
    background:#fff;
    padding:1rem;
    border-radius:10px;
    text-align:center;
}
.tsti-topi p{
    font-size:14px;
    color:#0000007a;
    margin-bottom:10px;
}
.tsti-topi span{
       font-weight: 700;
    font-size: 26px;
}
.rest-seconf .row{
    row-gap:24px;
}
.header-btn{
    background:#1c4387;
    padding:10px 15px;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    display:inline-block;
    font-size:14px;
}
.header-btunn{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding:10px 15px;
    color:#000;
    text-decoration:none;
    border-radius:50px;
    margin-left:15px;
    background:#ffffffad;
    border: 1px solid #97181f;
    display: inline-block;
    font-size:14px;
}
.header{
        z-index: 3;
    position: relative;
    /*border-bottom: 1px solid #ededed;*/
}
.header.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    transform: translateY(-100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform-origin: top;
    transition: all 0.5s ease-in-out;
}
@keyframes sliddown{
    0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}

100% {
    transform: translate3d(0, 0, 0);
}
}
.auther-info .complient li{
    color:#000;
    margin:10px 0;
}
.manual-workk{
    position:relative;
        background: #f2f5fa;
    padding:5rem 0;
    overflow-x: hidden;
}
.manual-workk .container{
       background: #fff;
    border-radius: 20px;
    /* width: 1238px; */
    /* padding: 6rem 0 0; */
    padding: 7rem;
}
.strat-doung .section-title{
    font-size:50px;
}

.strat-doung{
    position:relative;
}
.strat-doung::before{
        background-image: url(../images/bg/ns-img-26.svg);
    content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    /* margin: auto; */
    top: 0;
    bottom: 0;
}
.enfless-point{
        position: relative;
    text-align: center;
    /* margin-top: 2rem; */
    /* padding-top: 11rem; */
    z-index: 1;
}
/*.point-color{*/
/*    width: 79%;*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -59.75%, rgba(255, 255, 255, 0.5) -10.1%, rgba(255, 255, 255, 0.8) 30.12%, #fff 70.98%);*/
/*    height: 283px;*/
/*    position: absolute;*/
/*    bottom: 95px;*/
/*    margin: auto;*/
/*}*/
.enfless-point .sub-title{
    background-color:#fff;
}
.enfless-point .primary-btn{
    width: fit-content;
    margin: auto;
    margin-top:2rem;
}
.foote-setoon{
    background:#f2f5fa;
    padding:3rem 0 0;
}
.footer-li{
        display: flex;
    gap: 10px;
}
.footer-li li{
        /*background: #1c4387;*/
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    line-height: 1;
}
.footer-li li i{
        font-size: 25px;
    color: #fff;
    line-height: 1px;
    color: #1c4387;
}

.goot-logo{
    margin-bottom:1.5rem;
    display:block;
}
.footer-logoo p{
    font-weight:500;
    font-size:13px;
}
.nav-foot li{
    margin:5px 0;
}
.nav-foot li a{
    color:#000;
    font-weight:500;
    font-size:13px;
}
.quick-links .quick-title{
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}
.address-fott li{
        display: flex;
    align-items: center;
    gap: 11px;
    margin:10px 0;
}
.address-fott li i{
        height: 30px;
    width: 30px;
    min-width:30px;
    position: relative;
    color:#fff;
    display: flex;
    /* flex-direction: row-reverse; */
    background: #1c4387;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.foot-botm {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 3rem;
    align-items: center;
    border-top:1px solid #00000029;
}
.foot-botm p{
    font-size:13px;
    margin:0;
}
.foot-botm li{
  font-size:13px;  
}
.foot-botm a{
    font-size:13px;
    color:#000;
}

.testimo-box-man {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8eaf0;
  overflow: hidden;
  height:100%;
}

.testimo-box-man .testimo-box-img {
  width: 300px;
  min-width: 260px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  margin: 7px;
}

.testimo-box-man .testimo-box-img img {
  width: 100%;
  /*height: 350px;*/
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.tempor-magna i{
        border: 1px solid #000;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimo-box-man .testimo-box-content {
  padding: 20px;
}

.testimo-box-man .testimo-box-content p {
  margin: 0;
  font-size: 15px;
  color: #2a2d35;
  line-height: 1.8;
}
.team-imaghes img{
    /*width:100%;*/
    border-radius:10px;
}
.meart-teamm{
    padding:6rem 0;
    position:relative;
}
.testimonia-wiper .swiper-button-next svg, .testimonia-wiper  .swiper-button-prev svg{
    fill: #000;
    min-width: 24px;
    height: 24px;
}
.dhsajkoe img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.testimonia-wiper .swiper-button-prev svg{
    transform: rotate(180deg);
}
.team-imaghes h4{
    font-size:18px;
    font-weight:600;
    margin:20px 0 5px;
}
.team-imaghes{
    text-align:center;
}
.testimonia-wiper .swiper-button-prev{
    left: 340px;
}
.testimonia-wiper .swiper-button-next{
    right:unset;
    left: 410px;
}
.testimonia-wiper .swiper-button-next,  .testimonia-wiper  .swiper-button-prev {
    width: 56px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s linear; 
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
    top: unset;
    bottom: 10px;
}

.testimonia-wiper .swiper-button-next:after,
.testimonia-wiper .swiper-button-prev:after{
    display:none;
}

.testimonia-wiper .swiper-pagination{
    text-align: end;
    right: 30px;
    left: unset;
    max-width: fit-content;
}

.testi-common{
    display: grid;
    height: 100%;
}

.testi-common .rest-seconf{
    display: grid;
    align-items: end;
}

.integration-sec{
    /*padding:5rem 0 2rem;*/
    position:relative;
    overflow:hidden;
    /*background:#f2f5fa;*/
}

.integration-sec .primary-btn {
    width: fit-content;
    margin: auto;
    margin-top: 2rem;
}

.integration-points {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0;
    row-gap: 60px;
}

.integration-points li{
    width:25%;
}

.integration-points li .inter-box{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1.5px solid #bfdbfe;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #ffff;
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons{
    display:none;
}

.integration-points li .inter-box:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #bfdbfe;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: 0 auto;
}

.integration-points:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    border: 1px solid #bfdbfe;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    border-radius: 20px;
}

.integration-points li:nth-child(5) .inter-box:before,
.integration-points li:nth-child(6) .inter-box:before,
.integration-points li:nth-child(7) .inter-box:before,
.integration-points li:nth-child(8) .inter-box:before{
    display:none;
}
.btn-call{
    text-align:end;
}

.ai-voice-generator-integration-circle{
    animation: 50s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.don-aniss {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 93px;
}

/*.integration-sec:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to bottom, #fff 0%, #fff 20%, rgba(255, 255, 255, 0.3) 60%, rgb(255 255 255 / 0%) 100%);*/
/*    z-index:1;*/
/*}*/
.auther-info .complient{
    padding-left: 2rem;
}
.integra-contances{
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.testimo-box-man .tempor-magna{
       display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    margin-top: 1rem;
}

.testimo-box-man .tempor-magna .name-title{
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
.testimo-box-man .tempor-magna span{
    font-size: 14px;
}
.tempor-magna figure img{
        width: 160px;
}
.tracking li {
    padding: 7px 13px;
    font-size: 9px;
}
.header-lod{
    display: flex;
}
.header-lod a{
        display: contents;
}
.certificate{
    height:80px;
    width:80px;
    object-fit:contain;
}
.pragted{
        display: flex;
    gap: 10px;
}
.complient.based li{
    color:#000;
}
.complient.based{
    margin-top:15px;
}
/*.artifval{*/
   /*font-style: italic;*/
/*    color: #97181f;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    background-clip: text;*/
/*    font-size: 48px;*/
/*    -webkit-text-fill-color: transparent;*/
/*    position: relative;*/
/*    background: linear-gradient(45deg, #03fafa, #00d0ff 29%, #c084fc 82%);*/
/*    background-clip: text;*/
/*}*/


.artifval {
    font-size: 43px;
    font-weight: 700;
    display: inline-block;

    background: linear-gradient(
        -45deg,
        #03fafa,
        #00d0ff,
        #c084fc,
        #00d0ff,
        #03fafa
    );

    background-size: 400% 400%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    animation: flowingGradient 12s ease infinite;
}

@keyframes flowingGradient {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 50% 100%;
    }
    50% {
        background-position: 100% 50%;
    }
    75% {
        background-position: 50% 0%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*.artifval::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -4px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    background: linear-gradient(90deg, #97181f, transparent);*/
/*    border-radius: 2px;*/
/*    animation: underlineGrow 1s var(--ease) 1.2s both;*/
/*}*/
/*@keyframes underlineGrow{*/
/*    0% {*/
/*    right: 100%;*/
/*}*/
/*100% {*/
/*    right: 0;*/
/*}*/
/*}*/


.collahge-name{
        display: block;
    /*margin-top: 15px;*/
    font-weight: 500;
    font-size:14px;
}
.loation{
    font-size: 12px;
}
.intergatio-imagess{
    margin:0 auto;
    text-align:center;
}

.rotating-keyword {

font-weight: 700;
font-size:43px;
}
.blur-effect {
display: inline-block;
transition: all 0.5s ease;
}
.blur-effect.blur-out {
filter: blur(10px);
opacity: 0;
transform: translateX(20px);
}
.integra-contances .secondary-btn{
    max-width: fit-content;
    margin: auto;
}

.manual-workk .secondary-btn{
    max-width: fit-content;
    margin: auto;
}
.funfact-block-one.one{
    background: #FBEAF0;
    color: #72243E;
    border-color: #ED93B1;
}
.funfact-block-one.two{
    background: #E1F5EE;
    color: #085041;
    border-color: #9FE1CB;
}
.funfact-block-one.three{
    background: #FAEEDA;
    color: #633806;
    border-color: #FAC775;
}
.swioper-slidererr .swiper-button-next{
        right: 31px;
    background: #000 !important;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    top: 98px;
}
.swioper-slidererr .swiper-button-next:after, .swioper-slidererr .swiper-rtl .swiper-button-prev:after{
        font-size: 20px;
    color: #fff;
}
.swioper-slidererr .swiper-button-prev{
       top: 103px;
    left: 37px;
    background: #000 !important;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
.business-iterelnce{
        background: #fff;
    border-radius: 15px;
    padding: 2rem;
}
.swioper-slidererr .swiper-button-prev:after{
        font-size: 20px;
    color: #fff;
}
.tracking{
       padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.tracking li{
    padding:10px 15px;
    border-radius:50px;
    font-size:12px;
}
.tracking li:nth-child(1){
        background: #FBEAF0;
    color: #72243E;
    border-color: #ED93B1;
}
.tracking li:nth-child(2){
    background: #E1F5EE;
    color: #085041;
    border-color: #9FE1CB;
}
.tracking li:nth-child(3){
    background: #FAEEDA;
    color: #633806;
    border-color: #FAC775;
}
.tracking li:nth-child(4){
       background: #1c43871c;
    color: #000;
    border-color: #1c4387;
}
.click-reportsds{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top:2rem;
}
.click-reportsds.avaa{
    grid-template-columns: repeat(2, 1fr);
}
.click-reportsds.qr{
    grid-template-columns: repeat(1, 1fr);
}
.click-reportsds li{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: flex;
    gap: 15px;
    align-items: center;
    padding:10px;
    border-radius:10px;
}
.click-reportsds li span{
    background: #1c438717;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    border-radius: 5px;
}
.click-reportsds li p{
    margin:0;
    font-weight:500;
}
.aosta-imageslider{
    margin:0;
}
.aosta-imageslider img{
    border-radius:20px;
}
.clinical h4{
    font-size: 15px;
    font-weight: 600;
}
.ben-icon{
    margin-right:15px;
}
.loation img{
    height:30px;
    width:30px;
    border-radius:50px;
    margin-right:5px;
}

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

.contactinfo-box{
  padding: 35px 20px;
  position:relative;
  height:100%;
}

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

.contactinfo-box > i{
    font-size: 45px;
    margin: 0 0 40px;
    display: inline-block;
    color:#1c4387;
}

.contactinfo-box.v2{
    background-color: #fff;
    border-radius: 14px;
}

.contactinfo-box p{
    margin:0;
}

.contactinfo-box > a{
    font-size:16px;
    color:#000;
}

.contactinfo-box .footer-licccc{
    display: flex;
    gap: 15px;
    align-content: center;
    align-items: center;
    margin:0;
}

.contactinfo-box .footer-licccc li a{
     font-size: 30px;
    color: #1c4387;
}

.contact-page-sec .row{
    background-color: #eff6ff;
    border: 1px solid #994aff12;
    border-radius: 14px;
    position: relative;
}

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

.iframe-boxss iframe{
    border-radius: 14px;
    width: 100%;
    /*height: 630px;*/
}

.contactinfo-box img {
    margin: 0 0 40px;
    filter: invert(22%) sepia(80%) saturate(978%) hue-rotate(189deg) brightness(92%) contrast(95%);
}

.contact-page-sec .row .col-lg-3{
  padding:0;  
}

.contact-infomsec input::placeholder{
   color:#000; 
}
.contact-infomsec input, 
.contact-infomsec select{
    background-color: #eff6ff;
    border: 1px solid #eff6ff;
    color: #000;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    font-size: 16px;
    margin:0 0 15px;
}

.contact-infomsec textarea{
    background-color: #eff6ff;
    border: 1px solid #eff6ff;
    color: #000;
    border-radius: 10px;
    width: 100%;
    padding:25px;
    font-size: 16px;
    margin:0 0 15px;
}

.contact-infomsec .btnboxapp{
    background: #1c4387;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: unset;
    width: 100%;
}

.form-boxmainbook{
    margin-right:30px;
}
.intergatio-imagess{
    margin-top:3rem;
}
.nav-links a.active{
    color:#1c4387;
}
.international ul{
        display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.international li{
    text-align:center;
}
.pharimicecss{
       display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2rem;
}
.pharimicecss li{
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 50px;
    background: #00000003;
        padding: 2px 13px;
    font-size: 12px;
    font-weight:500;
}

.paiten-vist{
        margin: 0;
}
.paiten-vist li{
    padding-left: 30px;
    position: relative;
    font-weight:500;
}
.paiten-vist li li:not(:last-child) {
    margin-bottom: 6px;
}
.paiten-vist li:before {
    position: absolute;
    content:"\f130";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    color: #1c4387;
    left: 0;
}
.conatctbred{
    background-image: url(../images/bg/partner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.conatctbred::before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
        background-color: #000;
    opacity: 0.6;
}
.brwacunbrr{
       position: relative;
    z-index: 1;
    padding: 240px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.brwacunbrr .section-title{
    color:#fff;
}
.brwacunbrr .ocrm-beader li, .brwacunbrr .ocrm-beader li a{
    color:#fff !important;
}

.brwacunbrr .ocrm-beader li:not(:last-child)::before{
    color:#fff;
}

.brwacunbrr .ocrm-beader li:nth-child(1) a{
    filter: invert(100%) sepia(43%) saturate(2%) hue-rotate(167deg) brightness(113%) contrast(100%);
}
.ic-hero-area{
        background-color: #F8FAFC;
}
.ic-hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-inline-start: 65px;
}
.ic-hero-title {
        font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    /*letter-spacing: -4px;*/
    color:#111727;
}
.ic-hero-content-inner.pl-120 {
        padding-inline-start: 0;
        padding-inline-end: 150px;
    }
    

.oit-btn-teal {
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 19px 30px;
    display: inline-block;
    text-transform: capitalize;
    gap: 10px;
    text-align: center;
    color: #fff;
    background-color: #1c4387;
}
.oit-btn-teal > span {
    line-height: 1;
}
.oit-btn-teal > span span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.oit-btn-teal > span span span.text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}
.oit-btn-teal > span span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
    transform: translateY(-1px);
}
.oit-btn-teal i {
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
}
.oit-btn-teal i span {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-flex;
}
.oit-btn-teal i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all 0.2s ease-out;
}
.oit-btn-teal i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}
.ic-hero-funfact-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background: #1c4387;
    overflow: hidden;
    /*font-family: sans-serif;*/
    border-radius: 20px 0 0 0;
}
.ic-hero-funfact-item:nth-child(1), .ic-hero-funfact-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.ic-hero-funfact-item:nth-child(2), .ic-hero-funfact-item:nth-child(4) {
    border-inline-end: none;
}
.ic-hero-funfact-item:nth-child(3), .ic-hero-funfact-item:nth-child(4) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.ic-hero-funfact-item:nth-child(2), .ic-hero-funfact-item:nth-child(4) {
    border-inline-end: none;
}
.ic-hero-funfact-item .number {
    font-weight: 500;
    font-size: 55px;
    line-height: 1.22;
    margin-bottom: 0;
    color: #fff;
}
.ic-hero-funfact-item span {
    font-size: 35px;
}
.ic-hero-funfact-item p {
    margin-bottom: 0;
    color: #fff;
}
.ic-hero-funfact-item {
    padding: 40px 40px;
}

.fix {
    overflow: hidden;
}
.scale-up {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bc-about-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .mb-80 {
    margin-bottom: 80px;
}
    .oit-section-title {
        font-size: 52px;
    }
        .bc-about-text {
        font-size: 16px;
        /*margin-bottom: 110px;*/
    }
    .ic-about-style .bc-about-content span.line {
    background-color: #E2E8F0;
}
.bc-about-area .row.align-items-end{
    margin-bottom:2rem;
}
.bc-about-content span.line {
    height: 7px;
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #11383F;
    margin-bottom: 90px;
}
.ic-about-style .bc-about-content span.line::after {
    background-color: #1c4387;
}

.bc-about-accordion .accordion-button > span{
        font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
}

.bc-about-content span.line::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 39%;
    background-color: #88DE7D;
}
.bc-about-content p {
        font-size: 16px;
    }
    .bc-about-stat-number {
    font-weight: 400;
    font-size: 60px;
    display: flex;
    line-height: 0.9;
}

.mb-70 {
    margin-bottom: 70px;
}
.bc-about-accordion .accordion-item:first-child {
    border-top: 1px solid rgba(7, 43, 50, 0.08);
}

.bc-about-accordion .accordion-item {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid rgba(7, 43, 50, 0.08);
}

.bc-about-accordion .accordion-item .accordion-button{
    margin:0 0 10px;
}

.bc-about-accordion .accordion-icon {
    position: relative;
    height: auto;
    width: 20px;
}

.bc-about-accordion .accordion-button:not(.collapsed) .accordion-icon span:first-child {
    transform: translateX(-50%) rotate(45deg);
}

.gover-securiy-sec .security-box {
  margin-top:40px;  
}

.bc-about-accordion .accordion-icon > span:first-child {
    position: absolute;
    top: 0;
    transition: 0.3s;
    inset-inline-start: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.bc-about-accordion .accordion-icon > span {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    display: inline-block;
    height: 2px;
    width: 20px;
    transition: 0.3s;
    background-color: #11383F;
}
.bc-about-accordion .accordion-button:not(.collapsed) .accordion-icon span:last-child {
    transform: rotate(-45deg);
}

.ic-choose-area{
    padding:4rem 0;
    position:relative;
}
.bs-choose-style .ic-choose-item {
    background-color: #F5F8F8;
    border: 1px solid rgba(56, 63, 62, 0.1);
    padding: 40px 25px;
    border-radius: 10px;
        margin-bottom: 25px;
}
.ic-choose-item span {
        height: 50px;
        width: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border-radius: 10px;
        color:#fff;
        background-color:#1c4387;
        margin-bottom: 25px;
    }
    .ic-choose-item span svg {
        height: 22px;
    }
    .ic-choose-item .common-title {
        font-size: 20px;
        margin-bottom:15px;
        font-weight:600;
    }
    .ic-choose-item p{
        margin:0;
    }
    .shine-circle {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
}
.why-card:hover svg{
    filter:brightness(0) invert(1);
}
.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;
}
.shine-circle:hover::after {
    animation: circle 0.75s;
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.ic-choose-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.shine-circle img {
    transition: 0.9s;
}
.expetisee{
    background-image: url(../images/bg/aosta-banner.webp);
    background-size: cover;
    background-position: 30% 14.000000000000002%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding:5rem 0;
    background-position:center;
}
.expertisee{
        background: #fff;
    padding: 24px;
    width: 53%;
}
.expertisee p{
    font-style:italic;
}
.driving-digutal{
    background:#1c4387;
    padding:4rem 0;
}
.transiormtio p{
    color:#fff;
}
.driving-digutal .section-title{
    font-size:40px;
}
.vakluess-intertu{
    padding:5rem 0;
    position:relative;
}
.values-content{
    padding:1.5rem;
        padding: 1.5rem;
    border: 1px solid #0000001f;
    transition: all 0.4s ease;
    height:100%;
}
.values-content:hover img{
    animation:wobble .8s ease;
}

@keyframes wobble{
    0%{transform:rotate(0);}
    20%{transform:rotate(-12deg);}
    40%{transform:rotate(10deg);}
    60%{transform:rotate(-8deg);}
    80%{transform:rotate(5deg);}
    100%{transform:rotate(0);}
}
.boderr-rig{
    border-right:unset;
}
.boderr-botm{
    border-bottom:unset;
}
.values-content img{
    margin-bottom:1.4rem;
}
.values-content h4{
    font-size:20px;
    font-size:500;
}
.values-content p{
    margin:0;
}



.emr-ehr-sec {
    padding: 80px 20px;
    background: #f6f8fb;
}
 


/* Grid */
.emr-ehr-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 28px;
}
 
.emr-ehr-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: 0 6px 24px rgba(16, 24, 40, 0.06);
    border: 1px solid #eaedf3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
 
.emr-ehr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.1);
}
 
.card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eef1f6;
}
 
.card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: #eaf0fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.card-icon-ehr {
    background: #e6f5f2;
}
 
.card-top h3 {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    margin: 0;
    line-height: 1.4;
}
 
.card-top h3 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #8a93a6;
    margin-top: 2px;
}
 
.card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.card-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #3c4457;
    padding: 11px 0;
    border-bottom: 1px dashed #eef1f6;
}
 
.card-list li:last-child {
    border-bottom: none;
}
 
.tick {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
 
.tick-emr {
    background: #1c4387;
}
 
.tick-ehr {
    background: #1c4387;
}
 
/* Divider */
.emr-ehr-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.emr-ehr-divider span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #101828;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.18);
}
 
/* Banner */
.emr-ehr-banner {
    margin-top: 40px;
    background: linear-gradient(120deg, #1c4387, #14315f);
    border-radius: 18px;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    gap: 20px;
}
 
.banner-icon {
    min-width: 56px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.emr-ehr-banner p {
    margin: 0;
    color: #eef2fb;
    font-size: 15.5px;
    line-height: 1.7;
}
 
.emr-ehr-banner strong {
    color: #ffffff;
}
 .dashbvir{
     padding:5rem 0;
 }
 .connected{
     padding-bottom:5rem;
 }
 
 
 .security-box .nav-link.active{
     background-color:transparent;
     border:unset;
     border-bottom:2px solid #1c4387;
     color:#1c4387;
     font-weight:600;
 }
 .security-box .nav-link{
     color:#000;
 }
 .ic-choose-item img{
     filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(346deg) brightness(110%) contrast(101%);
 }
 
 .item-number {
    order: 1;
}

.item-content {
    order: 2;
    flex: 1;
}

.icon-wrap {
    order: 3;
}


.testimonial-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of visible lines */
    -webkit-box-orient: vertical;
    transition: all 0.4s ease;
}

.testimonial-content.show {
    display: block;
    overflow: visible;
}

.read-more-btn {
    /*margin-top: 15px;*/
    background: transparent;
    border: none;
    color: #97181f;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    font-size: 13px;
}

.read-more-btn:hover {
    color: #0056b3;
}

.restmomnail .swiper-slide{
    height:auto !important;
}
.source-btn {
        display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    /*background: #1c4387;*/
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}
.fordoctos .benefit-strip{
        display: flex;
    flex-direction: column;
}
.source-btn:hover {
    /*background: #1c4387;*/
    color: #1c4387;
}
.ic-hero-content-inner p{
    margin-bottom:2rem;
}
.bisiness img{
    width:100%;
        /*height: 278px;*/
    border-radius:20px;
}
.inre-images{
    margin-bottom:1.2rem;
}
.didgital-slotion{
    text-align:center;
}
.didgital-slotion .ocrm-beader{
    justify-content:center;
}
.qoation{
        display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.qoation i{
        font-size: 40px;
    color: #97181f;
}

.swioper-slidererr .swiper-slide-thumb-active .title-conten{
 border: 1px solid #1c4387;
}

.hide-robot{
display:none !important;
}

label.error{
    color: red;
    font-size: 14px;
    position: relative;
    top: -10px;
}

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

.error-box-main{
    width:60%;
    margin:0 auto;
    text-align:center;
}

.error-box-main p{
    margin:0 0 30px;
}