:root {
    --main-color: #0095f8;
    --transparent: transparent;
    --white-color: #FFFFFF;
    --heading-color: #000000;
    --paragraph-color: #616D82;
    --border-color: #EBEDF1;
    --light-bg-color: #F8F9FD;
    --Secondary-bg-color:#000626 ;

  }

  body {
    font-family: Plus Jakarta Sans !important; 
  }

  .section {
    margin: 80px 0 0 0 ;
  }
  img {
    border-radius: 15px;
  }

 .custom-h1-heading {
  font-weight: 600;
  color: var(--heading-color);
 }

 .custom-h2-heading {
  font-weight: 600;
  color: var(--heading-color);
 }
 .custom-h3-heading {
  font-weight: 600;
  color: var(--heading-color);
 }

 .custom-h4-heading {
  font-weight: 400;
  color: var(--heading-color);
  line-height:35px;
  margin: 15px auto;
 }
 .custom-h6-heading {
  font-weight: 600;
  color: var(--heading-color);
 }

 .custom-h5-heading {
  font-weight: 400;
  color: var(--heading-color);
  line-height: 35px;
 }

 .custom-primary-btn {
   border-radius: 4px !important;
   padding: 10px 25px !important;
   background-color: var(--main-color) !important;
   color: var(--white-color) !important;
   /* transition: 1s ease-out; */
   transition: box-shadow 0.3s ease, transform 0.3s ease !important;
   letter-spacing: 1px !important;
 }


 /* .custom-submit-btn {
  border-radius: 4px !important;
  padding: 10px 25px !important;
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
 } */

 a.btn.custom-primary-btn:hover {
  /* background: var(--white-color) !important; */
  /* color: var(--main-color) !important; */
  /* border: 1px solid; */
  transition: 1s ease;
  opacity: 0.8;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
 button.btn.custom-primary-btn:hover {
  /* background: var(--white-color) !important; */
  /* color: var(--main-color) !important; */
  /* border: 1px solid; */
  transition: 1s ease;
  opacity: 0.8;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

 p {
  color: var(--paragraph-color);
  line-height: 27px;
  font-weight: 500;
  font-size: 18px;
 }

  /* header style start  */

  .sticky-header {
    position: fixed !important;
    width: 100%;
    top: 0px; /* Start hidden above the viewport */
    /* background: var(--transparent) !important; */
    transition: top 0.5s ease, background 0.5s ease;
    z-index: 1000;
    height: 90px;
}

.sticky-header.is-sticky {
    top: 0; /* Slide down into view */
    background: var(--Secondary-bg-color) !important; /* Change to desired sticky background color */
}




  /* #header-bg-color {
    padding: 17px 0px;
  } */

  .navbar-brand img  {
    border-radius: 4px !important;
  }
  
  a.navbar-brand {
    color: var(--white-color);
  }
  .navbar-nav .nav-item a {
    color: #FFFFFF !important;
  }
  .navbar-nav .nav-item a:hover {
    color: var(--main-color) !important;
  }

  .navbar-nav .nav-item {
    padding: 6px 10px !important;
  }
  .navbar-nav .nav-link[aria-current="url"] {
    color: var(--main-color) !important;
}

  .dropdown .dropdown-menu {
    background-color: var(--main-color);
  }

  .dropdown-item:hover {
    /*background-color: var(--Secondary-bg-color) !important;*/
     background-color: var(--white-color) !important;
     border-radius: 4px !important;
      transition: top 0.3s ease, background 0.3s ease;
  }

  .form-control:focus {
    box-shadow: 0 0 0px var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    outline: none; /* Ensures no default outline is visible */
    /* transition: box-shadow 0.3s ease, border 0.3s ease; */
  }


  .navbar-toggler {
    color: white !important; /* Set text color */
    border: 1px solid white !important; /* Optional: set border color */
  }



ul {
  font-size: 16px;
  line-height: 26px;
  color: #68707e;
  font-weight: 500;
}

.lead-icans i {
  font-size: 30px;
  color: var(--main-color);
}

  /* header style end  */


  .hero-bg-img {
    background-image:url('../img/hero-bg-img.jpg');
    /*background-image: url('../img/lead.png');*/
    /* height: 100vh;  */
    height: 100%; 
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -100px;
}

.hero-container {
    /*margin: 80px 0 80px 0;*/
    margin: 80px auto;
    padding-top: 100px !important;
}

.hero-text {
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 0 55px 0;
    height: auto;
    
}

.custom-heading {
    color: var(--white-color) !important;
    font-weight: 600;
    line-height: 55px;
}

.hero-bg-color {
    /*width: 350px;*/
    width: 400px;
    height:520px;
    margin: auto;
    position: relative;
    top: 50px;
}

 .btn-outline-white {
  border-radius: 4px !important;
  padding: 10px 12px 10px 12px  !important;
  background-color: var(--transparent) !important;
  color: var(--white-color) !important;
  border: 2px solid var(--white-color) !important;

  display: inline;
  letter-spacing: 1px !important;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 var(--main-color);
  /* -webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  transition: ease-out 1s; */
  transition: color 1s ease-in-out, background-color 1s ease-in-out, border-color 1s ease-in-out, box-shadow 1s ease-in-out !important;
 }

 .slide_right:hover {
  box-shadow: inset 400px 0 0 0 var(--main-color);
  border: 2px solid var(--main-color) !important;
}

.custom-effects:hover {
  color: var(--main-color) !important;
  background-color: var(--white-color) !important;
}

.slide_right a {
  color: var(--white-color);
  text-decoration: none;
}

.leadScapeNetwork {
  position: relative;
  top: 50px;
}


.feedback-start i {
  color: yellow;
}

/* about style start  */

.container-padding {
  padding: 75px;
}

.about-imges {
    position: relative;
}

.about-img-one {
    width: 82%;
    background-position: right;
   
}
.about-img-two {
    width: 50%;
    position: absolute;
    top: -35px;
    left: 0;
   
}

.custom-margin {
    margin: 50px auto;
}

.about-flex-box {
  margin: 10px auto;
}

.about-logo {
  width: 10%;
   /* border: 1px solid red; */
}

.about-contend {
  width: 90%;
  /* border: 1px solid green; */
}

.about-contend p span {
  color: var(--heading-color);
}


/* about style end  */


/* Return on investment style start  */
.section-bg-color {
  background-color: var(--main-color);
  text-align: center;
  color: var(--white-color);

}

.section-bg-color .container {
  padding: 50px 0;
}
.custom-border-left {
  border-left: 1px solid var(--border-color);

}

/* Return on investment style end  */

.container-border {
 border-top: 1px solid var(--border-color);
 border-bottom: 1px solid var(--border-color);
 padding: 70px 0;
}

.title-heading {
  font-size: 17px;
  color: var(--main-color);
  font-weight: 600;
  margin: 15px auto;
}


.btn-outline-secondary {
  border: 1px solid var(--heading-color);!important;
  border-radius: 4px !important;
  padding: 10px 25px !important;
  margin: 20px auto;
  letter-spacing: 1px !important;
  color: var(--heading-color);
  font-weight: 500;

}

.generation-images {
  position: relative;
  /*overflow: hidden;*/
}


.generation-img-one {
  width: auto;
  position: relative;
    left: 115px;
    /*transition: 0.3s;*/
}
.generation-img-two {
  width: auto;
  position: relative;
  top: -69px;
  right: 70px;
/*transition: 0.3s;*/
}

.generation-img-three {
  width: auto;
  position: relative;
    z-index: +1;
    top: 120px;
    left: 49px;
    /*transition: 0.3s;*/
}


.title-text p {
  color: var(--heading-color);
  font-size: 20px;
}

.sub-heading {
  color: var(--heading-color);
}

.custom-font-size .sub-heading {
  font-size: 18px;
  font-weight: 500;
}


.industries-link a {
  text-decoration: none;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
}

.industries-link a:hover {
  color: var(--main-color);
}
/* Performance Metrics style start  */

  /*play btn style */

  .custom-play-btn {
    position: relative;
  }

  .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--main-color);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--main-color);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(var(--main-color), 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: var(--main-color);
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}




/* Optional: Change icon color if needed */
.custom-btn .carousel-control-prev-icon,
.custom-btn .carousel-control-next-icon {
  background-color: var(--main-color);
  border-radius: 4px;
}

.custom-btn .carousel-control-prev-icon:hover,
.custom-btn .carousel-control-next-icon:hover {
    opacity: 0.8;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}



.carousel-control-next, .carousel-control-prev  {
  width: 95% !important;
  justify-content: end !important;
}


/* Fix the position of the carousel buttons */
.carousel-control-prev,
.carousel-control-next {
  transform: translateY(-10%);
  z-index: 999; /* Make sure the buttons appear above the carousel */
   bottom: 0;
   height: 50px;
}

/* Adjust the position to be on the left for "Previous" and right for "Next" */
.carousel-control-prev {
  left: 10px; /* Set distance from the left side */
}

.carousel-control-next {
  right: 10px; /* Set distance from the right side */
}

#testimonialCarousel button {
  display: contents;
}

/* faq style start  */
.accordion .accordion-item {
  margin: 30px auto !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #f7f7f7 !important;
  outline: none;
}

.accordion-button::after {
  content: none !important; 
  background-image: none !important; 
}

.accordion-item .icon {
  width: 20px; 
  height: 20px;
  margin-left: auto; 
  display: none; 
}

.accordion-button.collapsed .closed-icon {
  display: none; 
}

.accordion-button.collapsed .open-icon {
  display: block; 
}

.accordion-button:not(.collapsed) .open-icon {
  display: none; 
}

.accordion-button:not(.collapsed) .closed-icon {
  display: block;
}

/* faq style end  */
.custom-box-shadow {
  box-shadow: 0px 7px 20px 0px #0000000D;
  border: 0;
  border-radius: 16px;
}

.custom-box-shadow .card {
  border: 0 !important;
}


/* footer style start  */

.footer-content a {
  text-decoration: none;
  color: var(--white-color);
}

.footer-ican i {
  font-size: 25px;
  margin: 8px;
  cursor: pointer;
  transition: color 1s ease-in-out, background-color 1s ease-in-out,
  border-color 1s ease-in-out, box-shadow 1s ease-in-out !important;
}

.footer-ican i:hover {
  color: var(--main-color);
}

.footer-sention {
  background-color: var(--heading-color);
  color: var(--white-color);
  padding: 70px 0;
}
/* footer style end  */



/* about us webpage style start  */

.header-bg-img {
  background-image:url('../img/header-bg-img.png');
  height: 100%; 
  width:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

.custom-h6-heading p {
  font-size: 17px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 400;
  margin-top: 20px;
}

.about-us-img {
  position: absolute;
}

.about-us-one {
  position: relative;
  top: -111px;
  z-index: 9;
  left: 151px;
}

.about-us-two {
  position: relative;
  top: -150px;
}

.about-us-three {
  position: absolute;
  right: -70px;
  top: 87px;
  width: 50%;
}


/* Our Approach style start  */
.approach-contend h2 {
  color: var(--white-color);
}

.approach-contend p {
  color: var(--white-color);
}

/* Our Approach style end  */

/* about us webpage style end  */

/* services webpage style start  */

.custom-font-color {
  color: var(--heading-color);
  line-height: 27px;
    font-weight: 500;
    font-size: 18px;
}

.services-img {
  position: relative;
}

.services-one-img {
  position: relative;
  top: -150px;
}
.services-two-img {
  position: absolute;
  left: 0;
}

.card-box {
  border: 0px solid var(--heading-color);
  padding: 40px;
  background-color: #D9FFF8;
  border-radius: 15px;
  
}


.card-box h5 {
  font-weight: 600;
}

.light-bg {
  background-color: var(--light-bg-color);
  padding: 50px 0;
}

.card-border {
    border: 1px solid var(--border-color) !important;
    border-radius: 15px !important;
}



/* services webpage style end */


/* services-internal webpage style start */



hr.double-hr {
  border: 0; /* Removes any default styling */
  border-top: 2px solid var(--border-color) !important; /* Applies a custom solid border */
  margin: 1rem 0; /* Adds vertical spacing (optional) */
}

.custom-key-features {
  padding: 65px;
}

.custom-key-features h5 {
  font-weight: 400;
  line-height: 35px;
}

.custom-row-margin {
  padding: 26px 0;
}

/* services-internal webpage style end */


/* Industries webpage style start */



.healthcare-images {
  position: relative;
}

.multi-channel-img {
  position: relative;
  top: -85px;
  left: 305px;
  z-index: +1;
}

.healthcare-img {
  position: relative;
  top: 60px;
  left: -100px;
}

/* Industries webpage style end */

.custom-width-services {
  width: 75%;
}


.hover-effect {
    transition: transform 0.5s ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}


body, html {
  margin: 0;
  padding: 0;
}


.elementor-widget-container {
    /*overflow: hidden;*/
    position: relative;
}

.card-body select {
  padding: .375rem 0.50rem;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.card-body select:focus-visible,
.card-body select:focus  {
  outline: 1px solid var(--main-color);
}


/* team section style start */

.team-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.team-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
}

.section-header p {
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.team-member {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.member-image {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-member:hover .member-image img {
  transform: scale(1.05);
}

.member-info {
  padding: 25px 20px;
}

.member-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}

.member-info p.position {
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.member-info p.bio {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var( --light-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: var(--main-color);
  color: white;
}

.team-cta {
  text-align: center;
  margin-top: 60px;
}

.more-details-btn {
  display: flex;
}

.more-details-btn a {
  text-decoration: none;
  width: 100% !important;
  border-radius: 4px !important;
    padding: 10px 20px !important;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    /* background-color: var(--main-color) !important; */
    font-size: 13px;
    /* color: var(--white-color) !important; */
    /* transition: 1s ease-out; */
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    letter-spacing: 1px !important;
}

.more-details-btn a:hover {
  background-color: var(--main-color);
  color: var(--white-color) !important;
  opacity: 0.8;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);

}


/* team section style end */



@media (min-width: 576px) and (max-width: 992px) {


  body {
    overflow-x: hidden !important;
  }

  .generation-images {
    position: relative;
    height: 500px;
    top: 100px;
}

.about-us-two {
  top: -251px;
}
.about-us-one {
  left: -43px;
        top: 77px;
        width: 53%;
}

.about-us-three {
  position: absolute;
  right: -5px;
  top: 126px;
  width: 58%;
}


.services-one-img {
  top: -100px;
  left: 41px;
  width: 90%;
}

.services-two-img {
  position: absolute;
  left: -38px;
  top: 40px;
  width: 90%;
}

.margin-row {
  margin-top: 25px !important;
}

.custom-width-services {
  width: 100% !important;
}

 /* mobile-header style  */


 div#navbarScroll {
  background-color: var(--Secondary-bg-color);
  padding: 15px;
  border-radius: 10px;
}

.sticky-header.is-sticky {
  top: -8px;
}

.card-box {
  padding: 30px;
}

}


@media (min-width: 250px) and (max-width: 575px) {

  .card-box {
    padding: 25px;
  }


  /* mobile-header style  */

  .industries-link .d-flex {
    padding: 3px !important;
  }

  .industries-link a  {
    font-size: 16px;
  }

  body {
    overflow-x: hidden !important;
  }

  .footer-sention {
    overflow-x: hidden !important;
  }

/*    .hero-custom-border {
    width: 100% !important;
    height: auto !important;
  }*/

/*  .hero-bg-color {
    height: 508px;
  }*/

div#navbarScroll {
  background-color: var(--Secondary-bg-color);
  padding: 15px;
  border-radius: 10px;
}

.sticky-header.is-sticky {
  top: -8px;
}

.container-padding  {
  padding: 62px 20px 20px 20px;
}
.hero-bg-img  {
  margin-top: -110px;
}

  .section {
    margin: 50px 0 20px 0;
  }

  .container-border {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 40px 0 !important;
   }
  .hero-text {
    padding: 20px 0px 20px 0px;
  }
    .btn-outline-white {
      min-width: 50%;
    }

    .custom-border-left {
      border-top: 1px solid var(--border-color) !important;
      border-left: 0 !important;
    }


    .generation-images {
      position: relative;
      height: 450px;
      top: 50px;
  }
  
  .generation-img-one {
      width: auto;
      position: relative;
      left: -90px;
      top: 196px;
      z-index: 1;
  }
  
  .generation-img-two {
      width: auto;
      position: relative;
      top: -417px;
      right: -0px;
  }
  
  .generation-img-three {
      width: auto;
      position: relative;
      z-index: +1;
      top: -14px;
      left: 88px;
  }

  
.about-us-img {
  position: relative;
  height: 420px;
  text-align: center;
}

.about-us-one {
  top: 169px;
  z-index: 9;
  left: -109px;
  width: 44%;
}

.about-us-two {
  top: -75px;
  width: 80%;
}

.about-us-three {
  right: -9px;
  top: 220px;
  width: 62%;
}

.services-img {
  height: 500px;
}

.services-one-img {
  top: 25px;
  width: 83%;
}

.services-two-img {
  position: absolute;
  left: -17px;
  top: 189px;
  width: 70%;
}

.margin-row {
  margin-top: 20px !important;
}

.custom-width-services {
  width: 100%;
}


.healthcare-img {
  top: -60px;
  left: 0px;
}

.multi-channel-img {
  top: 13px;
  left: 147px;
}

.custom-img-center {
  margin: 25px auto !important;
  text-align: center;
}

.col-sm-w-100 {
  width: 95% !important;
  padding: 5px;
}
}