/* product  */

.k_products_fit_dropdown {
  padding-top: 36px;
  padding-bottom: 56px;
}

.k_products_fit_dropdown_container {
  max-width: 1330px !important;
  width: max-content;
  overflow-x: auto;
}

.k_products_fit_dropdown_row {
  gap: 2rem;
  flex-wrap: nowrap;
}

.product_navbar_col {
  width: calc(20% - 20px);
  min-width: 238px;
}

.productHeadBox {
  border-radius: 6px;
  background-color: #f2eeff;
  padding: 12px;
  margin-bottom: 28px;
  cursor: pointer;
}

.productHeadBox2 {
  background-image: url("../../images/k-navbar/sdrx_box_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.productHeadBoxSchedx {
  background-image: url("../../images/k-navbar/schedx_box_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.productHeadBoxTopLeft {
  gap: 8px;
}

.productHeadBoxTitleWrapper {
  gap: 6px;
  margin-bottom: 2px;
}

.productHeadBoxTitleWrapper .productHeadBoxTitle {
  margin-bottom: 0px;
}

.productHeadBoxTitle {
  color: #0e0d59;
  font-weight: 600;
  margin-bottom: 2px;
}

.productHeadBoxTitleSchedx {
  color: #0D1B59;
}

.productHeadBoxHeading {
  color: #7a7aae;
  font-size: 11px;
  margin-bottom: 0px;
}

.productHeadBoxHeading2 {
  color: #5e489f;
}

.productHeadBoxHeadingSchedx{
  color: #364D6B;
}

.productHeadBoxArrow {
  padding: 2px;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.productHeadBoxArrow2 {
  padding: 5px 7px;
  background-color: rgba(255, 255, 255, 0.45);
}

.productHeadBox:hover .productHeadBoxArrow img,
.productHeadBox:hover .productHeadBoxArrow svg {
  animation: rightanimate 0.4s ease-out;
}

@keyframes rightanimate {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  48% {
    opacity: 1;
    transform: translate(15px);
  }
  49% {
    opacity: 0;
    transform: translate(15px);
  }
  50% {
    opacity: 0;
    transform: translate(-15px);
  }
  51% {
    opacity: 1;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.productHeadBoxLine {
  height: 1px;
  background: #ddd6f3;
  margin: 8px 0px;
}

.productHeadBoxLine2 {
  background: #d8d0ff;
}

.productHeadBoxLineSchedx {
  background: #fff;
  opacity: 0.1;
}

.productHeadBoxDesc {
  color: #6464a4;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0px;
}

.productHeadBoxDesc2 {
  color: #39397e;
}

.productHeadBoxDescSchedx {
  color: #384972;
}

.productPointsList {
  gap: 20px;
}

.productPointBox {
  padding: 0px 12px;
  cursor: pointer;
}

.productPointHeadWrapper {
  gap: 4px;
  margin-bottom: 1px;
}

.productPointHeading {
  color: #414084;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.productPointNewTag {
  border-radius: 34px;
  border: 1px solid #32996f;
  background: #1aa36b;
  padding: 1px 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}

.productPointArrow {
  opacity: 0;
  transform: translateX(-12px);
}

.productPointBox:hover .productPointArrow {
  transition: all 0.3s;
  opacity: 1;
  transform: translateX(0px);
}

.productPointDesc {
  color: #6867a6;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0px;
}

.aiKlentyCard {
  padding: 22px;
  background-image: url("../../../assets/images/k-navbar/whyKlenty/aiKlentyBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.aiKlentyCardImg {
  width: 3rem;
  height: auto;
  margin-bottom: 1rem;
}

.aiKlentyCardHeading {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.aiKlentyCardDesc {
  color: #e1e1ff;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.aiKlentyCardLM {
  color: #53e0ff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-right: 8px;
}

.aiKlentyCardLM svg {
  transition: all 0.3s;
}

.aiKlentyCard:hover .aiKlentyCardLM svg {
  transform: translateX(4px);
}

.aiKlentyCardVideoWrapper {
  padding: 0px 0.875rem;
}

.aiKlentyCardVideo {
  border-radius: 5.07px;
}

/* mobile navbar  */

/* product  */

.productTab {
  background-color: #f2eeff;
  padding: 8px 15px 8px 8px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 12px;
}

.productTabImg {
  width: 32px;
  height: auto;
  margin-right: 8px;
}

.productTabName {
  color: #0e0d59;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.productTab svg {
  transition: all 0.5s;
}

.productTabWrapper.active .productTab svg {
  transform: rotate(90deg);
}

.productTabContentWrapper {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}

.productTabContent {
  padding: 20px 0px;
}

.productTabContentMainLink,
.productTabContentLink {
  cursor: pointer;
  padding-left: 10px;
}

.productTabContentMainLinkHeading {
  color: #0e0d59;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.productTabContentMainLinkDesc {
  color: #7a7aae;
  font-size: 11px;
  margin-bottom: 0px;
}

.productTabContentMainLinkLM {
  color: #504ee4;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-right: 4px;
}

.productTabContentMainLinkLM svg {
  transition: all 0.3s;
}

.productTabContentMainLink:hover .productTabContentMainLinkLM svg {
  transform: translateX(4px);
}

.productTabContentLine {
  height: 1px;
  background-color: #ece9f4;
  margin: 12px 0px 2px 0px;
}

.productTabContentLink {
  margin-top: 14px;
}

.productTabContentLinkHeading {
  color: #414084;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.productTabContentLinkDesc {
  color: #6867a6;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0px;
}

.productPointNewTag_mobile {
  border-radius: 28px;
  border: 0.824px solid #32996f;
  background: #1aa36b;
  color: #fff;
  font-size: 8.235px;
  font-weight: 600;
  padding: 1px 5px;
  margin-left: 6px;
}

.mobileSdrTab {
  background-image: url("../../images/k-navbar/sdrx_box_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.desktopNewTag {
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 10px;
  background: #029102;
  border-radius: 100px;
}

.mobileNewTag {
  color: white;
  font-size: 10px;
  padding: 2px 8px;
  margin-left: 10px;
  background: #029102;
  border-radius: 100px;
}

/* why klenty  */
.whyKlentyPage:hover .feature_cards_head{
  color: #504ee4;
}

.whyKlentyPage .feature_cards_head svg {
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s;
}

.whyKlentyPage:hover .feature_cards_head svg {
  transform: translateX(12px);
  opacity: 1;
}