:root {
  --primary-blue: #2c5aa0;
  --light-blue: #4a90e2;
  --dark-blue: #1e3d6f;
}
@font-face {
  font-family: 'Galifex';
  src: url('../fonts/Galifex.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
video.img-fluid-powers {
    width: 100%;
}
a {
    color: rgba(70, 136, 148, 1);
}
.navbar {
    background-color: transparent !important;
    backdrop-filter: blur(10px);
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.navbar:hover {
    background: #fff !important;
}
.header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
        width: 360px;
}

.header-logo {
    max-width: 70%;
}
.node-7 div#block-his-content {
    padding-top: 0px;
} 
div#block-his-content {
    padding-top: 95px;
} 
.node-7  a.navbar-brand.black_logo {
    display: none;
}
.node-7 a.navbar-brand.white_logo {
    display: block;
}
a.navbar-brand.white_logo {
    display: none;
}
nav#block-his-main-menu ul li a {
    color: #312730;
}
.node-7 nav#block-his-main-menu ul li a {
    color: #fff;
}
.navbar:hover .black_logo, .navbar.scroll_nav .black_logo {
    display: block;
}
.navbar:hover .white_logo, .navbar.scroll_nav .white_logo {
    display: none !important;
}
.navbar:hover a.navbar-brand.black_logo {
    display: block;
}
.scroll_nav.navbar a.navbar-brand.black_logo {
    display: block !important;
}

.line-anchor {
  margin-top: 10px;
  height: 22px;

  opacity: 1;

  border: 1px solid rgba(218, 218, 218, 1);
}
.stats-line {
  border-right: 1px solid rgba(234, 234, 234, 1);
}
.navbar-brand {
  font-weight: bold;
  color: var(--primary-blue) !important;
  font-size: 1.2rem;
}

.navbar-nav .nav-link {
  color: var(--Char-Black, rgba(49, 39, 48, 1));

  font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 20px;

line-height: 100%;
letter-spacing: 1px;
vertical-align: middle;

  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--Cerulean, rgba(70, 136, 148, 1));
}

/* .btn-register {
  background-color: var(--Cerulean, rgba(70, 136, 148, 1));
  color: white;
  border: 2px solid var(--Cerulean, rgba(70, 136, 148, 1));
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-family: Rota;
font-weight: 700;
font-style: Bold;
font-size: 20px;

line-height: 80%;
letter-spacing: 1px;
vertical-align: middle;

  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
} */

.btn-register:hover {
  background: var(--Cerulean, rgb(11, 83, 95));
  color: white;
}

.globe-spin {
  animation: rotate-globe 8s linear infinite;
}

@keyframes rotate-globe {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.bg-video {
  width: 100%;
  height: 848px;
}


.hero-section {
  color: white;
  position: relative;

  gap: 10px;
}
.hero-content .container h1, .hero-content .container p {
    max-width: 810px;
}
.hero-content {
    width: 100%;
    position: absolute;
    top: 33%;
    z-index: 9;
}
.hero-content h1 {
  font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 72px;

line-height: 120%;
letter-spacing: 1px;

}

.hero-content p {
  font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 24px;

line-height: 120%;
letter-spacing: 1px;

}

.marquee-wrapper {
  overflow: hidden;
  background-color: var(--Cerulean, rgba(70, 136, 148, 1));
height: 189px;
  position: relative;


gap: 70px;

opacity: 1;
padding-top: 80px;
padding-right: 90px;
padding-bottom: 80px;
padding-left: 90px;


}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.marquee-item {
  white-space: nowrap;
  display: flex;
}

.marquee-item a {
    margin-right: 40px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    font-size: 24px;
    white-space: nowrap;
    gap: 4px;
}
.marquee-item a img {
    margin-right: 8px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* @media (max-width: 768px) {
  .marquee-item a {
    font-size: 14px;
    margin-right: 20px;
  }
} */

.btn-demo {
  background-color: var(--Cerulean, rgba(70, 136, 148, 1));
  color: white;
  border: 1px solid #fff;
  padding: 0.8rem 2rem;
  border-radius: 8px;
font-family: Rota;
font-style: Bold;
font-size: 20px;

line-height: 1;

vertical-align: middle;

  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  margin-top: 15px;
}

.btn-demo:hover {
  background-color: rgb(70 136 148);
  color: white;
  text-decoration: none;
  border: 2px solid rgb(70 136 148);
}

.trust-badges {
  margin-top: 3rem;
}

.stats-section {
  background-color: white;
}

.stat-item {
  text-align: center;
}

.stat-number {
 
  color: var(--Cerulean, rgba(70, 136, 148, 1));
font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 48px;

line-height: 120%;
letter-spacing: 1px;
text-align: center;

  margin-bottom: 0.5rem;
}

.stat-label {
 
  color: var(--Char-Black, rgba(49, 39, 48, 1));
 font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 22px;

line-height: 120%;
letter-spacing: 1px;
text-align: center;

}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .hero-section {
    background-attachment: scroll;
    min-height: 60vh;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}





.video-modal {
  display: none; 
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 300px;

  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-container {
  position: absolute;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

.close-video {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 30px;
  color: white;
  padding: 4px;

  border: none;
  cursor: pointer;
  z-index: 10000;

  border-radius: 12px;
  background: var(--Cerulean, rgba(70, 136, 148, 1));
}

.play-button-overlay {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  gap: 10px;

  z-index: 2; /* above gradient */
}

.play-button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-text {
  color: black;
  font-size: 16px;
}

.video-section {
    /* padding: 80px 0; */
    padding-bottom: 40px;
}

.section-header-1 {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading {
    color: white;
    width: 784px;
    /* height: 154px; */
    font-family: Rota;
    font-weight: 600;
    font-style: Medium;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px;
}
.dashboard-container-1 {
    position: relative;
    /* width: 1001px; */
    /* height: 491px; */
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    border: 10px solid lightblue;
    overflow: hidden;
}

.dashboard-container-1 .img-1 {
  width: 100%;
  display: block;
}
.dashboard-container-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01),
    rgba(0, 0, 0, 0.1)
  );
    pointer-events: none;
    z-index: 1;
}
.dashboard-container-1 {
    position: relative;
    margin: 0 auto;
    height: 800px;
    background: white;
    border-radius: 20px;
    border: 10px solid lightblue;
    overflow: hidden;
}
.close-video-btn {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    cursor: pointer;
    font-size: 26px !important;
    color: #fff;
    z-index: 10;
    background-color: #468894;
    padding: 12px 22px;
}
.schedule-demo-video-preview iframe {
    border: 5px solid #fff;
    border-radius: 6px;
}
.demo-button-container {
  text-align: center;
  margin-top: 50px;
}

.li.nav-item.slick-slide.slick-cloned{
  color: rgba(166, 166, 166, 1);
  text-decoration: none;
  padding: 16px;
 font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 29px;

line-height: 150%;
letter-spacing: 1px;
text-align: center;


}
.slick-center span {
    background-color: white;
    border: 1px solid #7CBDCA;
    border-radius: 8px;
    width:100%;
    /* height: 70px; */
    /* padding-top: 16px; */
    padding-left: 0px;
    color: #000 !important;
    font-family: Rota;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #468894;
    display: block;
    text-align: center;
}
span.fw-medium.custom-color {
    color: white;
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    display: block;
}
/* .custom-color:hover {
    border: 1px solid #7CBDCA;
    background-color:white;
    border-radius: 8px;
    color: var(--Cerulean, rgba(70, 136, 148, 1));
} */
/* .li.nav-item.slick-slide.slick-cloned.slick-active:hover {
  border: 1px solid var(--Suite-Teal, #7cbdca);
  background-color: rgba(191, 251, 255, 0.25);
  border-radius: 8px;
  color: var(--Cerulean, rgba(70, 136, 148, 1));
} */
.custom-link {
  color: rgba(166, 166, 166, 1);
  transition: background-color 0.3s, color 0.3s;
}


.demo-button {
  background: var(--Cerulean, rgba(70, 136, 148, 1));

  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(23, 162, 184, 0.3);
}

.demo-button:hover {
  background: var(--Cerulean, rgb(11, 83, 95));

  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(23, 162, 184, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.2rem;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}



.healthcare-section-2 {
  min-height: 100vh;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.healthcare-section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/background-frame.png") repeat;
  pointer-events: none;
}

.section-header-2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.main-title{
  font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 48px;
color: var(--Char-Black, rgba(49, 39, 48, 1));

line-height: 120%;
letter-spacing: 1px;
text-align: center;

}

.service-card-1 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 30px 30px;
  border: 1px solid rgba(218, 218, 218, 1);
  transition: all 0.3s ease;

  backdrop-filter: blur(10px);
  height: 100%;
  position: relative;
  z-index: 2;
}

.service-card-1:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.service-icon-1 img {
  width: 24px;
  height: 24px;

}
.service-icon-1 {
  width: 40px;
  height: 40px;
  background: rgba(49, 39, 48, 1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 2px solid #e9ecef;

}

.service-card-1:hover .service-icon-1 {
  transform: scale(1.1);
}

.service-title-1 {
 
  color: var(--Char-Black, rgba(49, 39, 48, 1));
font-family: Rota;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;

line-height: 100%;
letter-spacing: 1px;


}

.service-description-1 {

  color: var(--Char-Black, rgba(49, 39, 48, 1));
font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 18px;

line-height: 120%;
letter-spacing: 1px;

 
}

@media (max-width: 768px) {
  .service-card-1 {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .healthcare-section-2 {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .service-card-1 {
    padding: 25px 15px;
  }
}

.industry-section {
    padding: 80px 0;
    background: #468894;
}
.section-header-3 {
  margin-bottom: 60px;
}

.section-title-3 {
    margin-bottom: 30px;
    color: #F8F8F8;
    font-family: Rota;
    font-weight: 600;
    font-style: Medium;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 1px;
}

.industry-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    border: 1px solid rgba(218, 218, 218, 1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    height: 95%;
    position: relative;
    z-index: 2;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
}


.industry-card:hover {
  transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

}

.industry-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

/* .industry-card:hover .industry-image {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
} */

.industry-title {
  font-family: Rota;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;

line-height: 100%;
letter-spacing: 1px;

  color: var(--Char-Black, rgba(49, 39, 48, 1));

  margin-bottom: 10px;
 
}

.industry-description {
 font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 18px;

line-height: 120%;
letter-spacing: 1px;

  color: var(--Char-Black, rgba(49, 39, 48, 1));

}

@media (max-width: 768px) {
  .section-title-3 {
    font-size: 2rem;
  }

  .industry-section {
    padding: 50px 0;
  }

  .industry-image {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .section-title-3 {
    font-size: 1.75rem;
  }

  .industry-image {
    height: 180px;
  }

  .industry-card {
    margin-bottom: 30px;
  }
}

.testimonials-section-1 {
  padding: 80px 0;
  background: white;
  justify-items: space-between;
}

.section-title-4 {
  margin-bottom: 30px;

  color: var(--Char-Black, rgba(49, 39, 48, 1));
font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 48px;

line-height: 120%;
letter-spacing: 1px;

  
}

.testimonial-card-1 {
  border-radius: 15px;

  margin-bottom: 40px;

  position: relative;
  overflow: hidden;
}

.testimonial-image-1 {
  position: relative;

  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 100%;
    height: 490px;
  border-radius: 8px;
}

.testimonial-image-1 img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.play-button-2 {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.play-button-2:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.play-button-2 i {
  color: black;
  font-size: 24px;
  margin-left: 3px;
}

.testimonial-content-1 {
  display: flex;
  flex-direction: column;

  padding: 20px ;
  max-width: 90%;
  height: 289.24591064453125px;
  gap: 30px;
}
.testimonial-content-vector::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 175px;
    background: radial-gradient(circle, rgba(0, 195, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 2;
    filter: blur(40px);
    top: -4px;
}
 .testimonial-content-1::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 175px;
    background: radial-gradient(circle, rgba(0, 195, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 2;
    filter: blur(40px);
    left: 12px;
    top: -4px;
}


.testimonial-text {
 font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 120%;
letter-spacing: 1px;
margin-top: 0;
margin-bottom: 0;
  color: var(--Char-Black, rgba(49, 39, 48, 1));


  position: relative;
}

.testimonial-author {
  color: rgba(70, 136, 148, 1);
font-family: Rota;
font-weight: 700;
font-style: Medium;
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
line-height: 150%;
letter-spacing: 1px;

  
 
}

.testimonial-role {
    color: var(--Char-Black, rgba(49, 39, 48, 1));
    font-family: Rota;
    font-weight: 700;
    font-style: Regular;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 150%;
    letter-spacing: 1px;
    margin-top: -24px;
}

.videos-modal .modal-dialog {
  max-width: 900px;
}

.videos-container {
  position: relative;
  width: 100%;
  height: 500px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.videos-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videos-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
}

@media (max-width: 768px) {
  /* .testimonial-card-1 {
    padding: 30px 20px;
  } */

  .section-title-4 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .testimonial-image-1 img {
    height: 200px;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .videos-container {
    height: 300px;
  }
}

/* Click effect */
.play-button-2:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.testimonial-image-1:active {
  transform: scale(0.98);
}

/* Modal Styling */
#modal-toggle {
  display: none;
}
section.industry-section {
    padding-bottom: 50px;
}
#modal-toggle:checked ~ #modal4 {
  display: flex;
}
a.our-customers_button {
    background: buttonface;
    display: table;
    margin: 0 auto;
    width: auto;
    padding: 12px 25px;
    border-radius: 10px;
    color: #468894;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    font-family: "rota";
    letter-spacing: 1px;
    margin-top: 30px;
}
#video1-toggle:checked ~ #modal1,
#video2-toggle:checked ~ #modal2,
#video3-toggle:checked ~ #modal3 {
  display: flex;
}

.modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* dark background */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}


.modal-content-t {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

.modal-content-t video {
  width: 100%;
  border-radius: 12px;
}

.close-button-t {
  position: absolute;
  top: 12px;
  right: 16px;
  background: var(--Cerulean, rgba(70, 136, 148, 1));
  color: white;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}

.play-button-overlay label {
  background: rgba(255, 255, 255, 0.9);

  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* Footer Styles */
.footer {
  background: rgba(49, 39, 48, 1);

  color: #ffffff;

  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #4a90a4 50%,
    transparent 100%
  );
}

.footer-section-title {
font-family: Rota;
font-weight: 700;
font-style: Bold;
font-size: 18px;

line-height: 100%;
letter-spacing: 1px;

  color: rgba(248, 248, 248, 0.5);

  margin-bottom: 20px;

  
}

/* Social Links */
.social-links {
  display: flex;

  gap: 18px;
}

.social-link {
  color: rgba(255, 255, 255, 1);
    font-weight: 500;
font-family: Rota;
font-style: Medium;
  line-height: 120%;
  letter-spacing: 1px;

  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link:hover {
  color: var(--Suite-Teal, rgba(124, 189, 202, 1));

  transform: translateX(5px);
}

.social-link i {
  width: 20px;
  font-size: 1.1rem;
}

/* Navigation Links */
.nav-links-1 {
  display: flex;

  gap: 18px;
}

.nav-link-footer {
  color: rgba(255, 255, 255, 1);

  font-weight: 500;
font-family: Rota;
font-style: Medium;
  line-height: 120%;
  letter-spacing: 1px;

  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.slick-slider .slick-track{
  padding-top: 12px;
}
.slick-center a {
    border: 1px solid #7CBDCA;
    background-color: white;
    border-radius: 8px;
    color: var(--Cerulean, rgba(70, 136, 148, 1));
}
.nav-link-footer:hover {
  color: #4a90a4;
  transform: translateX(5px);
}

/* Main Brand Title */
.brand-title-1 {
  font-family: "Galifex";
font-weight: 400;
font-style: Regular;
font-size: 124px;

line-height: 120%;
letter-spacing: 1px;


  color: rgba(124, 189, 202, 1);

  text-align: center;
 
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    /* margin-top: 30px; */
    padding-bottom: 24px;
}

.copyright {
  color: rgba(255, 255, 255, 1);

font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 150%;
letter-spacing: 1px;

}

.footer-legal-links {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}

.legal-link {
  color: rgba(255, 255, 255, 1);

 font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 150%;
letter-spacing: 1px;

  text-decoration: none;

  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #4a90a4;
}
.powers-healthcare {
  background-color: rgb(70 136 148);
  /*background-image: url('/themes/custom/his/images/background-blur.png'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.powers-healthcare-2{
  background-color: rgb(70 136 148);
}
/* Responsive Design */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px 0;
  }

  .footer-top {
    margin-bottom: 30px;
  }


  .brand-title-1 {
    font-size: 2.5rem;
    margin: 30px 0;
    letter-spacing: 1px;
  }

  .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }

  .social-links,
  .nav-links-1 {
    align-items: center;
    text-align: center;
  }

  .footer-section-title {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .brand-title-1 {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }

  .social-links,
  .nav-links-1 {
    gap: 8px;
  }
}

/* Animation */
.footer * {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-container-slides .slick-prev {
    left: 8rem;
    z-index: 2;
}
.main-container-slides .slick-next {
    right: 8rem;
    z-index: 2;
}
.main-container-slides .slides.active-slide {
    /* border: 2px solid var(--Cerulean, rgba(70, 136, 148, 1)); */
    /* box-shadow: 0 12px 30px rgba(70, 136, 148, 0.2); */
    /* transform: scale(1.02); */
    /* transition: all 0.3s ease-in-out; */
    z-index: 10;
    border-radius: 10px !important;
}

.slick-prev,
.slick-next {
  background-color: var(--Cerulean, rgba(70, 136, 148, 1));
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  padding: 12px;
  text-align: center;
}

/* .slick-slider-container{
 padding: 0 40px;
} */
 .slides {


background: rgba(250, 250, 250, 1);
border: 1px solid rgba(234, 234, 234, 1); 
padding: 2rem;
margin-left: 60px;
margin-right: 60px;



}

.main-container-slides {
   padding-top: 4.5rem;
   padding-bottom: 4.5rem;
 overflow: visible !important; /* if hidden, AOS won't trigger below */
  position: relative;
  z-index: auto;
}

.main-title-slides {

  line-height: 1.2;
  color: var(--Char-Black, rgba(49, 39, 48, 1));

  font-weight: 500;
  font-size: 3.5rem;
  line-height: 120%;
  letter-spacing: 1px;
}

.nav-tabs-custom-slide .nav-link-slide {
  border: 1px solid rgba(234, 234, 234, 1);
  background: rgba(255, 255, 255, 1);

  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  gap: 10px;
 color: var(--Char-Black, rgba(49, 39, 48, 1));
  opacity: 1;
  border-radius: 8px;

  text-decoration: none;
  font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 20px;

line-height: 75%;
letter-spacing: 1px;
text-align: center;

  

  cursor: pointer;
}

.nav-tabs-custom-slide .nav-link-slide.active {
  background: var(--Cerulean, rgba(70, 136, 148, 1));

  color: white;
  box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
}

.nav-tabs-custom-slide .nav-link-slide:hover {
    background: #468894;
    color: white;
}

.nav-tabs-custom-slide .nav-link-slide.active:hover {
  background: var(--Cerulean, rgba(70, 136, 148, 1));

  color: white;
}

.navigation-div-slide {
  margin: 0 auto;

  border: 1px solid rgba(234, 234, 234, 1);
  background: rgba(250, 250, 250, 1);
  padding: 12px;

  width: 960px;
  opacity: 1;
  border-radius: 8px;
}

.slide-description-slide {

font-family: Rota;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 120%;
letter-spacing: 1px;
color: var(--Char-Black, rgba(49, 39, 48, 1));
text-align: center;

}
/* .slide-content{
  padding-top: 3rem;
} */

.slide-title-slide {

   font-family: Rota;
font-weight: 500;
font-style: Medium;
font-size: 29px;
line-height: 120%;
letter-spacing: 1px; 
  color: var(--Char-Black, rgba(49, 39, 48, 1));
  text-align: center;

  
}

.dashboard-image-slide {
height: 754px;
padding: 10px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 
  background: linear-gradient(
    180deg,
    rgba(220, 249, 255, 0.3) 0%,
    #7CBDCA 131%
  );
  border: 1px solid #7CBDCA;
}

.carousel-container {
  position: relative;

  
}
 .video-section::before{
  content: "";
  position: absolute;
  width: 400px;
  height: 300px;
 
  background: radial-gradient(circle, #7CBDCA 0%, transparent 70%);
  border-radius: 50%;
  z-index: 2;
  filter: blur(150px);
left: -2px;

}
 .Dashboard-bground::after{
  content: "";
  position: absolute;
  width: 400px;
  height: 300px;
 
  background: radial-gradient(circle, #7CBDCA 0%, transparent 70%);
  border-radius: 50%;
  z-index: 2;
  filter: blur(150px);
    right: 19px;
    margin-top: -109px;



}

.navbar-expand-lg.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
}
nav#block-his-main-menu ul {
    display: flex;
    gap: 32px;
    /* margin-left: 560px; */
    list-style: none;
    padding-top: 10px;
        margin-bottom: 0;
}
nav#block-his-main-menu ul li a  {
    text-decoration: none;
    font-family: Rota;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;

}
nav#block-his-main-menu> ul> li:last-child > a {
    border: 1px solid;
    padding: 16px 24px;
    border-radius: 8px;
    background: #468894;
    color: white;
}
nav#block-his-main-menu ul li:nth-child(5) a {
    text-decoration: none;
    font-family: Rota;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 32px;
}
nav#block-his-main-menu ul li:nth-child(5) {
    border-left: 1px solid #DADADA;
}
.navbar:hover nav#block-his-main-menu ul li a, .navbar:hover nav#block-his-main-menu ul li:nth-child(5) a ,
.scroll_nav.navbar nav#block-his-main-menu ul li a, .scroll_nav.navbar nav#block-his-main-menu ul li:nth-child(5) a {  
 color: #312730;
}
.navbar:hover nav#block-his-main-menu> ul> li:last-child > a, .scroll_nav.navbar nav#block-his-main-menu> ul> li:last-child > a { color: #fff;}
.scroll_nav.navbar { background: #fff !important; box-shadow:  0 2px 10px rgba(0, 0, 0, 0.1); }


nav#block-his-main-menu> ul>li a{
    padding-bottom: 20px;
}
/* nav#block-his-main-menu ul li a:nth-child(6) {
    
    border: 2px solid rgb(70,136,148);
    border-radius: 8px;
    padding: 20px;
    background-color: rgb(70,136,148);
} */
.hero-content h1 {
    /* font-weight: 500;
    font-size: 69px;
    line-height: 125%;
    letter-spacing: 1px; */
    color: white;
    font-family: Rota;
font-weight: 600;
font-style: SemiBold;
font-size: 72px;
line-height: 120%;
letter-spacing: 1px;
    margin-bottom: 24px;

    
}
    .hero-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 1px;
    color: white;
    
}
.bg-video video {
    width: 100%;
    height: auto;
    
}
.bg-video img {
    width: 100%;
    height: auto;
    object-position: 580px;
}

.hero-content img {
    width: 118px;
    height: 57px;
    border-radius: 8px;
    margin-top: 60px;
    
    
}
.header-images div {
    display: flex;
    margin-top: -14px;
    gap: 20px;
}

/* .hero-content h1{
        
} */
 .stats-section .stat-item {
    text-align: center;
    border-right: 1px solid #EAEAEA;
}
.stats-section .col-lg-3.col-md-6 .stat-item:nth-child(4) {
    text-align: center;
    padding: 2rem 1rem;
    /* border-right: 1px solid #EAEAEA; */
    border: none;
}
.stats-section .col-lg-3.col-md-6 {
    margin: 40px 0;
}
.stats-section {
    background-color: white;
}
.hr-border{
    height: 2px;
    color: #ccc;
    margin-top: -59px;
}
.sign-in {
    display: flex;
}
/* #navbarNav div {
    display: flex;
    gap: 20px;
} */
.sign-in a.nav-link1 {
    font-size: 15px;
    color: rgb(51, 51, 51);
    margin-top: 10px;
    text-decoration: none;
    font-weight: 500;
}
.nav-links-1 ul {
        display: flex;
        gap: 30px;
            padding-left: 0;
}
.nav-links-1 li {
    list-style: none;
    background-image: url("");
}
.nav-links-1 li a{
  color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
/* .dashboard-container-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */
.dashboard-container-1 button.play-button {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    display: contents;
    align-items: center;
    cursor: pointer;
}
.stats-section .row .col-lg-3:last-child  .stat-item {
    border: 0;
}
  #modal-toggle {
      display: none;
    }

    /* #modal-toggle:checked ~ #modal4 {
      display: flex;
    } */

     #video1-toggle:checked ~ #modal1,
    #video2-toggle:checked ~ #modal2,
    #video3-toggle:checked ~ #modal3 {
      display: flex;
    }

    .modals {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.75);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }




    .modal-content-t {
      position: relative;
      background: #fff;
      border-radius: 16px;
      padding: 20px;
      max-width: 800px;
      width: 90%;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
      animation: fadeIn 0.3s ease;
    }

    .modal-content-t video {
      width: 100%;
      border-radius: 12px;
    }

    .close-button-t {
      position: absolute;
      top: 12px;
      right: 16px;
      background: var(--Cerulean, rgba(70, 136, 148, 1));
      color: white;
      padding: 5px 12px;
      border-radius: 8px;
      font-weight: bold;
      font-size: 18px;
      cursor: pointer;
      z-index: 10000;
    }
    
     .play-button-overlay label {
      background: rgba(255, 255, 255, 0.9);
    
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    }
    .main-container-slides .slick-slide img {
    /* display: inline-block; */
    height: 730px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}


section.marquee-wrapper {
    display: flex;
}
.line-anchor {
  margin-top: 14px;
  height: 22px;
  opacity: 1;
  border: 1px solid rgba(218, 218, 218, 1);
}

#block-his-signin-2 .nav-link {
    display: flex;
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important;
}
a.fw-medium.custom-color {
    text-decoration: none;
}
.modals {
  display: none;
  /* your modal styles here */
}

input[type="checkbox"]:checked + .modals {
  display: flex;
}

.nav-link-footer li a::after {
  content: "";
  display: inline-block;
  background-image: url('/themes/custom/his/images/Ellipse 90.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  margin-left: 24px;
  vertical-align: middle;
}
.nav-link-footer li:last-child a::after{
  display: none;
}
.btn-register {

    background-color: var(--Cerulean, rgba(70, 136, 148, 1));

    color: white;

    /* border: 2px solid var(--Cerulean, rgba(70, 136, 148, 1)); */

    padding: 11.5px;

    border-radius: 8px;

    font-family: Rota;

    font-weight: 700;

    font-style: Bold;

    font-size: 20px;

    /* line-height: 80%; */

    letter-spacing: 1px;

    vertical-align: middle;

    text-decoration: none;

    display: flex;

    transition: all 0.3s ease;

    height: 48px;

    width: 117px;

    /* vertical-align: middle; */

    /* align-items: center; */

    justify-content: center;

}
 .main-container-slides .slick-list.draggable {
    padding: 0 150px !important;
}
.footer-section {
    padding-top: 120px;
    padding-left: 40px;
}
#block-his-socialmedia .footer-section {
    padding-top: 120px;
    padding-left: 16px;
}
/* .nav-link {
    display: flex !important;
    gap: 32px !important;
} */
.sign-in a.nav-link {
    padding-top: 16px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(268.39deg, rgba(0, 0, 0, 0) 1.17%, rgba(15, 41, 46, 0.8) 88.64%);
  z-index: 0;
  pointer-events: none;
}
.navbar-nav.ms-auto {
    padding: 24px 0;
}
img.img-fluid-powers {
    width: 100%;
    height: auto;
    background-color: rgb(70 136 148);
}
.powers-healthcare-2 .nav-slider {
    padding-top: 15px;
    padding-bottom: 40px;
}
.leader-btn-demo {
    /* background-color: var(--Cerulean, rgba(70, 136, 148, 1)); */
    color: #468894;
    border-bottom: 2px solid var(--Cerulean, rgba(70, 136, 148, 1));
    /* padding: 0.8rem 2rem; */
    /* border-radius: 8px; */
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 80%;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
}

/* General */


/* .footer .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
} */

.newsletter-box {
  display: flex;
  align-items: center; /* vertically center */
  justify-content: space-between;
  gap: 40px; /* yaha aap apne hisaab se spacing adjust kar sakte ho */
}

.footer-heading {
  margin: 0; /* default spacing reset */
}

/* Footer Top */
.footer-top {
    background-color: #2c242d;
    padding: 64px 0;
    height: 233px;
}

.footer-heading { 
    color: #F8F8F8;
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 1px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  padding: 10px;
  border-radius: 6px;
  border: none;
  flex: 1;
}

.newsletter-form button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}

.newsletter-form button:hover {
  background: #ddd;
}

.privacy-note {
  font-size: 14px;
  margin-top: 8px;
  color: #bbb;
}

.privacy-note a {
  color: #fff;
  text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #3e7c87;
    /* padding: 40px 0; */
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 20px; */
    padding: 64px 0;
}

.footer col {
  /* flex: 1 1 200px; */
  margin: 10px;
}

.footer-col h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 5px 0;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  font-family: 'Rota';
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    padding-top: 32px;
    padding-bottom: 0px;
}
.footer-bottom-bar .footer-links a {
  margin-left: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-bar .footer-links a:hover {
  text-decoration: underline;
}
.webform-submission-footer-form-form label {
    display: none;
}
div[role=alert] {
    color: white;
}
.webform-submission-footer-form-form input.form-email {
    background-color: #392D38;
    border: 1px solid #554453;
    border-radius: 8px;
    width: 333px;
    height: 51px;
    color: #F9F9F9;
    padding-left: 16px;
}
.webform-confirmation__message {
    color: white;
}
.webform-submission-footer-form-form .form-actions input {
    width: 122px;
    height: 51px;
    border: 1px solid #554453;
    border-radius: 8px;
}
form.webform-submission-footer-form-form {
    display: flex;
    gap: 16px;
}
h4.footer-brand {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Rota';
}
.footer-col p {
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #F8F8F8;
    width: auto;
    
}
#block-his-footerbrandtitle .footer-col p {
	padding-left: 10px;
	margin-top: 60px;
}
h2#block-his-platformnav-menu {
    font-family: Rota;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #F8F8F8;
}
div#block-his-location p {
    font-size: 16px;
}
h2#block-his-companynav-2-menu {
    font-family: Rota;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #F8F8F8;
}
h2#block-his-followus-2-menu, div#block-his-location h2{
  font-family: Rota;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #F8F8F8; 
}
.footer-bottom-bar p {
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #F8F8F8;

}
p.dynamic-text {
    display: none;
}
p.dynamic-text.highlight {
    display: block !important;
}
p.dynamic-text {
    /* font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 1px; */
    color: white;
    margin-bottom: 2rem !important;
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 1px;

}
p.dynamic-text.highlight{
    color: white;
    margin-bottom: 1rem;
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 1px;
}

.tablink-tabdata {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 80px;
}
.tab-heading h2 {
    /* font-family: Rota;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: center;
    color: #312730; */
    margin-bottom: 90px;
}
/* .tab-links {
    width: 350px;
    height: 54px;
} */
.tab-links a {
    text-decoration: none;
    color: #312730;
    font-family: Rota;
    font-weight: 500;
    font-style: SemiBold;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 1px;
}
.tab-content {
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding-top: 25px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -50px;
}

.tab-data {
    display: none;
}
.tab-content .tab-data:first-child {
    display: block;
}
.tab-link-num span {
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    border-radius: 20px;
    font-family: Rota;
    /* font-weight: 600; */
    font-style: SemiBold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #312730;
    padding-top: 7px;
    padding-left: 0px;
    text-align: center;
    width: 34px;
    height: 34px;
    display: block;
}
/* Default links + number */
.tab-link-num {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 0px;
    padding-left: 12px;
}


.tab-link-num .tab-links a {
  background: transparent;
  color: #333;
  padding: 22px 12px;
  border-radius: 4px;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

/* Active state */
.tab-link-num.active {
    background: #EDF6F8;
    
    font-weight: 600;
    border-bottom: 1px solid #468894;
}
.tab-link-num.active a{
color: #468894;
}
.tab-link-num.active span{
background-color: #468894;
color: #FFFFFF;
}

/* Content styling */
/* .tab-content {
  display: none;
  margin-top: 15px;
} */

.tab-content.active {
  display: block;
}
.tab-data img.img-fluid {
    background: #7CBDCA;
    border: 1px solid #7CBDCA;
    width: 100%;
    height: 600px;
    gap: 10px;
    opacity: 1;
    padding: 10px;
    border-radius: 8px;
    border-width: 1px;
    object-fit: cover;
    object-position: center;
}
.tab-data p {
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: center;
    color: #312730;
    /* width: 585px; */
    /* padding-bottom: 180px; */
}
.nav-link-slide a {
    text-decoration: none;
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 75%;
    letter-spacing: 1px;
    text-align: center;
    color: #312730;
}
.nav-link-slide a:hover {
    color: #FFFFFF;
}
/* input[type="email"]::placeholder {
   
    padding-left: 10px;
} */
hr.footer-hr {
    color: #Fff;
    width: 100%;
    margin-top: 0;
    /* padding-top: 80px; */
}
.section-header-3::after {
    
 
  background-image: url('/themes/custom/his/images/Union.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

p.privacy-note {
    width: 333px;
}
.tab-heading::before{
   
  background-image: url('/themes/custom/his/images/Rectangle 134.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}
.industry-section {
    background-image: url('/themes/custom/his/images/Union.png');
    background-position: 96% top;
    /* background-size: cover; */
    background-repeat: no-repeat;
    /* background-size: 100%; */
}
.container{
          max-width: 90%;
}

.main-title span {
    color: #468894;
    font-family: Rota;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: center;
}
.tab-left {
    height: auto;
    max-width: 370px;
}
.webform-element-description p:last-child {
    margin-bottom: 0px;
    margin-top: 12px;
    font-family: 'Rota';
}
.video-section .btn-demo {
  background-color: var(--Cerulean, rgba(70, 136, 148, 1));
  color: white;
  border: 2px solid var(--Cerulean, rgba(70, 136, 148, 1));
  padding: 0.8rem 2rem;
  border-radius: 8px;
font-family: Rota;
font-weight: 700;
font-style: Bold;
font-size: 30px;

line-height: 1;

vertical-align: middle;

  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.node-33 li.pager__item {
    border: 1px solid #468894;
    padding-left: 2px;
    padding-right: 2px;
    height: 44px;
    border-radius: 6px;
    text-align: center;
    list-style: none;
    padding-top: 10px;
}
.node-33 li.pager__item a {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    vertical-align: middle;
    text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 0 20px;
}
.node-33 ul.pager__items.js-pager__items {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 40px;
  }
.node-33 li.pager__item.is-active {
    background: #468894;
    color: white;
    text-align: center;
    list-style: none;
}
.node-33 li.pager__item.is-active a {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    vertical-align: middle;
    text-decoration: none;
    color: white;
}
a.leader-btn-demo.my-5:hover {
    color: #468894;
}
#webform-submission-footer-form-node-8-add-form label {
    display: none;
}
#webform-submission-footer-form-node-8-add-form input#edit-email {
    background-color: #392D38;
    border: 1px solid #554453;
    border-radius: 8px;
    width: 333px;
    height: 51px;
    color: #F9F9F9;
    padding-left: 16px;
}
#webform-submission-footer-form-node-8-add-form input#edit-actions-submit {
    width: 122px;
    height: 51px;
    border: 1px solid #554453;
    border-radius: 8px;
}
form#webform-submission-footer-form-node-8-add-form {
    display: flex;
    gap: 16px;
}
.testimonial-image-1 {
  position: relative;
}

.testimonial-image-1 img.thumbnail {
  /* width: 100%; */
  display: block;
}

.testimonial-image-1 video.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; /* initially hidden */
  z-index: 10;
}

.testimonial-image-1 .play-button-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 20;
  font-size: 2rem;
  color: white;
  display: none;
}

.testimonial-image-1 .close-button-video {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  display: none;
}

nav#block-his-main-menu ul ul {
    display: none;
}
nav#block-his-main-menu ul li:hover ul {
    display: block;
    position: absolute;
    background: #fff;
}
nav#block-his-main-menu ul ul li {
    padding: 10px;
}
nav#block-his-main-menu ul ul {
    border: 1px solid #eee;
    padding: 10px;
    top: 80px;
}

nav#block-his-main-menu ul li a.is-active {
    color: #468894;
}
/* .views-field.views-field-view-node a {
    color: rgba(70, 136, 148, 1);
} */
 .views-field.views-field-view-node a {
    color: rgba(70, 136, 148, 1);
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: Text Sizes/Text Regular;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;
}
.intel-section .img-fluid {
    max-width: 100%;
    height: 560px;
    width: 95%;
    object-fit: cover;
}
p.footer-bottom-links {
    font-family: 'Rota';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-left: 20px;
}
.page-route-user-login .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name {
    width: 100%;
    padding-right: 0px;
    float: none;
    margin-bottom: 20px;
}
.page-route-user-login form#user-login-form {
  
  width: 600px;
    border: 1px solid #cdcdcd;
    margin: 40px auto;
    padding: 20px;

}
.page-route-user-login input#edit-submit{
  padding: 12px;
    border-radius: 10px;
}
.page-route-user-login label.js-form-required.form-required {
    font-size: 24px;
    font-family: 'Rota';
}
.page-route-user-login label.js-form-required.form-required::after {
    content: ':';
    margin-left: 10px;
    margin-right: 10px;
}
.page-route-user-login input#edit-name {
    /* width: 100%; */
    padding: 8px;
    border-radius: 4px;
}
.page-route-user-login input#edit-pass {
    padding: 8px;
    border-radius: 4px;
    width: 560px;
}
.page-route-user-login input#edit-submit {
    /* padding: 12px; */
    /* border-radius: 10px; */
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    /* text-align: center; */
    height: auto;
    /* width: 29%; */
    padding-bottom: 20px;
    padding-top: 20px;
    background: var(--HIS-1, rgba(70, 136, 148, 1));
    border: none;
    border-radius: 8px;
    color: white;
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}
/* .page-route-user-login input#edit-name {
    width: 21%;
} */

.footer-col img {
    width: 400px;
    height: auto;
    margin-bottom: 20px;
    position: absolute;
    top: -75px;
}
.footer-col {
    position: relative;
}
.node-17 .product-one-description sup {
    font-size: 14px;
}
.node-45 .email-demo-left-spantext sup {
    top: -10px !important;
    font-size: 14px !important;
}
.node-17 .product-one-title sup {
    font-size: 18px;
    top: -16px;
}
.his-product-section h6 sup {
    font-size: 20px;
    top: -16px;
}
.node-45 .count-stats-text {
    font-size: 24px !important;
}
.node-45 nav#block-his-main-menu ul li a.is-active {
    color: #fff;
}
.schedule-demo-left-card-content {
    position: relative;
    z-index: 2;
}
.schedule-demo-device-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.schedule-demo-video-preview {
    position: relative;
    z-index: 2;
    margin-top: 5px;
}
.schedule-demo-video-preview img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: auto;
}
.schedule-demo-video-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "rota";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0.9;
}
.schedule-demo-device-images {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.webform-webform-telephone-international {
    padding: 20px 50px !important;
}
.schedule-demo-left-card p {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}
.schedule-title-text-demo {
    font-family: Rota;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}
.schedule-demo-left-card h2 {
    font-family: Rota;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 8px;
}
.schedule-demo-left-card {
    position: relative;
    flex: 1 1 48%;
    min-height: 520px;
    padding: 20px 40px 0;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
}
.schedule-demo-left-card-content h2 {
    margin-bottom: 20px !important;
}
.schedule-demo-left-card-content h2 img {
    width: 400px;
    height: auto;
}
.schedule-demo-left-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/schedule-demo-left-img.png') no-repeat center center/cover;
    z-index: 0;
}
.node-45 .email-demo-leftsection h3.email-demo-leftsection-heading {
    display: none;
}
.section-header-1 h2.main-title sup {
    font-size: 20px;
    top: -20px;
}

.video-embed-field-responsive-video::after {
    display: block;
    padding-bottom: 40.25% !important;
    content: "";
}

.node-48 .col-md-12 h2, .node-46 .col-md-12 h2 {
    font-size: 16px;
    font-weight: bold;
}
.node-44 .webform-submission-contact-form input[type="text"] {

    /* width: 100%; */

    color: var(--HIS-Grey-1, rgba(131, 125, 130, 1));

    font-family: Rota;

    font-weight: 700;

    font-style: Bold;

    font-size: 18px;

    padding: 20px 20px;

    line-height: 100%;

    letter-spacing: 1px;

    border: 1px solid var(--HIS-Grey-1, rgba(131, 125, 130, 1));

    border-radius: 6px;

    width: 100%;

}

.node-44 .webform-submission-contact-form label.js-form-required.form-required {

    font-family: Rota;

    font-weight: 700;

    font-style: Bold;

    font-size: 18px;

    margin-top: 30px;

    margin-bottom: 14px;

    line-height: 100%;

    letter-spacing: 1px;

    color: var(--HIS-Black-2, rgba(90, 82, 89, 1));

}

.node-44 .webform-submission-contact-form input#edit-email {

    color: var(--HIS-Grey-1, rgba(131, 125, 130, 1));

    font-family: Rota;

    font-weight: 700;

    font-style: Bold;

    font-size: 18px;

    padding: 20px 20px;

    line-height: 100%;

    letter-spacing: 1px;

    border: 1px solid var(--HIS-Grey-1, rgba(131, 125, 130, 1));

    border-radius: 6px;

    width: 100%;

}

.node-44 .webform-submission-contact-form input#edit-actions-01-submit {

    border: 1px solid rgba(70, 136, 148, 1) !important;

    padding: 15px 27px !important;

    font-family: Rota !important;

    font-weight: 500 !important;

    font-style: Medium !important;

    font-size: 16px !important;

    color: rgba(70, 136, 148, 1) !important;

    color: white;

    background: none;

    border-radius: 5px !important;

    line-height: 100% !important;

    letter-spacing: 1px !important;

    text-align: center;

}
 
/* .node-44 .webform-submission-contact-form input#edit-actions-01-submit {
    border: 1px solid rgba(70, 136, 148, 1) !important;
    padding: 22px 34px !important;
    font-family: Rota !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 16px !important;
    color: rgba(70, 136, 148, 1) !important;
       background: none;
    border-radius: 5px !important;
    line-height: 100% !important;
    letter-spacing: 1px !important;
    text-align: center;
}*/
.webform-submission-contact-form .webform-button--submit {
    color: #fff;
    /* float: left; */
    width: 200px;
    border: 0;
    padding: 16px 24px;
    border-radius: 8px;
    background: #468894;
    margin: 20px auto 0;
    display: table;
}
div#block-his-backbutton img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1) drop-shadow(0.1px 0 0 #fff)    drop-shadow(-0.1px 0 0 #fff) drop-shadow(0 -0.1px 0 #fff)    drop-shadow(0 -0.1px 0 #fff);
}
div#block-his-backbutton a {
    position: absolute;
    top: 70px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(188, 218, 224, 1);
    border-radius: 8px;
    opacity: 1;
    top: 102px;
    left: 58px;
    text-align: center;
    background: var(--HIS-1, rgba(70, 136, 148, 1)) !important;
    border: none;
    border-radius: 6px;
    font-family: Rota;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    cursor: pointer;
    color: #fafafa !important;
    padding: 6px;
}
