/*!
 * Start Bootstrap - Grayscale v5.0.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 @import url('//www.customerlabs.com/wp-content/uploads/omgf/local-stylesheet-import-93/local-stylesheet-import-93.css');
 #int section:last-child {
  background-color: #F7F7F7;
  padding: 30px;
  padding-bottom: 70px;
}

#int section:last-child .elementor-posts-container {
  margin-top: 30px;
}

#int section:last-child .elementor-widget-heading {
  text-align: center;
  font-family: outfit;
}

#int section:last-child article {
  flex-direction: row;
  align-items: center;
  gap: 30px;
  background: white;
  padding: 15px 20px;
  border-radius: 10px;
  height: 100px;
}

#int section:last-child article a {
  margin-bottom: 0 !important;
}

#int section:last-child article .elementor-post__text .elementor-post__title a{
  color: #000;
}

#int section:last-child article .elementor-post__text .elementor-post__excerpt {
      margin-bottom: 0 !important;
      margin-top: 10px;
      color: #aaa;
      font-size: 14px;
}

#int section:last-child article a .elementor-post__thumbnail {
  padding: 10px 10px;
  background: #F9F9F9;
}

#int section:last-child article a .elementor-post__thumbnail img {
  margin-top: 0px;
}

@media only screen and (max-width: 787px) {
  .single-int-container {
    padding: 30px 0;
  }

  .single-int-container .int-cat {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .single-int-container .exp-cont {
    font-size: 18px;
  }

  #int section:last-child {
    padding: 30px 0;
  }

  #int section:last-child .elementor-heading-title {
    font-size: 24px;
  }

  #int section:last-child .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }

  #int section:last-child article {
    flex-direction: column;
    height: unset;
  }

  #int section:last-child article .elementor-post__title {
    font-size: 14px;
    text-align: center;
  }

  #int section:last-child article .elementor-post__text .elementor-post__excerpt {
    text-align: center;
    font-size: 12px;
  }

  .single-int-container img{
    width: 100px;
  }
 }

 @media (min-width: 1200px) {
  .container {
      max-width: 1290px !important;
  }
}
 #mainNav {
  min-height: 56px;
  background-color: #000000;
}
#mainNav, #topNav {
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */ 
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#mainNav .navbar-toggler {
  font-size: 100%;
  padding: 0.55rem .75rem;
  color: #000;
  border: none;
}
#mainNav .navbar-toggler #openMenu{
  display: block; 
}
#mainNav .navbar-toggler #closeMenu{
  display: none; 
}
#mainNav:has(.show) .navbar-toggler #openMenu{
  display: none; 
}
#mainNav:has(.show) .navbar-toggler #closeMenu{
  display: block; 
}
#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    /* padding-top: 0; */
    max-height: 95px;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #000000;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  #mainNav .navbar-brand {
    padding: 2rem 0;
    color: #fff;
    /* background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/logo.png) no-repeat; */
    background-size:100% auto;
    width:250px;
  }
  #mainNav .navbar-nav.ml-auto.mn li a {
    font-family: "Poppins", Roboto;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
  }
  #mainNav .navbar-nav.ml-auto.mn li .dropdown-item {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  #mainNav .navbar-nav.ml-auto.mn li .dropdown-item:hover {
    background-color: transparent !important;
  }
  #mainNav .navbar-nav.ml-auto.mn li .dropdown-item:active {
    background: transparent !important;
  }

  #mainNav .navbar-nav.ml-auto.mn li a
  .no-bg-cl .navbar-nav.ml-auto.mn li a, .no-bg-cl .navbar-brand{
    color: #000 !important;
  }
  .footer-solutions ul li:nth-child(6) a{

  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.3rem;
    color: #fff ;
  }
  #mainNav .nav-link:hover {
    color: #fff;
	  opacity:1;
  }
  #mainNav .nav-link:active {
    color: #15C0B8;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
	  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    /*height:100px;*/
  }

  #mainNav.navbar-shrink .nav-link {
    color: #161616;
  }

  /*.custom-header #mainNav.navbar-shrink {
    height:auto;
  }*/
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616 !important;
	  /* background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/green-logo.png) no-repeat; */
	  padding: 1.6rem 0;
  }

  #mainNav.navbar-shrink .nav-link {
    color: #161616;
  }
  #mainNav.navbar-shrink .mn-but {
    color: #000 !important;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
 /* #mainNav.navbar-shrink .nav-link.active {
    color: #15C0B8;
  }*/
  #mainNav .navbar-brand.logo-dark-menu
  {
    background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/cl-logo-1.png) no-repeat;
  }
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 100px 0;
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.mainNav-without-animation a {
  color: #000;
}
.action-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/action-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.usecase1-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/usecase1-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.usecase2-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/usecase2-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.usecase3-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/usecase3-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.features-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/features-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.pricing-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: rgb(234,237,242);
  /* background: linear-gradient(300deg, rgba(234,237,242,1) 0%, rgba(8,94,237,1) 0%, rgba(0,162,183,1) 0%, rgba(20,61,128,1) 100%); */
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/c-icons/bg-cdp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.blog-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  /* background: #F5B133; */
  /* background: linear-gradient(300deg, rgba(234,237,242,1) 0%, rgba(8,94,237,1) 0%, rgba(0,162,183,1) 0%, rgba(20,61,128,1) 100%); */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  /* background: #00CED1; */
  background: #E0E5FC;
}

.integrations-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: #000000;
  display: flex;
  justify-content: center;
  background-position-x: 98%;
  background-repeat: no-repeat;
  background-position-y: 100px;
  transition: background-image 0.5s ease-in-out;
}

.integrations-banner.loaded {
  background-image: var(--bg-integration); /* Apply high-res image */
}

header.integrations-banner::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  background-image: linear-gradient(90deg, rgba(255, 81, 47, 0) 0%, rgba(0, 0, 0, 1) 100%);
  height: 100%;
  right: 0;
}

.integrations-banner .integration-title {
  color: #fff;
  font-size: 36px;
  font-family: outfit;
  line-height: 52px;
  text-align: left;
  width: 100%;
  font-weight: 600;
}

.integrations-banner > div {
  width: 1290px;
  display: flex;
}

.integrations-banner > div > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gradient-button-pink {
  background: linear-gradient(to right, #F857A6, #FF5858);
  color: white !important;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.video-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 10rem 0;
  background: rgb(234,237,242);
  background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/c-icons/bg-video.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.playbook-banner {
  position: relative;
  width: 100%;
  height: auto;
  /* min-height: 35rem; */
  padding: 10rem 0;
  background: #000000 !important;
}

#mainNav .navbar-brand.logo-dark-menu
{
  background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/cl-logo-1.png) no-repeat;
  height: 60px;
}
#mainNav.mainNav-without-animation a{
  color: #000 !important; 
}

.all-page-banner {
  background-image:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/Banners/winner-banner.png);
  background-position: center;
  height: 50px;
}

@media (max-width: 1400px) {
  .video-banner {
    /* height: 120vh; */
    padding: 0;
  }
  .playbook-banner {
    /* height: 120vh; */
    padding: 0;
  }
 }
@media (min-width: 1024px) {
  .masthead, .action-banner, .usecase1-banner, .usecase2-banner, .usecase3-banner, .features-banner, .pricing-banner, .blog-banner {
    /* height: 110vh; */
  }
  .blog-banner
  {
    /* height: 50vh; */
    padding: 0;
  }
  .pricing-bg
  {
    /* height: 110vh; */
  }
  .herohead
  {
    /* height: 90vh; */
    padding:0;
  }
  
  .integrations-banner {
    /* height: 50vh; */
    padding: 0;
  }
  .video-banner {
    /* height: 100vh; */
    padding: 0;
  }
  .playbook-banner {
    /* height: 120vh; */
    padding: 0;
  }
 }
 @media (min-width: 1400px) {
  .video-banner {
    /* height: 90vh; */
    padding: 0;
  }
  .playbook-banner {
    /* height: 75vh; */
    padding: 0;
  }
 }
 
 @media only screen and (max-width: 1024px) {
 .blog-banner {
    /* height: 45vh; */
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {

  #navbarResponsive {
    background: #000000 !important;
    height: 100vh;
    overflow-y: scroll;
  }
  #navbarResponsive .navbar-nav.ml-auto.mn li .dropdown-item{
    padding: 10px 15px;
  }

  .navbar-nav.ml-auto.mn .nav-link.mn-but {
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    margin: 15px 25px 10px;
    border: 0;
    font-weight: normal;
  }

  #mainNav .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 787px) {
  .integrations-banner {
    min-height: unset;
    padding-bottom: 14rem;
    padding-top: 2rem;
  }

  header.integrations-banner::after {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 81, 47, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 80px;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .integrations-banner > div > div {
    width: 100%;
    align-items: center;
  }
.integrations-banner {
  background-size: 100%;
  background-position-y: 90%;
  background-position-x: center;
}

.integrations-banner .integration-title {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.integration-title ~ a {
  font-size: 12px;
  padding: 10px 25px !important;
  margin-top: 20px;
}

#mainNav .navbar-brand {
    padding: 1.5rem 0;
    color: #fff;
	background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/cl-logo-1.png) no-repeat;
	background-size:100% auto;
  width:250px;
  /* New v1 */
  padding-top: 18px;
  /*  */
  }
}

@media only screen and (max-width: 787px) {
  #mainNav .navbar-brand.logo-dark-menu
  {
    background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/cl-logo-1.png) no-repeat;
    background-size: 100% auto;
  }
  #mainNav .navbar-brand {
  width:150px !important;
  height: 60px;
  }
  }
  .queues
  {
    font-size: 10px;
  }
  .no-bg-cl
  {
    background: none !important;
  }

  .cdp-bg
  {
    background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/c-icons/bg-cdp.svg") no-repeat;
    background-size: cover;
  }
  .mi-bg
  {
    background: url("//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/c-icons/bg-mi.svg") no-repeat;
    background-size: cover;
  }
  .cl-test-hello
  {
    font-size: 20px;
  }
  .cl-test-he
  {
    color: transparent;
  }
  .border-black
  {
    border: 2px solid #000;
  }

  /* Blog Page Header */
  .nav-link.blog {
    background-color: #15C0B8 !important;
    border-color: #4a2bce !important;
    border-radius: 25px !important;
  }

  
  @media (max-width: 468px) {
    .masthead {
      padding: unset;
    }
    #mainNav .navbar-brand {
      background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/cl-logo-1.png) no-repeat !important;
      background-size: contain !important;
      background-position-y: center !important;
      font-size: 0;
    }
  }
  
  /* @media only screen and (max-width: 425px) {
    #mainNav .navbar-brand {
      background:url(//www.customerlabs.com/wp-content/themes/customerlabs/assets/images/cl-logo-1.png) no-repeat !important;
      background-size: contain !important;
      background-position-y: center !important;
      font-size: 0;
    }
  } */