@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body{
    font-family: "Nunito Sans", sans-serif;
}
.logo-img{
    width: 180px;
}
.list-header{
    background: linear-gradient(90deg, #FFFFFF 0%, #EDEDED 100%);
border: 0.1px solid rgba(89, 196, 188, 1);
padding: 15px 30px !important;
gap: 30px;
border-radius: 50px;
align-items: center;
}
.list-header li a{
    padding: 10px 25px;
   background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(222, 222, 222, 1);
    border-radius: 50px;
    cursor: pointer;
}
.list-header li a:hover{
        background: rgba(2, 131, 145, 0.05);
    border: 1px solid rgba(2, 131, 145,1);
}
.list-header li:hover a{
        color: rgba(13, 136, 150, 1);
}
.list-header li.active-link a{
    padding: 10px 25px;
    background: rgba(2, 131, 145, 0.05);
    border: 1px solid rgba(2, 131, 145, 1);
    border-radius: 50px;
}
.list-header li a:hover{
    text-decoration: none;
}
.list-header li.active-link a{
    color: rgba(13, 136, 150, 1);
    font-weight: 700;
}
.list-header li a{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.gap-btn-header{
    gap: 20px;
}
a:hover{
    text-decoration: none;
}
.btn-secondary{
    border: 0.5px solid rgba(2, 131, 145, 1);
    /* box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16); */

    background: #fff;
    color: rgba(54, 54, 54, 1);
    font-weight: 400;
    border-radius: 50px;
    padding: 12px 24px;
}
.btn-secondary:hover{
    background: rgba(2, 131, 145, 1);
    border: 0.5px solid rgba(2, 131, 145, 1);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: 400;
}
.btn-primary{
    border: 0.5px solid rgba(2, 131, 145, 1);
    background: rgba(2, 131, 145, 1);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 24px;
}
.btn-primary:focus{
     border: 0.5px solid rgba(2, 131, 145, 1) !important;
    background: #fff !important;
    color: rgba(54, 54, 54, 1) !important;
}
.btn-primary:hover{
    border: 0.5px solid rgba(2, 131, 145, 1);
    background: #fff;
    color: rgba(54, 54, 54, 1);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
    font-weight: 600;
}
.mobile-header{
    display: none;
}
.hero-text{
        color: rgba(54, 54, 54, 1);
        font-weight: 600;
        font-size: 50px;
}
.hero-text span{
        color: rgba(2, 131, 145, 1);
        font-weight: 700;     
}
.img-01{
        position: absolute;
    top: 0px;
    left: 0px;
    width: 360px;
    z-index: 11111;
    transform: translate(-20px, -135px) ;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translate(-20px, -135px); /* start at original position */
    }
    50% {
        transform: translate(-20px, -155px); /* move up 20px */
    }
    100% {
        transform: translate(-20px, -135px); /* back to original */
    }
}
.about-img-01{
         position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    z-index: 11;
    transform: translate(-85px, -88px);
    animation: float-left-about 3s ease-in-out infinite;
}

@keyframes float-left-about {
    0% {
    transform: translate(-85px, -88px);   /* base position */
  }
  50% {
    transform: translate(-85px, -108px);  /* move up 20px */
  }
  100% {
    transform: translate(-85px, -88px);   /* back to base */
  }
}
.about-img-02{
         position: absolute;
    top: 0px;
    right: 0px;
    width: 270px;
    z-index: 11;
    transform: translate(100px, 55px);
    animation: float-right-about 3s ease-in-out infinite;
}
@keyframes float-right-about {
  0% {
    transform: translate(100px, 55px);   /* base position */
  }
  50% {
    transform: translate(100px, 35px);   /* move up 20px */
  }
  100% {
    transform: translate(100px, 55px);   /* back to base */
  }
}
.img-02{
        position: absolute;
    top: 0px;
    right: 0px;
    width: 360px;
    z-index: 11111;
    transform: translate(35px, -135px);
    animation: float-right 3s ease-in-out infinite;
}
@keyframes float-right {
    0% {
        transform: translate(35px, -135px); /* start at original position */
    }
    50% {
        transform: translate(35px, -155px); /* move up 20px */
    }
    100% {
        transform: translate(35px, -135px); /* back to original */
    }
}

.hero-bg-img{
    position: relative;
    background: rgba(235, 235, 235, 1);
    border-radius: 18px;
    /* height: 500px; */
}
.hero-bg-img .overlay-hero{
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    z-index: 1;
    border-radius: 18px;
}
.play-icon-img{
    z-index: 111;
    font-size: 40px;
    background: rgba(2, 131, 145, 1);
    box-shadow: 3.14px 4.71px 12.57px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 18px;
    color: #fff;
    cursor: pointer;
}
.feature-para{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    text-align: center;
}
.fs-32{
    font-size: 32px;
}
.fs-18{
    font-size: 18px !important;
}
.w-95{
    width: 95%;
}
.laptop-wrapper {
  width: 55%;
  perspective: 1200px; /* yahan par lagana hai */
  perspective-origin: center bottom; /* realistic hinge feel */
  display: flex;
  margin: auto;
}

.img-open {
  width: 100%;
  transform-origin: bottom center; /* hinge from bottom */
  will-change: transform;
  backface-visibility: hidden; /* ulta render na ho */
}

.about-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 40px 0; */
  /* background-color: #f5fafd; light blue background like your screenshot */
}

/* Top-left floating card */
.about-left-img {
      position: absolute;
    top: -25%;
    left: -18%;
    width: 70%;
    max-width: 350px;
    z-index: 1;
    animation: floatCard 6s 
ease-in-out infinite;
}

/* Main doctor-patient image */
.about-main-img {
  position: relative;
  z-index: 2;
  max-width: 600px;
  height: auto;
}

/* Bottom wave animation */
.wave-img {
  position: absolute;
    bottom: 95px;
    right: -90px;
    width: 65%;
    max-width: 550px;
    z-index: 2;
  animation: floatWave 8s ease-in-out infinite alternate;
}

/* Floating animation for card */
@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Floating animation for wave */
@keyframes floatWave {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .about-left-img{
       top: 0%;
    left: 0%;
    width: 50%;
    max-width: 350px;
    z-index: 1;
  }
  
  .about-main-img {
    width: 100%;
  }
  .wave-img {
    bottom: 71px;
    right: -5px;
    width: 50%;
  }
}


/* .laptop-wrapper img {
    
  position: absolute;
  max-width: 100%;
 left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  
  transition: opacity 4s ease-in, transform 10s ease-in;

}
.hero-bg-img img.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
} */
.img-open {
  width: 100%;
  transform-origin: bottom center;
  transition: none; /* scroll ke sath direct update hoga */
  will-change: transform;
}

.hero-para{
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
    font-size: 22px;
}
.btn-signfree{
    background: rgba(2, 131, 145, 1);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 12px 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    border-radius: 50px;
    gap: 10px;
}
.btn-signfree:hover{
    border: 0.5px solid rgba(2, 131, 145, 1);
    background: #fff;
    color: rgba(54, 54, 54, 1);
}
/* .hero-bg-img {
  position: relative;

}
.hero-bg-img img{
     width: 65%;
     opacity: 0;
   
     margin: auto;
 display: none;
}

.hero-bg-img img.active {
  display: block;
  opacity: 1;
} */
.light-color-bg{
    background: rgba(2, 131, 145, 0.1);
    padding: 150px 0px 40px 0px;
    border-radius: 12px;
}
.inner-bg-white{
    border-radius: 12px;

}
.microphone-border {
  width: 120px;                
  height: 120px;
  border-radius: 50%;
  background-color: #fff;     
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.1); 
  margin: auto;
}

.microphone-inner {
  width: 90px;                 
  height: 90px;
  border-radius: 50%;
  background-color: #33a6a6;   
  display: flex;
  align-items: center;
  justify-content: center;
}

.microphone-icon {
  color: #fff;                 
  font-size: 42px;            
}
.refresh-icon{
     background: rgba(255, 255, 255, 1);
border: 0.11px solid rgba(170, 170, 170, 0.22);
color: rgba(116, 116, 116, 1);              
  font-size: 42px;  
  padding: 12px; 
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.container-fluid{
    max-width: 1800px;
    margin: auto;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item.active, .dropdown-item:active {
    background: rgba(2, 131, 145, 1) !important;
}
/* .btn-secondary{
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(222, 222, 222, 1);
    color: rgba(54, 54, 54, 1);
    font-weight: 600;
        padding: 12px 30px;
    border-radius: 50px;
}
.btn-secondary:hover{
     background: rgba(222, 222, 222, 1);
    border: 0.5px solid rgba(222, 222, 222, 1);
    color: rgba(54, 54, 54, 1);
} */
.btn-watch{
    background: rgba(2, 131, 145, 1);
    border: 0.5px solid rgba(2, 131, 145, 1);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: 600;
        padding: 12px 30px;
    border-radius: 50px;
}
.btn-watch:hover{
     background: #fff;
    border: 0.5px solid rgba(2, 131, 145, 1);
    color: rgba(54, 54, 54, 1);
}
.fs-40{
    font-size: 50px;
}
.btn-about{
    gap: 30px;
}
.about-para{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    font-size: 22px;
}
.about-mobile-img{
    display: none;
}
.arrow-right-icon{
font-size: 24px;
}
.play-icon{
font-size: 24px;
}
.fs-22{
    font-size: 20px;
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.magnify-glass-img{
        width: 35%;
    position: absolute;
    bottom: 0px;
}
.accordion-txt.active-accordion{
    background: rgba(2, 131, 145, 1);
    border-radius: 12px;
    padding: 15px;
}
.active-feature{
    background: rgba(2, 131, 145, 1) !important;
    border: 0.5px solid rgba(222, 222, 222, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 600;
}
.active-feature:hover{
    color: rgba(255, 255, 255, 1) !important;
}
.right-arrow-icon{
    font-size: 28px;
}
.btn-feature{
background: rgba(255, 255, 255, 1);
border: 0.5px solid rgba(222, 222, 222, 1);
color: rgba(53, 53, 53, 1);
 border-radius: 12px;
    padding: 12px 30px;
    font-weight: 500;
}
.btn-feature:hover{
      background: rgba(2, 131, 145, 1) !important;
    border: 0.5px solid rgba(222, 222, 222, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
.gap-feature{
    gap: 30px;
}
.accordion-txt.active-accordion .txt-capture{
    color: #fff;
}
.accordion-txt.active-accordion .report-icon{
    color: #fff;
}
.accordion-txt.active-accordion .icon-down-accordion{
    color: #fff;
}
.report-icon{
    font-size: 24px;
    /* color: #fff; */
}
.txt-capture{
    font-weight: 500;
    font-size: 18px;
}
.icon-down-accordion{
    font-size: 22px;
}
.gap-accordion{
    gap: 15px;
}
.border-time{
    background: rgba(248, 248, 248, 1);
    padding: 18px 35px;
    border-radius: 12px;
}
.battery-icon{
    font-size: 60px;
    color: rgba(2, 131, 145, 1);
}
.text-hour{
    color: rgba(2, 131, 145, 1);
    font-weight: 600;
}
.para-hour{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
/* Active center zoom-in */
    .zoom-in img{
      /* transform: scale(1.1); */
      opacity:1;
      pointer-events:auto !important;
    }

    /* Non-active zoom-out + disable */
    .zoom-out img{
      transform: scale(0.85);
      opacity:0.5;
      pointer-events:none !important;
    }

    .owl-item.center { z-index:99; }

    .img-clinical-right {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    height: auto;
    animation: floatUpDown 3s ease-in-out infinite;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.main-video-watch   .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    color: white;
    z-index: 10;
    cursor: pointer;
    transform: translate(13px, -24px);
}
.videoFrame{
    width: -webkit-fill-available;
}
@media (min-width: 576px) {
  .main-video-watch  .modal-dialog {
        max-width: 1280px;
        margin: 1.75rem auto;
    }
}
@keyframes floatUpDown {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-15px); /* upar */
    }
    100% {
        transform: translate(-50%, -50%) translateY(0); /* neeche */
    }
}
.dot-slider{
    gap: 15px;
}
.dot-slider .active-dot{
width: 40px !important;
height: 13px !important;
background: rgba(2, 131, 145, 1) !important;
border-radius: 12px !important;
}
.dot-slider .dot{
width: 13px;
height: 13px;
background: rgba(217, 217, 217, 1);
border-radius: 50px;
cursor: pointer;
}
.slider-right{
    background: rgba(230, 243, 244, 1);
    border-bottom: 4px solid rgba(2, 131, 145, 1);
    padding: 15px 25px;
    border-radius: 12px;
}
.doctor-img{
    width: 170px;
}
.doctor-img-small{
        width: 70px;
    height: 70px;
    border-radius: 50px;
}

.txt-slide{
    font-weight: 500;
    color: rgba(2, 131, 145, 1);
    font-size: 22px;
}
.slide-para{
    font-weight: 500;
    color: rgba(107, 107, 107, 1);
}
.slide-para-desc{
    color: rgba(54, 54, 54, 1);
    font-weight: 400;
    /* font-size: 18px; */
    font-size: 16px;
}
.slide-start-icon i{
    color: rgba(253, 198, 46, 1);
}
.text-healthcare{
    color: rgba(54, 54, 54, 1);
    font-weight: 600;
}
.para-healthcare{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    
}
.gap-slider{
    gap: 30px;
    overflow-x: scroll;
    width: 100%;
overflow-x: auto; /* horizontal scroll enable */
  scroll-behavior: smooth; /* smooth scroll */
  padding-bottom: 10px; /* scrollbar overlap avoid */
  scroll-snap-type: x mandatory; /* Optional smooth scroll */
  padding-left: 0;
  margin-left: 0;
}

.gap-slider::-webkit-scrollbar {
  height: 8px; /* scrollbar size */
}

.gap-slider::-webkit-scrollbar-thumb {
  background: transparent; 
  border-radius: 4px;
}

.gap-slider .border {
  flex: 0 0 calc(33.333% - 20px); /* 3 cards per row */
  min-width: 300px; /* minimum card width */
  background: transparent;
  border-radius: 12px;
}

.slider-right .doctor-img {
  width: 170px;        /* fix width */
 height: -webkit-fill-available;
    aspect-ratio: 1 / 1;      /* height automatically adjust */
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 0px !important;
}  
.left-medical-content{
           background: rgba(248, 248, 248, 1);
    padding: 65px 25px;
    height: -webkit-fill-available;
    border-radius: 12px;
} 
.footer{
    /* background: rgba(2, 131, 145, 1); */
}
.footer-text-wrap{
    background: rgba(23, 107, 116, 1);
    height: -webkit-fill-available;
}
.footer-text{
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 18px;
}
.footer-logo{
    width: 150px;
}
.txt-update{
    font-weight: 400;
    color: rgba(55, 55, 55, 1);
}
.txt-update span{
    font-weight: 700;
}
.facebook-icon{
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
.accordion-wrapper{
    cursor: pointer;
}
.social-icon{
    gap: 18px;
}
.footer-border-line{
    border: 0.5px solid rgba(255, 255, 255, 0.5)
}

.footer-newsletter-text{
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.footer-para{
    font-weight: 400;
}
.input-field{
    height: 65px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1.02px solid rgba(2, 131, 145, 0.31);
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    padding-left: 25px;
    padding-right: 135px;
}

.input-field:focus{
     background: rgba(255, 255, 255, 1);
    border: 1.02px solid rgba(2, 131, 145, 0.31);
    box-shadow: none;
}
.btn-subscribe{
    background: rgba(2, 131, 145, 1);
    padding: 12px 24px;
    border-radius: 50px;
    color: #fff;
        position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(-10px, 8px);
}
.btn-subscribe:hover{
    background: transparent;
    border: 1.5px solid rgba(2, 131, 145, 1);
    color: rgba(2, 131, 145, 1);
}
.footer-list{
    line-height: 40px;
}
.footer-list li a{
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 80%;
    font-size: 18px;
    
}

.footer-list li a:hover{
    text-decoration: none;
    color: #fff;
    opacity: 100%;
}
.footer-list li a.active-link{
     color: #fff;
    opacity: 100%;
}
.text-copyright{
    font-weight: 400;
    color: rgba(255, 255, 255, 1) !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.mobile-dot{
    display: none !important;
}
.txt-team{
    color: rgba(55, 55, 55, 1);
    font-weight: 700;
}
.para-team{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.slide-button{
    gap: 30px;
}
.slide-txt{
    margin-top: -55px;
    z-index: 111111;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 18.74px 32.54px 0px rgba(111, 109, 113, 0.13);
}

.about-team-slide .owl-item {
  transition: all 0.5s ease;
  transform: scale(0.9);
  opacity: 0.7;
  z-index: 1;
}

.about-team-slide .owl-item.active-slide {
  transform: scale(1.1);
  z-index: 3;
  opacity: 1;
  position: relative;
}

/* Card container */
.team-card {
  position: relative;
  overflow: visible;
}

/* Team image */
.team-card .team-img {
  border-radius: 20px;
  transition: all 0.6s ease;
  transform-origin: center bottom;
}

/* Active image zoom + overlap */
.about-team-slide .owl-item.active-slide .team-img {
  transform: translateY(-30px) scale(1.9);
}

/* Slide text styling */
.slide-txt {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  margin-top: -65px; 
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Active slide highlight */
.about-team-slide .owl-stage {
  display: flex;
  align-items: flex-end; 
}

.about-team-slide .owl-item {
  transition: all 0.5s ease;
  transform: scale(0.9);
  opacity: 0.7;
  z-index: 1;
  overflow: hidden; 
}

.about-team-slide .owl-item.active-slide {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

/* Team card container */
.team-card {
  position: relative;
  overflow: hidden;
  
}

/* Image styling */
.team-card .team-img {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
  transition: all 0.5s ease;
  transform: translateY(0);
}

/* Lift image slightly on active, but within card */
.about-team-slide .owl-item.active-slide .team-img {
  transform: translateY(-10px) scale(0.95);
}


/* Highlight active text */
.about-team-slide .owl-item.active-slide .slide-txt {
  background-color: #007a74 !important;
  color: #fff !important;
  transform: translateY(-5px);
 
}

/* Fade side slides */
.about-team-slide .owl-item.left-slide,
.about-team-slide .owl-item.right-slide {
  opacity: 0.8;
  transform: scale(0.9);
}

/* Text styling */
.slide-txt h4 { font-size: 18px; font-weight: 600; margin-bottom: 5px; }
.slide-txt p { font-size: 14px; margin: 0; }

.about-team-slide .owl-item.active-slide h4,
.about-team-slide .owl-item.active-slide p {
  color: #fff !important;
}
.slide-txt h4{
    color: rgba(2, 131, 145, 1);
    font-weight: 600;
    font-size: 28px;
}
.slide-txt p{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    font-size: 22px;
}
.arrow-icon{
    font-size: 35px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    color: rgba(2, 131, 145, 1);
    padding: 15px;
    cursor: pointer;
}
.arrow-icon:hover{
    background: rgba(2, 131, 145, 1);
    border: 1px solid rgba(2, 131, 145, 1);
    color: #fff;
}

.prev-icon,
.next-icon {
  cursor: pointer;
  opacity: 1;
  font-size: 26px;
  transition: all 0.25s ease;
}

/* visual for enabled (active) */
.prev-icon:not(.disabled),
.next-icon:not(.disabled) {
    font-size: 35px;
    border-radius: 50px;
    background: rgba(2, 131, 145, 1);
    border: 1px solid rgba(2, 131, 145, 1);
    color: #fff;
    padding: 15px;
    cursor: pointer;
}
.prev-icon:not(.disabled):hover,
.next-icon:not(.disabled):hover {
  /* transform: scale(1.05); */
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    color: rgba(2, 131, 145, 1);
}

/* disabled look */
.prev-icon.disabled,
.next-icon.disabled {
  opacity: 0.35;
   background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    color: rgba(2, 131, 145, 1);
  cursor: no-drop;
  pointer-events: none;
}

.list-tab {
    background: rgba(255, 255, 255, 1);
    border: 1.02px solid rgba(2, 131, 145, 0.31);
    padding: 18px 12px !important;
    border-radius: 50px;
    gap: 18px;
}
.list-tab li a{
    padding: 12px 35px;  
    border-radius: 50px;
}
.list-tab li a{
font-weight: 600;
    color: rgba(2, 131, 145, 1);
}
.list-tab li a:hover{
    background: rgba(2, 131, 145, 1);
}
.list-tab li:hover a{
    color: rgba(255, 255, 255, 1);
}
.list-tab li.active-tab a{
    background: rgba(2, 131, 145, 1);
}
.list-tab li.active-tab a{
    color: rgba(255, 255, 255, 1);
}
.price-border{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(2, 131, 145, 1);
    padding: 15px 25px;
    border-radius: 12px;
}
.price-header-card{
    background: rgba(240, 247, 247, 1);
    padding: 20px 30px;
    border-radius: 12px;

}
.list-tab-policy {
    line-height: 40px;
}
.list-tab-policy li a{
    font-weight: 400;
    color: rgba(79, 79, 79, 1);
    cursor: pointer;
}
.list-tab-policy li a.active-tab{
    color: rgba(2, 131, 145, 1);
}
.star-icon{
        color: rgba(2, 131, 145, 1);
        font-size: 24px;
}
.price-header-card h4{
    color: rgba(57, 57, 57, 1);
    font-weight: 700;
}
.price-header-card p{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.price-content h1{
    color: rgba(2, 131, 145, 1);
    font-weight: 700;
}
.price-content del{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    font-size: 22px;
}
.price-content p{
    color: rgba(2, 131, 145, 1);
    font-weight: 400;
    font-size: 22px;
}
.price-border h3{
    color: rgba(2, 131, 145, 1);
    font-weight: 600;
    font-size: 18px;
}
.list-feature{
    line-height: 35px;
}
.list-feature li a{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.list-feature li a iconify-icon{
    font-size: 22px;
    color: rgba(2, 131, 145, 1);
}
.btn-submit{
    border-radius: 6px !important;
}
.txt-billed{
    color: rgba(107, 107, 107, 1) !important;
    font-weight: 400;
}
/* .tab-content-inactive{
    display: none;
} */

/* .tab-content-inactive {
  display: none;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.4s ease;
} */

.active-tab-content {
  display: block;
  opacity: 1;
}
.payment-bg-wrap{
    background: rgba(239, 239, 239, 1);
    padding: 25px;
    border-radius: 12px;
}
.payment-bg-wrap-right{
    background: rgba(230, 243, 244, 1);
    padding: 25px;
    border-radius: 12px; 
}
.payment-bg-wrap-right h1{
    color: rgba(55, 55, 55, 1);
    font-weight: 700;
}
.payment-bg-wrap-right p{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.payment-bg-wrap h1{
    color: rgba(55, 55, 55, 1);
    font-weight: 700;
}
.payment-bg-wrap p{
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
}
.list-social-link li{
    background-color: rgba(2, 131, 145, 1);
    border:0.5px solid rgba(2, 131, 145, 1);
       padding: 10px;
    border-radius: 50px;
}
.list-social-link li:hover{
     background: #fff;
    border:0.5px solid rgba(2, 131, 145, 1);
}
.list-social-link li:hover a iconify-icon{
     color: rgba(2, 131, 145, 1) !important;
    
}
.list-social-link li a{
    color: rgba(255, 255, 255, 1);
}
.list-social-link li a iconify-icon{
    font-size: 30px;
    display: flex;
}
.list-social-link {
    gap: 25px;
}
.google-imgs{
    gap: 20px;
}
.google-imgs img{
    width: 30%;
}
.txt-label {
    color: rgba(63, 63, 63, 1);
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.txt-label span{
    color: rgba(233, 70, 70, 1);
}
.input_field{
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(179, 176, 177, 1);
    height: 50px;
}
.input_field:focus{
    box-shadow: 0px 0px 0px 2px rgba(2, 131, 145, 0.2) !important;
    border: 0.5px solid rgba(179, 176, 177, 1);
}
.input_field::placeholder{
    color: rgba(156, 156, 156, 1);
    font-weight: 500;
}
.para-contact{
    color: rgba(156, 156, 156, 1);
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;   
}
.email-icon{
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(-14px, 46px);
    font-size: 24px;
    color: rgba(78, 78, 78, 1);
}
.btn-msg{
        padding: 12px 40px;
}
.privacy-img{
        position: absolute;
    bottom: 0px;
        width: -webkit-fill-available !important;
    left: 0px;
}

.fs-35{
    font-size: 35px;
}
.tab-privacy{
    background: rgba(248, 248, 248, 1);
    padding: 30px;
}
.tab-privacy {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.tab-privacy h3{
    color: rgba(54, 54, 54, 1);
    font-weight: 600;
}
.list-tab-privacy{
    line-height: 40px;
}
.line-height{
    line-height: normal !important;
}
.list-tab-privacy li a{
    color:rgba(79, 79, 79, 1) ;
    font-weight: 400;
}
.txt-inform{
    font-weight: 700;
    color: rgba(55, 55, 55, 1);
}
.list-tab-privacy li a span{
    color:rgba(55, 55, 55, 1) ;
    font-weight: 700;
}
.list-tab-privacy li a.active-tab-privacy{
    color: rgba(2, 131, 145, 1);
}
.list-tab-privacy.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    color: rgba(2, 131, 145, 1);
}
.list-tab-privacy.nav-pills .nav-link:hover{
    color: rgba(2, 131, 145, 1);
}
.list-tab-privacy.nav-pills .nav-link {
    border: none;
    background: transparent !important;
    color:rgba(79, 79, 79, 1) ;
    font-weight: 400;
    text-align: left;
}
button:focus {
    outline: none !important;
}
.border-line {
    border: 1px solid rgba(222, 222, 222, 1);
    width: 100%;
}
.gap-intro h1{
    color: rgba(2, 131, 145, 1);
    font-weight: 600;
    font-size: 22px;
}
.gap-intro p{
    color: rgba(55, 55, 55, 1);
    font-weight: 400;
}
.gap-intro{
    gap: 20px;
    white-space: nowrap;
}


@media screen and (max-width:1100px) {
    .gap-slider{
        display: none !important;
    }
}

/* .slide-in-left {
  animation: slideLeft 0.5s ease forwards;
}

.slide-in-right {
  animation: slideRight 0.5s ease forwards;
} */

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Optional styling for active tab */
/* .list-tab li.active-tab a {
  color: #fff;
  background-color: #007bff;
  border-radius: 25px;
  padding: 6px 16px;
  transition: all 0.3s ease;
} */
.feature-content{
    background: rgba(248, 248, 248, 1);
    border-radius: 12px;
}

/* ✅ Updated HTML Usage */
@media screen and (max-width:600px) {
     .about-img-01 {
           width: 120px !important;
        transform: translate(-30px, -25px) !important;
    }
    .about-img-02 {
          transform: translate(30px, 30px) !important;
        width: 100px !important;
    }
    
}
@media screen and (max-width:1199.9px) {
    .gap-row{
        gap: 30px;
    }
    .flex-padding{
        padding: 0px !important;
    }
    
}
@media screen and (max-width:1090px) {
    .btn-secondary {
            padding: 12px 18px;
            font-size: 15px;
    }
    .btn-primary {
            padding: 12px 18px;
            font-size: 15px;
    }
}
@media screen and (max-width:1380px) {
    .footer-list {
    line-height: 35px;
}
.footer-text-wrap-right{
 padding: 1rem !important;   
}
    .footer-list li a {
        font-size: 18px !important;
    }
    .text-copyright{
        font-size: 10px !important;
    }
}
.content-wrapper{
    background: rgba(248, 248, 248, 1);
    padding: 20px 12px !important;
    border-radius: 12px;
}
.border-testimonials{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media screen and (max-width:767px) {
    .hero-text{
        font-size: 24px !important;
    }
    .left-medical-content{
        padding: 20px !important;
    }
    .footer-text br {
        display: none;
    }
        .newsletter_sec {
        padding: 15px 15px !important;
    }
    .newsletter_sec{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
        .txt_join {
        font-size: 22px;
    }
        .news_right_img {
        display: none;
    }
        .btn_scribe {
        margin-top: 10px;
        width: 100%;
    }
        .input_news {
        margin-top: 15px;
    }
    .newsletter_sec{
        margin-bottom: 30px;
    }
    .newsletter-section{
        margin-top: 0px !important;
    }
    
    .payment-bg-wrap p {
        font-size: 12px;
    }
    .gap-intro {
    gap: 0px;
    white-space: normal;
    flex-wrap: wrap;
}
    .input-field::placeholder{
        font-size: 15px !important;
    }
   .hero-text.fs-35{
        font-size: 24px !important;
    }
    .txt-reduce{
        text-align: center;
    }
    .tab-content{
        margin-bottom: 20px;
    }
    .tab-privacy{
        padding: 0px !important;
    }
    .prev-icon:not(.disabled), .next-icon:not(.disabled) {
    font-size: 25px;
        padding: 10px 10px;
            display: flex;
    justify-content: center;
    align-items: center;
    }
    .btn-video{
        margin: auto;
    }
    .txt-capture {
        font-size: 14px;
    }
     .privacy-img {
        position: inherit !important;
    }
    .footer{
    margin-top: 0px !important;
}
    .payment-bg-wrap {
        padding: 5px;
    }
    
    .list-social-link {
    gap: 12px;
}
.list-social-link li a iconify-icon {
    font-size: 22px;
}
.payment-bg-wrap p br{
    display: none;
}

.payment-bg-wrap{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.payment-bg-wrap-right p{
    padding-top: 10px !important;
    margin-top: 0px !important;
}
.payment-bg-wrap h1 {
    padding-top: 10px !important;
}
.payment-bg-wrap-right {
    padding: 8px;
    margin-bottom: 20px !important;
}
.google-imgs img {
    width: 35%;
}
    .price-border {
            padding: 15px 12px;
            margin-bottom: 20px;
    }
    .price-header-card {
        padding: 12px 12px;
    }
    .logo-img {
    width: 100px;
}
.txt-team {
    font-size: 18px;
}
.slide-button {
    gap: 15px;
}

.arrow-icon {
    font-size: 15px;
}
.para-team {
    display: none;
}
.slide-team-content{
    align-items: center !important;
}
.about-team-slide{
    margin-top: 0px !important;
}
.slide-txt h4 {
    font-size: 18px;
}
.slide-txt p {
    font-size: 14px;
}
.laptop-wrapper {
    width: 75%;
}
.hero-text br{
    display: none;
}
.btn-watch{
    margin: auto;
    justify-content: center;
}
        .hero-bg-img img {
        width: 100% !important;
    }
    /* .hero-bg-img {
        height: 170px !important;
    } */
    .footer-text-wrap {
    padding: 3rem 1rem !important;
    text-align: center;
}
.gap-slider{
    display: none !important;
}
.desktop-dot{
    display: none !important;
}
.footer-list{
    text-align: center;
}
.text-footer-inner{
    text-align: center;
}
.text-copyright{
    background: rgba(23, 107, 116, 1);
    margin-bottom: 0px !important;
            font-size: 13px;
        padding: 20px;
}
.footer-text-wrap-right{
    padding: 2rem 1rem !important;
}
.mobile-dot{
    display: flex !important;
    justify-content: center !important;
}

.social-icon{
    justify-content: center;
    position: inherit !important;
    margin-bottom: 0px !important;
}
.flex-reverse-column{
    flex-direction: column-reverse;
}
    .text-healthcare{
   text-align: center;
   font-size: 25px;
}
.para-healthcare{
    text-align: center;
    
}
    .slider-right {
        padding: 15px 8px;
    }
    .txt-slide {
        font-size: 14px;
    }
    .slide-para {
            font-size: 10px;
    margin-bottom: 5px;
    }
    .slide-para-desc {
    
    font-size: 12px;
    margin-bottom: 5px;

    }
    .doctor-img {
    width: 85px !important;
}
    .btn-feature{
        flex-direction: column;
        padding: 12px 10px;
        font-size: 13px;
        row-gap: 10px;
    }
    .gap-feature {
    gap: 13px;
}
    .accordion-main{
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: 25px !important;
    }
    .txt-capture br{
        display: none;
    }
    .hero-para {
    font-size: 15px;
}
.about-para {
    font-size: 12px;
}
.btn-secondary {
    padding: 12px 12px;
    font-size: 12px;
}
.btn-primary {
    padding: 12px 12px;
    font-size: 12px;
}
.btn-about {
    gap: 12px;
}


.light-color-bg {
        padding: 20px 0px 20px 0px !important;
    }
.fs-40{
    text-align: center;
}
.about-para{
    text-align: center;
}
.btn-about{
    justify-content: center !important;
    margin-bottom: 20px;
}
    
}

@media screen and (max-width:1440px) {
    .hero-bg-img img {
    width: 40%;
    }
    .fs-40 br{
        display: none;
    }
    .about-para br{
        display: none;
    }
    .hero-text {
        font-size: 47px !important;
    }
}
@media screen and (max-width:1200px) {

    .about-desktop-img{
    display: none !important;
}
.footer-list li a{
    font-size: 13px !important;
}
.text-copyright{
        font-size: 13px !important;
    }
.payment-bg-wrap-right p br{
    display: none;
}
 .about-mobile-img{
    display: flex !important;
    margin: auto;
    width: 100%;
}
.about-img-01{
    display: none !important;
}
.about-img-02{
    display: none !important;
}
.fs-40 {
    font-size: 25px !important;
}
.fs-40 br{
    display: none;
}
.fs-45{
    font-size: 25px !important;
}
.about-para {
    font-size: 15px;
}
.btn-try {
    padding: 12px 12px;
}
.btn-watch {
padding: 12px 12px;
}
    .light-color-bg {
        padding: 20px 0px 20px 0px;
    }
    .btn-about {
    gap: 15px;
}

    .gap-btn-header{
        display: none !important;
    }
    
     .hero-bg-img img {
    width: 65%;
    }
    .img-01{
        display: none !important;
    }
    .img-02 {
        display: none !important;
    }
    
    .light-color-bg {
    padding: 60px 0px 20px 0px;
    }

}
.accordion-para{
        cursor: auto;
}
.footer-text-wrap-right{
    background: rgba(2, 131, 145, 1);
    height: -webkit-fill-available;
}
.newsletter_sec {
    border: 1.02px solid rgba(248, 248, 248, 1);
    background: rgba(248, 248, 248, 1);
    border-radius: 20px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
    margin-right: 70px;
}
.input_news {
    border: 1.02px solid rgba(2, 131, 145, 0.31);
    background: rgba(255, 255, 255, 0.2);
    height: 50px;
    border-radius: 50px;
    padding: 0px 40px;
}
.news_right_img {
    position: absolute;
    background: url(../images/right_news_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25%;
    height: -webkit-fill-available;
    right: 0px;
    top: 0px;
}
.btn_scribe {
    border: 2px solid #028391;
        background: rgba(2, 131, 145, 1);
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    padding: 12px 40px;
    border-radius: 50px;
}
.btn_scribe:hover {
    border: 2px solid #028391;
    background: #fff;
    color: #028391;
}
.input_news:focus {
    border-color: rgba(2, 131, 145, 0.31) !important;
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
    outline: none !important;
}
.txt_join {
    color: rgba(93, 93, 93, 1) !important;
    font-family: 'Nunito Sans' !important;
    font-weight: 700 !important;
}
.para_join {
    color: rgba(93, 93, 93, 1);
    font-family: 'Nunito Sans';
    font-weight: 400;
}
@media screen and (max-width:991px) {
    .header-desktop{
        display: none;
    }
    .content-wrapper{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
 .space-break{
    display: none;
 }
    .footer-text-wrap-right .row{
        justify-content: start !important;
    }
    .input-field::placeholder{
        font-size: 13px;
    } 
    .list-social-link li a iconify-icon {
    font-size: 18px;
    }
   
    .form-inputs{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .para-contact{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .testimonial-section .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
   
.text-healthcare {
    font-size: 24px;
}
.testimonial-slider .row{
    margin-top: 0px !important;
}
    .healthcare-slider .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .para-break br{
        display: none;
    }
   
.magnify-glass .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.magnify-glass .row .light-color-bg{
    padding: 0px !important;
}
    .about-us-section{
        margin-top: 0px !important;
        /* padding-top: 30px !important; */
    }
    .hero-section .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .about-us-section  .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
        .about-img-01 {
        width: 200px ;
        transform: translate(-50px, -36px);
    }
       .about-img-02 {
        transform: translate(60px, 50px);
        width: 200px;
    }
    
    /* .hero-para {
        font-size: ;
    } */

    .hero-section{
        padding-top: 0px !important;
    }

    .mobile-header{
        display: block !important;
    }
    .mobile-header-border{
        background: linear-gradient(90deg, #FFFFFF 0%, #EDEDED 100%);
border: 0.5px solid rgba(89, 196, 188, 1);
padding: 15px 30px !important;
    border-radius: 50px;
    width: 100% !important;
    }
    .menu-icon{
        color: rgba(2, 131, 145, 1);
    }
    .close-icon{
        display: none;
        color: rgba(2, 131, 145, 1);

    }
    .mobile-header-list{
        display: none;
    }
    .mobile-header-list li a{
        line-height: 45px;
        color: #000;
    }
    .mobile-header-list li.active-link a{
    padding: 8px 30px;
    width: max-content;
    background: rgba(2, 131, 145, 0.05);
    border: 1px solid rgba(2, 131, 145, 1);
    border-radius: 50px;
}
    /* Optional: smooth icon transition */
.menu-icon, .close-icon {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-padding{
    padding: 15px 15px !important;
    border-radius: 22px;
}
    
}
