.ai-icons a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.cta_wrap {
  background-image: url(../images/cta-section-bgimg.png);
}

/* Comman CTA CSS */
.round-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 600;
  padding: 13px 18px 13px 26px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s,
    transform 0.3s ease-in-out;
}
.round-btn:not(.round-btn-lim):hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 255, 255, 0.1);
}
.round-btn svg {
  transition: 0.3s ease-in-out;
}
.round-btn:hover svg {
  transform: rotate(-45deg);
}
.round-btn:not(.round-btn-lim):hover svg circle:nth-child(1) {
  fill-opacity: 0.2;
}
.round-btn-lim {
  background: var(--bglime);
  border-color: var(--bglime);
  color: var(--dark);
}
.round-btn-lim:hover {
  background: var(--bglime);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(185, 255, 5, 0.3);
}
/* --- cta-pill-btn -- */
.cta-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 16px 22px 16px 34px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  letter-spacing: 0.52px;
  font-family: inherit;
  cursor: pointer;
}
.cta-pill-btn .cta-dot {
  width: 36px;
  height: 36px;
  background: var(--lime);
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  color: var(--dark);
  transition: transform 0.25s;
}
.cta-pill-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.25);
}
.cta-pill-btn:hover .cta-dot {
  transform: rotate(-45deg);
}
/* --- END --- */

/* -- Main Title --- */
.main_title {
  text-align: left;
  max-width: 700px;
}
.main_title > span {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  letter-spacing: 1.54px;
}
.main_title > span::before {
  content: "";
  background-color: #888880;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  display: block;
}
.main_title > h1 {
  line-height: 1.1em;
  font-size: 50px;
  margin: 0 0 20px;
}
.main_title > p {
  line-height: 1.6em;
  margin: 0 0 15px;
}
/* --- END --- */

/* --- Inner Comman Banner --- */
.inner-banner {
  position: relative;
  overflow: hidden;
  background: #020704;
  padding: 140px 0 90px;
  z-index: 1;
}
.inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
  z-index: -2;
}
.inner-banner::after {
  content: "";
  position: absolute;
  top: -52px;
  right: -148px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background-image: radial-gradient(
    circle at 60% 20%,
    rgb(80 120 0 / 48%) 0%,
    rgba(50, 90, 0, 0.25) 40%,
    transparent 70%
  );
  filter: blur(50px);
  z-index: -1;
}
.inner-banner__content > span {
  font-weight: 600;
  letter-spacing: 4%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.inner-banner__content > span:before {
  content: "";
  background-color: #b9ff05;
  width: 20px;
  height: 1px;
  display: block;
}
.inner-banner__content > h1 {
  font-size: 92px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 30px;
}

.inner-banner__content .inner_heading :where(h1, h2, h3, h4, h5, h6) {
  font-size: 65px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  color: #ffffff;
}
.inner-banner__content .inner_heading p {
  margin: 0 0 15px;
  font-size: 16px;
  color: #888880;
  line-height: 1.6em;
}
.inner-banner__content > p {
  margin: 0 0 15px;
}
.inner-banner__cta {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.inner-banner__cta {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.inner-rating > p {
  display: flex;
  align-items: self-start;
  gap: 6px;
  line-height: 24px;
  margin: 0;
}
.inner-rating > p > svg {
  width: 22px;
  height: 22px;
}
.inner-banner_badge {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: flex;
}
.inner-banner_badge img {
  object-fit: contain;
  max-width: 238px;
  display: block;
  max-height: 140px;
}

.inner_heading ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin: 20px 0 0;
}

  .inner_heading ul li{
    position: relative;
    padding-left: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8l4 4L14 2' stroke='%23B9FF05' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-right: 25px;
}

.inner_heading ul li:not(:last-child)::after{
     content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:22px;
    background:linear-gradient(
        to bottom,
        transparent,
        #ababab,
        transparent
    );
  }
/* --- End --- */

/* --- Inner Clients Logos --- */
.section_space50 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.clients_logo_heading > h2 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 32px;
}
.clients_logo_wrap .slick-track {
  display: flex;
  gap: 10px;
  align-items: center;
}
.clients_logo_wrap .slick-slide {
  height: auto;
  text-align: center;
}
.clients_logo img {
  margin: 0 auto;
  height: 40px;
  width: 120px;
  object-fit: contain;
}
/* --- END --- */

/* --- Pain Point ---- */
.pain-point__eyebrow {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  letter-spacing: 1.54px;
}
.pain-point__eyebrow::before {
  content: "";
  background-color: #888880;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  display: block;
}
.pain-point__title {
  line-height: 1.1em;
  font-size: 50px;
  margin: 0 0 20px;
}
.pain-point__text {
  line-height: 1.79em;
  margin: 0 0 15px;
}

.pain-point__content {
  position: sticky;
  top: 70px;
}
.pain-problem__item {
  border-top: 1px solid #e5e4dd;
  padding-top: 35px;
  padding-bottom: 35px;
}
.pain-problem__number {
  color: #1a1a1a80;
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  display: block;
}
.pain__item-content > h3 {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.44px;
  color: #1a1a1a;
  margin: 0 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pain__item-content > h3::before {
  content: "";
  border: 2px solid #b9ff05;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  opacity: 1;
  display: block;
}
.pain__item-content > p {
  color: #3d3d3d;
  letter-spacing: 0.2px;
  line-height: 1.7em;
  margin: 0;
}
.pain__item-content > a {
  color: #3d3d3d;
  line-height: 1.4em;
  gap: 9px;
  margin: 15px 0 0;
}
.pain__item-content > a > span {
  font-size: 20px;
  color: #000000;
}

.what-we-do {
  position: relative;
  background: #020704;
}
.what-we-do * {
  position: relative;
  z-index: 1;
}
.what-we-do::after {
  content: "";
  position: absolute;
  top: 0;
  width: 800px;
  height: 500px;
  filter: blur(60px);
  right: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(80, 120, 0, 0.54902) 0%,
    rgba(50, 90, 0, 0.25098) 45.19%,
    rgba(0, 0, 0, 0) 100%
  );
}
.wwdttl-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.5fr 1fr;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px;
}
.wtd_title span {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  letter-spacing: 1.54px;
}
.wtd_title span::before {
  content: "";
  background-color: #888880;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  display: block;
}
.wtd_title h1 {
  line-height: 1.1em;
  font-size: 50px;
  margin: 0 0 20px;
}
.wtd_title p {
  line-height: 1.6em;
  margin: 0 0 15px;
}
.bs_tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.bs_tabs::-webkit-scrollbar {
  display: none;
}
.bs_tabs > button {
  padding: 12px 26px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  color: rgba(255, 255, 255, 0.45);
  font-family: Aptos;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.bs_tabs > button:after {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #b9ff05;
  transition: 0.3s ease-in-out;
  transform: translate(0%, -50%);
}
.bs_tabs > button.active:after {
  width: 100%;
}
.bs_tabs > button.active {
  color: #b9ff05;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.bs_tab_content {
  padding: 50px 0 0;
}
.bstabGrid {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.wwdo-info > h3 {
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
  transform: translateY(0px);
}
.wwdo-info:hover > h3 {
  transition: 0.3s ease-in-out;
  color: #b9ff05;
  transform: translateY(-2px);
  transition: 0.3s ease-in-out;
}
.wwdo-info > p {
  transition: 0.3s ease-in-out;
  transform: translateY(0px);
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
}
.wwdo-info:hover > p {
  transform: translateY(-2px);
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.wwdo-info > a {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(-5px);
  color: #b9ff05;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.88px;
}
.wwdo-info:hover > a {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: translateX(0px);
}
/* --- END --- */

/* Platform */
.platform_grid {
  display: grid;
  border-radius: 16px;
  background: #ffffff;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #f0efe9;
  border-left: 1px solid #f0efe9;
  box-sizing: border-box;
}
.platform_card {
  padding: 36px 28px 28px 31px;
  border-right: 1px solid #f0efe9;
  border-bottom: 1px solid #f0efe9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
}
.platform_icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #ff503226;
  background: linear-gradient(
    135deg,
    rgba(255, 80, 50, 0.08) 0%,
    rgba(255, 80, 50, 0.03) 100%
  );
}
.platform_icon > img {
  font-size: 20px;
  width: 24px;
  height: 24px;
}
.platform_card .plcard_info > h3 {
  letter-spacing: -0.3px;
  margin: 0 0 10px;
}
.platform_card .plcard_info > p {
  letter-spacing: -0.3px;
  line-height: 1.6em;
}
.platform_card > a {
  color: rgba(26, 26, 26, 0.4);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

/* --- END --- */

/* --- cta-section --- */
.cta_wrap {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.cta_inner {
  max-width: 630px;
  margin: 0 auto;
}
.cta_wrap .cta_inner > h2 {
  font-size: 56px;
  line-height: 1.1em;
  margin-bottom: 22px;
}
.certified-partners {
  margin-top: 50px;
}
.certified-partners > img {
  max-width: 210px;
  height: auto;
  display: inline-block;
}
.state-border {
  border-bottom: 1px solid;
  color: rgba(255, 255, 255, 0.13);
}
.mw50 {
  max-width: 60% !important;
}
/* --- END--- */

/* innovation_suite  */
.innovation_suite {
  padding: auto;
}
.innovation_plan .row {
  gap: 30px 0;
}
.innovation_suite {
  box-shadow: 0px 4px 34px 0px #0000000d;
  backdrop-filter: blur(64px);
  border: 8px solid;
  background: linear-gradient(
    146.2deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border-radius: 24px;
  padding: 40px;
  width: 100%;
}
.innovation_suite > ul {
  list-style: none;
  padding-left: 0;
}
.innovation_suite > ul > li {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  color: #3d3d3d;
}
.innovation_suite > ul > li:last-child {
  border-bottom: unset;
}
.bg-grediant {
  background: linear-gradient(180deg, #0a0a08 65%, #f0efe9 0%);
  position: relative;
}
.bg-grediant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background-image: url(../images/feature-cards.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 0;
  background-color: #0a0a08;
}
.bg-grediant * {
  position: relative;
  z-index: 1;
}
.innovation_suite > img {
  max-width: 60px;
  height: auto;
  display: block;
}
/* End */

/*--- Our Credentials */
.our-credentials {
  background-color: #0a0a08;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  position: relative;
}
.our-credentials::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/feature-cards.png);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 0;
  background-color: #0a0a08;
}
.our-credentials > * {
  position: relative;
  z-index: 1;
}
.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  box-sizing: border-box;
}
.award-card {
  position: relative;
  background-color: #0a0a08;
  overflow: hidden;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
  box-sizing: border-box;
}
.award-card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(177 243 6 / 20%) 0%, #000000 100%);
  z-index: 1;
  clip-path: circle(0% at 0% 0%);
  transition: clip-path 0.5s ease-in-out;
}
.award-card:not(:last-child):hover::after {
  clip-path: circle(150% at 0% 0%);
}
.award-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  opacity: 1;
  z-index: 2;
}
.award-card:hover .award-img {
  transform: translateY(50px);
  opacity: 0;
}
.award-img img {
  max-width: 150px;
  height: 100px;
  object-fit: contain;
}
.award-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  text-align: center;
  opacity: 0;
  transform: translateY(-50px);
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  pointer-events: none;
  z-index: 3;
  box-sizing: border-box;
}
.award-card:hover .award-overlay {
  opacity: 1;
  transform: translateY(0);
}

img.earth {
  width: 95px;
  height: 95px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease-in-out;
}
/* END */

/* ---Testemonials --- */
.testmonials .main_title > h1 {
  margin-bottom: 0;
}
.testmonials_slider .slick-slide {
  margin: 50px 10px;
}
.video-slide {
  position: relative;
  width: 325px;
  height: 384px;
  border-radius: 20px;
  overflow: hidden;
}
.video-slide-img {
  height: 100%;
  width: 100%;
  display: block;
}
.video-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}
.ripple-ring {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 1.5px solid #bfff00;
  border-radius: 50%;
  animation: ripple 1.8s linear infinite;
  animation-delay: var(--delay);
  opacity: 0;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.testmonials .play-btn {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #bfff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.2s ease;
  box-shadow: 0 0 10px rgba(191, 255, 0, 0.4);
}
.vdo-ov-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(
    180deg,
    rgba(11, 11, 11, 0) 0%,
    rgba(11, 11, 11, 0.515034) 51.5%,
    #0b0b0b 100%
  );
  z-index: 6;
}
.testmonials .avatar {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  color: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Aptos;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
}
.vdo_pinfo h3 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0px;
  color: #ffffff;
}
.vdo_pinfo p {
  margin: 1px 0 0 0;
  color: #d9d9d9;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0px;
}
.testimonial-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 634px;
  outline: none;
}
.testimonial-card:focus-visible {
  outline: none;
}
.testmonials .quote-icon {
  color: #bfff00;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.testimonial-text {
  color: #353535;
  font-size: 15px;
  margin: 0 0 40px 0;
  font-weight: 400;
  line-height: 1.7em;
}
.see-more {
  color: #000000;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0px;
}
.user-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.profile-avatar {
  width: 45px;
  height: 45px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Aptos;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.profile-info {
  display: flex;
  flex-direction: column;
}
.user-name {
  margin: 0;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5em;
}
.user-designation {
  color: #8a847e;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0px;
  margin: 4px 0 0;
}
.testmonials .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.testmonials .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.testmonials .slick-dots li button {
  width: 100%;
  height: 12px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  opacity: 1;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  transition:
    background-color 0.3s ease,
    border-radius 0.3s ease;
}
.testmonials .slick-dots li button:before {
  display: none;
  content: "";
}
.testmonials .slick-dots li.slick-active {
  width: 40px;
}
.testmonials .slick-dots li.slick-active button {
  background-color: #000000;
}
.testimonial-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.testmonials .popup-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.testmonials .close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333333;
}
.testmonials .popup-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.testimonial-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  width: 90%;
  max-width: 700px;
  padding: 30px;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.see-more {
  margin-left: 5px;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
        overflow: auto;
}

/* Active State (When Open) */
.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  width: 100%;
  max-width: 820px;
  background: #000;
  overflow: visible; /* Changed to visible for close button position */
  border: 0px;

  /* Initial Animation State (Thoda niche aur chhota) */
  transform: translateY(30px);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* Content Transition when Active */
.video-popup.active .popup-content {
  transform: translateX(0);
}
.videoContainer {
  padding-bottom: 56.25%;
  position: relative;
  height: 0px;
}
.close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.video-popup iframe,
.video-popup video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  object-fit: cover;
}
.video-popup-open {
  overflow: hidden;
}
/* ---END--- */

/* --- FAQ ---- */
.faq__eyebrow {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  letter-spacing: 1.54px;
}
.faq__eyebrow::before {
  content: "";
  background-color: #888880;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  display: block;
}
.faq__title {
  line-height: 1.1em;
  font-size: 50px;
  margin: 0 0 20px;
}
.faq__text {
  line-height: 1.79em;
  margin: 0 0 15px;
}
.faq__content {
  position: sticky;
  top: 70px;
}
.faq_details .accordion-item {
  border: 0;
  border-top: 1px solid #e4e1d9;
  background: transparent;
  padding: 0;
  transition: all 0.3s ease;
}
.faq_details .accordion-item:last-child {
  border-bottom: 1px solid #e4e1d9;
}
.faq_details .accordion-header {
  margin: 0;
}
.faq_details .accordion-item.active {
  border-top-color: #000000 !important;
}
.faq_details .accordion-button {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: baseline;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 33px 0;
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0%;
  vertical-align: middle;
  justify-content: space-between;
}
.faq_details .accordion-button.active {
  font-weight: 700;
  transition: all 0.3s ease;
}
.faq_details .accordion-body {
  padding-bottom: 28px;
}
.faq_details .accordion-body * {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 26.25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(26, 26, 26, 1);
}
.faq_details .accordion-button::before {
  display: none;
}
.faq_details .accordion-button::after {
  content: "+";
  position: relative;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ece9e1;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transform: rotate(0deg);
  transition: all 0.35s ease;
  flex: 0 0 32px;
  top: 3px;
}
.faq_details .accordion-button.active::after {
  background: #c6ff00;
  transform: rotate(45deg);
}
.faq_details .accordion-collapse {
  display: none;
}
/* Dark Mode CSS */
.faq-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  background-color: #0b0b0b;
}
.faq-dark .faq_details .accordion-button {
  color: rgba(255, 255, 255, 0.7);
}

.faq-dark .faq_details .accordion-body * {
  color: rgba(255, 255, 255, 0.7) !important;
}
.faq-dark .faq_details .accordion-item {
  border-top: 1px solid #e5e4dd1a !important;
  border-bottom: unset !important;
  transition: all 0.3s ease;
}
.faq-dark .faq_details .accordion-item:last-child {
  border-bottom: 1px solid #e5e4dd1a !important;
}
.faq-dark .faq_details .accordion-item.active {
  border-top-color: #e5e4dd !important;
}
.faq-dark .faq_details .accordion-button.active,
.faq-dark .faq_details .accordion-body.active > * {
  color: #ffffff !important;
}
.faq-dark .faq_details .accordion-button::after {
  background: #e5e4dd1a !important;
  color: #ffffff !important;
}
.faq-dark .faq_details .accordion-button.active::after {
  background: #c6ff00 !important;
  transform: rotate(45deg) !important;
  color: #1a1a1a !important;
}

/* --- END --- */

/* About us Pricipal behind our work Css */
.feature-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 12px;
}
.feature-item {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 10px;
  max-width: 450px;
  margin: 0 0 auto;
  padding-top: 25px;
}
.feature-item:last-child {
  border-bottom: 0px;
}
.ai-icons {
  display: flex;
  gap: 10px;
}
.about-us-wrapper {
  position: relative;
  z-index: 1;
}
.about-us-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
/* About us Pricipal behind our work css ends*/
/* Partner css */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}
.logo-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px 0px #eaeaea;
}
.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
/* Culture css */
.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.marquee-row {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 15px;
}
.marquee-track:hover {
  animation-play-state: paused !important;
}
.media-box,
.color-box {
  flex-shrink: 0;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-box {
  background-color: rgba(185, 255, 5, 1);
}
.scroll-left .marquee-track {
  animation: scrollLeft 50s linear infinite;
}
.scroll-right .marquee-track {
  animation: scrollRight 50s linear infinite;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(calc(-50% - 10px));
  }
  100% {
    transform: translateX(0);
  }
}
/* Culture css ends */
/* --- Privacy Policy --- */
.policygrid {
  display: grid;
  gap: 50px;
  grid-template-columns: 0.4fr 1fr;
}
.policy-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}
.policy-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.policy-sidebar ul li > a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  transition: 0.3s;
  color: #3d3d3d;
}
.policy-section:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.policy-section :where(h1, h2, h3) {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4em;
  color: #000000;
  margin-bottom: 20px;
}
.policy-section :where(h4, h5, h6) {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  color: #000000;
  margin-bottom: 20px;
}
.policy-section p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;
  color: rgba(61, 61, 61, 1);
  margin: 0 0 12px;
}
.policy-section ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0;
}
.policy-section li {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;
  color: #3d3d3d;
}
.policy-section li::marker {
  color: #b9ff05;
  font-size: 22px;
}
/* --- END --- */

/* MONDAY AUTOMATION PAGE CSS */

/* --- MPL Services */
.mpl-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.mpl-card {
  background: #fff;
  padding: 40px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: relative;
  z-index: 0;
  transition:
    box-shadow 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.mplcard_info {
  transform: translateY(0px);
  transition: 0.3s ease-in-out;
}
.mpl-card:hover .mplcard_info {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}
.mpl_icon > picture {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #f0efe9;
  transition: 0.3s ease-in-out;
}
.mpl-card:hover .mpl_icon > picture {
  background: var(--bglime);
  transition: 0.3s ease-in-out;
}
.mpl_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}
.mplcard_info > h3 {
  margin-bottom: 10px;
  letter-spacing: -0.44px;
}
.mplcard_info > a {
  transition: 0.3s ease-in-out;
}
.mplcard_info > a:hover {
  gap: 15px;
}
/* END */

/* IMPACTS ZONES */
.slick-custom-tabs-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.slick-tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  color: rgb(11 11 11 / 50%);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  position: relative;
}
.slick-tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.slick-tab-btn .tab-title {
  display: flex;
  align-items: center;
  position: relative;
}
.tab-icon-wrapper {
  display: inline-flex;
  align-items: center;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateX(-24px);
  margin-right: -24px;
  transition:
    transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    margin-right 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.25s ease,
    color 0.3s ease;
  color: #9ca3af;
}
.tab-icon-svg {
  width: 24px;
  height: 24px;
}

.tab-text-label {
  display: inline-block;
  transition: color 0.3s ease;
}

.slick-tab-btn:hover {
  background-color: #212121;
  color: #ffffff;
}
.slick-tab-btn:hover .tab-icon-wrapper {
  opacity: 1;
  transform: translateX(0);
  margin-right: 12px;
  color: #a3e635;
}
.slick-tab-btn.active {
  background-color: #0b0f12 !important;
  color: #ffffff !important;
}
.slick-tab-btn.active .tab-icon-wrapper {
  opacity: 1;
  transform: translateX(0);
  margin-right: 12px;
  color: #a3e635 !important;
}
.slick-tab-btn.active .ring-fill {
  color: #a3e635;
}

.progress-circle-container {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-progress-ring {
  transform: rotate(-90deg);
}
.ring-fill {
  stroke-dasharray: 56.54;
  stroke-dashoffset: 56.54;
  transition: stroke-dashoffset 0.1s linear;
  color: #9ca3af;
}
.slick-slide-item {
  outline: none;
}

/* === RIGHT SIDE PANEL === */
.main-slick-carousel {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.main-slick-carousel::before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(185, 255, 5, 0.7) 0%,
    rgba(185, 255, 5, 0.16) 61.54%,
    rgba(185, 255, 5, 0) 100%
  );
  position: absolute;
  content: "";
  right: -120px;
  top: -120px;
  z-index: 11;
  width: 300px;
  height: 300px;
  opacity: 0.5;
}
.slick-outer-card-wrapper {
  padding-left: 50px;
}
.iz-icon-badge {
  width: 48px;
  height: 48px;
  background-color: #a3e635;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #0b0b0b;
}

.iz-content :where(h1, h2, h3, h4, h5, h6) {
  color: #0b0b0b;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
}

.iz-content p,
.iz-content span {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 1%;
  color: #3d3d3d;
}

.iz-content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.iz-content li {
  position: relative;
  padding-left: 20px;
  color: #3d3d3d;
  font-weight: 300;
  font-size: 15px;
  line-height: 25.5px;
  letter-spacing: 0.1px;
}
.iz-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #b9ff05;
  border-radius: 50%;
}
/* Bottom CSS */
.slick-custom-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.slick-arrow-custom {
  background: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1px;
  opacity: 0.6;
}
.slick-arrow-custom:hover {
  color: #0f172a;
}
.slick-custom-dots {
  display: flex;
  gap: 8px;
}
.sc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sc-dot.active {
  background-color: #000000;
  width: 30px;
  border-radius: 5px;
}
/* --- END --- */

/* MN-STEPS */
.mn-steps {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mn-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/feature-cards.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 0;
  background-color: #0a0a07;
}
.mn-steps > * {
  position: relative;
  z-index: 2;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-left: 80px;
}
.steps::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  height: 90%;
  width: 2px;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff) 1;
}
.steps-content {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}
.steps-content > p {
  color: rgba(255, 255, 255, 0.65);
}
.steps-item {
  position: relative;
}
.steps-item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c6ff00;
  border: 6px solid rgba(11, 11, 11, 1);
  box-shadow: 0px 0px 40px 0px rgba(185, 255, 5, 0.7);
  left: -74px;
  transform: translate(0%, -50%);
  top: 50%;
}
.sticky70 {
  position: sticky;
  top: 70px;
}
/* --- END --- */

/* AUTOMATE SECTION */
.triger_desc  > *{
  font-size: 15px;
  color: #888880;
  line-height: 1.65em;
  font-weight: 400;
}
.triger_desc  > * strong{
 font-weight: 600;
 color: #1A1A1A;
}
.automateGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.automate-col {
  padding: 40px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.automate-col:hover {
  background-color: var(--bglime);
  transition: 0.3s ease-in-out;
}
.automate-col > .automate-bx {
  transition: 0.5s ease-in-out;
  transform: translateY(0px);
}
.automate-col:hover > .automate-bx {
  transform: translateY(-5px);
  transition: 0.5s ease-in-out;
}
.tri_icons > picture {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
.automate-col:hover .tri_icons > picture > svg > path{
  stroke: #ffffff;
  transition: 0.3s ease-in-out;
}
.automate-col:hover .tri_icons > picture {
  background: #000000;
  transition: 0.3s ease-in-out;
}
/* END */
/* MONDAY AUTOMATION END */

/* MONDAY WORK MANAGEMENT */
/* ----  What We Do ---- */
.tcw_whtdo {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tcw_whtdo::before {
  content: "";
  position: absolute;
  top: 0;
  width: 800px;
  height: 500px;
  filter: blur(60px);
  right: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(80, 120, 0, 0.54902) 0%,
    rgba(50, 90, 0, 0.25098) 45.19%,
    rgba(0, 0, 0, 0) 100%
  );
}

.tcw_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #363636;
  border-left: 1px solid #363636;
}
.tcw-card {
  padding: 40px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  position: relative;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
.tcw-card:hover {
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.twc_icon svg {
  max-width: 36px;
}
.twc_icon svg path {
  transition:
    stroke 0.5s ease-in-out,
    fill 0.5s ease-in-out;
}
.tcw-card:hover .twc_icon svg path {
  max-width: 36px;
  stroke: #1a1a1a;
}
.tcwcard_cont {
  transition: transform 0.4s ease-in-out;
}
.tcw-card:hover .tcwcard_cont {
  transform: translateY(-8px);
}
.tcwcard_cont > h3 {
  margin-bottom: 10px;
  letter-spacing: -0.44px;
  transition: color 0.5s ease-in-out;
}

.tcw-card:hover .tcwcard_info > .tcwcard_cont > h3 {
  color: #3d3d3d;
}

/* --- END --- */

/* ----  Intelligent work ---- */
.inwork-point > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.inwork-point {
  background: #ffffff;
  box-shadow: 0px 24px 50px 0px #0000000d;
  border-radius: 20px;
  padding: 28px 40px;
}
.inwork-point > ul > li img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  top: 3px;
  position: relative;
}
.inwork-point > ul > li {
  display: flex;
  gap: 15px;
  padding: 12px 0;
  color: #888880;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
}
.inwork-point > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inwork-point > ul > li svg {
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
/* --- END --- */

/* --- Built Tabs --- */
.blt_tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.blt_tabs::after {
  content: "";
  border-bottom: 1px solid #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  z-index: 0;
  display: block;
  height: 1px;
}
.blt_tabs::-webkit-scrollbar {
  display: none;
}
.blt_tabs > button {
  padding: 15px 26px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #888880;
  font-family: Aptos;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.blt_tabs > button:after {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #b9ff05;
  transition: 0.3s ease-in-out;
  transform: translate(0%, -50%);
  z-index: 1;
}
.blt_tabs > button.active:after {
  width: 100%;
}
.blt_tabs > button.active {
  color: #000000;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.blttab_content {
  display: none;
}
.blttab_content.active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.blttab_img > img {
  border-radius: 20px;
  border: 10px solid #00000014;
  display: block;
}
.blt_tabs_row {
  padding-top: 60px;
}
.blt_tabs_row.no-tabs {
  padding-top: 0;
}
.blttab_lc :where(h1, h2, h3, h4, h5, h6) {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-weight: 600;
}
.blttab_lc p,
.blttab_lc span {
  color: #888880;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
}
.blttab_lc ul {
  padding-left: 15px;
  margin: 0;
}
.blttab_lc ul > li::marker {
  position: relative;
  color: #b9ff05;
  font-size: 20px;
}
.blttab_lc ul > li {
  list-style: disc;
  padding: 5px 0;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
}
.blt-tabgrid {
  display: grid;
  gap: 130px;
  grid-template-columns: 0.7fr 1fr;
}

/* --- END --- */
/* MONDAY WORK MANAGEMENT END */

/* --- 404 --- */
.error-404.not-found {
  padding: 150px 0 120px;
  background-color: #1a1a1a;
  text-align: center;
}
.thank_you {
  background-color: #1a1a1a;
  text-align: center;
  height: calc(100vh - 50px);
  display: flex;
  align-items: center;
}

.thank_you:before,
.error-404.not-found::before {
  content: "";
  position: absolute;
  top: 0;
  width: 800px;
  height: 500px;
  filter: blur(60px);
  right: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(80, 120, 0, 0.54902) 0%,
    rgba(50, 90, 0, 0.25098) 45.19%,
    rgba(0, 0, 0, 0) 100%
  );
}
.thank-you-content,
.error-content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.error-content > h1 {
  color: #b9ff05;
  font-size: 170px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.thank-you-content > h1 {
  color: #b9ff05;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.error-content > h2,
.thank-you-content > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 20px;
}
.error-content > p,
.thank-you-content > p {
  font-size: 18px;
  line-height: 1.6em;
}
.error-actions > a,
.thank-you-actions > a {
  display: inline-flex;
}
.error-actions > a:hover,
.thank-you-actions > a:hover {
  box-shadow: none;
}

.search-form-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.search-form {
  display: flex;
  align-items: center;
  max-width: 420px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(184, 255, 0, 0.25);
  border-radius: 7px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.search-form:hover,
.search-form:focus-within {
  border-color: #b8ff00;
  box-shadow: 0 0 30px rgba(184, 255, 0, 0.3);
}
.search-form label {
  flex: 1;
  margin: 0;
}
.search-field {
  width: 100%;
  height: 56px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  outline: none;
}
.search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-submit {
  width: 60px;
  height: 56px;
  border: 0;
  background: #b8ff00;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.search-submit svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.search-submit:hover {
  background: #fff;
  transform: scale(1.05);
}

/* --- SubsrcibeGrid --- */
.subscribeGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  position: relative;
}
.subscribeContent > h1 {
  font-size: 56px;
  line-height: 1.1em;
  color: #000000;
  margin-bottom: 10px;
  font-family: Aptos;
  font-weight: 700;
}
.subscribeContent > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.62em;
  color: #3d3d3d;
}
.subscribeGrid .hs-form {
  position: relative;
}
.subscribeGrid .input > input {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(211, 211, 211, 1);
  height: 64px;
  padding: 19px 26px !important;
  border-radius: 100px;
  font-family: Aptos;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.5px;
  letter-spacing: 0%;
}
.subscribeGrid .input > input:focus {
  outline: none;
  border-color: rgba(211, 211, 211, 1);
}
.subscribeGrid .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.subscribeGrid .subcribeFormWrp .actions {
  display: inline-flex;
  position: relative;
}
.subscribeGrid .subcribeFormWrp .hs-button {
  padding: 15px 54px 15px 22px;
  font-family: inherit;
  border: 0;
  border-radius: 50px;
  background-color: var(--bgdark);
  color: var(--white);
  letter-spacing: 0.52px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
  height: 64px;
  min-width: 190px;
}
.subscribeGrid .subcribeFormWrp .actions::after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%2216%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M15.1865%2019.0098L17.3809%2016.5762H12.4248V15.209H17.3809L15.1865%2012.7822H16.875L19.5684%2015.8926L16.875%2019.0098H15.1865Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.subscribeGrid .subcribeFormWrp .actions:hover::after {
  transform: translate(0%, -50%) rotate(-45deg);
}
.subscribeGrid .subcribeFormWrp .hs-error-msgs {
  padding-left: 22px;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
}
.subscribeGrid .subcribeFormWrp .hs-error-msg,
.subscribeGrid .subcribeFormWrp .hs-main-font-element {
  list-style: none;
  font-family: Aptos;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ff2828;
}
/* --- END --- */

/* --- Ebook CSS --- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-head > h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  color: #1d1d1d;
}
.ebook-slider .slick-list {
  margin: 0 -15px;
}
.ebook-slider .slick-slide {
  margin: 0 15px;
}
.ebook_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 20px;
}
.ebook_meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3d3d3d;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.ebook_meta span:not(:last-child):after {
  content: "\2022";
  font-size: 80%;
  margin: 0 10px;
}
.ebook_content > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
.ebook_content > a:hover {
  color: #000000;
}
.ebook_card{
  padding: 15px;
  border-radius: 16px;
  transition: 0.3s ease-in-out;
  width:100%;	
  height: 100%;
}
.ebook_card:hover{
  background: #e4e3dd;	
}
.slider-nav {
  display: flex;
  gap: 12px;
}
.slider-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.slider-nav button svg path {
  transition: all 0.3s ease;
}
.slider-nav button:hover {
  background: #b9ff05;
  border-color: #b9ff05;
}
.slider-nav button:hover svg path {
  stroke: #000;
}
.ebook-slider .slick-prev,
.ebook-slider .slick-next {
  display: none !important;
}
/* Career Page */
.top_content > h2 {
  font-size: 50px;
  margin-bottom: 40px;
}
.top_content > p {
    max-width: 830px;
    line-height: 1.7em;
}
.career-filters {
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
}
.career-filters .filter-field.filter-field-searchbar {
  max-width: 40%;
  width: 100%;
  flex: 0 0 40%;
}

.career-filters .filter-field.filter-field-location {
  flex: 0 0 27%;
  max-width: 27%;
  width: 100%;
}

.career-filters .filter-field {
  position: relative;
  flex: 1;
}

.career-filters .filter-field input::placeholder {
  color: rgba(61, 61, 61, 1);
}

.career-filters .filter-field input,
.career-filters .filter-field select {
  width: 100%;
  height: 56px;
  border: none;
  border-bottom: 1px solid rgba(184, 184, 184, 1);
  background: transparent;
  padding: 0 40px 0 0;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  color: rgba(61, 61, 61, 1);
}

.career-filters .filter-field select {
  cursor: pointer;
  padding-right: 30px;
}
.career-filters .filter-field select option {
  padding: 12px;
  line-height: 1.8;
}

.career-filters .filter-field span.search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.career-filters .filter-field span.search-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
}
.career-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.career-card {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  background: rgba(248, 248, 248, 1);
  transition: 0.3s ease;
}
.career-card > h3 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35em;
    color: #000000;
}
.career-card > p {
    margin: 0 0 16px;
    color: #000000;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 16px;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 12px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  width: max-content;
  margin-top: auto;
}

.btn-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bglime);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  transition: 0.35s ease;
}
.apply-btn span {
  transition: 0.35s ease;
}
.apply-btn:hover span {
  transform: rotate(-45deg);
}
.no-results {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
/* End */


/* Career Listing Page  */

.job-heading > h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1em;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
.clsngGrid {
  display: grid;
  grid-template-columns: .4fr 1fr;
  gap: 80px;
}
.clsng_info > aside{
  position: sticky;
  top: 70px;
}
.clsng_categories {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(203, 203, 203, 1);
}
.clsng_categories > span {
    display: block;
    margin-bottom: 10px;
}
.clsng_categories > strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.clsng_meta p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #3d3d3d;
}
.clsng_meta p :where(strong){
   font-size:18px;
   font-weight: 600 !important;
}
.clsng_meta :where(h1, h2, h3, h4, h5, h6) {
  font-size: 22px;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.clsng_meta :where(h1, h2, h3, h4, h5, h6)  strong{
  font-weight: 600 !important;
}
.clsng_meta .wp-block-list {
    padding: 0;
    margin: 0 0 1.75em;
    list-style: none;
}
.clsng_meta .wp-block-list li:not(:last-child) {
    margin-bottom: 12px;
}
.clsng_meta .wp-block-list li {
    background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Uploaded%20to%3A%20SVG%20Repo%2C%20www.svgrepo.com%2C%20Generator%3A%20SVG%20Repo%20Mixer%20Tools%20--%3E%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%221%22%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M16.0303%208.96967C16.3232%209.26256%2016.3232%209.73744%2016.0303%2010.0303L11.0303%2015.0303C10.7374%2015.3232%2010.2626%2015.3232%209.96967%2015.0303L7.96967%2013.0303C7.67678%2012.7374%207.67678%2012.2626%207.96967%2011.9697C8.26256%2011.6768%208.73744%2011.6768%209.03033%2011.9697L10.5%2013.4393L12.7348%2011.2045L14.9697%208.96967C15.2626%208.67678%2015.7374%208.67678%2016.0303%208.96967Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 30px;
    color: #000000;
}
.cmp_ovriew :where(h1, h2, h3, h4, h5, h6) {
  font-size: 50px;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.cmp_ovriew p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7em;
    color: #3d3d3d;
    margin-bottom: 12px;
}
.cmp_ovriew p a {
    font-weight: 700;
    color: #3d3d3d;
    text-decoration: underline;
}

/* Monday APPS Pages CSS */



.darkbg_limedot {
	z-index: 1;
	overflow: hidden;
}
.darkbg_limedot::after {
	content: "";
	position: absolute;
	top: 0;
	width: 800px;
	height: 500px;
	filter: blur(60px);
	right: 0;
	z-index: -1;
	background: radial-gradient(50% 50% at 50% 50%, rgba(80, 120, 0, 0.54902) 0%, rgba(50, 90, 0, 0.25098) 45.19%, rgba(0, 0, 0, 0) 100%);
}
.apps_grid > .row{
gap:1.50em 0px;	
}

.monday_apps_listing_md {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mapp_card {
	padding: 30px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	width: 100%;
}
.appnum {
	font-size: 42px;
	color: rgba(255, 255, 255, 0.2);
}
.app_card_cont h3 {
	letter-spacing: -0.44px;
}
.mapp_card, .mapp_card * {
	transition: all 0.3s ease-in-out;
}
.mapp_card:hover .app_card_cont_btn {
	gap: 15px;
}
.mapp_card:hover {
	background: #ffffff;
}
.mapp_card:hover :where(.appnum, h3, a) {
	color: var(--dark);
}
.mapp_card:hover svg path {
	stroke: var(--dark);
}
.mapp_card:hover .app_card_cont{
transform: translateY(-5px);
}
/*  Smart New Features  */
.mnfl_cont:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.mnfl_cont :where(h1, h2, h3, h4, h5, h6){
	letter-spacing: -0.44px;
	font-weight: 600;
	font-size: 22px;
	color: var(--dark);
}
.mnfl_cont p{
	font-size: 16px;
	color:var(--body_color);
	margin: 10px 0 0;
	line-height: 1.5em;
}
/* Smart New Features  */

/* How to Use Resource Booking App */
.app_booking_img img{
border-radius: 20px;
display: block;	
}
.app_booking_steps .app_booking_steps_list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.app_booking_steps .app_booking_steps_list li {
	font-size: 16px;
	color: var(--dark);
	background: #fff;
	border-radius: 10px;
	padding: 13px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.app_booking_steps .app_steps_num {
	font-weight: 600;
	color: #B8B8B8;
	flex-shrink: 0;
}
.app_steps_icon{
flex-shrink: 0;	
}
.app_steps_icon img{
width:24px;
height: 24px;
object-fit: contain;
display: flex;
}
.app_booking_steps p{
font-size: 16px;
color: var(--body_color);
line-height: 1.5em;	
}
.app_booking_steps :last-child{
margin: 0;	
}
.app_booking_wrp > .row{
	gap:30px 0px;
}
/* How to Use Resource Booking App  */

/* Integrate with Your Favorite Apps */
.app_btr_col{
padding: 40px;
border-radius: 30px;	
}
.app_btr_col > h3{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.app_btr_list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
  flex-direction: column;
  gap: 10px;
}
.app_btr_list li.lst_cross,
.app_btr_list li.lst_check{
background:url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23FF0509%22%20fill-opacity%3D%220.24%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20stroke%3D%22%23FF0509%22%20stroke-opacity%3D%220.46%22%2F%3E%3Cpath%20d%3D%22M8%2014L14%208%22%20stroke%3D%22%23FF0509%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14%2014L8%208%22%20stroke%3D%22%23FF0509%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat left top;
background-size:22px;
line-height: 1.5em;
  padding-left: 30px;
}
.app_btr_list li.lst_check{
background:url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M6.5%2011L9%2014L16%208%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat left top;
} 
.app_btr_time {
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 15px;
	margin-top: 20px;
}
.app_btr_wrp > .row{
	gap:1.50em 0px;
}
/* Integrate with Your Favorite Apps  */


/* monday WHY US */
.apps_why_grid_row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.apps_why_col {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px;
	box-shadow: 0px 0px 1px 0px #2F2F2F;
}
.apps_why_col, .apps_why_col * {
	transition: all 0.3s ease-in-out;
}
.apps_why_col:hover .apps_why_cont{
transform: translateY(-5px);
}
.apps_why_icon_wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apps_why_icon_wrp span:first-child{
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	background: #F0EFE9;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.apps_why_icon_wrp span img{
	width: 20px;
  height: 20px;
  object-fit: contain;
}
.apps_why_col:hover .apps_why_icon_wrp span:first-child{
background: var(--bglime);
}
.apps_trust_strip {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 14px 30px;
	border-radius: 40px;
}
.apps_trust_strip_exp{
	justify-content: end;
}
.apps_trust_strip_exp ul, .apps_trust_strip_exp p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.apps_trust_strip_exp ul li{
  display: flex;
  align-items: center;
}
.apps_trust_strip_exp ul li:not(:last-child)::after{
	content: "";
	width: 1px;
	height: 20px;
	margin: 0 10px;
	background:linear-gradient(0deg, rgba(26, 26, 26, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.md_cont :where(h1,h2,h3,h4,h5, h6) {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}
.md_cont :where(p, span, li) {
    font-size: 13px;
    line-height: 1.3em;
    color: #888880;
    margin-bottom: 0;
 }


.husbpot_apps_why .apps_trust_strip_exp ul, .husbpot_apps_why .apps_trust_strip_exp p{
  color: #1A1A1A;
 }
 .husbpot_apps_why .apps_why_col {
	box-shadow: 0px 0px 1px 0px #d1cdcd;
}
.husbpot_apps_why .apps_trust_strip_exp ul li:not(:last-child)::after {
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 0%) 100%);
}
.husbpot_apps_why  .md_cont :where(h1,h2,h3,h4,h5, h6) { color: #1A1A1A; }

.text-lightgrey {
    color: #d3d3d3;
}

/* Awards css */

.achievement-grp{
    /* display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 40px; */
    columns: 2;
    column-gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
    position: relative;
}
/* .achievement-grp > *{
    height: 100%;
}
.achievement-grp > :nth-child(even){
   margin-top: 100px;
} */

.achievement-block {
  break-inside: avoid;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative; 
  overflow: hidden;
}

.achievement-block::before,
.achievement-block::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: all .3s ease;
}

.achievement-block::before {
  top: -70px;
  left: -70px;
  width: 140px;
  height: 140px;
  filter: blur(30px);
  background: radial-gradient(circle,
    rgba(185,255,5,.45) 0%,
    rgba(185,255,5,.15) 50%,
    transparent 100%);
}

.achievement-block::after {
  top: -120px;
  right: -120px;
  width: 180px;
  height: 180px;
  filter: blur(15px);
  transform: scale(.1);
  background: radial-gradient(circle,
    rgba(185,255,5,.55) 25%,
    rgba(185,255,5,.25) 50%,
    transparent 100%);
}

.achievement-block:hover::before {
  opacity: .6;
  transform: scale(1.5);
  filter: blur(60px);
}

.achievement-block:hover::after {
     opacity: .7;
    transform: scale(2.5);
}
.achievement-img {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 0 30px;
}
.achievement-img >img {
    display: flex;
    align-items: center;
    width: auto;
    max-height: 130px;
}
.achievement_details :where(h1, h2, h3, h4, h5, h6) {
    color: #000000;
    margin: 0 0 10px;
    line-height: 1.3em;
    font-weight: 600;
}
.achievement_details :where(h1, h2, h3, h4, h5, h6) strong {
    font-weight: 600;
}
.achievement_details {
    color: #3D3D3D;
    font-size: 15px;
    line-height: 1.67em;
}
.achievement_details p {
  margin-bottom: 15px;
}

.achievement_details a {
    color: #1A1A1A;
    text-decoration: underline;
}
.achievement_category {
    display: flex;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.achievement_category > a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.56em;
    background: #F0EFE9;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 0;
}
.achievement_cta > a.round-btn{
     margin-top: auto;
  display: inline-flex;
  margin-top: 15px;
} 
.load-more-wrapper {
    text-align: center;
    margin-top: 40px;
}
/* End */

/* -- Prcing Section ---  */
.pri_tbsec {
  border-bottom: 1px solid #cdcdcd;
}
.phGrid {
    display: grid;
}
.phcard {
    position: relative;
    padding: 25px;
    border-radius: 20px;
    min-height: 161.6px;
    margin: 0 7px 20px;
}
.phcard>h3 {
    line-height: 1.2em;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}
.phcard>.tag {
    position: absolute;
    top: -15px;
    left: 25px;
    background: #b9ff05;
    color: #000;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}
.pln_cross {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iMTEiIGZpbGw9IiNFMkUyRTIiLz4KPHBhdGggZD0iTTYgMTFIOUgxNS41IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat left top;
    background-size: 22px;
    width: 22px;
    height: 22px;
    margin: 0 auto
}
.pln_check {
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M6.5%2011L9%2014L16%208%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat left top;
    background-size: 22px;
    width: 22px;
    height: 22px;
    margin: 0 auto
}
.hsPriceTab {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
}
.content_c {
    padding: 20px;
    background-color: #fff;
    height: fit-content;
    display: block;
    min-height: 63px;
}
.ptbGrid>.ptbCol {
    padding: 20px;
}
.content_c:nth-child(odd) {
    background-color: #fff;
}
.content_c:nth-child(even) {
    background-color: #F4F4F4;
}
.content_c > span {
    display: none;
}

.phGrid .phCol:first-child .content_c:nth-child(2){
    border-top-left-radius:20px;
}
.phGrid .phCol:last-child .content_c:nth-child(2){
    border-top-right-radius:20px;
}
.phGrid .phCol:first-child .content_c:last-child{
    border-bottom-left-radius:20px;
}
.phGrid .phCol:last-child .content_c:last-child{
    border-bottom-right-radius:20px;
}

/* END */

/* --- Monday Tabs --- */

.matbs_tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  gap: 15px;
}
.matbs_tabs::-webkit-scrollbar {
  display: none;
}
.matbs_tabs > button {
  padding: 10px 18px 10px 10px;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 1%;
  color: var(--lightdark);
  background: var(--bgwhite);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tabsNums {
  width: 27px;
  height: 27px;
  background: var(--bglime);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}
.matbs_tabs > button.active {
  background: var(--bgdark);
  color: var(--white);
  transition: 0.3s ease-in-out;
}
.matbstab_content  {
  display: none;
}
.matbstab_content.active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.matbstab_img > img {
  border-radius: 20px;
  display: block;
  width: 100%;
}
.matbs_tabs_row {
  padding-top: 50px;
}
.matbs-tabgrid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
}
.matbs_tabs_row.no-tabs {
  padding-top: 0;
}
.matbstab_lc :where(h1, h2, h3, h4, h5, h6) {
  font-size: 32px;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #1a1a1a;
  font-weight: 700;
}
.matbstab_lc p,
.matbstab_lc span {
  color: #1A1A1A;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
}
.matbstab_lc ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.matbstab_lc ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 15px;
  padding-right: 15px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.matbstab_lc ul li:after {
  content: '→';
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  background: var(--bgwhite);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: background-color .35s ease, color .35s ease, transform .35s ease;
  }
.matbstab_lc ul li:hover::after {
    background-color: #000;
    color: #b9ff05;
}
.matbstab_lc ul li:hover {
    padding: 0 0px 15px 15px;
}
.matbstab_btm_c :where(h1, h2, h3, h4, h5, h6) {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
.matbstab_btm_c p,
.matbstab_btm_c span {
  color: #1A1A1A;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
}
.matbstab_btm_c ul {
    padding-left: 0;
    margin: 20px 0 0 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.matbstab_btm_c ul li {
  background-size: 16px;
  line-height: 1.5em;
  padding-left: 30px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M6.5%2011L9%2014L16%208%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat left top;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
 color: #3d3d3d;
}


@media (min-width: 992px) {
    .accordian-mob {display: none !important; }
    .matbs_custom_image_tab {display: none;}
    .matbs_custom_image_tab.in-active {display: block;}
    .accrodain-sm {display: block !important; }
}

/* --- Mobile View (767px and below) --- */
@media (max-width: 991px) {
    .matbs_custom_tab_list {display: none !important; }
    .matbs_custom_image_tab {display: block !important;margin-bottom: 10px;}
    .accordian-mob {
        display: flex;
        cursor: pointer;
        padding: 15px 20px;
        background: #ffffff;
        border: 1px solid #ddd;
        font-weight: 400;
        color: #3d3d3d;
        align-items: center;
        justify-content: space-between;
    }
    .accrodain-sm {
      display: none;
      border: 1px solid #ddd;
      margin-top: 0px !important;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 20px;
      border-top: none;
    }
    .accordian-mob::after {
      content: "+";
      position: relative;
      right: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #ece9e1;
      color: #1a1a1a;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 300;
      line-height: 1;
      transform: rotate(0deg);
      transition: all 0.35s ease;
      flex: 0 0 32px;
      top: 3px;
  }
  .accordian-mob.active::after {
    background: #c6ff00;
    transform: rotate(45deg);
  }
}


/* Content with image */

.hdcimg-tabgrid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:70px;
	align-items:center;
}
.hdcimg-tabgrid.reverse-layout .hdcimg-tabcol:first-child{
	order:2;
}
.hdcimg-tabgrid.reverse-layout .hdcimg-tabcol:last-child{
	order:1;
}


.hdcimg_content :where(h1, h2, h3, h4, h5, h6) {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
.hdcimg_content p,
.hdcimg_content span {
  color: #3D3D3D;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 400;
}
.hdcimg_content ul {
    padding-left: 10px;
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 20px 0;
}
.hdcimg_content ul li {
    background-size: 20px !important;
    line-height: 1.6em;
    padding-left: 30px;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M6.5%2011L9%2014L16%208%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    color: #3d3d3d;
    background-position: left 0px top 4px;
}
.hdcimg-tabgrid:not(:last-child){
  margin-bottom: 120px !important;
}
/* --- END --- */


.content-leaders h3 {
font-size: 50px;
max-width: 950px;
}
.leaders-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 27px;
padding-top: 40px;
}
.leader-card > h3{
font-size:32px;	
}
.leader-image {
position: relative;
overflow: hidden;
background: #fff;
}
.leader-image::before {
content: "";
position: absolute;
top: -70px;  
left: -70px; 
width: 140px;
height: 140px;
border-radius: 50%; 
filter: blur(30px);
background: radial-gradient(
circle,
rgba(185, 255, 5, 0.4) 0%,  
rgba(185, 255, 5, 0.15) 50%,
rgba(185, 255, 5, 0) 100% 
);
z-index: 1;
transition: all .6s ease;
}

.leader-image::after {
content: "";
position: absolute;
top: -120px;
left: -120px;
width: 180px;
height: 180px;
border-radius: 50%;
opacity: 0;
transform: scale(.2);
z-index: 1;
pointer-events: none;
transition: all .6s ease;
background: radial-gradient(50% 50% at 50% 50%, rgba(185, 255, 5, 0.55) 0%, rgba(185, 255, 5, 0.25098) 45.19%, rgba(185, 255, 5, 0) 100%);
filter: blur(35px);
}
.leader-card:hover .leader-image::before {
background: radial-gradient(50% 50% at 50% 50%, rgba(185, 255, 5, 0.55) 0%, rgba(185, 255, 5, 0.25098) 45.19%, rgba(185, 255, 5, 0) 100%);
width: 320px;
height: 320px;
top: -120px;
left: -120px;
filter: blur(60px);
transform: scale(1.5);
}
.leader-card:hover .leader-image::after {
opacity: 0.7; 
transform: scale(4);
}
.leader-image img {
display: block;
position: relative;
z-index: 2;
width: 100%;
height: 100%;          
aspect-ratio: 1 / 1;       
object-fit: cover;       
object-position: top center;
}
.leader-name {
margin: 20px 0 6px;
}
.leader-designation {
margin: 0;
}
.meet-the-team {
overflow: hidden;
}
.team-row {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 40px 24px;
align-items: center;
justify-items: center;
}

.team-member {
width: 100%;
max-width: 220px;
aspect-ratio: 1 / 1;
}

.team-member img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
object-position: top;
display: block;
}

.team-title {
font-size: 170px;
font-weight: 700;
color: rgba(185, 255, 5, 1);
text-transform: capitalize;
white-space: nowrap;
letter-spacing: -3px;

}
.team-title.meet {
grid-column: span 2;
justify-self: start;
}
.team-title.the {
grid-column: 3;
justify-self: center;
}
.team-title.team {
grid-column: span 2;
justify-self: start;
}
.title-title-mob{
display: none;
}


/* Hubspot APPS Page CSS */
section.hbwhat_wedo {
  border-bottom: .8px solid rgba(255, 255, 255, 0.25);
}
.hwtd_grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: flex-end;
    gap: 70px;
    margin-bottom: 30px;
}
.cus_egeg_grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cus_egeg_box span.index-num{
    color:rgba(255,255,255,.45);
    font-size:32px;
    padding-bottom:40px;
    display:block;
    transition:.3s ease-in-out;
}
.cus_egeg_box:hover span.index-num{
    color:rgba(185,255,5,1);
}
.cus_egeg_box p{
    color:rgba(255,255,255,.7);
    margin-bottom:0;
    transition:.3s ease-in-out;
}
.cus_egeg_box:hover p{
    transform:translateY(-5px);
    color:#fff;
}
.cus_egeg_box{
    padding:30px;
    border:.6px solid rgba(255,255,255,.05);
    transition:.3s ease-in-out;
}
.cus_egeg_box:hover{
    background-color:rgb(61 61 61 / 22%);
}

/* About Transfunnel */
.abt-cta-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    max-width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}
.abt-cta-image img {
    display: block;
    width: 90%;
}
/* End */


.filter_wrp {
padding-right: 1.50em;
border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.type_label input{
display:none;	
}
.type_label label {
display: block;
padding: 10px 15px;
background: transparent;
transition: 0.3s ease-in-out;
font-size: 14px;
border-radius: 10px;
cursor: pointer;
text-transform: capitalize;
}
.type_label input:checked + label {
background: var(--dark);
color:var(--white);
}
.category-filters{
max-height:300px;
overflow:auto;	
scrollbar-width: thin;
scrollbar-color: #B6FF00 #EFEFEF;
gap:5px;
}
.category-filters::-webkit-scrollbar{
width: 8px;
}
.category-filters::-webkit-scrollbar-track{
background: #EFEFEF;
border-radius: 50px;
}
.category-filters::-webkit-scrollbar-thumb{
background: #B6FF00;
border-radius: 50px;
border: 2px solid #EFEFEF;
}
.category-filters::-webkit-scrollbar-thumb:hover{
background: #B6FF00;
}
.mp_products_card {
border-radius: 10px;
overflow: hidden;
background:#fff;
}
.mp_products_pic > h3{
position: absolute;
left: 0;
bottom: 0;
padding: 20px;
font-size: 24px;
font-weight: 700;
color: #fff;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 31.26%, rgba(0, 0, 0, 0.6) 49.35%, rgba(0, 0, 0, 0.75) 75.29%, rgba(0, 0, 0, 0.84) 100%);
width: 100%;
line-height: 1.2em;
}
.mp_products_cont {
	padding: 20px;
	color: var(--body);
}
.mp_products_cont ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
font-size:15px;
}
.mp_products_cont ul li{
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M6.5%2011L9%2014L16%208%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E);
padding-left: 30px;
background-size: 20px;
background-repeat: no-repeat;
background-position: top left;	
}
.mp_products_price_btn {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 10px;
padding: 20px; 
}
.mp_products_btn  a{
padding: 10px 20px;
border: 1px solid #E1E1E1;
border-radius: 50px;
transition:0.3s ease-in-out;
}
.mp_products_btn  a:nth-child(2){
background:var(--bglime);	
border-color:var(--bglime);	
}
.mp_products_btn  a svg{
transition:0.3s ease-in-out;	
}
.mp_products_btn  a:hover svg{
transform: translateX(3px);	
}
.mdInstallCards {
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 20px;
padding: 30px;
}
.mdInstallCards > span {
width: 44px;
height: 44px;
display: flex;
background: var(--bglime);
border-radius: 50px;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--dark);
font-weight: 600;
margin-bottom: 20px;
}
.mdInstallCards > :where(h1, h2, h3,h4, h5, h6){
color:var(--white);
font-size:22px;
font-weight:600;	
}
.mdInstallCards p{
color: rgba(255, 255, 255, 0.45);
font-size:15px;
margin:20px 0 0px;	
}
.row_step_gap{
gap:1.5em 0px;	
}
.pagination-wrap {
justify-content: center;
align-items: center;
gap: 10px;
}
.pagination-wrap :where(button){
width: 40px;
height: 40px;	
font-size:0px;
padding:0px;
}
.pagination-wrap > *{
display: flex;
border: 1px solid #DCDCDC;
border-radius: 10px;
align-items: center;
justify-content: center;
color: rgba(0, 0, 0, 0.6);
background-color: #fff;
align-items: center;
height: 40px;
padding: 0 10px;	
}
.pagination-wrap :where(button){
font-size: 0;
background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Uploaded%20to%3A%20SVG%20Repo%2C%20www.svgrepo.com%2C%20Generator%3A%20SVG%20Repo%20Mixer%20Tools%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-12%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eangle-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0.88%2023.28c-0.2%200-0.44-0.080-0.6-0.24-0.32-0.32-0.32-0.84%200-1.2l5.76-5.84-5.8-5.84c-0.32-0.32-0.32-0.84%200-1.2%200.32-0.32%200.84-0.32%201.2%200l6.44%206.44c0.16%200.16%200.24%200.36%200.24%200.6s-0.080%200.44-0.24%200.6l-6.4%206.44c-0.2%200.16-0.4%200.24-0.6%200.24z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
background-size: 24px;
background-repeat: no-repeat;
background-position: center;
}
.pagination-wrap :nth-child(1) {
background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Uploaded%20to%3A%20SVG%20Repo%2C%20www.svgrepo.com%2C%20Generator%3A%20SVG%20Repo%20Mixer%20Tools%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-12%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eangle-left%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.28%2023.28c-0.2%200-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84%200-1.2l6.44-6.44c0.32-0.32%200.84-0.32%201.2%200%200.32%200.32%200.32%200.84%200%201.2l-5.8%205.84%205.84%205.84c0.32%200.32%200.32%200.84%200%201.2-0.16%200.16-0.44%200.24-0.64%200.24z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
background-size: 24px;
background-repeat: no-repeat;
background-position: center;
}
.search-wrap {
max-width: 600px;
width: 100%;
margin-top:20px;
}
.search-wrap input {
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.2);
background: transparent;
border-radius: 40px;
color: var(--white);
height: 60px;
padding: 10px 30px 10px 60px;
font-size: 14px;
font-family: inherit;
background-color:rgba(0, 0, 0, 0.09);
background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.07914%200C3.62682%200%200%203.62558%200%208.07641C0%2012.5272%203.62682%2016.1599%208.07914%2016.1599C9.98086%2016.1599%2011.7299%2015.4936%2013.1122%2014.3875L16.4775%2017.7498C16.6473%2017.9126%2016.8741%2018.0024%2017.1094%2018C17.3446%2017.9975%2017.5695%2017.9032%2017.736%2017.737C17.9025%2017.5708%2017.9972%2017.3461%2017.9999%2017.111C18.0027%2016.8758%2017.9132%2016.6489%2017.7506%2016.4789L14.3853%2013.1148C15.4928%2011.7308%2016.16%209.97968%2016.16%208.07641C16.16%203.62558%2012.5315%200%208.07914%200ZM8.07914%201.79517C11.561%201.79517%2014.3625%204.59577%2014.3625%208.07641C14.3625%2011.557%2011.561%2014.3647%208.07914%2014.3647C4.59732%2014.3647%201.79575%2011.557%201.79575%208.07641C1.79575%204.59577%204.59732%201.79517%208.07914%201.79517Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
background-size: 18px;
background-repeat: no-repeat;
background-position: 30px center;
}
@media(min-width:992px){
.tm_modile_filters, .tm_modile_filters_btn{display:none;}	
}
@media(max-width:991.99px){
.tm_modile_filters, .bsort_by{display: flex;align-items: center;justify-content: space-between;padding: 10px;background: #f8f8f8;}	
.tm_modile_filters_btn > a{display: inline-flex;align-items: center;gap: 5px;background: var(--black);padding: 5px 10px;border-radius: 5px;color: #fff;font-size: 14px;font-weight: 600;}
.filter_wrp {background: #fff;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display:none;padding: 0;}
.filter_wrp.active {display:block;}
.bsort_by{border-top: 1px solid #eee;}
.ds_Type, .type-filters, .categoryFilters{padding:0 10px;}
.tm_close_filters, .tm_modile_filters_btna{cursor: pointer;}
.filter_open{overflow:hidden;}
.mdInstallCards > :where(h1, h2, h3,h4, h5, h6){font-size:20px;}
.search-wrap input{height:50px;}
  .awards-grp .awards-block:nth-child(even) {transform: unset;}
  .awards-grp{gap: 20px;}
}
/* -- End ---- */

@media (max-width:1199.99px){
  .inner-banner{padding: 100px 0 80px;}
  .inner-banner__content > h1 {font-size: 60px;}
  .inner-banner__content .inner_heading  :where(h1, h2, h3, h4, h5, h6){font-size: 60px;}
  .platform_grid{grid-template-columns:repeat(3, 1fr);}
  .platform_card{border-right:1px solid #F0EFE9; border-bottom:1px solid #F0EFE9;}
  .platform_card:nth-child(4n){border-right:1px solid #F0EFE9;}
  .platform_card:nth-last-child(-n + 4){ border-bottom:1px solid #F0EFE9;}
  .wrm-col {display: none;}
  .wwdttl-grid {grid-template-columns: 1.1fr 1fr;}
  .testmonials_slider {padding-left: 15px;}
  .cta_wrap .cta_inner > h2 {font-size: 50px;}
  .awards-grid {grid-template-columns: repeat(3, 1fr);}
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .subscribeGrid {grid-template-columns: 1fr 1fr;gap: 50px;}
  .leader-card > h3{font-size:24px;}
  .team-title{font-size:130px;}
  .abt-cta-image img { width: 70%;}
}

@media (max-width:991.99px){
  .main_title{max-width: 100%;}
  .main_title > h1{ font-size: 40px;}
  .mw50 {max-width: 100% !important;}

  .inner-banner{padding: 100px 0 60px;}
  .inner-banner__content > h1 {font-size: 40px;}
  .inner-banner__content .inner_heading  :where(h1, h2, h3, h4, h5, h6){font-size: 40px;}
  .inner-banner_badge {display: none;}

  .wtd_title h1{font-size: 40px;}

  .pain-point__title {font-size: 40px;}
  .pain-point__content {position: relative;margin-bottom: 30px; top: 0;}
  .pain-problem__item {padding-top: 30px;padding-bottom: 30px;}
  .pain-point__title {font-size: 40px;}

  .wwdttl-grid {grid-template-columns: 1fr;gap: 0;margin-bottom: 20px;}
  .bstabGrid {row-gap: 30px;column-gap: 30px;grid-template-columns: repeat(2, 1fr);}
  .bs_tab_content {padding: 40px 0 0;}

  .platform_grid{grid-template-columns:repeat(2, 1fr);}

  .cta_wrap .cta_inner > h2{font-size:40px;margin-bottom: 15px;}

  .awards-grid {grid-template-columns: repeat(2, 1fr);}
  .innovation_plan{padding-bottom: 0;}
  .innovation_suite {padding: 25px;}

  .state-border {padding-top: 0;}
  .certified-partners > img {max-width: 150px;}

  .faq__content .faq__title {font-size: 40px;}

  .faq_details .accordion-button {padding: 25px 0;}
  .policygrid { gap: 20px;grid-template-columns: .7fr 1fr;}

  .mpl-service {grid-template-columns: repeat(2, 1fr);}
  .mpl_icon {margin-bottom: 25  px;}

  .slick-outer-card-wrapper {padding-left: 0;margin-top: 30px;}
  .slick-custom-controls {margin-top: 30px;}
  .main-slick-carousel {padding: 30px;}

  .mn-steps .main_title > h1 > br{display: none;}

  .automateGrid { grid-template-columns: repeat(2, 1fr);}

  .blt-tabgrid {gap: 20px;grid-template-columns: 1fr;}
  .blt_tabs_row {padding-top: 30px;}
  .blttab_img > img {border-radius: 10px;border: 5px solid #00000014;}

  .error-404.not-found{padding: 120px 0 60px;}
  .error-content > h1 {font-size: 120px;}
  .thank-you-content > h1 {font-size: 80px;}
  .error-content, .thank-you-content {max-width: 800px;}

  .subscribeGrid {grid-template-columns: 1fr;gap: 25px;}
  .subscribeContent > h1 {font-size: 40px;}

  .career-grid{grid-template-columns:repeat(2,1fr);}
  .career-card{padding:24px;}
  .career-card > h3{font-size: 22px;}
  .careers-section h2{font-size:38px;}
  .career-filters .filter-field.filter-field-searchbar,.career-filters .filter-field.filter-field-location{max-width:100%;width:100%;flex:auto;}
  .career-filters{margin-bottom:50px;}

  .clsngGrid {grid-template-columns: 1fr;gap: 30px;}
  .cmp_ovriew :where(h1, h2, h3, h4, h5, h6) {font-size: 30px;}

  .apps_why_grid_row {grid-template-columns: 1fr 1fr;}
  .apps_trust_strip_cont,
  .apps_trust_strip_exp li,
  .apps_trust_strip_exp {justify-content: center; }

  .appnum {font-size: 30px;}
  .mnfl_cont :where(h1, h2, h3, h4, h5, h6) {font-size: 20px;}

  .matbs-tabgrid {gap:0px;grid-template-columns: 1fr;}
  .leaders-wrap {grid-template-columns: repeat(2, 1fr);gap: 24px;}
  .content-leaders h3{font-size: 38px;}
  .team-row .team-title {font-size: 100px;}
  .leader-card > h3{font-size:20px;}

  .hdcimg-tabgrid:not(:last-child) { margin-bottom: 60px !important;}

  .hwtd_grid{grid-template-columns: 1fr; gap:0px;}
  .abt-cta-image {display: none;}
  .abt-cta{padding-bottom: 40px;}

/* --- Pricing --- */
  .phGrid {grid-template-columns: 1fr !important;gap: 40px;}
  .content_c {padding: 20px;background-color: #fff;display: flex;justify-content: space-between;gap: 50px;}
  .pln_check, 
  .pln_cross{margin: 0 0 auto 0;padding-left: 30px;}
  .content_c > span {display: block;}
  .phcard {position: relative; padding: 25px;  border-radius: 15px 15px 0  0; min-height: 161.6px;margin: 0;} 
  .phCol:first-child {display: none;}
  .phCol .content_c:last-child{ border-radius: 0  0 15px 15px; }
  .phGrid .phCol:last-child .content_c:nth-child(2) {border-top-right-radius: 0px;}


  .achievement-grp { columns: 1; max-width: 100%;}
  .achievement-block{margin-bottom: 30px;}
  .achievement-grp > :nth-child(even) {margin-top: 0;}
  .load-more-wrapper {margin-top: 10px;}
}
@media (max-width:767.99px){
  .main_title > h1{ font-size: 30px; margin-bottom: 15px;}

  .inner-banner{padding: 100px 0 40px;}
  .inner-banner__content > h1 {font-size: 30px;line-height: 1.1em;margin-bottom: 20px;}
  .inner-banner__content .inner_heading  :where(h1, h2, h3, h4, h5, h6){font-size: 30px;line-height: 1.1em;margin-bottom: 20px;}
  .inner-banner__cta{margin-top: 20px;}

  .wtd_title h1 {font-size: 30px;margin-bottom: 15px;}
  .bstabGrid {row-gap: 30px;column-gap: 30px;grid-template-columns: repeat(1, 1fr);}

  .pain-point__content {position: relative;margin-bottom: 30px; top: 0;}
  .pain-problem__item {padding-top: 20px;padding-bottom: 20px;}
  .pain-point__title {font-size: 30px;}

  .platform_grid{grid-template-columns:1fr;}

  .cta_inner {max-width: 100%;padding: 40px 30px;}
  .cta_wrap .cta_inner > h2 {font-size: 30px;}

  .awards-grid {grid-template-columns: repeat(1, 1fr);}
  .innovation_suite{margin-bottom: 30px;}

  .faq__content .faq__title {font-size: 30px;margin-bottom: 15px;}
  .faq_details .accordion-button {padding: 20px 0;}
  .logo-grid { grid-template-columns: repeat(2, 1fr); }

  .media-box, .color-box { width: 200px; height: 140px; }
  .scroll-left .marquee-track, .scroll-right .marquee-track {animation-duration: 100s;}

  .policygrid { gap: 30px;grid-template-columns: 1fr;}
  .policy-sidebar {position: static; top: 0;}
  .policy-section:not(:last-child) {padding-bottom: 20px;margin-bottom: 20px;}
  .policy-section :where(h1, h2, h3, h4, h5, h6){font-size: 18px;}

  .mpl-service {grid-template-columns: repeat(1, 1fr);}
  .mpl_icon {margin-bottom: 20px;}
  .mpl-card {padding: 30px;}

  .slick-tab-btn {padding: 15px;font-size: 16px;}
  .iz-stat-num {font-size: 22px;}

  .steps {padding-left: 50px;}
  .steps::before {height: 83%;}
  .steps-item::before {width: 14px;height: 14px;left: -42px;top: 50%;}

  .automateGrid { grid-template-columns: repeat(1, 1fr);}
  .automate-col { padding: 30px;}

  .tcw_grid {grid-template-columns: repeat(1, 1fr);}
  .tcw-card {padding: 30px;}
  .tcw_whtdo::before {width: 300px;height: 300px;}

  .info-content p.mission-text {margin: 0;padding: 0;font-size: 15px;}
  .info-content span.label {margin-bottom: 10px;display: block;margin-top: 10px;}

  /* 404 */
  .error-content > h1  {font-size: 80px;}
  .error-content > h2, .thank-you-content > h2 {font-size: 24px;}
  .thank-you-content > h1 {font-size: 40px;}
  .error-404.not-found {padding: 110px 0 40px;}

  .subscribeContent > h1 {font-size: 30px;}
  .section-head > h2{font-size: 24px;}

  .top_content > p{max-width:100%;}
  .career-filters{flex-direction:column;gap:10px;margin-bottom:40px;}
  .career-grid{grid-template-columns:1fr;}
  .careers-section h2{font-size:30px;margin-bottom:20px;}
  .top-description{padding:40px 0;}
  .career-card{padding:24px;}

  .cmp_ovriew :where(h1, h2, h3, h4, h5, h6) {font-size: 22px;}
  .clsng_meta p {font-size: 16px;}
  .clsng_categories {padding-bottom: 15px;margin-bottom: 20px;}
  a.apply-btn.mt30 {margin-top: 0;}

  .maap_new_features_list {padding-top: 10px;  }
  .apps_why_grid_row {grid-template-columns: 1fr;}

  .leaders-wrap{grid-template-columns:1fr;gap:30px;padding-top:30px;}
  .content-leaders h3{font-size:24px;}
  .team-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;}
  .team-member{flex:0 1 calc(33.33% - 15px);max-width:220px;}
  .team-title.meet{flex:0 0 100%;text-align:center;}
  .team-title.the{flex:0 0 100%;text-align:center;}
  .team-title.team{flex:0 0 100%;text-align:center;}
  .title-title-mob h2.title-mob{font-size:40px;color:rgba(185,255,5,1);font-weight:700;}
  .meet-the-team{padding-bottom:0;}
  .team-title{display:none;}
  .title-title-mob{display:block;margin-bottom:40px;text-align:center;}

  .hdcimg-tabgrid{grid-template-columns:1fr;gap:30px; }
  .hdcimg-tabgrid:not(:last-child) { margin-bottom:40px !important;}
	.hdcimg-tabgrid.reverse-layout .hdcimg-tabcol:first-child,
	.hdcimg-tabgrid.reverse-layout .hdcimg-tabcol:last-child{order:initial;}

}
@media (max-width:575.99px){
  .sm100 {width: 100%;}
  .video-slide {width: 100%;height: 500px;}
  .testmonials_slider {padding-left: 0px;}
  .testmonials_slider .slick-slide {margin: 30px 10px;}
  .logo-grid { grid-template-columns: repeat(1, 1fr); }
  .cta-pill-btn {padding: 10px 8px 10px 20px;}
  .apps_why_col {padding: 40px 25px;}
}