/* Main Cover Image Add Gradient For Blof Articles and all images that need ogradientish overlay */
.img-article-cover-container {
  position: relative;
}

.img-article-cover-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 1;
  border-radius: 0.8rem;

  background: linear-gradient(
    180deg,
    rgba(211, 0, 127, 0.2) 0%,
    rgba(5, 10, 135, 0.2) 100%
  );
}

@media (width > 750px) {
  .img-article-cover-container::after {
    height: 36rem;
  }
}

@media (width < 749px) {
  .img-article-cover-container::after {
    height: 14rem;
  }
}

/********************************StudyCase Card Single*/

.studycase-card-wraper {
  position: relative;
}

.studycase-card-overlay {
  position: absolute !important;
  left: 0;
  bottom: 0;
}

.card-img-for-overoll .jet-listing-dynamic-image > a {
  display: inline-block;
  position: relative;
}

.card-img-for-overoll .jet-listing-dynamic-image > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;

  background: linear-gradient(
    180deg,
    rgba(211, 0, 127, 0.2) 0%,
    rgba(5, 10, 135, 0.2) 100%
  );
}

/* *****************************CTA CARD REUSABLE DESIGN */

.cta-card-img {
  position: relative;
}

.cta-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;

  background: linear-gradient(
    180deg,
    rgba(211, 0, 127, 0.2) 0%,
    rgba(5, 10, 135, 0.2) 100%
  );
}

.cta-card-main-cont-wraper {
  position: relative !important;
}
.cta-content-area {
  position: absolute !important;
  bottom: 0;
  left: 0;
}

/* *******************************  Reusable Element Customers' Review */

.cus-rev-section-wraper {
  background: linear-gradient(
    105deg,
    #312782 -11.45%,
    #d3007f 39.63%,
    #b30880 67.13%,
    #312782 106.3%
  );
}

/* Article text twiggling */

.article-content-all {
  h2 {
    margin: 3rem 0 1rem;
  }
  h3,
  h4 {
    margin: 2.2rem 0 0.8rem;
  }
  p {
    line-height: 1.4rem;
    padding-bottom: 1rem;
    ul {
      margin-top: 1rem;
    }
  }
  ul.wp-block-list {
    padding-left: 2rem;
    li {
      margin-bottom: 1rem;
    }
  }
}

@media (width < 1000px) {
  .article-content-all {
    h2 {
      margin: 1.8rem 0 0.6rem;
    }
    h3,
    h4 {
      margin: 1.2rem 0 0.6rem;
    }
    p {
      line-height: 1.4rem;
      padding-bottom: 1rem;
      ul {
        margin-top: 0.6rem;
      }
    }
    ul.wp-block-list {
      padding-left: 1rem;
      li {
        margin-bottom: 0.6rem;
      }
    }
  }
}

/* Header CSS */

@media (width < 1000px) {
  #menu-2-69961c54 {
    padding: 2rem 0 3.6rem;
    border-bottom: 0.6rem solid #050a87;
  }
}

/* BreadCrumps */

#breadcrumbs {
  font-size: 1rem;
  color: #e5e5e5;
  a {
    color: #f2b407;
  }

  .breadcrumb_last {
    color: #e5e5e5;
  }
}

@media (width < 1000px) {
  #breadcrumbs {
    font-size: 0.8rem;

    a {
      font-size: 0.8rem;
    }
  }
}

/* accept cookie */

.modal-cacsp-position
  .modal-cacsp-box
  .modal-cacsp-btns
  .modal-cacsp-btn.modal-cacsp-btn-accept {
  background-color: #f2b407 !important;
  border: 1px solid #f2b407;
  color: #050a87;
}

.modal-cacsp-position
  .modal-cacsp-box
  .modal-cacsp-btns
  .modal-cacsp-btn.modal-cacsp-btn-settings {
  background-color: #f6f5f5 !important;
  color: rgb(169, 172, 172);
  border: 1px solid rgb(169, 172, 172);
}

/* Form Custom HTML */

h1.form-title-evaluation {
  font-size: 4rem !important;
  line-height: 4.2rem !important;
  color: #050a87 !important;
}
ul.form-usp {
  padding-left: 0.2rem;
  li {
    display: block;
    margin-bottom: 0.98rem;
    color: #b30880;
    list-style: none;
  }
  li::before {
    content: "🍋";
    display: inline-block;
    width: 10px;
    margin-right: 1rem;
  }
}

@media (width < 1000px) {
  h1.form-title-evaluation {
    font-size: 2rem !important;
    line-height: 2.1rem !important;
    color: #050a87 !important;
  }
}

/* btn for Study Cases  */

.btn-study-case {
  display: block !important;
  background-color: #f2b407;
  color: #050a87 !important;
}

/* USP ASIDE */

.usp-aside {
  li {
    color: #f6f5f5 !important;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

/* Accessability */

.acwp-footer {
  ul {
    li:nth-of-type(1) {
      display: none;
    }
  }
}

.ytp-youtube-button .ytp-button .yt-uix-sessionlink {
  display: none !important;
}


@media(width < 1024px){
	#acwp-toolbar-btn-wrap{
		top:80px!important;
		right:20px!important;
	}
}

/* for pics */

.img-for-cards {
  position: relative;
}

.img-for-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(211, 0, 127, 0.2) 0%,
    rgba(5, 10, 135, 0.2) 100%
  );
}


/* Carusel Editing */

.elementor-swiper-button.elementor-swiper-button-prev[aria-label = "Previous slide"] {
	
/* 	position:absolute;
	left: -1rem;
	bottom: 4rem;
	 */
	display:none;
	
}





/* Cookie */

.jlplg-lovecoding-cookie-info-container {
	z-index: 9999999999!important;
}


#cookie-accept-button {
	padding: 0.5rem 1rem;
}