.blue-header{
    background: #11153C;
    transition: none;
}

.blue-header .navbar .collapse .navbar-nav .nav-item a{
    color: #fff;
}

.blue-header .custom-dropdown .dropdown-list {
    background: #11153C;
}

.blue-header  .custom-dropdown .dropdown-list li .dropdown-item {
  color: #fff !important;
}


.blue-header .custom-dropdown .dropdown-list li .dropdown-item:hover {

  color: #fff !important;
}

.blue-header.sticky-header{
    background: #11153C;
    animation: none;
    box-shadow: none;
}

.home-updated-banner{
    height: 90vh;
}

.secondary-btn-new{
     position: relative;
    font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
  color: #fff;
  background: linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%);
    box-shadow: 0px 0px 10px #2D3C9A;
  border-radius: 10px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  padding: 0px 20px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1;
  min-width: max-content;
  border-radius: 50px;
}
.secondary-btn-new:hover{
    color: #fff;
}

.secondary-btn-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: 0.6s ease;
}

.secondary-btn-new:hover::after {
  left: 120%;
}


/* Counter Section */
.counter-section .box{
    border-radius: 30px;
    padding: 60px 40px;
}


.counter-section .box .web-stats {
    display: flex;
    align-items: center;
    column-gap: 80px;
    text-align: center;
      border-radius: 22px;
      position: relative;
      border: 3px solid transparent;
  background:
    linear-gradient(#09113B, #09113B) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
  box-shadow: 0 0 10px #2D3C9A;
  padding: 50px 30px;
  /* Gradient background animation */
    /* background: linear-gradient(270deg, #F2436E, #7317A5, #F2436E); */
    background-size: 600% 600%;
    animation: gradientMove 8s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.counter-section .box .stats-item{
    position: relative;
}
.counter-section .box .stats-item:after{
    position: absolute;
    content: "";
    top: 0;
    right: -50px;
    background: #FFFFFF;
    height: 100%;
    width: 1px;

}

.counter-section .box .stats-item:last-child:after{
    content: unset;
}

.counter-section .box .web-stats .content span{
    color: #fff;
    font-size: clamp(0.9375rem, 0.7371rem + 0.3233vw, 1.125rem);
    display: block;
    margin-bottom: 10px;
}

.counter-section .box .web-stats .content p{
    max-width: 80%;
    margin: 0 auto;
}

.tailored-healthcare-service .service-card{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    /* padding-top: 50px; */
    min-height: 375px;
    display: flex;
    align-items: center;
}
.tailored-healthcare-service .service-card .service-content{
    max-width: 80%;
}

.service-card.card-big{
    min-height: 400px;
}

.tailored-healthcare-service .service-card .btn a{
    color: #fff;
}

.cta-home .box{
    aspect-ratio: 1316 / 444;
    padding-left: 60px;
}

.case-success-health .box{
    border-radius: 20px;
}

.case-success-health .nav-tabs {
    border-bottom: none;
    column-gap: 20px;
}
.case-success-health .nav-tabs .nav-item .nav-link{
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    background:
    linear-gradient(#09113B, #09113B) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
  box-shadow: 0 0 10px #2D3C9A;
height: 48px;
min-width: 177px;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-color: transparent;
  background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
}

.case-success-health .nav-tabs .nav-item .nav-link.active{
     background: linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%);
    box-shadow: 0px 0px 10px #2D3C9A;
    border-color: transparent;
}

.case-success-health .tab-content{
    margin-top: 50px;
}

.case-success-health .tab-content .tab-pane{
    padding: 0;
}

.case-success-health .tab-content .box{
    /* aspect-ratio: 1200 / 540; */
    padding: 50px 30px;
} 

.case-success-health .tab-content .box span{
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.case-success-health .tab-content .box .info-main{
    display: flex;
    align-items: center;
    column-gap: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.case-success-health .tab-content .box .info-main .info-item{
    position: relative;
}

.case-success-health .tab-content .box .info-main .info-item:last-child::after{
    display: none;
}

.case-success-health .tab-content .box .info-main .info-item:after{
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 1px;
}

.why-health .box{
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out;
   
}

.why-health .box:hover{
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
    background-size: 600% 600%;
    animation: gradientMove 4s ease infinite;
}

.swiper.fourstepslider{
  height: 500px;
}

.four-steps-health .build-box {
    background: #181C4A;
  border-radius: 27px;
  height: 155px;
  padding: 30px 20px;
  transition: 0.4s ease-in-out;
  border: 2px solid transparent;
   box-shadow: 0 0 10px #2D3C9A;
}

.four-steps-health .fourstepslider .swiper-slide-active .build-box {
  border: 2px solid rgba(244, 122, 20, 0.8);
  box-shadow: 0 0 12px rgba(244, 122, 20, 0.25);
  /* light halo */
  border-radius: 27px;
   border: 2px solid transparent;
 background:
    linear-gradient(#181C4A, #181C4A) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
    background-size: 600% 600%;
    animation: gradientMove 4s ease infinite;

  box-shadow:
    0 0 12px rgba(242, 67, 110, 0.25),
    0 0 20px rgba(115, 23, 165, 0.15);
     
}

.four-steps-health .fourstepslider .swiper-slide {
  transition: all 0.5s ease;
  transform: scale(0.8);
  /* default smaller size */
  opacity: 0.8;
}

.four-steps-health .fourstepslider .swiper-slide-prev,
.four-steps-health .fourstepslider .swiper-slide-next {
  transform: scale(0.8);
  opacity: 0.9;
}

.four-steps-health .fourstepslider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.four-steps-health .build-box .build-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.four-steps-health .build-box .build-flex .num {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
}

.four-steps-health .build-box .build-flex .num h4 {
  margin-bottom: 0;
}

.four-steps-health .build-box .build-flex .content p {
  margin-bottom: 0;
}

.testimonials{
    position: relative;
}

.testimonials .box{
    background: #F9FAFB;
    border-radius: 16px;
    padding: 35px 25px;
    height: 100%;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.testimonials .box .info{
    margin-top: 30px;
}

.testimonials .box .info .info-flex{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.testimonials .box .info .info-flex .text span{
    font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
    display: block;
}

.swiper.testimonialsslider{
    height: 100%;
}

.testimonials .swiper-button-prev , .testimonials .swiper-button-next{
    color: #F2436E;
    background: #F9F9F9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
}


.testimonials .swiper-slide-active .box{
background:
    linear-gradient(#F9FAFB, #F9FAFB) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
    background-size: 600% 600%;
    animation: gradientMove 4s ease infinite;
}

.testimonials .swiper-button-next{
    top: 150px;
    right: 230px;
}

.testimonials .swiper-button-prev{
   top: 150px;
    left: unset;
    right: 280px;
}

.testimonials .swiper-button-prev:hover , .testimonials .swiper-button-next:hover{
 background: linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%);
  color: #fff;
}


.testimonials .swiper-button-prev:after , .testimonials .swiper-button-next:after{
font-size: 16px;

}

.marquee-section.awards-sec .marquee-item{
    background: #171739;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin: 0 15px;
    background:
    linear-gradient(#171739, #171739) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
    background-size: 600% 600%;
    animation: gradientMove 4s ease infinite;
}

/* service pages */

.home-updated-banner.service-inner-banner{
    position: relative;
}
.home-updated-banner.service-inner-banner:after{
    position: relative;
}

.unlock-max .box{
    padding: 35px 25px;
    border-radius: 20px;
    background: #181C4A;
    height: 100%;
    transition: 0.3s ease-in-out;
    border: 2px solid #181C4A;
    position: relative;
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease,
        background 0.4s ease;
}

.unlock-max .box .icon{
    position: absolute;
    top: 20px;
    right: 30px;
}

.unlock-max .box:hover{
    /* lift + subtle scale */
    transform: translateY(-10px) scale(1.03);
    border: 2px solid transparent;
background:
    linear-gradient(#181C4A, #181C4A) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
    background-size: 600% 600%;
    animation: gradientMove 4s ease infinite;
     /* soft glow */
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(242, 67, 110, 0.35);
}

.health-providers .box{
    border-radius: 20px;
    height: 100%;
    padding: 35px 25px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
     /* smooth transition */
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.35s ease,
        background 0.35s ease;
        
}

.health-providers .box:hover{
    /* lift effect */
    transform: translateY(-10px) scale(1.03);

     border: 1px solid transparent;
background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #F2436E 0%, #7317A5 74.5%) border-box;
    background-size: 600% 600%;
    animation: gradientMove 4s ease infinite;
    /* slightly stronger shadow on hover */
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.18);
}

.four-steps-health.four-steps-service .build-box{
    height: 170px;
}

.cta.cta-service .cta-box{
    aspect-ratio: 1246 / 377;
}


html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


/* CURSOR CSS */

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid #F2436E;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.15s;
    z-index: 9999999999;
  }
  .cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color:  #F2436E;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 999999999;
  }

@media (min-width: 1600px) and (max-width: 1800px) {
    /* service pages */
    .four-steps-health.four-steps-service .build-box{
    height: 145px;
}

}

@media (min-width: 1400px) and (max-width: 1599px) {
    .secondary-btn-new{
  height: 46px;
  line-height: 46px;
}
.testimonials .swiper-button-next{
    right: 60px;
}

.testimonials .swiper-button-prev{
    right:110px;
}
 /* service pages */

.unlock-max .box .icon{
    top: 13px;
    right: 20px;
}

    .four-steps-health.four-steps-service .build-box{
    height: 145px;
}
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .secondary-btn-new{
  height: 44px;
  line-height: 44px;
}
.counter-section .box{
    padding: 50px 30px;
}

.counter-section .box .web-stats{
    padding: 30px 20px;
}

.tailored-healthcare-service .service-card{
    min-height: 300px;
}

.tailored-healthcare-service .service-card.card-big{
    min-height: 320px;
}
.why-health .box{
    padding: 25px 20px;
}

.swiper.fourstepslider{
  height: 430px;
}

.four-steps-health .build-box {
    height: 140px;
    padding: 25px 20px;
}

.cta-home .box{
    padding-left: 40px;
}
.case-success-health .tab-content .box{
    padding: 30px 20px;
}

.testimonials .box{
    padding: 30px 20px;
}

.testimonials .swiper-button-next{
    right: 60px;
}

.testimonials .swiper-button-prev{
    right:110px;
}
 /* service pages */

.unlock-max .box .icon{
    top: 13px;
    right: 20px;
}

    .four-steps-health.four-steps-service .build-box{
    height: 140px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.home-updated-banner{
    padding: 70px 0;
    height: auto;
}

   .secondary-btn {
  height: 42px;
  line-height: 38px;
}
.counter-section .box{
    padding: 40px 30px;
}

.counter-section .box .stats-item:after{
    right: -20px;
}

.counter-section .box .web-stats{
    padding: 30px 20px;
    column-gap: 40px;
}

.tailored-healthcare-service .service-card{
    min-height: 270px;
}

.tailored-healthcare-service .service-card.card-big{
    min-height: 300px;
}
.why-health .box{
    padding: 25px 20px;
}

.swiper.fourstepslider{
  height: 430px;
}

.four-steps-health .build-box {
    height: 140px;
    padding: 25px 20px;
}

.four-steps-health .build-box .build-flex .num {
  width: 50px;
  height: 50px;
  flex: 0 0 60px;
}

.cta-home .box{
    padding-left: 40px;
}
.case-success-health .tab-content .box{
    padding: 30px 20px;
}

.testimonials .box{
    padding: 30px 20px;
}

.testimonials .swiper-button-next{
    right: 60px;
}

.testimonials .swiper-button-prev{
    right:110px;
}
/* service pages */

.unlock-max .box .icon{
    top: 13px;
    right: 20px;
}

.health-providers .box{
    padding: 30px 20px;
}

    .four-steps-health.four-steps-service .build-box{
    height: 140px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.home-updated-banner{
    padding: 70px 0;
    height: auto;
}

   .secondary-btn {
  height: 42px;
  line-height: 38px;
}
.counter-section .box{
    padding: 40px 30px;
}

.counter-section .box .stats-item:after{
    content: unset;
}

.counter-section .box .web-stats{
    padding: 30px 20px;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.counter-section .box .stats-item{
    flex: 0 0 46%;
}

.tailored-healthcare-service .service-card{
    min-height: 270px;
}

.tailored-healthcare-service .service-card.card-big{
    min-height: 300px;
}
.why-health .box{
    padding: 25px 20px;
}

.swiper.fourstepslider{
  height: 370px;
}

.four-steps-health .build-box {
    height: 120px;
    padding: 25px 20px;
}

.four-steps-health .build-box .build-flex .num {
  width: 50px;
  height: 50px;
  flex: 0 0 60px;
}

.cta-home .box{
    padding: 30px 30px;
    aspect-ratio: unset;
    border-radius: 20px;
}

.case-success-health .nav-tabs {
    column-gap: 10px;
    row-gap: 20px;
}

.case-success-health .tab-content .box{
    padding: 30px 20px;
}

.testimonials .box{
    padding: 30px 20px;
}

.testimonials .swiper-button-next{
    right: 60px;
    top: unset;
    bottom: -10px;
}

.testimonials .swiper-button-prev{
    right:110px;
     top: unset;
    bottom: -10px;
}
/* service pages */

.unlock-max .box .icon{
    top: 13px;
    right: 20px;
}

.unlock-max .box .icon svg{
    height: 25px;
    width: auto;
}

.health-providers .box{
    padding: 30px 20px;
}

    .four-steps-health.four-steps-service .build-box{
    height: 120px;
}

.cta.cta-service .cta-box{
    padding: 30px 20px;
    aspect-ratio: unset;
    border-radius: 10px;
}
.cursor1 , .cursor2{
    display: none;
}
}

@media (min-width: 0px) and (max-width: 767px) {
.home-updated-banner{
    padding: 70px 0;
    height: auto;
}

   .secondary-btn-new {
  height: 42px;
  line-height: 38px;
}
.counter-section .box{
    padding: 30px 20px;
    border-radius: 10px;
}

.counter-section .box .stats-item:after{
    content: unset;
}

.counter-section .box .web-stats{
    padding: 30px 10px;
    column-gap: 0px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.counter-section .box .stats-item{
    flex: 0 0 100%;
}

.counter-section .box .web-stats .content p{
    max-width: 100%;
}

.tailored-healthcare-service .service-card{
    min-height: auto;
    padding: 40px 20px;
}

.tailored-healthcare-service .service-card.card-big{
    min-height: auto;
}
.why-health .box{
    padding: 25px 20px;
}

.swiper.fourstepslider{
  height: 350px;
  margin-top: 20px;
}

.four-steps-health .build-box {
    height: 160px;
    padding: 20px 20px;
    border-radius: 10px;
}

.four-steps-health .swiper-slide-active .build-box {
    border-radius: 10px;
}

.four-steps-health .build-box .build-flex{
    flex-wrap: wrap;
    row-gap: 10px;
}

.four-steps-health .build-box .build-flex .num {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.cta-home .box{
    padding: 30px 30px;
    aspect-ratio: unset;
    border-radius: 20px;
}

.case-success-health .nav-tabs {
    column-gap: 10px;
    row-gap: 20px;
}

.case-success-health .box{
    border-radius: 10px;
}

.case-success-health .nav-tabs .nav-item .nav-link{
  height: 42px;
  min-width: max-content;
}

.case-success-health .tab-content .box{
    padding: 30px 20px;
}

.testimonials .box{
    padding: 30px 20px;
}

.testimonials .swiper-button-prev , .testimonials .swiper-button-next{
    width: 35px;
    height: 35px;
}

.testimonials .swiper-button-prev:after , .testimonials .swiper-button-next:after{
font-size: 14px;

}

.testimonials .swiper-button-next{
    right: 10px;
    top: 120px;
    bottom: unset;
}

.testimonials .swiper-button-prev{
    right:60px;
     top: 120px;
    bottom: unset;
}

.cta.cta-service .cta-box{
    padding: 30px 20px;
    aspect-ratio: unset;
    border-radius: 10px;
}

/* service pages */

.home-updated-banner.service-inner-banner{
    position: relative;
    z-index: 1;
}
.home-updated-banner.service-inner-banner::after{
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: rgba(0, 0, 0, 0.55); /* adjust darkness */
    z-index: -1;
}
.unlock-max .box .icon{
    top: 13px;
    right: 20px;
}

.unlock-max .box{
    border-radius: 10px;
}

.unlock-max .box .icon svg{
    height: 22px;
    width: auto;
}

.health-providers .box{
    padding: 30px 20px;
    border-radius: 10px;
}

.health-providers .box .icon svg{
    height: 3-px;
    width: auto;
}

    .four-steps-health.four-steps-service .build-box{
    height: 175px;
    }

.cta.cta-service .cta-box{
    padding: 30px 20px;
    aspect-ratio: unset;
    border-radius: 10px;
}

.cursor1 , .cursor2{
    display: none;
}

}


@media (min-width: 0px) and (max-width: 350px) {
.four-steps-health .build-box {
    height: auto;
}
}