/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: clash-display;
	src: url(../tiss-theme/assets/clash-display/ClashDisplay-Semibold.otf);
	font-weight: 600;
}

@font-face {
	font-family: clash-display;
	src: url(../tiss-theme/assets/clash-display/ClashDisplay-Bold.otf);
	font-weight: 700;

}


@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Light.otf);
	font-weight: 300;
}

@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: NeueMontreal;
	src: url(../tiss-theme/assets/neue/NeueMontreal-Regular.otf);
	font-weight: 400;

}



h1,h2,h3,h4,h5,h6{
     font-family: NeueMontreal !important;
    color: #1C1C1C;
}
p, a, li{
	font-family: 'Poppins', sans-serif !important;
    color: rgba(28, 28, 28, 0.7);  
    font-size: 16px;                                         
}
a:hover{
   
    text-decoration: none !important;
}

.container{
    max-width: 1235px !important;

}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0584db;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background-color: #ffffff !important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
    line-height: 59px;
}

.my-float{
	margin-top:16px;
}
.float:hover i{
    color:#fff;
}
.call-animation {
    animation: play 3s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px #25d3665c;
    }
    25% {
        box-shadow: 0 0 0 10px #25d3665c, 0 0 0 20px #25d36626;
    }
    25% {
        box-shadow: 0 0 0 15px #25d3665c, 0 0 0 30px #25d36626;
    }

}

/* popup form start */

#book-demo-popup.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#book-demo-popup .popup-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: #000;
}

#book-demo-popup h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

#book-demo-popup form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#book-demo-popup input[type="text"],
#book-demo-popup input[type="tel"],
#book-demo-popup input[type="email"],
#book-demo-popup textarea {
    width: 100%;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    background-color: #efefef;
    color: #1e1e1e;
    transition: border-color 0.3s ease;
    margin-bottom: 20px !important;
}

#book-demo-popup .wpcf7-form label {
    display: block;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    font-size: 14px;
}

#book-demo-popup .wpcf7-form select, #book-demo-popup .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    background-color: #efefef;
    color: #1e1e1e;
    transition: border-color 0.3s ease;
    margin-bottom: 0px !important;
}

#book-demo-popup .form-submit {
  margin: auto;
}

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



 /* popup form end  */


/* top header starts */

.top-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0584db;
    z-index: 1000;
    padding: 5px 0;
}

.top-header a{
    color: #fff;
}

.top-header a:hover, .top-header a:hover i{
    color: #3dd1d8;
}

.social-icons{
    text-align: end;
}

.social-icons i{
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
}

.top-header-details a{
    font-weight: 300;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
}

.cont-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-contact{
	
  display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.cont-header a {
  color: #fff !important;
  font-size:15px;
}

.cont-header a:hover {
  color: #72e2d2 !important;
  transition: color 0.3s ease;
}

.header-socialmedia {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.header-socialmedia a :hover {
	color:#72e2d2 !important;
	 transition: color 0.3s ease;
}

.top-header.scrolled-inner {
  background-color: #fff !important;
  color: #000 !important;
  z-index: 999 !important;
}

.main-header.scrolled-inner {
  position: fixed;
  background: #ffffff;
  -webkit-box-rgb(0, 0, 0) 0px 5px 15px 0px rgba(189, 185, 185, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(189, 185, 185, 0.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  padding: 0;
  height: 90px;
}

/* top header ends */


 /* header start */

.main-header {
    position: fixed;
    top: 34px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
     height: 90px;
    background: #ffffff;
    z-index: 999;
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

.header-menu-row {
  align-items: center;
  justify-content: center;
}

.header-wrapper .container{
     max-width: 1290px !important;
 }
 
.header-log img {
    width: 180px;
    object-fit: contain;
    height: auto;
}

.header-cta {
	text-align:right;
}

.header-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 64%, rgba(5, 132, 219, 1) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 12px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
  overflow: hidden;
}
.arrow-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #0095f6;
  border-radius: 13px;
  padding: 12px 25px;
  margin-left: 6px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgb(0 0 0 / 24%);
}

.header-demo-btn:hover {
  color: #fff;
}

.arrow-icon {
  position: absolute;
  font-size: 16px;
  transform: scaleX(1.5); 
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.arrow-out {
  transform: translateX(0);
  opacity: 1;
}

.arrow-in {
  transform: translateX(-100%);
  opacity: 0;
}

/* Hover animation */
.header-demo-btn:hover .arrow-out {
  transform: translateX(100%);
  opacity: 0;
}

.header-demo-btn:hover .arrow-in {
  transform: translateX(0);
  opacity: 1;
}


.f-nav .menu-logoheader{
    padding-top: 0;
}

.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#000;
}

#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: block;
    width: 25%;
    height: 2px;
    background-color: #0580d4;
    position: absolute;
    bottom: 0;
    left: 25px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #0472be;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #74e4d2;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 34px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}


 /* header ends */


 /* banner section start */

.top-banner-wrap {
  position: relative; 
  margin-top: 130px;
  padding: 60px 0;
  background: #f8f9fc;
  overflow: hidden;
}

.top-banner-blur-bg {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 250px;
  background: #ffffff;
  filter: blur(52px);
  z-index: 5;
  pointer-events: none;
}

.top-banner-header {
  text-align: center;
  margin-bottom: 40px;
}

.top-banner-title {
    font-size: 38px;
	font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.top-banner-header p {
  color: #000000db;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.top-banner-btn-wrap {
  display: inline-block;
  border-radius: 12px;
  background: linear-gradient(to right, #f0f0f0b9, #1a1a1a75);
  padding: 4px;
  box-sizing: border-box;
  margin-top: 30px;
  box-shadow: 8px 12px 20px 3px rgb(0 0 0 / 36%);
}

.top-banner-btn {
    background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 50%, rgba(5, 132, 219, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}

.top-banner-btn .ban-arrow-icon {
  opacity: 1;
  transform: translateX(12px);
  transition: all 0.4s ease;
}

.top-banner-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.top-banner-btn:hover .ban-arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

.ban-arrow-icon{
  font-size: 14px;
  font-weight: 400;
}

.top-banner-main-center {
  position: relative;
  text-align: center;
  bottom: -120px;
  min-height: 500px;
  z-index: 0;
}


.banner-center-img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 33px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  border: 2px solid  #0886d9;
}

.gradient-border-wrapper1 {
  position: absolute;
  top: -100px;
  left: 34px;
  padding: 4px;
  background: linear-gradient(to bottom, #84eecf, #0886d9);
  border-radius: 24px;
  z-index: 2;
  width: max-content; 
  animation: floatTilt 6s ease-in-out infinite;
}

.float-img-1 {
  display: block;
  width: 200px;
  max-width: 100%;
  border-radius: 20px;
}

.float-img-2 {
  display: block;
  width: 200px;
  max-width: 100%;
  border-radius: 20px;
  height: auto;
  position: absolute;
  top: 290px;
  left: -150px;
  z-index: 2;
  border: 2px solid  #0886d9;
  box-shadow: 0px 9px 14px 3px rgb(0 0 0 / 39%);
}

.float-counter1 {
  background: #fff;
  padding: 5px 10px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  border: 2px solid  #0886d9;
  gap: 10px;
  min-width: max-content;
  text-align: left;
  z-index: 4;
  position: absolute;
  left: 130px;
  top: 80px;
}

.float-counter1 img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.float-counter1 h5 {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.float-counter1 p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.gradient-border-wrapper3 {
  position: absolute;
  top: -130px;
  right: -20px;
  padding: 4px;
  background: linear-gradient(to bottom, #84eecf, #0886d9);
  border-radius: 24px;
  z-index: 2;
  animation: floatTilt 6s ease-in-out infinite;
}

.float-img-3 {
  display: block;
  width: 100%;
  max-width: 200px;
  border-radius: 20px;
}


.float-counter2 {
  background: #fff;
  padding: 5px 10px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  border: 2px solid  #0886d9;
  gap: 10px;
  min-width: max-content;
  text-align: left;
  z-index: 4;
  position: absolute;
  right: 110px;
  top: 10px;
}

.float-counter2 img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.float-counter2 h5 {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.float-counter2 p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.float-img-4 {
    width: 100%;
    max-width: 250px;
    position: absolute;
    top: -60px;
    right: 0px;
    left: 60px;
    margin: auto;
    border-radius: 20px;
    border: 2px solid  #0886d9;
    z-index: 2;
}



#banner-book-demo-popup.banner-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#banner-book-demo-popup .banner-popup-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  animation: banner-fadeInUp 0.3s ease;
}

.banner-popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: color 0.3s ease;
}

.banner-popup-close:hover {
  color: #000;
}

#banner-book-demo-popup h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

#banner-book-demo-popup form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#banner-book-demo-popup input[type="text"],
#banner-book-demo-popup input[type="tel"],
#banner-book-demo-popup input[type="email"],
#banner-book-demo-popup textarea {
  width: 100%;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  background-color: #efefef;
  color: #1e1e1e;
  transition: border-color 0.3s ease;
  margin-bottom: 20px !important;
}

#banner-book-demo-popup .wpcf7-form label {
  display: block;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  font-size: 14px;
}

#banner-book-demo-popup .wpcf7-form select,
#banner-book-demo-popup .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  background-color: #efefef;
  color: #1e1e1e;
  transition: border-color 0.3s ease;
  margin-bottom: 0px !important;
}

#banner-book-demo-popup .form-submit {
  margin: auto;
}

@keyframes banner-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* banner section end */


/* banner botton section start  */

.trusted-wrapper {
  text-align: center;
  padding: 70px 0 0 0;
}

.trusted-header .avatars {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.avatars img {
  width: 140px;
  object-fit: contain;
  height: 52px;
}
.trusted-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.trusted-title span {
  color: #007bff;
}

.stats-inline { 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 50px;
}

.stat-inline-item {
  display: flex;
  align-items: center;
}

.stat-divider {
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #ccc;
  margin: 0 20px;
  vertical-align: middle;
}

.stat-number {
  font-size: 24px;
  color: #007bff;
  font-weight: 500;
  display: block;
}

.stat-label {
  font-size: 18px;
  color: #333;
  padding-left:5px;
}

.feature-item {
  text-align: center;
  margin-bottom: 20px;
}

.feature-item-image {
    background: linear-gradient(90deg,rgba(5, 132, 219, 1) 0%, rgba(118, 230, 209, 1) 80%, rgba(118, 230, 209, 1) 100%);
    display: inline-flex;
    align-items: center;
    padding: 15px 15px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.feature-icon {
  width: 50px;
  height: 50px;
}

.feature-label {
  font-size: 13px;
  color: #000;
  font-weight:600;
}


/* banner botttom section start  */


/* focus on section start   */

.focus-industries {
  padding: 70px 0 0 0;
}

.focus-title h2 {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.industry-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.industry-card {
  background-color: #1e1e1e;
  color: white;
  border-radius: 20px;
  padding: 25px;
  height: 170px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 280px; /* to maintain box width across devices */
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.industry-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.industry-card h5 {
  color: #fff;
  padding-top: 20px;
  margin: 0;
}

/* focus on section end  */


/* modules section start  */

.ehr-modules-layout {
  position: relative;
  padding: 70px 0 70px 0;
  background: #fff;
}

.modules-title {
  text-align: center;
  margin-bottom: 50px;
}

.modules-title h2 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.modules-title p {
  width: 50%;
  margin: auto;
}

.center-logo {
  position: absolute;
  top: 61%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.center-logo img {
  max-width: 175px;
  height: auto;
  object-fit: contain;
}

.columns-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.left-side,
.right-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.module-row {
  display: flex;
  align-items: center;
}

.module-row.left {
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-align: right;
}

.module-row.right {
  flex-direction: row;
  justify-content: flex-end;
  text-align: left;
}

.dot-line {
  width: 30px;
  height: 2px;
  background: #ccc;
  position: relative;
  margin: 0 10px;
}

.module-row.left .dot-line::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #2196f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}

.module-row.right .dot-line::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #2196f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}

.module-box {
  background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 50%, rgba(5, 132, 219, 1) 100%);
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 310px;
  height: 50px;
  text-align: left;
  animation: modules 2s ease-in-out infinite;
}

.circle-number {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-box h4 {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

/* 🎯 Left Side Offsets (1 to 10) */
.module-pos-left-1  { transform: translateX(175px); }
.module-pos-left-2  { transform: translateX(110px); }
.module-pos-left-3  { transform: translateX(226px); }
.module-pos-left-4  { transform: translateX(150px); }
.module-pos-left-5  { transform: translateX(244px); }
.module-pos-left-6  { transform: translateX(93px); }
.module-pos-left-7  { transform: translateX(210px); }
.module-pos-left-8  { transform: translateX(120px); }
.module-pos-left-9  { transform: translateX(150px); }
.module-pos-left-10 { transform: translateX(50px); }

/* 🎯 Right Side Offsets (11 to 20) */
.module-pos-right-11 { transform: translateX(-258px); }
.module-pos-right-12 { transform: translateX(-44px); }
.module-pos-right-13 { transform: translateX(-150px); }
.module-pos-right-14 { transform: translateX(-78px); }
.module-pos-right-15 { transform: translateX(-275px); }
.module-pos-right-16 { transform: translateX(-90px); }
.module-pos-right-17 { transform: translateX(-232px); }
.module-pos-right-18 { transform: translateX(-88px); }
.module-pos-right-19 { transform: translateX(-185px); }
.module-pos-right-20 { transform: translateX(-26px); }


@keyframes modules {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  20% {
    transform: translateY(-1px) rotate(0.1deg);
  }
  40% {
    transform: translateX(1px) rotate(-0.1deg);
  }
  60% {
    transform: translateY(1px) rotate(0.1deg);
  }
  80% {
    transform: translateX(1px) rotate(-0.1deg);
  }
  90% {
    transform: translateY(-1px) rotate(0.1deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

/* modules section end   */



/* mobile version modules section start  */


.mobile-modules-slider-wrapper {
  padding: 70px 0 0 0;
  background-color: #f4f9fc;
  display: none;
}

.ehr-modules-layout p {
  width: 50%;
  margin: auto;
}

.mobile-modules-slick {
  margin: 0 -15px; 
}

.mobile-module-slide {
  padding: 15px;
  box-sizing: border-box;
}

.mobile-module-card {
  background: linear-gradient(0deg,rgba(4, 132, 219, 1) 0%, rgba(121, 233, 209, 1) 100%);  padding: 30px 20px;
  text-align: center;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-module-card:hover {
  /* transform: translateY(-6px); */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.mobile-circle-number {
  width: 60px;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-module-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}


/* mobile version section end  */


/* dashboard slider section start   */

.dashboard-slid-wrapper {
  overflow: hidden;
  padding: 70px 0 0 0;
  position: relative;
}

.bottom-blur-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 4;
    pointer-events: none;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(10px);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) ) !important;
}

.dashboard-slider .slick-list {
  overflow: visible !important;
}

.dash-slide {
  transition: all 0.5s ease;
  transform: scale(0.85) translateY(60px);
  z-index: 1;
  pointer-events: none;
  position: relative;
  margin: 0 -40px; 
}

/* Slide Container */
.dash-slide .slide-content {
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.dash-slide img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
}

.dash-slide.slick-center {
  transform: scale(1.1) translateY(-20px);
  opacity: 1;
  filter: none;
  z-index: 2;
  pointer-events: auto;
}

.dash-slide:not(.slick-center) {
  z-index: 1;
}


/* dashboard slider section end   */



/* product section start  */

.product-section {
  padding: 70px 0 0 0;
}

.product-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.product-card {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.product-title {
  color: #007BFF;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-subtitle {
  color: #606060;
  font-size: 15px;
  margin-bottom: 20px;
}

.product-image img {
    max-width: 270px;
    height: 170px;
    object-fit: cover;
}

.product-description {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  padding: 0 10px;
}

.product-btn {
    background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 50%, rgba(5, 132, 219, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.product-btn .product-arrow-icon {
  opacity: 0;
  transform: translateX(12px);
  transition: all 0.4s ease;
}

.product-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.product-btn:hover .product-arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

.product-arrow-icon {
  font-size: 14px;
  font-weight: 400;
}

.product-row {
  row-gap: 40px;
}


/* product section end  */



/* testimonial section start  */

.vedio-testimonial-section {
  padding: 70px 0 0 0 ;
  background-color: #ffffff;
}

.vedio-testimonial-section .container {
    max-width: 1200px !important;
}

.vedio-testimonial-header {
    text-align: center;
    margin-bottom: 30px;
}

.vedio-testimonial-title {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.vedio-testimonial-subtitle {
    font-size: 18px;
    color: #0787db;
    font-weight: 500;
    margin-bottom: 0px;
}

.vedio-testimonial-slider {
  position: relative;
}

.vedio-testimonial-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.testimonial-row {
    margin: 0px 0px 60px 0px !important;
    align-items: center;
}

.vedio-testimonial-left {
    flex: 0 0 420px;
    max-width: 420px;
    border-radius: 24px;
    overflow: visible;
    position: relative;
    padding: 0 !important;
}

.vedio-testimonial-video-thumbnail {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.vedio-testimonial-video-img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

.vedio-testimonial-video-thumbnail {
  width: 100%;
  height: auto;
  background: #ddd;
}

.vedio-testimonial-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    padding: 10px 12px;
    transition: background 0.3s ease;
    z-index: 2;
}

.vedio-testimonial-video-thumbnail:hover .vedio-testimonial-play-btn {
  color: #0584db;
}

.testimonial-client-wrapper {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 23%);
    max-width: fit-content;
}

.testimonial-client-label {
  font-size: 18px;
  font-weight: 600;
  color: #23B1E7; 
  white-space: nowrap;
}

.testimonial-client-group-image {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.testimonial-client-group-image img {
    height: 30px;
    width: 100%;
    object-fit: cover;
}

.vedio-testimonial-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vedio-testimonial-card {
    background: #68c3ff;
    padding: 30px;
    border-radius: 26px;
    width: 100%;
    color: #ffffff;
    position: relative;
}

.vedio-testimonial-icon img {
  width: 60px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}


.vedio-testimonial-stars {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    gap: 3px;
    color: #ffd700;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 25px;
    background: radial-gradient(circle at center, rgb(255 255 255 / 29%), rgb(255 255 255 / 0%));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.vedio-testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.vedio-testimonial-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vedio-testimonial-author-img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.vedio-testimonial-author-name {
  font-size: 18px;
  color: #000000;
  margin-bottom: 2px;
}

.vedio-testimonial-author-role {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

/* testimonial section end   */


/* client section start    */

.client-wrapper {
  padding: 70px 0 0 0;
}

.client-title h3 {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.client-title p {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  margin-bottom: 40px;
}

.client-logo-box {
  background: #c1c1c14a;
  padding: 20px;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-logo-box:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.client-logo-box img {
  width: 150px;
  height: 70px;
  object-fit: contain;
  transition: filter 0.1s ease;
}

.client-logo-box img:hover {
  filter: grayscale(0%);
}

/* client section end   */


/* contact us setion start */

.book-demo-wrapper {
    margin: 60px 0 0 0;
    padding: 50px 0 ;
}

.book-demo-wrapper {
  background-image: url('./assets/img/contact-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.book-demo-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(20px);
  z-index: 0;
}

.demo-header {
  margin-bottom: 10px;
}

.demo-title {
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(to bottom, #6964cb8a 0%, #6964cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.demo-subtitle-wrap {
    max-width: 550px;
    margin: 0 auto;
}
.demo-subtitle{
    font-size: 16px;
    color: #1e1e1f;
}
.demo-subtitle-light {
    font-size: 14px;
    color: #949596;
}

.book-demo-wrapper .demo-form-wrapper {
    background: #fefefe;
    border: 3px solid #524DB9;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
}

.book-demo-wrapper .wpcf7-form .row {
  gap: 20px 0;
}
.demo-form-col{
  padding: 0 10px !important;
}
.book-demo-wrapper .wpcf7-form label {
    display: block;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    font-size: 14px;
}
.book-demo-wrapper input::placeholder,
.book-demo-wrapper textarea::placeholder,
.book-demo-wrapper select::placeholder {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    opacity: 1; 
    font-family: inherit; 
}

.book-demo-wrapper .wpcf7-form input[type="text"], .book-demo-wrapper .wpcf7-form input[type="email"], .book-demo-wrapper .wpcf7-form input[type="tel"], .book-demo-wrapper .wpcf7-form select, .book-demo-wrapper .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    background-color: #efefef;
    color: #1e1e1e;
    transition: border-color 0.3s ease;
    margin-bottom: 0px !important;
}

.book-demo-wrapper .wpcf7-form input:focus, .book-demo-wrapper .wpcf7-form select:focus, .book-demo-wrapper .wpcf7-form textarea:focus {
    border: 1px solid #6964cb76;
    outline: none;
    background-color: #fcfcfc;
    box-shadow: none;
    outline: none;
}

.book-demo-wrapper .wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

.book-demo-wrapper .form-submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.book-demo-wrapper .gradient-border-button {
  display: inline-block;
  border-radius: 12px;
  background: linear-gradient(to right, #f0f0f0, #1a1a1a94);
  padding: 4px; 
  box-sizing: border-box; 
  margin-top: 30px;
}

.demo-form-btn-wrap {
  display: inline-block;
  border-radius: 12px;
  background: linear-gradient(to right, #f0f0f0b9, #1a1a1a75);
  padding: 4px;
  box-sizing: border-box;
  margin-top: 30px;
  box-shadow: 8px 12px 20px 3px rgb(0 0 0 / 36%);
}

.demo-form-btn {
  background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 50%, rgba(5, 132, 219, 1) 100%);
  color: #fff;
  border: none;
  border-radius: 10px; 
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}

.demo-form-btn .demo-arrow-icon {
  opacity: 1;
  transform: translateX(12px);
  transition: all 0.4s ease;
}

.demo-form-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.demo-form-btn:hover .demo-arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

.demo-arrow-icon {
  font-size: 14px;
  font-weight: 400;
}

.wpcf7-spinner {
    display: none !important;
}

.book-demo-wrapper .floating-img {
  position: absolute;
  z-index: 2;
}

.book-demo-wrapper .img-top-left {
    top: -90px;
    left: 80px;
    width: 200px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 29%);
    border-radius: 13px;
}

.book-demo-wrapper .img-top-right {
    top: -60px;
    right: -50px;
    width: 300px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 29%);
    border-radius: 13px;
}

.book-demo-wrapper .img-bottom-left {
    bottom: 0px;
    left: -60px;
    width: 300px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 29%);
    border-radius: 20px;
}

.book-demo-wrapper .img-bottom-right {
    bottom: -20px;
    right: 190px;
    width: 170px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 29%);
    border-radius: 13px;
}

@keyframes floatTilt {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  20% {
    transform: translateY(-5px) rotate(0.5deg);
  }
  40% {
    transform: translateX(5px) rotate(-0.5deg);
  }
  60% {
    transform: translateY(-5px) rotate(0.5deg);
  }
  80% {
    transform: translateX(5px) rotate(-0.5deg);
  }
  90% {
    transform: translateY(-5px) rotate(0.5deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

.book-demo-wrapper .img-top-right,
.book-demo-wrapper .img-bottom-left {
  animation: floatTilt 6s ease-in-out infinite;
}

/* contact us section end  */


/* footer section start  */

.footer-wrapper {
  background: #f2f2f2;
  padding: 70px 0 0 0;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.footer-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  color: #525252;
  margin-bottom: 20px;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item-col-1 a {
  color: #5e5e5e !important;
}

.footer-logo {
  width: 180px;
  object-fit: cover;
  height: auto;
  margin-bottom: 20px;

}
.footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
	color:#000;
  font-size: 22px;
  transition: color 0.3s;
}

.footer-social a:hover {
  background: linear-gradient(to right, #71E2D2 35%, #0580D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

.footer-item-col-3 i {
  margin-right: 8px;
  color: #555;
}

.footer-item-col-3 p,
.footer-item-col-3 a {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  display: block;
}

.footer-item-col-3 a:hover {
  color: #007bff;
  text-decoration: none;
}

.phone-numbers {
  margin-bottom: 10px;
}

.phone-links a {
  display: inline-block;
  margin-bottom: 4px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.footer-image-card img {
  max-width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.footer-map {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.footer-item-col-2 p, a {
	color:#000;
}
	
.footer-item-col-2 a {
	color:#000 ;
}

.footer-item-col-2 a:hover {
  color: #0581d7 !important;
}

.footer-map-location {
  border-radius: 25px;
  width: 100%;
  height: 200px;
}

.footer-second-row {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0;
    margin-top: 35px;
    font-size: 13px;
    color: #777;
}

.footer-bottom-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-bottom-logo img {
  width: 90px;
  object-fit: cover;
  height: auto;
  border-radius: 13px;
}

.text-start {
	display:flex;
	justify-content:flex-start;
}

.text-end {
	display:flex;
	justify-content:flex-end;
}

.text-start p, .text-end a {
  font-size: 14px;
}

.text-end a {
	color:#5d5d5d ;
}

.text-end a:hover {
	color:#0581d7;
}



/* footer section end  */



/* innerpage start  */


.innerpage-header{
    height: 55vh;
    position: relative;
}
.innerpage-header img{
    height: 55vh;
    width: 100%;
    object-fit: cover;
}

.pageheading-middle {
    position: absolute;
    top: 50%;
    text-align: center;
    max-width: 50%;
}

.pageheading-middle h2, .pageheading-middle span, .pageheading-middle span a{
    color: #ffffff;
}

.pageheading-middle .fa-home:hover {
	color:#0484db;
}



/* inner about us section start  */


/* about us start  */

.inner-about-us-wrapper {
    padding: 70px 0 0 0;
}

.inner-about-us-title {
    text-align: center;
}

.inner-about-us-title h2 {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.inner-about-us-content {
    text-align: center;
    margin: 0 auto;
}

.inner-about-us-content h3 {
    font-size: 28px;
    color: #000;
}

.inner-about-us-content p {
  font-size: 18px;
}


/* about us end  */


/* why choose us start  */


.why-choose-us-section {
  padding: 70px 0;
}

.why-choose-us-col {
  padding: 5px 5px !important;
}

.why-choose-us-tag {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.why-choose-us-header p {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}

.why-choose-us-blue {
  display: flex;
  justify-content: flex-end;
}

.why-choose-us-blue img {
  width: 180px;
  object-fit: contain;
  height: auto;
}

.why-choose-us-blue-title {
    position: absolute;
    bottom: 60px;
    left: 22px;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.why-choose-us-blue-description {
    position: absolute;
    bottom: 0;
    color: #fff;
}

.why-choose-us-blue-card {
  position: relative;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.why-choose-us-blue-card {
  color: #fff;
}

.why-choose-us-card {
  color: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.why-choose-us-card:hover {
  transform: translateY(-6px);
}

.why-choose-us-icon img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 20px;
}

.why-choose-us-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-us-description p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}


.why-choose-us-col:nth-child(1) .why-choose-us-blue-card {
  background: linear-gradient(0deg,rgba(23, 148, 218, 1) 0%, rgba(124, 234, 209, 1) 80%);
  height: 475px !important;
}

.why-choose-us-col:nth-child(2) .why-choose-us-card {
  background: linear-gradient(0deg,rgba(30, 30, 30, 1) 60%, rgba(56, 56, 56, 1) 100%);
  height: 310px !important;
}

.why-choose-us-col:nth-child(2) .why-choose-us-icon img {
  width: 100%;
  object-fit: cover;
  height: 200px !important;
}

.why-choose-us-col:nth-child(3) .why-choose-us-card {
  background: linear-gradient(0deg,rgba(30, 30, 30, 1) 60%, rgba(56, 56, 56, 1) 100%);
}

.why-choose-us-col:nth-child(4) .why-choose-us-card {
  height: 250px;
  background: linear-gradient(0deg,rgba(30, 30, 30, 1) 60%, rgba(56, 56, 56, 1) 100%);
}

.why-choose-us-col:nth-child(4) .why-choose-us-icon img {
  width: 100%;
  object-fit: cover;
  height: 140px !important;
}

.why-choose-us-col:nth-child(5) .why-choose-us-card {
  margin-top: -168px;
  background: linear-gradient(0deg,rgba(30, 30, 30, 1) 60%, rgba(56, 56, 56, 1) 100%);
}

.why-choose-us-col:nth-child(5) .why-choose-us-icon img {
    height: 285px;
}

.why-choose-us-col:nth-child(6) .why-choose-us-card {
    margin-top: -45px;
    height: 295px;
    background: linear-gradient(0deg,rgba(30, 30, 30, 1) 60%, rgba(56, 56, 56, 1) 100%);
}

.why-choose-us-col:nth-child(6) .why-choose-us-icon img {
  width: 100%;
  object-fit: cover;
  height: 185px !important;
}


/* why choose us end  */


/* inner about us section end  */


/* inner features modules section start  */


.inner-features-modules {
  padding: 60px 0;
}

.inner-features-col {
  padding: 5px !important;
}

.inner-features-card {
    height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
   background: radial-gradient(circle at 100% 100%, #fcfcfc 0, #fcfcfc 14px, transparent 14px) 0% 0%/15px 15px no-repeat,
            radial-gradient(circle at 0 100%, #fcfcfc 0, #fcfcfc 14px, transparent 14px) 100% 0%/15px 15px no-repeat,
            radial-gradient(circle at 100% 0, #fcfcfc 0, #fcfcfc 14px, transparent 14px) 0% 100%/15px 15px no-repeat,
            radial-gradient(circle at 0 0, #fcfcfc 0, #fcfcfc 14px, transparent 14px) 100% 100%/15px 15px no-repeat,
            linear-gradient(#fcfcfc, #fcfcfc) 50% 50%/calc(100% - 2px) calc(100% - 30px) no-repeat,
            linear-gradient(#fcfcfc, #fcfcfc) 50% 50%/calc(100% - 30px) calc(100% - 2px) no-repeat,
            linear-gradient(90deg, rgba(9,136,218,0.33) 0%, rgba(129,239,208,0.58) 100%);
	border-radius: 15px;
	padding: 26px;
	box-sizing: border-box;
}

.inner-features-number {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 12px;
    background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 64%, rgba(5, 132, 219, 1) 100%);
    display: inline-flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
	box-shadow: 2px 3px 2px rgb(0 0 0 / 16%);
    width: 70px;
    height: 70px;
}

.inner-features-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.inner-features-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}

.inner-features-link {
    display: inline-block;
    margin-top: 12px;
    color: #161616;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-features-link:hover {
  color: #fff;
}


/* inner features modules section end  */

/* inner blog section start  */

.inner-blog-wrapper {
  padding: 60px 0;
}

.inner-blog-header h2 {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
	text-align:center;
}

.inner-blog-card {
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.inner-blog-image img {
    width: 100%;
    height: 230px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    display: block;
}

.inner-blog-body {
    padding: 20px;
    background: #e9e9e9;
    height: 180px;
    border-radius: 0 0 15px 15px;
}

.inner-blog-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.inner-blog-title a {
  color: inherit;
  text-decoration: none;
}

.inner-blog-title a:hover {
  text-decoration: underline;
}

.inner-blog-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}


/* inner blog section end  */


/* inner contact us section start */

.inner-contact-wrapper {
    padding: 70px 0 ;
    background-color: #e1e1e1;
}

.inner-contact-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000d6;
    text-align: center;
    margin-bottom: 40px;
}

.inner-contact-subtitle {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(to bottom, #000000 0%, #0000007d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.inner-contact-row{
    display: flex;
    align-items: center;
}
.inner-address {
    padding: 30px;
}

.contact-icon-box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg,rgba(5, 132, 219, 1) 0%, rgba(118, 230, 209, 1) 80%, rgba(118, 230, 209, 1) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.inner-address-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.inner-address-content {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #000000d6;
    line-height: 1.6;
    margin: 0;
}

.inner-address-content p {
  margin: 4px 0;
}

.inner-address-content a {
    color: #000000;
    text-decoration: none;
}

.inner-address-content a:hover {
    text-decoration:none;
    color: #2EAD36;
}


.inner-map-wrapper {
  padding: 60px 0;
  background: #ffffff;
}

.inner-map {
    margin-top: -120px;
}
.inner-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.452);
}

.inner-contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
}

.inner-contact-form h2,
.inner-contact-form .wpcf7-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.inner-contact-wrapper .form-submit {
    display: flex;
    justify-content: center;
    margin: auto;
}

.inner-contact-form .wpcf7-form p {
    margin-bottom: 20px;
}

.inner-contact-form input[type="text"], .inner-contact-form input[type="email"], .inner-contact-form input[type="tel"], .inner-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    transition: all 0.3s ease;
    max-height: 120px;
}
.inner-contact-form input[type="text"]:focus,
.inner-contact-form input[type="email"]:focus,
.inner-contact-form input[type="tel"]:focus,
.inner-contact-form textarea:focus {
    outline: none;
    border-color: #2EAD36;
    background-color: #fff;
}

.inner-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.inner-contact-form .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.inner-contact-form input[type="submit"] {
    background-color: #2EAD36;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px auto 0 auto !important;
    width: fit-content;
}

.inner-contact-form input[type="submit"]:hover {
    background-color: #23852a;
}
.wpcf7-spinner {
    display: none !important;
}

.inner-contact-form .wpcf7-response-output,
.inner-contact-form .privacy-note {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* inner contact us section end  */

/* single page blog section start  */

.inner-blog-single-wrapper {
  padding: 60px 0;
}

.inner-blog-featured-image img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.inner-blog-single-title {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.inner-blog-single-wrapper .wp-block-list {
  color: #606060;
}

.inner-blog-meta {
  font-size: 18px;
  color: #888;
  margin-bottom: 20px;
}

.inner-blog-single-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* Sidebar Styles */
.inner-blog-sidebar {
  background: #f7f9fc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.inner-blog-sidebar-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-blog-sidebar-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  margin-bottom: 20px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.inner-blog-sidebar-card:hover {
  transform: translateY(-2px);
}

.inner-blog-sidebar-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.inner-blog-sidebar-content {
  padding: 15px;
}

.inner-blog-sidebar-post-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #111;
}


/* single page blog section end  */
/* pricing page starts */
.pricing-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pricing-toggle .toggle-btn {
  padding: 10px 20px;
  margin: 0 5px;
  background: #eee;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

.pricing-toggle .toggle-btn.active {
  background: #007bff;
  color: #fff;
}

.price-wrapper {
  position: relative;
  transition: height 0.4s ease;
  min-height: 130px; /* Adjust as needed */
}

.price {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 2.6rem;
}

.price.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.price span {
  font-size: 17px;
  font-weight: 500;
}

.additional-price {
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
}

.additional-price span,
.original-price {
  text-decoration: line-through;
  color: #e55e5e;
  font-size: 16px;
}

.offer-price {
  font-size: 2.6rem !important;
}

.pricing-box {
  border: 1px solid #0584db;
  padding: 20px;
  background: #f1f1f138;
  border-radius: 20px;
  height: 100%;
}

.pricing-box h5 {
  color: #0584db;
}

.plan-button a {
  background: #057ed2;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  margin: auto;
  display: block;
  text-align: center;
  width: 93%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #057ed2;
}

.plan-button a:hover {
  background: #fff;
  color: #057ed2;
  transition: .4s ease;
}

.badge-popular {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #0584db;
  color: white;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.features-wrapper {
  border-top: 1px solid #0584db;
  padding-top: 20px;
  margin-top: 20px;
}

.features {
  list-style-image: url('assets/img/star.png');

}
.features ul{
	padding-left:22px;
}
.features li {
  margin-bottom: 8px;
}

.price-listing {
  margin-top: 70px;
}

.price-listing > div:nth-child(2) .pricing-box {
  transform: scale(1.03);
}

/* pricing page ends */
/* innerpage end  */


@media only screen and (max-width: 576px) {

/* .cont-header {
  display: block;
} */

.cont-header a {
  font-size: 10px;
}

.main-header img {
  width: 120px;
}

.main-header {
    position: fixed;
    top: 28px;
    left: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  padding: 58px 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #0472be;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #a5d340;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
    background: linear-gradient(to bottom, #a5d340, #d9f9ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 220px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
}

.header-demo-btn {
  display: none;
}

/* banner section  */

.top-banner-title {
  font-size: 25px;
}

.top-banner-header p {
  font-size: 11px;
}

.top-banner-btn {
    background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 50%, rgba(5, 132, 219, 1) 100%);
    border-radius: 10px;
    padding: 12px 30px;
}

.gradient-border-wrapper1 {
    position: absolute;
    top: -25px;
    left: 10px;
    animation: floatTilt 6s ease-in-out infinite;
}

.float-img-1 {
    display: block;
    width: 120px;
    border-radius: 20px;
}

.float-counter1 {
    position: absolute;
    left: 100px;
    top: 90px;
    padding: 5px 10px;
}

.float-counter1 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.float-counter1 h5 {
    font-size: 15px;
}

.float-img-4 {
display: none;
}

.float-counter2 {
    position: absolute;
    right: 120px;
    top: -160px;
    padding: 5px 10px;
}

.float-counter2 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.float-counter2 h5 {
    font-size: 15px;
}

.float-img-3 {
    display: block;
    max-width: 135px;
    border-radius: 20px;
}

.gradient-border-wrapper3 {
    position: absolute;
    top: -250px;
    right: 50px;
    padding: 4px;
    background: linear-gradient(to bottom, #84eecf, #0886d9);
    border-radius: 24px;
    z-index: 2;
    animation: floatTilt 6s ease-in-out infinite;
}



/* banner bottom section  */

.stat-number {
  font-size: 13px;
}

.stat-label {
  font-size: 12px;
}
 
.stats-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    padding-bottom: 50px;
}


.stat-divider {
    display: inline-block;
    width: 2px;
    height: 40px;
    background-color: #ccc;
    margin: 0 5px;
    vertical-align: middle;
}

.trusted-title {
    font-size: 18px;
}

.avatars img {
    width: 115px;
    height: 35px;
}

.feature-item-image {
    background: linear-gradient(90deg,rgba(5, 132, 219, 1) 0%, rgba(118, 230, 209, 1) 80%, rgba(118, 230, 209, 1) 100%);
    display: inline-flex;
    align-items: center;
    padding: 10px 10px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.feature-icon {
    width: 40px;
    height: 40px;
}

.feature-label {
    font-size: 12px;
}



/* focus on section  */

.focus-title h2 {
    font-size: 25px;
    margin-bottom: 40px;
}

.industry-card {
  margin: 15px auto;
  padding: 20px;
  height: 148px;
}

.industry-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.industry-card h5 {
  font-size: 18px;
}


/* ehr-modules-layout section  */

.ehr-modules-layout {
  display: none;
}

.modules-title h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.modules-title p {
    width: 100%;
    margin: auto;
    font-size: 13px;
}

/* .... mobile version modules ..... */

.mobile-modules-slider-wrapper {
  display: block;
  background: #fff;
  padding-top: 60px;
}

.mobile-modules-slider-wrapper  .slick-list {
  margin-bottom: 60px;
}

.mobile-circle-number {
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.mobile-module-title{
  font-size: 15px;
}

.mobile-module-card {
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 16%);
    min-height: 180px;
    height: 100%;
}

.mobile-module-card:hover {
    box-shadow: 0 12px 30px rgb(0 0 0 / 15%);
}

/* product section  */


.product-header h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.product-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-description p {
    font-size: 12px;
}

.product-btn {
    padding: 12px 20px;
    font-size: 14px;

}

/* testimonials section  */

.vedio-testimonial-title {
    font-size: 25px;
    margin-bottom: 10px;
}

.vedio-testimonial-subtitle {
    font-size: 16px;
}

.vedio-testimonial-card {
    margin-top: 40px;
    position: relative;
}

.testimonial-client-wrapper {
    position: absolute;
    bottom: -30px;
    left: 25px;
    right: 25px;
}

.vedio-testimonial-left {
    flex: none !important;
    max-width: 100% !important;
}

.testimonial-client-label {
  font-size: 16px;
}

.vedio-testimonial-icon img {
    width: 35px;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.vedio-testimonial-author-name {
    font-size: 15px;
}

.vedio-testimonial-text p {
  font-size: 12px;
}


/* contact us section  */

.book-demo-wrapper .img-top-left, .book-demo-wrapper .img-bottom-left, .book-demo-wrapper .img-top-right, .book-demo-wrapper .floating-img {
  display: none;
}


/* footer section  */

.footer-item p, a {
  font-size: 12px;
}
	
.text-start p, .text-end a {
    font-size: 10px;
}

.footer-social a {
  font-size: 25px;
}
	
.pageheading-middle h2 {
	font-size:15px;
}


/* innerpage about us  */
	
.inner-about-us-title h2 {
	font-size:25px;	
}
	
.why-choose-us-blue-title {
    position: absolute;
    bottom: 40px;
    left: 22px;
    right: 22px;
    margin-bottom: 30px;
}

.inner-about-us-content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.inner-about-us-content p {
    font-size: 13px;
}

.why-choose-us-tag {
    font-size: 25px;
    margin-bottom: 20px;
}

.why-choose-us-header p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}

.why-choose-us-col:nth-child(2) .why-choose-us-card {
    height: 100% !important;
}

.why-choose-us-col:nth-child(3) .why-choose-us-card {
    height: 100% !important;
}

.why-choose-us-col:nth-child(4) .why-choose-us-card {
    height: 100% !important;
}

.why-choose-us-col:nth-child(5) .why-choose-us-card {
    height: 100% !important;
    margin: 0;
}

.why-choose-us-col:nth-child(6) .why-choose-us-card {
    height: 100% !important;
    margin: 0;
}

.why-choose-us-col:nth-child(4) .why-choose-us-icon img, .why-choose-us-col:nth-child(6) .why-choose-us-icon img {
    width: 100%;
    object-fit: cover;
    height: 250px !important;
}

.why-choose-us-card {
  height: 450px !important;
}

.why-choose-us-icon img {
  width: 100%;
  object-fit: cover;
  height: 250px !important;
}
	
/* inner blog page  */
	
.inner-blog-header h2 {
	font-size:25px;
}
	
.inner-blog-excerpt  {
	font-size:12px;
}


/* innerpage contact us  */

.inner-book-demo-wrapper .inner-img-top-left, .inner-book-demo-wrapper .inner-img-bottom-left, .inner-book-demo-wrapper .inner-img-top-right, .inner-book-demo-wrapper .inner-floating-img {
  display: none;
}
	
.inner-address-content {
    display: block !important;
    font-size: 16px;
    color: #000000d6;
    line-height: 1.6;
    margin: 0;
}
.pricing-wrapper .col-lg-4{
  margin-bottom:30px;
  }
  .price-listing > div:nth-child(2) .pricing-box{
  transform:scale(1);
}
  .badge-popular{
    right:0;
  }
  .header-socialmedia {
    display:none;
  }
}



@media only screen and (min-width:576px) and (max-width:991px) {

/* top header section  */
.pricing-wrapper .col-lg-4{
  margin-bottom:30px;
  }
   .header-socialmedia {
    display:none;
  }
   .badge-popular{
    right:0;
  }
    .price-listing > div:nth-child(2) .pricing-box{
  transform:scale(1);
}
.cont-header a {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-demo-btn {
  display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding: 58px 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #0472be;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #a5d340;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
    background: linear-gradient(to bottom, #a5d340, #d9f9ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgb(51 51 51);
    color: #0472be;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    border-radius: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 260px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
}

/* banner section  */

.top-banner-title {
    font-size: 30px;
}

.top-banner-header p {
    color: #000000db;
    font-size: 14px;
    max-width: 700px;
    margin: 0 auto 20px auto;
}

.top-banner-btn {
    background: linear-gradient(90deg,rgba(118, 230, 209, 1) 0%, rgba(5, 132, 219, 1) 50%, rgba(5, 132, 219, 1) 100%);
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
}

.banner-center-img {
  position: relative;
}

.gradient-border-wrapper1 {
    position: absolute;
    top: -40px;
    left: 34px;
}

.float-img-1 {
    display: block;
    width: 130px;
    max-width: 100%;
    border-radius: 20px;
}

.float-counter1 {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 60px;
    top: 90px;
}

.float-counter1 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.float-counter1 h5 {
    font-size: 15px;
    color: #111;
}

.gradient-border-wrapper3 {
    position: absolute;
    top: -100px;
    right: 15px;
    animation: floatTilt 6s ease-in-out infinite;
}

.float-img-3 {
    display: block;
    width: 140px;
    border-radius: 20px;
}

.float-counter2 {
    padding: 5px 10px;
    gap: 10px;
    position: absolute;
    right: 90px;
    top: -5px;
}

.float-counter2 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.float-img-2 {
    display: block;
    max-width: 200px !important;
    border-radius: 20px;
    height: auto;
    position: absolute;
    top: 290px;
    left: -150px;
    z-index: 2;
    border: 2px solid  #0886d9;
    box-shadow: 0px 9px 14px 3px rgb(0 0 0 / 39%);
}


/* focus on section  */

.industry-card {
    margin: 15px auto;
}

/* ehr-modules-layout section  */

.ehr-modules-layout {
  display: none;
}

/* ..... mobile modules section ...... */

.mobile-modules-slider-wrapper {
  display: block;
  background: #fff;
  padding-top: 60px;
}

.mobile-modules-slider-wrapper  .slick-list {
  margin-bottom: 60px;
}

.mobile-circle-number {
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.mobile-module-title{
  font-size: 15px;
}

.modules-title p {
    width: 75%;
    font-size: 15px;
    margin: auto;
}

.mobile-module-card {
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 16%);
    min-height: 180px;
    height: 100%;
}

.mobile-module-card:hover {
    box-shadow: 0 12px 30px rgb(0 0 0 / 15%);
}



/* trusted section  */

.stats-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-bottom: 50px;
}

.stat-number {
    font-size: 18px;
    color: #007bff;
    font-weight: 500;
    display: block;
}

.stat-label {
    font-size: 15px;
    color: #333;
}

.feature-icon {
    width: 40px;
    height: 40px;
}

.feature-label {
    font-size: 15px;
    color: #000;
}


/* testimonial section  */


.vedio-testimonial-card {
    position: relative;
    margin-top: 40px;
}


/* contact us section  */

.book-demo-wrapper .img-top-left, .book-demo-wrapper .img-bottom-left, .book-demo-wrapper .img-top-right, .book-demo-wrapper .floating-img {
  display: none;
}

/* footer section   */


.footer-map-location {
    border-radius: 25px;
    border: 1px solid;
    width: 300px;
    height: 200px;
}

.footer-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
	
	
.pageheading-middle h2 {
	font-size:18px;
}	


/* inner about page  */

.inner-about-us-content p {
    font-size: 15px;
}

.why-choose-us-blue-description {
    position: absolute;
    bottom: 0;
    left: 100px;
}


.why-choose-us-col:nth-child(5) .why-choose-us-card {
    margin-top: 0;
}

.why-choose-us-col:nth-child(6) .why-choose-us-card {
    margin-top: 0;
    height: 295px;
}



/* innerpage contact us  */

.inner-book-demo-wrapper .inner-img-top-left, .inner-book-demo-wrapper .inner-img-bottom-left, .inner-book-demo-wrapper .inner-img-top-right, .inner-book-demo-wrapper .inner-floating-img {
  display: none;
}



}

@media only screen and (min-width:768px) and (max-width:991px) {

.why-choose-us-icon img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 20px;
    height: 250px;
}

.why-choose-us-col:nth-child(2) .why-choose-us-card {
    height: 325px !important;
}

.why-choose-us-col:nth-child(4) .why-choose-us-card {
    height: 260px;
}

.why-choose-us-col:nth-child(5) .why-choose-us-card {
    margin-top: -155px;
    height: 415px;
}

.why-choose-us-col:nth-child(6) .why-choose-us-card {
    margin-top: -75px;
    height: 340px;
}
.why-choose-us-blue-description {
    position: absolute;
    bottom: 0;
    left: 12px;
    font-size: 13px;
}

.why-choose-us-blue-title {
    position: absolute;
    bottom: 40px;
    left: 22px;
    right: 22px;
    font-size: 20px;
    margin-bottom: 20px;
}




}


@media only screen and (min-width:990px) and (max-width:1200px) {

.gradient-border-wrapper3 {
    position: absolute;
    top: -130px;
    right: 10px;
}

.float-img-3 {
    display: block;
    width: 200px;
    border-radius: 20px;
}


/* modules section  */

.module-box {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 212px;
    height: 50px;
}

.circle-number {
    width: 40px;
    height: 35px;
}

.module-box h4 {
    font-size: 14px;
}


.module-pos-left-1 {
    transform: translateX(130px);
}

.module-pos-left-2 {
    transform: translateX(70px);
}

.module-pos-left-3 {
    transform: translateX(140px);
}

.module-pos-left-4 {
    transform: translateX(70px);
}

.module-pos-left-5 {
    transform: translateX(175px);
}

.module-pos-left-6 {
    transform: translateX(80px);
}

.module-pos-left-7 {
    transform: translateX(130px);
}

.module-pos-left-8 {
    transform: translateX(70px);
}

.module-pos-left-9 {
    transform: translateX(150px);
}

.module-pos-left-10 {
    transform: translateX(70px);
}

.module-pos-right-11 {
    transform: translateX(-128px);
}

.module-pos-right-12 {
    transform: translateX(-66px);
}

.module-pos-right-13 {
    transform: translateX(-130px);
}

.module-pos-right-14 {
    transform: translateX(-40px);
}

.module-pos-right-15 {
    transform: translateX(-128px);
}

.module-pos-right-16 {
    transform: translateX(-82px);
}

.module-pos-right-17 {
    transform: translateX(-128px);
}

.module-pos-right-18 {
    transform: translateX(-44px);
}

.module-pos-right-19 {
    transform: translateX(-128px);
}

.module-pos-right-20 {
    transform: translateX(-40px);
}



/* product section  */

.product-btn {
    font-size: 15px;
}

/* contact section  */

.book-demo-wrapper .img-bottom-left {
    bottom: 0px;
    left: 10px;
    width: 230px;
}

.book-demo-wrapper .img-top-left {
    top: -30px;
    left: 50px;
    width: 200px;
}

.book-demo-wrapper .img-bottom-right {
    bottom: -20px;
    right: 150px;
    width: 170px;
}

.book-demo-wrapper .img-top-right {
    top: -25px;
    right: 20px;
    width: 220px;
}
	
	
	
.pageheading-middle h2 {
	font-size:20px;
}


/* innerpage about us  */

.why-choose-us-blue-title {
    position: absolute;
    bottom: 40px;
    left: 22px;
    right: 22px;
    font-size: 22px;
    margin-bottom: 30px;
}

.why-choose-us-col:nth-child(3) .why-choose-us-card {
    height: 430px;
}

.why-choose-us-col:nth-child(5) .why-choose-us-icon img {
    height: 262px;
}

.why-choose-us-col:nth-child(6) .why-choose-us-card {
    margin-top: -50px;
    height: 290px;
}

.why-choose-us-col:nth-child(6) .why-choose-us-icon img {
    width: 100%;
    object-fit: cover;
    height: 168px !important;
}

/* innerpage contact us  */

.inner-book-demo-wrapper .inner-img-bottom-left {
    bottom: 0px;
    left: 10px;
    width: 230px;
}

.inner-book-demo-wrapper .inner-img-top-left {
    top: -30px;
    left: 50px;
    width: 200px;
}

.inner-book-demo-wrapper .inner-img-bottom-right {
    bottom: -20px;
    right: 150px;
    width: 170px;
}

.inner-book-demo-wrapper .inner-img-top-right {
    top: -25px;
    right: 20px;
    width: 220px;
}


}