/* HOME */
.home_Hero {
  position: relative;
  padding-block: 6rem 3rem;
  z-index: 1;
}
html {
  scrollbar-gutter: stable;
}

body.menu-open {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 90px; /* ارتفاع هدر */
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

body.menu-open::before {
  opacity: 1;
  visibility: visible;
  z-index: 500;
}
.home_Hero_Wrapper {
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.home_Hero_Wrapper .actions {
  display: flex;
  gap: 24px;
}
.home_Hero_Wrapper .actions .ez_Btn.catalogue {
  background-color: unset !important;
  color: var(--primary-50, #00a28f) !important;
  width: 224px;
}
.home_Hero_Wrapper .actions .ez_Btn.catalogue::before {
  display: none;
}
.home_Hero_Wrapper .actions .ez_Btn.home_Hero_Btn {
  gap: 10px;
}

.home_Hero_Content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home_Hero_Subtitle {
  margin-block: 1rem 2.5rem;
  color: var(--primary-10);
}

.contacts_Hero_Wrapper .home_Hero_Title {
  margin-block: 1rem 2.5rem !important;
  color: var(--secondary-20) !important;
}

.aboutUs .home_Hero_Title {
  margin-block: 1rem 1.5rem !important;
}

.contacts_Hero_Wrapper.aboutUs {
  margin-top: 80px;
}

.aboutUs .contacts_Hero {
  margin-bottom: 80px;
}

.aboutUs .home_Hero_Description {
  margin-bottom: 2rem;
}

.contacts_Hero_Wrapper .home_Hero_Subtitle {
  margin-block: 0 !important;
}

.home_Hero_Description {
  margin-bottom: 4.5rem;
}

.contacts_Hero .home_Hero_Description span {
  color: var(--primary-30);
}

.personabar .personabarLogo {
  background: url(../images/logo.svg) no-repeat center center !important;
}

.home_Hero_Img_Card {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  padding: 24px 1rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 56px 0px rgba(10, 13, 36, 0.07);
  width: 250px;
  transform: translate(-20%, 50%);
  direction: rtl;
  /* height: 204px; */
}

.home_Hero_Img_Card.active {
  opacity: 1;
  visibility: visible;
}

.home_Hero_Img_Card_Ttl {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}

.home_Hero_Img_Card_Ttl .ezIcon {
  --icon: 2rem;
  background: var(--primary-40);
}

.home_Hero_Img_Card_List {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.25rem;
  max-height: 125px;
  margin-top: 1rem;
  padding-right: 1rem;
  border-right: 2px solid var(--primary-20);
}

.home_Hero_Img_Layers {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 260px;
}

.home_Hero_Img_Layers img {
  width: 390px;
  height: 234px;
  margin-block: -130px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.home_Hero_Img_Layers img.active {
  /* Your transform for hover */
  transform: translate(8px, 5px) !important;
  filter: drop-shadow(0px 2.862px 51.523px rgba(0, 28, 25, 0.4));
}

.home_Hero_Img {
  flex: 1;
  position: relative;
  z-index: 1;
}

.home_Hero_Img_Arrows {
  display: flex;
  flex-direction: column;
  margin-top: 170px;
  gap: 0.25rem;
}

.home_Hero_Img_Wrapper {
  display: flex;
  align-items: start;
  gap: 2rem;
  padding-right: 5rem;
}

.home_Hero_Img_Arrow {
  padding: 4px;
  border-radius: 6px;
  background: var(--primary-20);
  transition: var(--transition);
  opacity: 0;
}

.home_Hero_Img_Arrow:hover,
.home_Hero_Img_Arrow.active {
  opacity: 1;
}

.home_Hero_Img_Arrow .ezIcon {
  --icon: 0.875rem;
  background: #fff;
}

.home_Hero_Img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 468px;
  background: url(../assets/images/hero-pattern.svg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

/* END OF HERO */

/* LEARN */

.home_Learn {
  margin-block: 80px 144px;
}

.home_Learn_Ttl {
  text-align: center;
}

.home_Learn_Desc {
  text-align: center;
  margin-block: 8px 2.375rem;
}

.home_Learn_Wrapper {
  display: flex;
  gap: 2rem;
}

.home_Learn_Item {
  flex: 1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 8px 72px 0px rgba(18, 18, 18, 0.1);
  padding-block: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.home_Learn_Item:hover {
  background: var(--mc1);
}

.home_Learn_Item_Img {
  width: 56px;
  height: 56px;
  background: var(--primary-99);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: var(--transition);
}

.home_Learn_Item:hover .home_Learn_Item_Img {
  background: transparent;
}

.home_Learn_Item_Img .ezIcon {
  --icon: 2.5rem;
  background: var(--primary-40);
  margin-top: 3rem;
}

.home_Learn_Item:hover .home_Learn_Item_Img .ezIcon {
  background: #fff;
}

.home_Learn_Item_Btn {
  margin-top: 1.75rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home_Learn_Item:hover .home_Learn_Item_Btn {
  color: #fff !important;
}

.home_Learn_Item:hover .home_Learn_Item_Btn .ezIcon {
  background: #fff;
}

body:not(.rtl) .home_Learn_Item_Btn .ezIcon {
  transform: rotate(180deg) !important;
}

.home_Learn_Item_Ttl {
  transition: var(--transition);
}

.home_Learn_Item:hover .home_Learn_Item_Ttl {
  color: #fff !important;
}

/* END OF LEARN */

/* MEDIA */
@media (max-width: 992px) {
  .home_Hero_Wrapper .actions {
    gap: 12px !important;
  }
  .home_Hero_Wrapper .actions .ez_Btn.catalogue {
    margin-top: 24px;
    width: auto !important;
  }

  .home_Hero_Wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .home_Hero_Img img {
    max-width: 375px !important;
    margin-block: -130px !important;
  }

  .hero_Img_Layers {
    margin-top: 120px;
    padding-block: 4px 230px;
  }

  .home_Hero_Description {
    max-width: 100%;
  }

  .home_Hero_Btn {
    font-size: 12px !important;
    margin-top: 24px !important;
  }

  .home_Learn_Wrapper {
    flex-direction: column;
  }

  .home_Learn_Item_Btn {
    font-size: 14px !important;
  }
}

.p404 {
  margin-bottom: 120px;
}

.p404_Img {
  margin-bottom: 56px;
}

/* ABOUT */

.about_Hero {
  display: flex;
  align-items: center;
  gap: 70px;
}

.about_Hero_Content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 58.33333%;
}

.about_Hero_Img {
  max-width: 41.66667%;
}

.about_Attrs {
  position: relative;
  margin-top: 120px;
  z-index: 1;
  padding-block: 1rem 144px;
  background: url(../assets/images/about-bg.svg) no-repeat center center;
  background-size: cover;
}

.about_Attrs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: -1;
  background: #fff;
  -webkit-clip-path: ellipse(50% 60% at 50% 100%);
  clip-path: ellipse(50% 60% at 50% 100%);
  transform: rotate(180deg);
}

.about_Attrs_Wrapper {
  display: flex;
  gap: 1.5rem;
}

.about_Attrs_Ttl {
  color: var(--primary-10);
}

.about_Attrs_SubTtl {
  color: var(--primary-40);
  margin-block: 1rem 1.5rem;
}

.about_Attrs_Items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 66.66667%;
}

.about_Attrs_Item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.07);
  transition: var(--transition);
}

.about_Attrs_Item:hover {
  background: var(--primary-40);
}

.about_Attrs_Item_Icon .ezIcon {
  --icon: 3rem;
  background: var(--mc1);
}

.about_Attrs_Item:hover .about_Attrs_Item_Icon .ezIcon {
  background: #fff;
}

.about_Attrs_Item_Content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.about_Attrs_Item_Ttl,
.about_Attrs_Item_Desc {
  transition: var(--transition);
}

.about_Attrs_Item:hover .about_Attrs_Item_Ttl,
.about_Attrs_Item:hover .about_Attrs_Item_Desc {
  color: #fff !important;
}

.about_Attrs_Content {
  max-width: 33.3333%;
}

@media (max-width: 992px) {
  .about_Hero {
    flex-direction: column;
    gap: 2rem;
  }

  .about_Hero_Content {
    gap: 1rem;
  }

  .about_Hero_Content,
  .about_Hero_Img {
    max-width: 100%;
  }

  .about_Attrs {
    margin-top: 60px;
    padding-block: 1rem;
  }

  .about_Attrs::before {
    display: none;
  }

  .about_Attrs_Content {
    max-width: 100%;
  }

  .about_Attrs_Wrapper {
    flex-direction: column;
  }

  .about_Attrs_Items {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about_Attrs_SubTtl {
    color: var(--primary-40);
    margin-block: 1rem;
  }

  .about_Attrs_Item {
    gap: 1rem;
  }
}

.benefits_Wrapper {
  display: flex;
}

.benefits_Right {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
}

.benefits_Right > span {
  color: var(--primary-40);
}

.benefits_Right > h3 {
  margin-block: 0.5rem 2rem;
}

.benefits_Left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.benefits {
  position: relative;
  z-index: 1;
  padding-block: 88px;
  margin-block: 64px 128px;
  background: linear-gradient(
    75deg,
    rgba(173, 215, 255, 0.2) 0%,
    rgba(224, 255, 251, 0.2) 100%
  );
}

.benefits::after {
  content: "";
  width: 38%;
  height: 100%;
  position: absolute;
  top: -76px;
  left: 0;
  transform: translate(-10%, var(--pseudo-y, 0)) rotateY(149deg);
  background: url(../assets/images/benefits-vector.svg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.08;
}

@media (max-width: 992px) {
  .benefits::after {
    display: none;
  }
}

.benefits_Left_Item {
  display: flex;
  gap: 1rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 72px 0px rgba(10, 13, 36, 0.08);
  padding: 1rem 20px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.benefits_Left_Item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%);
  box-shadow: 0px 4px 72px 0px rgba(10, 13, 36, 0.08);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}

.benefits_Left_Item:hover::before {
  opacity: 1;
}

.benefits_Left_Item_Icon {
  position: relative;
  margin-top: 28px;
}

.benefits_Left_Item_Icon .ezIcon {
  --icon: 48px;
}

.benefits_Left_Item:hover .ezIcon {
  background: #fff;
}

.benefits_Left_Item_Icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -6px;
  border-radius: 8px;
  background: var(--primary-99);
  width: 32px;
  height: 32px;
  transition: var(--transition);
}

.benefits_Left_Item:hover .benefits_Left_Item_Icon::before {
  background: var(--mc1);
  opacity: 0;
}

.benefits_Left_Item_Content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefits_Left_Item_Content h4,
.benefits_Left_Item_Content p {
  transition: var(--transition);
}

.benefits_Left_Item:hover .benefits_Left_Item_Content h4,
.benefits_Left_Item:hover .benefits_Left_Item_Content p {
  color: #fff !important;
}

.benefits_Left_Item_Content p {
  height: 56px;
}

.benefits_Wrapper.introduction .benefits_Left_Item {
  position: relative;
  overflow: hidden;
  align-items: center;
}

.benefits_Wrapper.introduction .benefits_Left_Item_Content {
  position: relative;
  width: 100%;
}

.benefits_Wrapper.introduction .benefits_Left_Item_Content::before {
  content: "";
  background-image: url(../assets/icons/chev-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: var(--transition);
  height: 24px;
  width: 24px;
  position: absolute;
  left: -150px;
  top: 50%;
  filter: brightness(5) saturate(0);
  transform: translateY(-50%);
}

.benefits_Wrapper.introduction
  .benefits_Left_Item:hover
  .benefits_Left_Item_Content::before {
  left: 0px;
}

.benefits_Wrapper.introduction .benefits_Left_Item_Content p {
  height: unset;
}

.benefits_Wrapper.introduction .benefits_Left_Item_Icon {
  margin-top: 0;
}

.modules_Home {
  margin-bottom: 128px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.modules_Home_Header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.modules_Home_Header img {
  width: 98px;
  height: 40px;
}

.modules_Home_Header h3 {
  color: var(--primary-10);
}

.modules_Home_Header p {
  text-align: center;
  width: 67%;
}

.modules_Home_Cards {
  display: flex;
  gap: 24px;
}

.modules_Home_Card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 16px;
  background: var(--Background, #f9f9f9);
  transition: var(--transition);
}

.modules_Home_Card:not(:last-child):hover {
  background: var(--primary-40);
}

.modules_Home_Card:not(:last-child):hover .modules_Home_Card_Icon .ezIcon {
  background: #fff !important;
}

.modules_Home_Card:not(:last-child):hover p,
.modules_Home_Card:not(:last-child):hover h4 {
  color: #fff !important;
}

/*  */
.modules_Home_Card_Icon .ezIcon {
  --icon: 40px;
  background: var(--primary-20);
}

.modules_Home_Card:last-child {
  background: var(--primary-40);
  gap: 24px;
}

.modules_Home_Card:last-child:hover {
  background: var(--primary-30) !important;
}

.modules_Home_Card:last-child a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.modules_Home_Card:hover .modules_Home_Card_Content .ezIcon {
  transform: translateX(-4px) !important;
}

.modules_Home_Card:last-child .modules_Home_Card_Icon .ezIcon {
  background: #fff !important;
}

.modules_Home_Card_Content {
  gap: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services_Home {
  margin-block: 128px;
  padding-block: 88px 100px;
  background: linear-gradient(
    75deg,
    rgba(173, 215, 255, 0.2) 0%,
    rgba(224, 255, 251, 0.2) 100%
  );
}

.services_Home_Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.services_Home_Header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.services_Home_Header span {
  color: var(--primary-40);
}

.services_Home_Header h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.services_Home_Header p {
  text-align: center;
}

.services_Home_Cards {
  display: flex;
  gap: 24px;
}

.services_Home_Card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 4px 56px 0px rgba(10, 13, 36, 0.07);
  padding: 2rem 1rem;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.services_Home_Card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%);
  box-shadow: 0px 4px 72px 0px rgba(10, 13, 36, 0.08);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}

.services_Home_Card:hover::before {
  opacity: 1;
}

.services_Home_Card_Icon {
  position: relative;
  width: fit-content;
  margin-bottom: 24px;
}

.services_Home_Card_Icon .ezIcon {
  --icon: 48px;
}

.services_Home_Card:hover .ezIcon {
  background: #fff;
}

.services_Home_Card_Icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -8px;
  border-radius: 6px;
  background: var(--primary-99);
  width: 32px;
  height: 32px;
  transition: var(--transition);
}

.services_Home_Card:hover .services_Home_Card_Icon::before {
  background: var(--mc1);
  opacity: 0;
}

.services_Home_Card_Content {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.services_Home_Card_Content h4,
.services_Home_Card_Content p {
  transition: var(--transition);
}

.services_Home_Card:hover .services_Home_Card_Content h4,
.services_Home_Card:hover .services_Home_Card_Content p,
.services_Home_Card:hover .services_Home_Card_Content a {
  color: #fff !important;
}

.services_Home_Card_Content a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2rem;
  transition: var(--transition);
}

.companies_Home {
  margin-bottom: 128px;
  position: relative;
}

.companies_Home::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../assets/images/pattern-2.svg) no-repeat center center;
  background-size: cover;
  width: 241px;
  height: 254px;
}

.companies_Home::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../assets/images/pattern-1.svg) no-repeat center center;
  background-size: cover;
  width: 241px;
  height: 254px;
}

.companies_Home_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.companies_Home_Head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.companies_Home_Head span {
  color: var(--secondary-10);
}

.companies_Home_Head p {
  width: 55%;
  margin-top: 8px;
  text-align: center;
}

.companies_Home_Items_Wrapper {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.companies_Home_Items {
  width: 100%;
  flex: 1;
}

.companies_Home_Item {
  /* display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  position: relative; */
  width: 14%;
  padding-bottom: 14%;
  float: left;
  margin: 2.875%;
  border-radius: 1rem;
  border: 1px solid var(--Gray-99);
  background: #fff;
  rotate: 45deg !important;
  position: relative;
  transition: all var(--transition);
  overflow: hidden;
}

.companies_Home_Item_Par {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: flex;
  flex-direction: column;
}

/* First row (5 items) */
.companies_Home_Item:nth-child(-n + 5) {
  margin-top: 5%;
  margin-right: 2.75%;
}

/* Every 9th item: start of new 4-item even row */
.companies_Home_Item:nth-child(9n + 6) {
  clear: left;
  margin-left: 12.5%;
  margin-top: -6%;
}

/* The next 3 items in that even row */
.companies_Home_Item:nth-child(9n + 7),
.companies_Home_Item:nth-child(9n + 8),
.companies_Home_Item:nth-child(9n + 9) {
  margin-top: -6%;
}

/* Every 9th item again, but starting from 10th item — new odd row */
.companies_Home_Item:nth-child(9n + 10) {
  clear: left;
  margin-left: 2.75%;
  margin-top: -6%;
}

/* The next 4 items in that 5-item odd row */
.companies_Home_Item:nth-child(9n + 11),
.companies_Home_Item:nth-child(9n + 12),
.companies_Home_Item:nth-child(9n + 13),
.companies_Home_Item:nth-child(9n + 14) {
  margin-top: -6%;
  margin-left: 2.75%;
}

.companies_Home_Item:hover {
  border: 1px solid var(--Gray-90);
  box-shadow: 0px 4px 32px 0px rgba(18, 18, 18, 0.1);
}

.companies_Home_Item_Par img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
  max-height: 85px;
  width: fit-content;
  transition: all var(--transition);
}

.companies_Home_Item:hover img {
  transform: translate(-50%, calc(-50% - 18px)) scale(1.05) !important;
}

/* .companies_Home_Item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--Gray-90);
  rotate: 25deg;
  transform: translateX(50%);
}

.companies_Home_Item:nth-child(even):before {
  rotate: -25deg;
} */

.companies_Home_Item p {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 130px;
  text-align: center;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  height: 52px;
}

.companies_Home_Item:hover p {
  bottom: 0;
  transform: translate(-50%, -10%);
  opacity: 1;
  visibility: visible;
}

/* .companies_Home_Item:hover p {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-1.5rem) !important;
}

.companies_Home_Item:hover img {
  transform: translateY(-2rem) !important;
} */

/* !------------------------------- Home Counter Start --------------------------------- */

.home__Counter_Wrapper {
  position: relative;
  background: url(../assets/images/home-counter-bg.png) no-repeat center;
  background-size: 100% auto;
  height: 320px;
  display: flex;
  margin-bottom: 128px;
}

.home__Counter_Inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.counter__Item {
  flex: 1;
  transition: var(--transition);
}

.counter__Item:hover {
  transform: scale(1.03);
}

.div__Counter_Content_Box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.counter__Info_Top {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-direction: row-reverse;
}

.counter__Group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter__Group p {
  margin-right: 8px;
}

.counter__Title {
  color: #fff !important;
  opacity: 0.6;
}

.modules_Home_Header h3,
.companies_Home_Head h3 {
  text-align: center;
}

@media (max-width: 992px) {
  .benefits {
    padding-block: 2rem;
    margin-block: 88px 64px;
  }

  .benefits_Wrapper {
    flex-direction: column;
  }

  .benefits_Right {
    padding-left: 0 !important;
  }

  .benefits_Right > h3 {
    margin-bottom: 1rem !important;
  }

  .benefits_Left {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }

  .benefits_Left_Item {
    gap: 0.5rem;
    padding: 1rem;
  }

  .benefits_Left_Item_Icon {
    margin-top: 6px;
  }

  .benefits_Left_Item_Content {
    gap: 0.5rem;
  }

  .benefits_Left_Item_Icon .ezIcon {
    --icon: 2rem !important;
  }

  .benefits_Left_Item_Icon::before {
    width: 1.5rem;
    height: 1.5rem;
    right: -0.5rem;
  }

  .modules_Home_Header p {
    width: 100%;
  }

  .modules_Home_Cards {
    flex-direction: column;
  }

  .modules_Home {
    gap: 24px;
    margin-bottom: 0;
  }

  .services_Home {
    margin-block: 104px 134px;
    padding-block: 56px;
  }

  .services_Home_Cards {
    flex-direction: column;
  }

  .services_Home_Card {
    padding-inline: 56px;
  }

  .services_Home_Card_Content a {
    margin-top: 1.5rem !important;
  }

  .companies_Home_Head span {
    margin-top: 0.5rem;
  }

  .companies_Home_Head p {
    width: 100%;
  }

  .companies_Home {
    margin-bottom: 132px;
  }

  .home__Counter_Wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/images/home-counter-bg-mb.svg) no-repeat center;
    background-size: cover;
    z-index: -1;
  }

  .home__Counter_Wrapper {
    background: linear-gradient(0deg, #00312b 0%, #006156 100%);
    background-size: 100% auto;
    z-index: 1;
    position: relative;
    height: 336px;
    margin-bottom: 96px;
  }

  .home__Counter_Inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .counter__Title {
    height: 56px;
    text-align: center;
  }

  .blog_Wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog_Home {
    margin-bottom: 104px;
  }

  html body:not(.personabar-visible) .home_Form .LiveForm.Default .thank-you,
  html
    body:not(.personabar-visible)
    .home_Form
    .LiveForm.Default
    ul.page-break-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .home_Form .LiveForm.Default .Field.Heading .SubHeader {
    margin-bottom: 0 !important;
  }

  .home_Form_Wrapper {
    padding: 24px 16px;
    gap: 32px !important;
    flex-direction: column !important;
  }

  .home_Form_Img img {
    max-width: 200px;
    height: auto;
  }

  .home_Hero {
    padding-block: 2rem 4rem !important;
    /* margin-bottom: 300px !important; */
  }

  .home_Hero_Subtitle {
    margin-block: 0.5rem 1rem;
  }

  .home_Hero_Description {
    margin-bottom: 1rem;
  }

  .home_Hero_Img_Card {
    bottom: -88px;
    right: auto;
    left: 50%;
    transform: translate(-30%, 100%);
  }

  .home_Hero_Img_Arrow .ezIcon {
    background: var(--Gray-50);
  }

  .home_Hero_Img_Arrow {
    background: transparent;
    opacity: 1;
  }

  .home_Hero_Img_Arrow.active {
    background: var(--primary-20) !important;
  }

  .home_Hero_Img_Arrow.active .ezIcon {
    background: #fff !important;
  }

  .companies_Home_Items {
    text-align: center;
  }

  .companies_Home_Item {
    width: 34%;
    padding-bottom: 34%;
    margin: 5%;
    float: none;
    display: inline-block;
  }

  /* Reset desktop-specific styles */
  .companies_Home_Item {
    margin: 6% !important;
    clear: none !important;
  }

  /* Every 3n+1 and 3n+2: items 1 & 2 in each odd-numbered row */
  .companies_Home_Item:nth-child(3n + 1),
  .companies_Home_Item:nth-child(3n + 2) {
    display: inline-block;
  }

  /* Every 3rd item (3n): centered item in even-numbered rows */
  .companies_Home_Item:nth-child(3n) {
    display: block;
    margin: -14% auto -13% auto !important;
  }

  html body .companies_Home .companies_Home_Item img {
    max-width: 85px;
    transform: translate(-50%, calc(-50% - 18px)) !important;
  }

  .companies_Home_Item p {
    bottom: 0;
    transform: translate(-50%, -10%);
    opacity: 1;
    visibility: visible;
  }
}

.home_Form_Wrapper {
  border-radius: 16px;
  background: #f7f7f8;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 164px;
}

body:not(.personabar-visible) .home_Form .LiveForm.Default .thank-you,
body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  ul.page-break-section {
  --col: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(var(--col), 1fr) !important;
  gap: 1rem !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.grid-col-3 {
  grid-column: span 3;
}

.home_Form .LiveForm.Default .Field.Heading h2.Header {
  color: var(--tc1) !important;
  text-align: right !important;
  font-weight: 600 !important;
  position: relative;
  padding-right: 48px !important;
  border-bottom: none !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
  font-size: 24px !important;
  line-height: 48px !important;
}

.home_Form .LiveForm.Default .Field.Heading h2.Header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../assets/icons/hang-up.svg) no-repeat center center;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: phoneRing 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}

@keyframes phoneRing {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }

  20% {
    transform: translateY(-50%) rotate(-12deg) scale(1.05);
  }

  40% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }

  60% {
    transform: translateY(-50%) rotate(12deg) scale(1.05);
  }

  80% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }

  100% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
}

.home_Form .LiveForm.Default .Field.Heading .SubHeader {
  font-style: normal !important;
  color: #545960 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  margin-bottom: 2rem;
}

body#Body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  input[type="submit"],
body#Body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  input[type="button"] {
  padding-inline: 64px 94px !important;
  font-size: 14px !important;
}

body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right {
  position: relative !important;
}

body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right:hover::before {
  left: 58px;
}

body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 64px;
  z-index: 1;
  transform: translateY(-50%);
  --icon-url: url(../assets/icons/arrow.svg);
  --icon: 1.5rem;
  --icon-rotate: 0;
  --icon-color: var(--white);
  height: var(--icon);
  width: var(--icon);
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  -webkit-mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
}

.home_Form .LiveForm.Default .Field.mobile-under .Field-Container-Wide,
.home_Form .LiveForm.Default .Field.mobile-under .Field-Container,
.home_Form .LiveForm.Default .Field.mobile-under .intl-tel-input {
  height: 48px !important;
}

body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea) {
  padding-inline: 1rem !important;
  padding-block: 12px !important;
  font-size: 12px !important;
  color: var(--Gray-30) !important;
  border-radius: 8px !important;
  border: 1px solid var(--Gray-95) !important;
  height: 3rem !important;
}

body:not(.personabar-visible) .home_Form .LiveForm.Default .Field > label {
  top: 50% !important;
}

body:not(.personabar-visible)
  .home_Form
  .LiveForm.Default
  .Field:is(.active, :has(.plupload_filelist li))
  > label {
  top: -12px !important;
  transform: translateY(-100%) !important;
  color: var(--Gray-50) !important;
}

/* !------------------------------- Home Counter End --------------------------------- */

.about_Table {
  margin-bottom: 152px;
}

.about_Table_Header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.about_Table_Header p {
  margin-inline: auto;
  width: 65%;
  text-align: center;
}

.about_Table_Wrapper {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 72px 0px rgba(10, 13, 36, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: 8px;
}

.about_Table_Col:not(:last-child) {
  border-left: 1px solid var(--Gray-95);
}

.about_Table_Col > h5 {
  display: flex !important;
  align-items: center;
}

.about_Table_Col > h5,
.about_Table_Col > .about_Table_Col_Img {
  padding: 1rem;
  display: block;
  height: 74px;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--Gray-70);
}

.about_Table_Col_Img img {
  width: auto;
  height: 40px;
}

.about_Table_Col:nth-child(2) {
  background: var(--primary-99);
}

.about_Table_Col_List {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline: 1rem;
  padding-bottom: 2rem;
}

.about_Table_Col_List .ezIcon {
  --icon: 1.25rem;
}

.about_Table_Col_List .tick {
  background: #42b538;
}

.about_Table_Col_List .close {
  background: #eb3131;
}

.about_Table_Col_List .warning {
  background: #f0ab2b;
}

.hero_Img_Layers {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin-top: 96px;
  padding-block: 46px 328px;
  /* overflow-x: hidden; */
  z-index: 2;
}

.hero_Img_Layers img {
  max-width: 550px;
  margin-block: -190px;
  transition: all 0.6s;
}

.hero_Img_Layers img:last-child {
  z-index: -5;
}

.hero_Img_Layers img:nth-child(4) {
  z-index: -4;
}

.hero_Img_Layers img:nth-child(3) {
  z-index: -3;
}

.hero_Img_Layers img:nth-child(2) {
  z-index: -2;
}

.hero_Img_Layers img:nth-child(1) {
  z-index: -1;
}

.hero_Img_Arrows {
  margin-top: -42px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  gap: 1rem;
  z-index: 2;
  position: relative;
}

.prevPlate {
  background: var(--primary-50);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  --icon-rotate: 90deg;
  cursor: pointer;
}

.nextPlate {
  background: var(--primary-50);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  --icon-rotate: -90deg;
  cursor: pointer;
}

.hero_Img_Arrows .ezIcon {
  background: #fff;
  --icon: 20px;
}

.hero_Img_Arrows button {
  transition: var(--transition);
}

.hero_Img_Arrows button.disabled {
  background: var(--Gray-70);
  cursor: not-allowed;
}

.hero_Img_Arrows button:not(.disabled):hover {
  background: var(--primary-60);
}

.hero_Img_Arrows button:not(.disabled):hover .ezIcon {
  transform: translateX(-2px) scale(1.01);
}

.contacts_Hero {
  display: flex;
  margin-top: 56px;
  margin-bottom: 144px;
  justify-content: space-between;
}

.contacts_Hero_Links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.contacts_Hero_Call {
  /* direction: ltr; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--primary-40);
  border-radius: 8px;
  color: var(--primary-40);
  padding: 0.5rem 2rem;
  transition: var(--transition);
}

.contacts_Hero_Call:hover {
  border-color: var(--primary-20);
  color: var(--primary-20);
}

.contacts_Hero_Call .ezIcon {
  --icon: 24px;
  transition: var(--transition);
}

.contacts_Hero_Call:hover .ezIcon {
  background-color: var(--primary-20);
  transform: rotateY(180deg);
}

.contacts_Hero_Img {
  position: relative;
  z-index: 1;
  text-align: left;
  flex: 1;
}

.aboutUs .contacts_Hero_Img {
  width: fit-content;
  height: fit-content;
  flex: unset;
}

.aboutUs .contacts_Hero_Img img {
  height: 285px !important;
  width: auto !important;
}

.contacts_Hero_Img::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../assets/images/contacts-pattern.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.aboutUs .contacts_Hero_Img::before {
  width: 490px !important;
  height: 186px !important;
  border-radius: 16px !important;
  background: linear-gradient(119deg, #73ccc1 2.07%, #e5f6f4 98.06%) !important;
  transform: rotate(7.626deg) !important;
  top: -1rem !important;
  left: 1rem !important;
  transition: var(--transition);
}

.aboutUs .contacts_Hero_Img::after {
  content: "";
  position: absolute;
  display: block;
  width: 490px !important;
  height: 186px !important;
  border-radius: 16px !important;
  background: linear-gradient(119deg, #e5f6f4 2.07%, #73ccc1 98.06%) !important;
  transform: rotate(7.626deg);
  bottom: -1rem !important;
  right: 1rem !important;
  transition: var(--transition);

  z-index: -1;
}

.aboutUs:hover .contacts_Hero_Img::before {
  transform: rotate(0) !important;
  top: 0 !important;
}

.aboutUs:hover .contacts_Hero_Img::after {
  bottom: 0 !important;
  transform: rotate(0) !important;
}

#articleSearchForm {
  display: none;
}

.contacts_Hero .home_Hero_Content {
  flex: 0.8;
}

.contacts_List_Ttl {
  color: var(--primary-10);
}

.contacts_List_Txt {
  margin-block: 40px;
}

.contacts_List_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contacts_List_Item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contacts_List_Item_Icon {
  position: relative;
}

.contacts_List_Item_Icon::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: var(--primary-99);
  border-radius: 2px;
  z-index: -1;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.contacts_List_Item_Icon .ezIcon {
  --icon: 56px;
  background: var(--primary-40);
}

.contacts_List_Item_Content {
  display: flex;
  flex-direction: column;
}

.contacts_List {
  padding-top: 2.25rem;
  padding-right: 82px;
  margin-bottom: 88px;
}

body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  ul.page-break-section,
body:not(.personabar-visible) .contacts_Form .LiveForm.Default .thank-you {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  padding: 40px !important;
  border-radius: 24px !important;
  background: #f9f9f9 !important;
}

.contacts_Form .LiveForm.Default .Field.Heading .Header {
  border-bottom: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--Gray-20) !important;
  font-size: 26px !important;
  font-style: normal !important;
  height: fit-content !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin-bottom: 1rem !important;
}

body:not(.personabar-visible) .contacts_Form .LiveForm.Default .Field input,
body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  .Field
  .nice-select {
  background: transparent !important;
  border-bottom-color: rgba(209, 209, 209, 0.6) !important;
}

body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  .Field
  label[class*="Field-Label-"],
body:not(.personabar-visible) .contacts_Form .LiveForm.Default .Field > label,
body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  .Field
  .MatrixWrapper
  > label {
  color: rgba(98, 98, 98, 0.5) !important;
  font-weight: 600 !important;
}

html body:not(.personabar-visible) .contacts_Form .LiveForm.Default input:focus,
html
  body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  textarea:focus {
  border-bottom-color: var(--Gray-30) !important;
}

body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  .Field:is(.active, :has(.plupload_filelist li))
  > label {
  color: var(--Gray-30) !important;
}

body:not(.personabar-visible)
  .contacts_Form
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right {
  margin-top: 1rem !important;
}

html
  body:not(.personabar-visible)
  .home_Form_Contacts
  .LiveForm.Default
  .thank-you,
html
  body:not(.personabar-visible)
  .home_Form_Contacts
  .LiveForm.Default
  ul.page-break-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 2rem 3rem !important;
  border-radius: 16px !important;
  background: #f9f9f9 !important;
  height: fit-content;
}

body:not(.personabar-visible)
  .home_Form_Contacts
  .LiveForm.Default
  .page-break-section
  li.Submitbutton
  .Submit-Align-Right {
  width: fit-content !important;
}

.home_Form_Contacts {
  padding-right: 2.5rem;
  margin-bottom: 110px;
}

.contacts_Map {
  margin-bottom: 120px;
}

.contacts_Map iframe {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 992px) {
  .contacts_Hero {
    flex-direction: column;
    margin-block: 0 88px;
  }

  .contacts_Hero .home_Hero_Subtitle {
    margin-block: 1rem 1.5rem !important;
  }

  .contacts_Hero .home_Hero_Description {
    margin-bottom: 1.5rem !important;
  }

  .contacts_Hero_Links {
    flex-direction: column;
  }

  .contacts_Hero_Links a {
    width: 100%;
  }

  .plugins_List_Wrapper::before {
    display: none;
  }

  .contacts_Hero_Img {
    padding-left: 0 !important;
  }

  .contacts_Hero .home_Hero_Btn {
    font-size: 16px !important;
    margin-top: 48px !important;
  }

  .contacts_List {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }

  .contacts_List_Txt {
    margin-block: 1rem 2rem;
  }

  .contacts_List_Wrapper {
    gap: 1.5rem;
  }

  body:not(.personabar-visible)
    .contacts_Form
    .LiveForm.Default
    ul.page-break-section,
  body:not(.personabar-visible) .contacts_Form .LiveForm.Default .thank-you {
    padding: 2rem 1rem !important;
  }

  .contacts_Form .LiveForm.Default .Field.Heading .Header {
    /* margin-bottom: 0 !important; */
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    height: fit-content !important;
  }

  .contacts_Map {
    margin-top: 48px;
  }

  .contacts_List_Item_Icon .ezIcon {
    --icon: 2rem;
  }

  .contacts_Map iframe {
    height: 250px;
  }

  .home_Form_Contacts {
    padding-right: 0;
    margin-bottom: 96px;
    margin-top: 2rem;
  }

  body:not(.personabar-visible)
    .home_Form_Contacts
    .LiveForm.Default
    .page-break-section
    li.Submitbutton
    .Submit-Align-Right {
    width: 100% !important;
  }
}

/* -------------------------------- Plugins Inner ----------------------------------- */

.plugins_Inner_Wrapper .home_Hero_Description {
  margin-bottom: 40px;
}

.plugins_Inner_Wrapper .home_Hero_Description h4 {
  margin-bottom: 1rem;
}

.plugins_Inner_Wrapper .home_Hero_Subtitle {
  margin-block: 22px 16px;
}

.plugins_Inner_Wrapper .home_Hero_Title {
  margin-top: -32px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.plugins_Inner_Wrapper .plugins_Hero {
  align-items: center;
  margin-top: 100px;
  gap: 40px;
}

.plugins_Attrs {
  padding-block: 96px;
  margin-inline: -12px;
  margin-block: 90px 64px;
  position: relative;
}

.plugins_Attrs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    75deg,
    rgba(173, 215, 255, 0.2) 0%,
    rgba(224, 255, 251, 0.2) 100%
  );
  opacity: 0.9;
}

.plugins_Attrs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../assets/images/plugins-attrs-curve.svg) no-repeat center
    center;
  background-size: cover;
}

.plugins_Attrs_Parent {
  position: relative;
  z-index: 1;
}

.plugins_Attrs_Parent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 276px;
  height: 288px;
  z-index: -1;
  background: url(../assets/images/plugins-attrs-vector.svg) no-repeat center
    center;
  background-size: cover;
}

.plugins_Attrs_Parent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
  width: 276px;
  height: 288px;
  z-index: -1;
  background: url(../assets/images/plugins-attrs-vector.svg) no-repeat center
    center;
  background-size: cover;
}

.plugins_Attrs_Ttl {
  color: var(--primary-10);
  margin-bottom: 2rem;
  text-align: center;
}

.plugins_Attrs_List {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.plugins_Attrs_Item {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 56px 0px rgba(10, 13, 36, 0.07);
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.plugins_Attrs_Item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: var(
    --Gradient,
    linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%)
  );
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.plugins_Attrs_Item:hover::before {
  opacity: 1;
  visibility: visible;
}

.plugins_Attrs_Item_Ttl {
  color: var(--primary-00);
  height: 64px;
  transition: var(--transition);
}

.plugins_Attrs_Item:hover .plugins_Attrs_Item_Ttl {
  color: #fff;
}

.plugins_Attrs_Item_Desc {
  transition: var(--transition);
}

.plugins_Attrs_Item:hover .plugins_Attrs_Item_Desc {
  color: #fff !important;
}

.plugins_Tutorial_Wrapper {
  margin-block: 68px;
}

.plugins_Tutorial_Right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.plugins_Tutorial_Right p {
  background-color: #fff;
  text-align: right;
  border-radius: 12px;
  box-shadow: 0px 4px 56px 0px rgba(10, 13, 36, 0.07);
  padding: 24px;
  flex: 0 0 calc(30% - 10px);
  transition: var(--transition);
  border: 1px solid #fff;
  flex-grow: 1;
}

.plugins_Tutorial_Right p:hover {
  border-color: var(--primary-50);
}

.plugins_Tutorial_Wrapper h2 {
  color: var(--secondary-20);
  margin-bottom: 24px;
}

/* .plugins_Tutorial_Wrapper p {
  text-align: justify;
} */

.plugins_Tutorial_Img {
  text-align: center;
  margin-top: 40px;
  /* width: 83.33%; */
  margin-inline: auto;
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.1);
  border-radius: 8px;
}

.plugins_Tutorial_Img img {
  width: 100%;
  border-radius: 8px;
}

.plugins_Suggestion_Img {
  flex: 1;
}

.plugins_Suggestion_Img img {
  border-radius: 24px;
  box-shadow: 0px 8px 40px 0px rgba(18, 18, 18, 0.1);
  width: 100%;
}

.plugins_Suggestion_Content {
  flex: 0.75;
}

.plugins_Suggestion_Content h2 {
  color: var(--primary-20);
  margin-bottom: 2rem;
}

.plugins_Suggestion_List {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 32px;
}

.plugins_Suggestion_Wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.plugins_Suggestion_Item {
  padding-right: 12px;
  position: relative;
}

.plugins_Suggestion_Item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--Gray-40);
  border-radius: 50%;
}

.plugins_Pics {
  margin-block: 94px 144px;
}

.plugins_Pics_Header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 104px;
}

.plugins_Pics_Header p {
  width: 42%;
  text-align: justify;
  text-align-last: center;
}

.plugins_Pics_Itms {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
}

.plugins_Pics_Itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}

.plugins_Pics_Itm_Img {
  flex: 1;
}

.plugins_Pics_Itm img {
  border-radius: 16px;
  border: 0.85px solid var(--secondary-100, #e6e7ee);
  box-shadow: 0px 3.4px 47.6px 0px rgba(18, 18, 18, 0.08);
  width: 312px;
  height: 445px;
  object-fit: contain;
}

.plugins_Adv_Wrapper {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 0.85px solid var(--secondary-100, #e6e7ee);
  background: var(--Background, #f9f9f9);
  padding: 40px 32px 40px 72px;
  z-index: 1;
  position: relative;
}

.plugins_Pics_Wrapper > p {
  margin-bottom: 32px;
}

.custom-t .plugins_Pics_Itm_Par:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  left: -280px;
  bottom: 0;
  width: 370px;
  height: 386px;
  background: url(../assets/images/plugins-pic-vector.svg) no-repeat center
    center;
  background-size: cover;
  transform: translateY(25%);
  rotate: 180deg;
}

@media (max-width: 992px) {
  .plugins_Adv_Wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 32px 16px;
  }

  .plugins_Pics_Wrapper > p {
    margin-bottom: 32px;
    margin-top: -62px;
  }
}

.plugins_Adv_Right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 24px;
}

.plugins_Adv_Right h3 {
  color: var(--primary-20);
}

.plugins_Adv_List {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plugins_Adv_List p {
  padding-inline-start: 26px;
  position: relative;
}

.plugins_Adv_List p::before {
  content: "";
  background-image: url("../assets/icons/doubletick.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plugins_Adv_Left {
  flex: 0 0 50%;
}

.plugins_Adv_Left img {
  width: 100%;
}

.plugins_Pics_Itm_Txt {
  flex: 1;
}

.plugins_Pics_Itm_Txt {
  width: 80%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.plugins_Pics_Itm_Txt:nth-child(even) {
  text-align: right;
}

.plugins_Pics_Itm_Txt h4 {
  margin-bottom: 1rem;
}

.custom .plugins_Pics_Itm_Par:nth-child(even) .plugins_Pics_Itm_Img {
  text-align: right;
}

.custom .plugins_Pics_Itm_Img {
  text-align: left;
}

.plugins_Pics_Img {
  border-radius: 24px;
  border: 0.85px solid var(--secondary-100, #e6e7ee);
  background: var(--gray-color-100, #fff);
  box-shadow: 0 4px 32px 0 rgba(18, 18, 18, 0.05);
  margin-bottom: 30px;
}

.plugins_Pics_Img img {
  border-radius: 24px;
}

.plugins_Pics_Itm_Par:nth-child(odd) .plugins_Pics_Itm_Txt p {
  margin-right: auto !important;
  margin-left: 0;
}

.plugins_Pics_Itm_Par:nth-child(even) .plugins_Pics_Itm_Txt p {
  margin-right: 0 !important;
  margin-left: auto;
}

.plugins_Pics_Itm_Par {
  position: relative;
  width: 100%;
}

.plugins_Pics_Itm_Par:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 370px;
  height: 386px;
  background: url(../assets/images/plugins-pic-vector.svg) no-repeat center
    center;
  background-size: cover;
  transform: translateY(25%);
}

.plugins_Pics_Itm_Par:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 370px;
  height: 386px;
  background: url(../assets/images/plugins-pic-vector.svg) no-repeat center
    center;
  background-size: cover;
  transform: translateY(25%) rotateY(180deg);
}

.plugins_Gallery {
  padding-top: 40px;
  padding-inline: 24px;
  background: url(../assets/images/plugins-gallery-bg.svg) no-repeat center;
  background-size: cover;
  border-radius: 1rem;
  max-height: 238px;
  margin-bottom: 308px;
}

.plugins_Gallery h3 {
  margin-bottom: 40px;
  text-align: center;
}

.plugins_Gallery_Slider .slick-list {
  margin-inline: -0.75rem;
}

.plugins_Gallery_Slider a {
  margin-inline: 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--Gray-G95, #e4e4e4);
  /* box-shadow: 0px 4px 24px 0px rgba(18, 18, 18, 0.2); */
  height: fit-content;
}

.plugins_Gallery_Slider a img {
  border-radius: 8px;
}

.plugins_Gallery_Arrows .slick-dots {
  position: static !important;
}

.plugins_Gallery_Arrows .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  right: 50%;
  transform: translateX(50%);
  padding: 0;
}

.plugins_Gallery_Arrows .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  background: transparent !important;
  display: flex !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: unset !important;
  transition: var(--transition) !important;
}

.plugins_Gallery_Arrows .slick-prev:hover {
  transform: translateX(4px) !important;
}

.plugins_Gallery_Arrows .slick-next:hover {
  transform: translateX(-4px) !important;
}

.plugins_Gallery_Arrows .slick-arrow::before {
  background: var(--primary-30) !important;
  --slick-arrow-icon: 20px;
  mask: url("../assets/icons/chevron.svg") no-repeat center;
  mask-size: cover;
  -webkit-mask: url("../assets/icons/chevron.svg") no-repeat center;
}

.plugins_Gallery_Arrows .slick-arrow:hover {
  background: transparent !important;
}

.plugins_Gallery_Arrows .slick-arrow::before:hover {
  background: var(--primary-10) !important;
}

.plugins_Gallery_Arrows .slick-next::before {
  transform: rotate(0) !important;
}

.plugins_Gallery_Arrows .slick-prev::before {
  transform: rotate(180deg) !important;
}

.plugins_Gallery_Arrows {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.plugins_Gallery_Arrows .slick-dots {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative !important;
  width: 68px;
  height: 8px;
}

.plugins_Gallery_Arrows .slick-next {
  order: 2;
}

.plugins_Gallery_Arrows .slick-dots li {
  display: flex;
  align-items: center;
}

.plugins_Gallery_Arrows .slick-dots li.slick-active button {
  background: var(--primary-60) !important;
  width: 8px !important;
  height: 8px !important;
}

.plugins_Gallery_Arrows .slick-dots li button {
  background: var(--primary-90) !important;
  border-radius: 0 !important;
  width: 6px !important;
  height: 6px !important;
  transition: var(--transition);
  padding: 0 !important;
  font-size: 0px;
  outline: none;
  border-radius: 50% !important;
}

.plugins_Faq_Wrapper {
  display: flex;
  gap: 60px;
}

.plugins_Faq_Right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
  flex: 0 0 20%;
}

.plugins_Faq_Right h3 {
  color: var(--secondary-20);
}

.plugins_Faq_Right img {
  width: 265px;
  height: 275px;
}

.plugins_Faq_Left {
  flex: auto;
}

.plugins_Faq_Itm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background: transparent;
  transition: var(--transition);
  border-radius: 6px;
}

.plugins_Faq_Itm.active {
  background: var(--primary-30);
}

.plugins_Faq_Icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.plugins_Faq_Ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.plugins_Faq_Icon span:nth-child(1) {
  display: block;
  position: absolute;
  margin: 0 10%;
  width: 80%;
  height: 3px;
  border-radius: 3px;
  background: var(--mc1);
  /*- half the height*/
  top: calc(50% - 2px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.plugins_Faq_Icon span:nth-child(2) {
  display: block;
  position: absolute;
  margin: 10% 0;
  width: 3px;
  height: 80%;
  border-radius: 3px;
  background: var(--mc1);
  /*- half the width*/
  left: calc(50% - 2px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.plugins_Faq_Itm.active .plugins_Faq_Icon span:nth-child(1) {
  background: #fff;
}

.plugins_Faq_Itm.active .plugins_Faq_Icon span:nth-child(2) {
  background: #fff;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.plugins_Faq_Ttl p {
  transition: var(--transition);
}

.plugins_Faq_Itm.active .plugins_Faq_Ttl p {
  color: #fff !important;
}

.plugins_Faq {
  margin-bottom: 155px;
  position: relative;
}

.plugins_Faq::before {
  content: "";
  display: block;
  position: absolute;
  right: -22px;
  bottom: 0;
  transform: translateY(20%);
  width: 194px;
  height: 220px;
  background: url(../assets/images/faq-vector.svg) no-repeat center;
  background-size: cover;
}

@media (max-width: 992px) {
  .plugins_Inner_Wrapper .home_Hero_Subtitle {
    margin-block: 1rem 24px !important;
  }

  .plugins_Inner_Wrapper .plugins_Hero {
    margin-top: 64px !important;
  }

  .plugins_Inner_Wrapper .home_Hero_Description {
    margin-bottom: 48px !important;
  }

  .plugins_Hero_Links .home_Hero_Btn {
    margin-top: 0 !important;
  }

  .plugins_Attrs {
    padding-block: 96px;
    margin-inline: -12px;
    margin-block: 40px 82 px;
    position: relative;
  }

  .plugins_Attrs_List {
    flex-direction: column;
  }

  .plugins_Attrs_Item {
    padding: 1.5rem 1.25rem;
  }

  .plugins_Attrs_Parent::before {
    top: 0;
    transform: unset;
  }

  .plugins_Attrs_Parent::after {
    top: auto;
    bottom: -80px;
    transform: rotateY(180deg);
  }

  .plugins_Hero_Img::before {
    right: -2rem;
    top: -2rem;
    transform: unset;
  }

  .plugins_Attrs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: url(../assets/images/plugins-attrs-curve-mb.svg) no-repeat
      center center;
    background-size: cover;
  }

  .plugins_Tutorial_Img {
    margin-top: 24px;
  }

  .plugins_Suggestion_Wrapper {
    flex-direction: column;
  }

  .plugins_Suggestion_Wrapper {
    margin-bottom: 92px;
  }

  .plugins_Suggestion_List {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }

  .plugins_Suggestion_Img .home_Hero_Btn {
    margin-top: 2.5rem !important;
    padding-inline: 2.875rem;
  }

  .plugins_Pics_Header p {
    width: 90% !important;
  }

  .plugins_Pics {
    margin-block: 160px 128px !important;
  }

  .plugins_Pics_Header {
    margin-bottom: 6rem !important;
  }

  .plugins_Pics_Itm_Par::before {
    display: none !important;
  }

  .plugins_Pics_Itm_Par:first-child .plugins_Pics_Itm {
    flex-direction: column-reverse !important;
  }

  .plugins_Pics_Itm {
    gap: 24px;
    flex-direction: column;
  }

  .plugins_Pics_Itm_Txt {
    text-align: justify;
    width: 100% !important;
  }

  .plugins_Gallery_Container {
    padding: 0 !important;
  }

  .plugins_Gallery {
    margin-inline: -12px;
    padding-inline: 2rem 0;
    background: url(../assets/images/plugins-gallery-bg-mb.svg) no-repeat center;
    background-size: cover !important;
    border-radius: 0 !important;
  }

  .plugins_Gallery h3 {
    margin-bottom: 32px !important;
  }

  .plugins_Gallery_Slider .slick-list {
    margin-inline: -0.75rem !important;
  }

  .plugins_Gallery_Slider a {
    margin-inline: 0.75rem !important;
  }

  .plugins_Gallery_Slider .slick-list {
    padding-left: 3.5rem !important;
  }

  .plugins_Gallery_Arrows {
    transform: translateX(2rem);
    margin-top: 36px !important;
  }

  .plugins_Faq_Wrapper {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .plugins_Faq_Right img {
    display: none !important;
  }

  .plugins_Faq_Itm {
    padding: 1rem 0.5rem !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--Gray-95) !important;
  }

  .plugins_Faq_Itm.active {
    border-radius: 6px !important;
    border-bottom: transparent !important;
  }

  .plugins_Faq::before {
    display: none !important;
  }

  .plugins_Faq {
    margin-bottom: 128px !important;
  }

  .solutions_Step {
    padding-block: 2rem 4rem !important;
  }

  .solutions_Step_Head p {
    margin-block: 0.5rem 1.5rem !important;
  }

  .solutions_Step_Wrapper {
    gap: 24px !important;
  }

  .solutions_Step_Cards {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .solutions_Step_Card {
    padding: 24px 1rem !important;
    gap: 1rem !important;
  }

  .solutions_Step_Card_Head {
    gap: 0.5rem !important;
  }
}

.plugins_Hero_Solutions .home_Hero_Description span {
  color: var(--primary-40);
}

.solutions_Step {
  background: linear-gradient(
    75deg,
    rgba(173, 215, 255, 0.2) 0%,
    rgba(224, 255, 251, 0.2) 100%
  );
  padding-block: 56px 104px;
}

.solutions_Step_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.solutions_Step_Head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.solutions_Step_Head span {
  color: var(--primary-40);
}

.solutions_Step_Head p {
  margin-block: 1rem 0;
}

.solutions_Step_Cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.solutions_Step_Card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 16px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0px 4px 56px 0px rgba(10, 13, 36, 0.07);
  padding: 2rem;
  z-index: 1;
  position: relative;
  transition: var(--transition);
}

.solutions_Step_Card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: var(
    --Gradient,
    linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%)
  );
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.solutions_Step_Card:hover::before {
  opacity: 1;
  visibility: visible;
}

.solutions_Step_Card_Icon {
  position: relative;
  z-index: 1;
}

.solutions_Step_Card_Icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  width: 32px;
  height: 32px;
  transition: 0.1s !important;
  border-radius: 6px;
  background: var(--Primary-P99, #e5f6f4);
}

.solutions_Step_Card_Icon .ezIcon {
  --icon: 48px;
  background: var(--primary-40);
}

.solutions_Step_Card:hover .solutions_Step_Card_Icon .ezIcon {
  background: #fff;
}

.solutions_Step_Card_Head {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.solutions_Step_Ttl h3 {
  color: var(--primary-10);
  transition: var(--transition);
}

.solutions_Step_Card:hover .solutions_Step_Ttl h3 {
  color: #fff;
}

.solutions_Steps_Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.solutions_Steps_Content h4,
.solutions_Steps_Content p {
  transition: var(--transition);
}

.solutions_Step_Card:hover .solutions_Steps_Content h4,
.solutions_Step_Card:hover .solutions_Steps_Content p {
  color: #fff !important;
}

.solutions_Step_Card:hover .solutions_Step_Card_Icon::before {
  background: transparent;
}

.compare_Step .solutions_Step_Card {
  gap: 2rem;
}

.compare_Certificate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  border-radius: 1rem;
  background: #f9f9f9;
  position: relative;
  margin-block: 128px;
}

.compare_Certificate_Left {
  position: relative;
  z-index: 1;
  text-align: left;
  flex: 1;
}

.compare_Certificate_Left::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: -3rem;
  width: calc(100% + 3rem);
  height: calc(100% + 4rem);
  background: url(../assets/images/compare-certificate-vector.svg) no-repeat
    center;
  background-size: cover;
  z-index: -1;
}

.compare_Certificate_Left img {
  border-radius: 6px;
  width: fit-content;
  height: auto;
}

.compare_Certificate_Right {
  flex: 1;
}

.compare_Certificate_Right span {
  color: var(--primary-40);
}

.compare_Certificate_Right p {
  margin-block: 24px 48px;
}

@media (max-width: 992px) {
  .about_Card {
    height: fit-content;
  }

  .compare_Certificate {
    padding: 2rem;
    flex-direction: column;
    gap: 2rem;
    margin-block: 80px;
  }

  .compare_Certificate_Right p {
    margin-block: 1rem 0;
  }

  .compare_Certificate_Left img {
    margin-bottom: 1rem;
  }
}

.portfolio_Home_Samples_Arrows .slick-dots {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative !important;
  width: 100px;
  height: 8px;
}

.plugins_Gallery_Arrows .slick-dots li.slick-active {
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  opacity: 1;
}

.plugins_Gallery_Arrows .slick-dots li {
  display: flex;
  align-items: center;
  position: absolute;
  transition: 0.3s;
  opacity: 0;
}

.plugins_Gallery_Arrows .slick-dots li.next-dot {
  left: 25%;
  transform: translateX(-50%);
  opacity: 0.75;
}

.plugins_Gallery_Arrows .slick-dots li.prev-dot {
  left: 75%;
  transform: translateX(-50%);
  opacity: 0.75;
}

.attr_Steps .solutions_Step_Cards {
  grid-template-columns: repeat(1, 1fr) !important;
}

/* ----------------------------------------------------------------- */

.plugins_Parts_Wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 104px;
}

.plugins_Parts_Card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 12px);
  padding: 48px;
  background-color: #f9f9f9;
  border-radius: 16px;
  gap: 16px;
}

.plugins_Parts_Card h3 {
  color: var(--primary-20);
}

.plugins_Parts_Card p {
  text-align: justify;
}

.plugins_Parts_Card_Header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.plugins_Parts_Card_Header .ezIcon {
  --icon: 32px;
  background-color: var(--primary-30);
}

@media (max-width: 992px) {
  .plugins_Parts_Card {
    flex: 0 0 100%;
  }

  .plugins_Parts_Wrapper {
    flex-direction: column;
  }
  .ezp-kicker {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  .ezp-hero__grid h1,
  .ezp-section-soft h2,
  .ezp-section-problem h2 {
    font-size: 18px !important;
    line-height: 32px !important;
    margin-top: 16px !important;
  }
  .ezp-hero__content p,
  .ezp-section-head p,
  .ezp-copy-block p,
  .ezp-cta p,
  .ezp-faq-list p {
    margin-top: 16px !important;
  }
  .ezp-illustration--hero {
    width: 100% !important;
    height: 200px !important;
  }
  .sec-ezp-hero.third .ezp-illustration--hero,
  .sec-ezp-hero.sec .ezp-illustration--hero {
    height: 350px !important;
  }
  .ezp-section-hero.afta .ezp-check-card.ezp-hero-card {
    width: 100% !important;
  }
  .ezp-section-hero.afta .ezp-hero__content {
    width: 100% !important;
  }
}
/*
  EzPortal Enterprise Portal landing page
  RTL version with fixed color values
  Primary color: #008a7a
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

.ezp-landing {
  margin: 0;
  background: #fff;
  color: #26384d;
  font-family: IRANYekan, Vazirmatn, Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 2.05;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

.ezp-landing a {
  color: inherit;
  text-decoration: none;
}

.ezp-landing p,
.ezp-landing h1,
.ezp-landing h2,
.ezp-landing h3 {
  margin: 0;
}

.ezp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(232, 238, 242, 0.72);
  backdrop-filter: blur(16px);
}

.ezp-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.ezp-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  direction: ltr;
}

.ezp-logo__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  background:
    linear-gradient(
      135deg,
      transparent 0 22%,
      #00a28f 22% 38%,
      transparent 38% 48%,
      #008a7a 48% 67%,
      transparent 67%
    ),
    linear-gradient(135deg, #00a28f, #008a7a);
}

.ezp-logo__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #13233f;
  line-height: 1.1;
}

.ezp-logo__text strong {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ezp-logo__text small {
  margin-top: 3px;
  color: #6f7e8c;
  font-size: 10px;
  font-weight: 700;
}

.ezp-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
  color: #263344;
  font-size: 13px;
  font-weight: 700;
}

.ezp-nav a {
  position: relative;
  padding-block: 24px;
  color: #1f2b3a;
}

.ezp-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 15px;
  width: 0;
  height: 3px;
  border-radius: 99px;
  background: #00a28f;
  transform: translateX(50%);
  transition: width 0.25s ease;
}

.ezp-nav a:hover::after,
.ezp-nav a.active::after {
  width: 24px;
}
.ezp-btn,
.ezp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  border-radius: 8px;
  gap: 10px;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition);
  min-width: 156px;
}

.ezp-btn:visited,
.ezp-btn {
  color: #fff;
  border-radius: 8px;
  background: var(--primary-50, #00a28f);
  transition: var(--transition);
}

.ezp-btn:hover {
  color: white;
  background: var(--primary-30);
}

.ezp-btn--sm {
  min-height: 42px;
  padding: 0 22px;
  font-size: 13px;
}

.ezp-link {
  color: var(--primary-50, #00a28f) !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  transition: all 300ms;
}
.ezp-link:hover {
  color: var(--primary-40, #00a28f);
}
.ezp-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #00a28f;
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/arrow.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}
.ezp-section-read-more .ezp-link::after {
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/chevron.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/chevron.svg);
  margin-bottom: 2px;
}
.ezp-section-read-more .ezp-card:hover .ezp-link::after {
  background-color: var(--Gray-100, #fff);
}
.ezp-link:hover::after {
  transform: translateX(-6px);
}

.ezp-hero {
  margin-block: 20px;
}

.ezp-hero__grid {
  display: flex;
  gap: 135px;
  justify-content: space-between;
}

.ezp-kicker {
  color: var(--secondary-10, #0b1655);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 181.818% */
}

.ezp-hero h1 {
  color: var(--primary-20, #006156);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 184.615% */
  margin-top: 8px;
}

.ezp-hero p {
  color: var(--Gray-40, #626262);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  margin-top: 16px;
}
.ezp-hero p span {
  color: var(--primary-50, #00a28f);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.ezp-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 60px;
}

.ezp-illustration svg {
  display: block;
  width: 100%;
  height: auto;
}

.ezp-illustration--hero {
  width: 556.546px;
  height: 360.417px;
}

.ezp-illustration--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ezp-section {
  position: relative;
  padding: 68px 0;
}
.ezp-section-features#Governance .ezp-split,
.ezp-section-features#cta .ezp-split,
#roi .ezp-split,
.ezp-section-features:has(.ezp-note) .ezp-split {
  align-items: center;
}
.ezp-section--soft {
  background: #f8fafb;
}

.ezp-section--features::before,
.ezp-section--comparison::before,
.ezp-section--implementation::before {
  content: "";
  position: absolute;
  inset-inline-start: -60px;
  top: 0;
  width: 280px;
  height: 230px;
  opacity: 0.55;
  background:
    linear-gradient(
      135deg,
      transparent 0 44%,
      #dceae9 44% 45%,
      transparent 45% 100%
    ),
    linear-gradient(
      45deg,
      transparent 0 48%,
      #dceae9 48% 49%,
      transparent 49% 100%
    );
  background-size: 34px 34px;
  pointer-events: none;
}

.ezp-section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.ezp-section-value .ezp-section-head {
  margin-bottom: 24px;
}
.ezp-section-security .ezp-section-head,
.ezp-section-comparison .ezp-section-head,
.ezp-section-usecases .ezp-section-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ezp-section-head--center {
  text-align: center;
}
.ezp-hero__grid h1,
.ezp-section-soft h2,
.ezp-section-problem h2 {
  color: var(--primary-20, #006156);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 184.615% */
  margin-top: 8px;
}
.ezp-section-soft {
  position: relative;
}
.ezp-hero-card h2,
.ezp-section-read-more h2,
.ezp-section-faq h2,
.ezp-section-implementation h2,
.ezp-section-answer h2,
.ezp-section-security h2,
.ezp-section-comparison h2,
.ezp-section-usecases h2,
.ezp-section-value h2,
.ezp-section-features h2 {
  color: var(--primary-20, #006156);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 181.818% */
  margin-top: 8px;
}

.ezp-section-implementation::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--Background, #f9f9f9);
  z-index: -2;
}

.ezp-section-answer .ezp-copy-block p {
  margin-top: 24px;
}

.ezp-section-read-more .ezp-section-head p,
.ezp-section-implementation .ezp-section-head p,
.ezp-section-features .ezp-copy-block p {
  margin-top: 16px;
}
.ezp-section-read-more .ezp-kicker,
.ezp-section-faq .ezp-kicker,
.ezp-section-implementation .ezp-kicker,
.ezp-section-answer .ezp-kicker,
.ezp-section-security .ezp-kicker,
.ezp-section-comparison .ezp-kicker,
.ezp-section-usecases .ezp-kicker,
.ezp-section-value .ezp-kicker,
.ezp-section-features .ezp-kicker,
.ezp-section-soft .ezp-kicker {
  color: var(--secondary-20, #0f1d71);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
.ezp-section-soft::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--Background, #f9f9f9);
  z-index: -1;
}
.ezp-section-features#cta::after,
.ezp-section-usecases::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    75deg,
    rgba(173, 215, 255, 0.2) 0%,
    rgba(224, 255, 251, 0.2) 100%
  );
  z-index: -1;
}

.sec-ezp-hero .ezp-hero__content > p {
  margin-top: 40px;
}
.ezp-hero-card p,
.ezp-hero__content p {
  margin-top: 16px;
  color: var(--Gray-40, #626262);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.ezp-hero:has(.ezp-architecture-column.sec) .ezp-hero__content {
  width: 46%;
}
.ezp-hero:has(.ezp-architecture-column.sec) {
  margin-top: 52px;
}
.ezp-hero__content p span {
  color: var(--primary-50, #00a28f);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.ezp-section-head p,
.ezp-copy-block p,
.ezp-cta p,
.ezp-faq-list p {
  margin-top: 8px;
  color: var(--Gray-40, #626262);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.ezp-section-usecases .ezp-section-head p {
  width: 80%;
}

.ezp-card {
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 56px 0 rgba(10, 13, 36, 0.07);
  padding: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ezp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.ezp-card:hover::before {
  opacity: 1;
}
.ezp-card h3 {
  color: var(--secondary-10, #0b1655);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  transition: var(--transition);
  position: relative;
  z-index: 2;
}
.ezp-section-read-more .ezp-card h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: -16px;
  position: relative;
}
.ezp-section-read-more .ezp-card h3:before {
  content: "";
  height: 40px;
  width: 32px;
  border-radius: 8px 0 0 8px;
  background: var(--primary-95, #ccece9);
  transition: all 0.3s ease;
}
.ezp-section-read-more .ezp-card:hover h3:before {
  opacity: 0.2;
  background: var(--Gray-100, #fff) !important;
}
.ezp-section-read-more .ezp-card h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #00a28f;
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/link-icon.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/link-icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.ezp-section-read-more .ezp-card:hover h3::after {
  background-color: var(--Gray-100, #fff) !important;
}
.ezp-card * + h3 {
  margin-top: 16px;
}
.ezp-card:hover li,
.ezp-card:hover h3 {
  color: white;
}

.ezp-card p {
  color: var(--Gray-50, #7a7a7a);
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  margin-top: 8px;
  transition: var(--transition);
  position: relative;
  z-index: 2;
}
.ezp-card:hover p {
  color: white;
}

.ezp-card--featured h3,
.ezp-card--featured p {
  color: #fff;
}

.ezp-problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  z-index: 2;
  position: relative;
}
.ezp-section-problem.sec .ezp-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ezp-section-problem.sec#personas .ezp-problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ezp-section-problem.sec .ezp-card.ezp-problem-card {
  padding: 24px;
}
.ezp-section-problem.sec .ezp-section-head p {
  width: 78%;
  margin-inline: auto;
}

.ezp-problem-card {
  flex: 1;
}

.ezp-icon--cloud::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #00a28f;
  -webkit-mask-image: url("/Portals/_default/Skins/ez-skin/assets/icons/landing-cloud.svg");
  mask-image: url("/Portals/_default/Skins/ez-skin/assets/icons/landing-cloud.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}
.ezp-card:hover .ezp-icon--cloud::before {
  background-color: white;
}

.ezp-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ezp-capability-grid.no-desc {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#ezportal-approach .ezp-capability-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}
.ezp-capability-grid.core {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.ezp-capability-grid.core.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.ezp-capability-grid.core:has(.ezp-plan-card) {
  margin-top: 42px;
  padding-top: 42px;
  position: relative;
}
.ezp-capability-grid.core:has(.ezp-plan-card)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 306px);
  height: 2px;
  background: var(--primary-50, #00a28f);
}
.ezp-capability-grid.core.three:has(.ezp-plan-card)::before {
  width: calc(100% - 416px);
}

.ezp-section-soft.sec:has(.ezp-capability-grid.core.sec) {
  margin-top: 40px;
}

.ezp-capability-grid.core.sec {
  grid-template-rows: unset;
}

.ezp-number-card {
  border-radius: 12px;
  background: var(--Gray-100, #fff);
  box-shadow: 0 4px 56px 0 rgba(10, 13, 36, 0.07);
  padding: 16px 24px;
}
.ezp-section-value h3 {
  color: var(--secondary-10, #0b1655);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  transition: var(--transition);
  z-index: 2;
  position: relative;
}
/* .ezp-section-value .ezp-card:hover h3 {
  color: white;
} */
.ezp-number-card h3 {
  margin-top: 0;
  color: var(--secondary-10, #0b1655);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
}
.ezp-number-card p {
  color: var(--Gray-50, #7a7a7a);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.ezp-number-card > span {
  color: var(--primary-50, #00a28f);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 175% */
  transition: var(--transition);
  z-index: 2;
  position: relative;
}
.ezp-number-card:hover > span {
  color: white;
}

.ezp-split {
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
  align-items: end;
}
.ezp-section-answer .ezp-split {
  grid-template-columns: 0.5fr 1fr;
  gap: 100px;
}

.ezp-note {
  margin-top: 32px;
  padding: 24px;
  color: var(--secondary-20, #0f1d71);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  border-radius: 16px;
  background: var(--Secondary-S100, #f8f9fd);
}
#ezportal-approach .ezp-note {
  background: #e0f6f6b8;
}
.sec-ezp-hero.sec .ezp-note {
  margin-top: 66px;
}

.ezp-layer-list {
  position: relative;
  z-index: 1;
}

.ezp-layer-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 12px 0 16px;
  border-bottom: 1px solid #e4e4e4;
}

.ezp-layer-item span,
.ezp-answer-list span,
.ezp-steps-grid span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  background: var(--primary-50, #00a28f);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 184.615% */
  flex-shrink: 0;
  position: relative;
}
.ezp-layer-item span {
  margin-top: 12px;
}
.ezp-layer-item span::before,
.ezp-answer-list span::before,
.ezp-steps-grid span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--primary-99, #e5f6f4);
  z-index: -1;
}

.ezp-layer-item b {
  color: var(--Gray-10, #2b2b2b);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
}

.ezp-layer-item p {
  color: var(--Gray-40, #626262);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-top: 2px;
  width: 85%;
}

.ezp-check-card {
  display: flex;
  padding: 24px 20px 20px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: var(--primary-100, #f5fbfb);
  margin-top: 44px;
}

.ezp-section-hero.afta .ezp-check-card.ezp-hero-card {
  max-width: unset;
  width: 50%;
}
.ezp-section-hero.afta .ezp-check-card.ezp-hero-card ul {
  padding-right: 0 !important;
}
.ezp-section-hero.afta .ezp-check-card.ezp-hero-card ul li {
  margin-top: 10px;
}
.ezp-section-hero.afta .ezp-metric-grid {
  gap: 12px;
  width: 100%;
}
.ezp-section-hero.afta .ezp-hero__content {
  width: 50%;
}
.ezp-section-hero.afta .ezp-hero__content .plugins_Hero_Links a {
  width: 170px;
  padding-block: 12px;
  margin-top: 24px;
}

.ezp-check-card.ezp-hero-card {
  margin-top: 0;
  max-width: 628px;
}
.ezp-section-features#cta .ezp-check-card {
  background: #ffffff;
  box-shadow: 0 4px 56px 0 rgba(10, 13, 36, 0.07);
}

.ezp-check-card p,
.ezp-check-card li {
  color: var(--Gray-60, #959595);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  display: flex;
  gap: 16px;
}
.ezp-check-card li a {
  color: #008a7a;
}

.ezp-check-card li::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #008a7a;
  -webkit-mask-image: url("/Portals/_default/Skins/ez-skin/assets/icons/landing-double-check.svg");
  mask-image: url("/Portals/_default/Skins/ez-skin/assets/icons/landing-double-check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.ezp-check-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.ezp-value-grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 64px;
  align-items: end;
}
.ezp-value-grid:has(.sec) {
  display: block;
}

.ezp-illustration--value {
  margin-bottom: 8px;
}

.ezp-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.ezp-business-grid.sec {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ezp-business-grid .ezp-card {
  min-height: 162px;
}

.ezp-section--usecases {
  background: linear-gradient(180deg, #f0fbff 0%, #f8fdff 100%);
}

.ezp-usecase-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ezp-usecase-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 15px 16px 15px;
  position: relative;
}
.ezp-usecase-card p {
  text-align: center;
}
.ezp-section-usecases {
  padding-bottom: 104px;
  margin-top: 50px;
}
.ezp-section-usecases.sec .ezp-usecase-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ezp-section-usecases.sec#journey .ezp-usecase-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* grid-template-rows: repeat(2, 1fr); */
}
.ezp-section-usecases.sec .ezp-usecase-row .num {
  border-radius: 0 0 8px 8px;
  background: var(--Primary-P99, #e5f6f4);
  color: var(--primary-40, #008a7a);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 24px 0 24px;
  transition: all 300ms;
}

.ezp-section-usecases.sec .ezp-usecase-row .ezp-usecase-card:hover .num {
  background: transparent;
  color: white;
}
.ezp-section-usecases.sec .ezp-usecase-row h3 {
  margin-top: 36px;
}
.ezp-table-wrap {
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(15, 35, 63, 0.09);
}
.ezp-section-comparison.sec:has(.ezp-note) .ezp-table-wrap {
  box-shadow: 0 10px 16px rgba(15, 35, 63, 0.06);
}

.ezp-table {
  width: 100%;
  min-width: 880px;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--Gray-95, #e4e4e4);
  overflow: hidden;
}
.ezp-table thead {
  background: var(
    --Gradient,
    linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%)
  );
  border-bottom: 0;
}
.ezp-table tbody {
  border-top: 1px solid var(--Gray-95, #e4e4e4);
}

.ezp-table th {
  padding: 16px 24px;
  color: #fff;
  color: var(--Gray-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  white-space: nowrap;
}

.ezp-table td {
  padding: 16px;
  color: var(--Gray-30, #4f4f4f);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
  border-inline-start: 1px solid #e4e4e4;
}
.ezp-table td:first-child {
  white-space: nowrap;
  padding-left: 72px;
  border-inline-start: 0;
  color: var(--Gray-G10, #2b2b2b);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
}

.ezp-table tbody tr {
  transition: var(--transition);
}
.ezp-table tbody tr:last-child {
  background: var(--Primary-P99, #e5f6f4);
}
.ezp-table tbody tr:last-child td {
  border-bottom: 0;
}

.ezp-table .is-highlighted td {
  background: #e9fbf8;
  color: #17344a;
  font-weight: 700;
}

.ezp-section--security {
  padding-top: 80px;
}
.ezp-section-problem {
  position: relative;
  margin-top: 70px;
}
.ezp-section-problem::before {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.5;
  background: var(--Primary-P99, #e5f6f4);
  filter: blur(50px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ezp-section-problem::after {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.5;
  background: var(--Secondary-S99, #e8eaf8);
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ezp-security-band {
  position: relative;
  padding: 28px 0;
}
.ezp-security-band::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(261deg, #e5f6f4 -0.73%, #f5fbfb 94.31%);
  border-radius: 70% 70% 0 0 / 18% 18% 0 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.ezp-security-title {
  color: var(--Gray-10, #2b2b2b);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  margin-bottom: 48px;
  text-align: center;
}

.ezp-security-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.ezp-security-card {
  padding: 16px 12px 24px 12px;
  text-align: center;
}

.ezp-security-card p {
  color: var(--Gray-50, #7a7a7a);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  margin-top: 16px;
}

.ezp-shield::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00a28f;
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/landing-shield.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/landing-shield.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
  margin-inline: auto;
}
.ezp-security-card:hover .ezp-shield::before {
  background-color: white;
}

.ezp-answer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ezp-answer-list article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
}

.ezp-answer-list p {
  color: var(--Gray-30, #4f4f4f);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
}

.ezp-section--implementation {
  background: #fafafa;
}

.ezp-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 100px;
}

.ezp-steps-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 24px;
}
.ezp-steps-grid article:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid #e4e4e4;
}

.ezp-steps-grid h3 {
  color: #13233f;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 900;
  margin-bottom: 6px;
}

.ezp-steps-grid p {
  color: #657487;
  font-size: 14px;
  line-height: 2.05;
}

.ezp-faq-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: start;
}

.ezp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ezp-faq-list details {
  border-bottom: 1px solid #e8eef2;
  background: #fff;
}

.ezp-faq-list details[open] {
  padding-bottom: 18px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #00a28f, #008a7a);
  box-shadow: 0 22px 55px rgba(15, 35, 63, 0.09);
}

.ezp-faq-list summary {
  position: relative;
  display: block;
  padding: 21px 52px 21px 20px;
  color: #13233f;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
  cursor: pointer;
}

.ezp-faq-list summary::-webkit-details-marker {
  display: none;
}

.ezp-faq-list summary::before,
.ezp-faq-list summary::after {
  content: "";
  position: absolute;
  inset-inline-start: 18px;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #00a28f;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.ezp-faq-list summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.ezp-faq-list details[open] summary {
  color: #fff;
}

.ezp-faq-list details[open] summary::before,
.ezp-faq-list details[open] summary::after {
  background: #fff;
}

.ezp-faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.ezp-faq-list details[open] p {
  margin: 0;
  padding: 0 52px 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.ezp-faq-visual {
  text-align: right;
}

.ezp-faq-art {
  position: relative;
  width: 245px;
  min-height: 255px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ezp-faq-art span {
  position: relative;
  z-index: 1;
  display: block;
  color: #008a7a;
  font-size: 74px;
  line-height: 0.78;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.ezp-cta {
  padding: 58px 0 82px;
  background: #fff;
}
.ezp-cta.sec .ezp-cta__actions {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.ezp-section-features#cta .ezp-cta__actions .ezp-btn--outline,
.ezp-cta.sec .ezp-cta__actions .ezp-btn--outline {
  background-color: transparent;
  border: 1px solid var(--Primary-P40, #008a7a);
  color: var(--primary-40, #008a7a);
  transition: all 300ms;
}
.ezp-section-features#cta .ezp-cta__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}
.ezp-section-features#cta .ezp-cta__actions .ezp-btn--outline:hover,
.ezp-cta.sec .ezp-cta__actions .ezp-btn--outline:hover {
  background: var(--Primary-P50, #00a28f);
  color: white;
}
.ezp-cta__inner {
  min-height: 178px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 155px;
  align-items: center;
  padding: 56px 64px 56px 48px;
  border-radius: 16px;
  background: var(--Primary-P100, #f5fbfb);
  position: relative;
}
.ezp-cta__inner::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 200px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #152aa1 0%, #26b0a0 98.24%);
}
.ezp-cta__inner h2 {
  color: var(--secondary-10, #0b1655);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 200% */
}

.ezp-cta p {
  color: var(--Gray-50, #7a7a7a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  margin-top: 24px;
}

@media (max-width: 900px) {
  .ezp-capability-grid.core:has(.ezp-plan-card)::before {
    display: none;
  }
  .ezp-hero:has(.ezp-architecture-column.sec) .ezp-hero__content {
    width: 100% !important;
  }
  .ezp-cta__inner::before {
    width: 6px !important;
    height: 208px !important;
    top: 39% !important;
  }
  .ezp-cta p {
    font-size: 14px !important;
    line-height: 28px !important;
    margin-top: 28px !important;
  }
  .ezp-cta__inner h2 {
    font-size: 18px !important;
    line-height: 36px !important;
  }
  .ezp-cta__inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 32px 30px !important;
  }
  .ezp-steps-grid h3 {
    color: var(--Gray-10, #2b2b2b) !important;
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .ezp-steps-grid p {
    font-size: 12px !important;
  }
  .ezp-steps-grid {
    gap: 0 !important;
  }
  .ezp-faq-art {
    display: none;
  }
  .ezp-hero-card.ezp-check-card:has(li) .ezp-metric-grid,
  .ezp-faq-grid {
    grid-template-columns: 1fr !important;
  }
  .ezp-section-answer .ezp-note {
    padding: 24px 16px !important;
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
  }
  .ezp-answer-list {
    gap: 0 !important;
  }
  .ezp-section-usecases .ezp-section-head p {
    width: 100% !important;
  }
  .ezp-answer-list article {
    grid-template-columns: 1fr !important;
    margin-right: 12px;
  }
  .ezp-section-faq .ezp-kicker,
  .ezp-section-implementation .ezp-kicker,
  .ezp-section-answer .ezp-kicker,
  .ezp-section-security .ezp-kicker,
  .ezp-section-comparison .ezp-kicker,
  .ezp-section-usecases .ezp-kicker {
    color: var(--secondary-20, #0f1d71) !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  .ezp-section-faq h2,
  .ezp-section-implementation h2,
  .ezp-section-answer h2,
  .ezp-section-security h2,
  .ezp-section-comparison h2,
  .ezp-section-usecases h2 {
    color: var(--primary-20, #006156);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
  }
  .ezp-illustration--value {
    width: 90%;
    margin-inline: auto;
    margin-block: 44px 90px;
  }
  .ezp-layer-item p {
    font-size: 12px !important;
    line-height: 24px !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
  .ezp-layer-item b {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .ezp-check-card {
    padding: 16px 8px 16px 16px !important;
  }
  .ezp-split {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
  }
  .ezp-number-card p {
    font-size: 12px !important;
    line-height: 24px !important;
    margin-top: 12px !important;
  }
  .ezp-number-card h3 {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .ezp-number-card > span {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .ezp-section-head {
    margin-bottom: 24px !important;
    text-align: center !important;
  }
  .ezp-section-value .ezp-section-head {
    text-align: right !important;
  }
  .ezp-header__inner {
    min-height: 64px;
  }

  .ezp-header .ezp-btn {
    display: none;
  }

  .ezp-hero__grid {
    gap: 56px;
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
  }

  .ezp-hero h1 {
    font-size: 25px;
  }

  .ezp-hero p,
  .ezp-section-head p,
  .ezp-copy-block p {
    font-size: 14px;
  }

  .ezp-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0 !important;
  }
  .sec-ezp-hero.sec .ezp-hero__actions {
    margin-top: 100px !important;
  }

  .ezp-btn,
  .ezp-link {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ezp-link {
    border: 1px solid var(--primary-40, #008a7a);
  }
  .ezp-section-read-more .ezp-link {
    border: unset;
  }

  .ezp-section {
    padding: 54px 0;
  }
  .ezp-answer-architecture:has(.sub) .sub,
  .ezp-read-more-grid,
  .ezp-problem-grid,
  .ezp-usecase-row,
  .ezp-business-grid,
  .ezp-capability-grid,
  .ezp-security-grid,
  .ezp-answer-list,
  .ezp-steps-grid,
  .ezp-footer__grid {
    grid-template-columns: 1fr !important;
  }

  .ezp-card,
  .ezp-number-card,
  .ezp-problem-card {
    min-height: auto;
  }
  .ezp-security-card {
    padding: 8px 12px !important;
  }
  .ezp-shield::before {
    width: 32px !important;
    height: 32px !important;
  }
  .ezp-layer-item,
  .ezp-answer-list article,
  .ezp-steps-grid article {
    grid-template-columns: 38px 1fr;
    gap: 8px !important;
    padding: 16px 0 16px 16px !important;
  }
  .ezp-security-card p {
    font-size: 12px !important;
    line-height: 24px !important;
    margin-top: 8px !important;
  }
  .ezp-layer-item span,
  .ezp-answer-list span,
  .ezp-steps-grid span {
    width: 32px !important;
    height: 32px !important;
  }
  .ezp-security-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
  .ezp-table-wrap {
    box-shadow: unset !important;
  }
  .ezp-table tbody {
    border-top: unset !important;
  }
  .ezp-layer-item span,
  .ezp-answer-list span,
  .ezp-steps-grid span {
    border-radius: 4px;
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .ezp-value-grid {
    grid-template-columns: 1fr !important;
    gap: 64px;
    align-items: end;
  }
}

@media (max-width: 900px) {
  .ezp-section-faq .faq-items-wrapper {
    padding-right: 0 !important;
  }

  .ezp-section-faq .faq-items-wrapper .each-question {
    padding: 20px 16px 0px 16px !important;
  }
  .ezp-section-faq .faq-items-wrapper .each-question.active {
    padding: 16px !important;
  }
  .ezp-section-faq .faq-items-wrapper .each-question .response::before {
    margin-right: 0 !important;
  }
  .ezp-section-faq .faq-items-wrapper .each-question .response p {
    margin-right: 16px !important;
    font-size: 12px !important;
  }
  .ezp-section-faq .faq-items-wrapper .each-question .question {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .ezp-section-faq .faq-items-wrapper .headding {
    font-size: 18px !important;
    line-height: 36px !important;
  }
  .ezp-section-comparison table {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .ezp-section-comparison thead {
    display: none;
  }

  .ezp-section-comparison tbody {
    display: grid;
    gap: 14px;
  }

  .ezp-section-comparison tr {
    display: block;
    border-radius: 16px;
    border: 1px solid var(--Gray-G95, #e4e4e4);
    background: var(--Gray-G100, #fff);
    box-shadow: 0 8px 56px 0 rgba(10, 13, 36, 0.08);
    overflow: hidden;
    padding: 8px 16px;
  }

  .ezp-section-comparison td {
    display: flex;
    flex-flow: column;
    align-items: start;
    padding: 8px 0px;
    border-left: 0;
    color: #626262;
    font-size: 12px;
    line-height: 24px;
    border-inline-start: unset !important;
    color: var(--Gray-10, #2b2b2b);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
    border-bottom: 1px solid #e4e4e4 !important;
  }

  .ezp-section-comparison td:last-child {
    border-bottom: 0 !important;
  }

  .ezp-section-comparison td::before {
    content: attr(data-label);
    color: var(--Gray-60, #959595);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 233.333% */
    height: 100%;
  }
  .ezp-section-comparison ol.checklist li {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .ezp-table {
    background: unset !important;
    border: unset !important;
    overflow: visible !important;
  }
  .ezp-section-soft.second .ezp-section-head {
    text-align: unset !important;
    width: 100% !important;
  }
  .ezp-section-usecases.sec .ezp-usecase-row {
    grid-template-columns: 1fr !important;
  }
  .ezp-section-implementation.sec article span::after {
    width: 20px !important;
    height: 20px !important;
  }
  .ezp-section-comparison.sec tbody tr td {
    background: transparent !important;
  }
  .ezp-section-comparison.sec .ezp-table tbody tr:last-child {
    background: white !important;
  }
  .ezp-section-comparison.sec .ezp-table td {
    padding: 8px 0px !important;
  }
  .ezp-section-problem.sec .ezp-section-head p {
    width: 100% !important;
  }
  .ezp-section-features.sec .ezp-check-card {
    margin-top: 0 !important;
  }
  .sec-ezp-hero .ezp-hero__content .check-features,
  .ezp-section-problem.sec .ezp-problem-grid,
  .ezp-section-features.sec .ezp-layer-list,
  .ezp-answer-architecture {
    grid-template-columns: 1fr !important;
  }
  .sec-ezp-hero.sec .ezp-hero__grid {
    gap: 0 !important;
  }
  .sec-ezp-hero .feature-boxes .each-box p {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .sec-ezp-hero .feature-boxes .each-box span {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .sec-ezp-hero .feature-boxes {
    gap: 16px !important;
    bottom: -52px !important;
  }
  .sec-ezp-hero .feature-boxes .each-box {
    padding: 6px 10px !important;
  }
  .ezp-plan-card::after {
    top: -24px !important;
    height: 24px !important;
  }
  .ezp-plan-card:first-child::after {
    display: none;
  }
  .plugins_Hero_Links {
    width: 100% !important;
  }
  .plugins_Hero_Links a {
    margin-top: 0px !important;
    height: 50px !important;
  }
}
.ezp-section-faq .faq-items-wrapper .each-question {
  padding: 24px 16px 0px 16px;
  transition: all 400ms ease;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;

}
.ezp-section-faq .faq-items-wrapper {
  margin-top: 12px;
}
.ezp-section-faq .faq-items-wrapper .headding {
  color: #2b2b2b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
.ezp-section-faq .faq-items-wrapper .questions-wrapper {
  display: flex;
  flex-flow: column;
  margin-top: 32px;
}
.ezp-section-faq .faq-items-wrapper .each-question .question {
  transition: all 300ms;
  align-items: start !important;
  color: var(--secondary-10, #0b1655);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  position: relative;
  padding-right: 36px;
}
.ezp-section-faq .faq-items-wrapper .each-question.active .question {
  color: white;
}
/* plus/minus wrapper lines */
.ezp-section-faq .faq-items-wrapper .each-question .question::before,
.ezp-section-faq .faq-items-wrapper .each-question .question::after {
  content: "";
  position: absolute;
  right: 0; /* use right: 12px if RTL */
  top: 50%;
  width: 16px;
  height: 2.5px;
  background: #00a28f;
  border-radius: 10px;
  transform: translateY(-50%);
  transition:
    transform 0.35s ease,
    opacity 0.25s ease,
    background-color 0.3s ease;
}
.ezp-section-faq .faq-items-wrapper .each-question.active .question::before,
.ezp-section-faq .faq-items-wrapper .each-question.active .question::after {
  background: white;
}

/* vertical line of plus */
.ezp-section-faq .faq-items-wrapper .each-question .question::after {
  transform: translateY(-50%) rotate(90deg);
}

/* active = minus */
.ezp-section-faq .faq-items-wrapper .each-question.active .question::after {
  transform: translateY(-50%) rotate(0deg) scaleX(0);
  opacity: 0;
}

.ezp-section-faq .faq-items-wrapper .each-question .response {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  opacity: 0;
  transition: all 300ms;
  margin-top: 24px;
  display: flex;
  align-items: center;
  max-height: 0;
  position: relative;
}

.ezp-section-faq .faq-items-wrapper .each-question.active {
  padding: 16px;
  background: var(--primary-50, #00a28f);
  border-radius: 6px;
}

.ezp-section-faq .faq-items-wrapper .each-question.active .response {
  opacity: 100 !important;
  max-height: 100px;
  color: white;
}

.sec-ezp-hero {
  margin-bottom: 85px;
}
.sec-ezp-hero .ezp-hero__grid {
  gap: 98px;
}
.sec-ezp-hero.sec .ezp-hero__grid {
  gap: 98px;
}
.sec-ezp-hero .ezp-hero__content {
  margin-top: 62px;
}
.sec-ezp-hero .ezp-hero__content .check-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 20px;
}
.sec-ezp-hero:has(.ezp-note) .ezp-hero__content .check-features {
  margin-top: 30px;
}
.sec-ezp-hero .ezp-hero__content .check-features .each-feature {
  display: flex;
  gap: 8px;
}
.sec-ezp-hero .ezp-hero__content .check-features .each-feature::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #008a7a;
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/landing-double-check.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/landing-double-check.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.sec-ezp-hero .ezp-illustration--hero {
  width: 600px;
  height: 428px;
}
.sec-ezp-hero .ezp-hero__visual {
  position: relative;
}
.sec-ezp-hero .feature-boxes {
  display: flex;
  gap: 32px;
  position: absolute;
  /* bottom: -16px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sec-ezp-hero.third .feature-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  bottom: -160px;
}
.sec-ezp-hero.sec:has(.ezp-note) .feature-boxes {
  bottom: 175px !important;
}
.ezp-metric-grid .ezp-metric-item,
.sec-ezp-hero .feature-boxes .each-box {
  border-radius: 12px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 6px 56px 0 rgba(10, 13, 36, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6px 16px;
}
.ezp-metric-grid .ezp-metric-item strong,
.sec-ezp-hero .feature-boxes .each-box p {
  color: var(--primary-40, #008a7a);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
}
.ezp-metric-grid .ezp-metric-item span,
.sec-ezp-hero .feature-boxes .each-box span {
  color: var(--Gray-60, #959595);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
}

.ezp-section-features.sec .ezp-split {
  grid-template-columns: 1fr;
  gap: 0;
}
.ezp-section-features.sec .ezp-layer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 34px;
}
.ezp-section-features.third .ezp-layer-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ezp-answer-architecture {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
}
.ezp-answer-architecture:has(.sub) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
}
.ezp-answer-architecture:has(.sub) .ezp-architecture-card--primary {
  min-height: unset;
  padding: 24px;
}
.ezp-answer-architecture:has(.sub) .sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  overflow: visible;
}
.ezp-answer-architecture:has(.sub) .sub .ezp-architecture-card {
  padding: 16px;
  overflow: visible;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ezp-answer-architecture:has(.sub) .sub .ezp-architecture-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 2px;
  height: 24px;
  background: linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%);
  transform: translateX(-50%);
  z-index: 0;
}

.ezp-architecture-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.ezp-architecture-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 18px;
  padding: 8px 16px 16px 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.ezp-plan-card {
  display: flex;
  padding: 24px 16px 56px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  z-index: 2;
  text-align: start;
  position: relative;
}
.ezp-plan-card::after {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 42px;
  background: var(--primary-50, #00a28f);
}
.ezp-plan-card h3 {
  color: var(--secondary-30, #13258e);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
}
.ezp-plan-card ul {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.ezp-plan-card li {
  color: var(--Gray-40, #626262);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}
.ezp-plan-card li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #626262;
  margin-bottom: 3.5px;
  transition: all 0.3s ease-in-out;
}
.ezp-plan-card:hover li::before {
  background-color: white;
}
.ezp-architecture-card:not(.ezp-architecture-card--primary) p {
  margin-top: 8px;
}

.ezp-architecture-card h3 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 188.889% */
}

.ezp-architecture-card p {
  color: #777;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.ezp-architecture-card--primary {
  background: var(
    --Gradient,
    linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%)
  );
  padding: 8px 16px;
  min-height: 106px;
  color: #fff;
}

.ezp-architecture-card--primary p {
  color: rgba(255, 255, 255, 0.85);
}

.ezp-architecture-column .ezp-architecture-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%);
  transform: translateX(-50%);
}
.ezp-section-answer:has(.ezp-architecture-card--primary) h2 {
  color: var(--primary-20, #006156);
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 184.615% */
}
.ezp-section-answer:has(.ezp-architecture-card--primary) .ezp-split {
  align-items: start;
}
.ezp-section-answer:has(.ezp-architecture-card--primary) .ezp-copy-block {
  margin-top: 32px;
}

.ezp-section-comparison.sec tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

.ezp-section-comparison.sec tbody tr:nth-child(odd) td {
  background: #fff;
}
.ezp-section-comparison.sec .ezp-table td {
  padding: 28px 24px;
}

.ezp-section-soft.second .ezp-section-head {
  text-align: center;
  width: 78%;
  margin-inline: auto;
}
.ezp-section-soft.second .ezp-number-card p {
  margin-top: 16px;
}
.ezp-section-soft.second .ezp-number-card {
  padding: 24px;
  z-index: 2;
}
.ezp-section-soft.second {
  padding: 24px;
}
.spacer {
  margin-top: 50px;
}
.ezp-section-soft.second::before {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.5;
  background: var(--Primary-P99, #e5f6f4);
  filter: blur(50px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ezp-section-soft.second::after {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.5;
  background: var(--Secondary-S99, #e8eaf8);
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ezp-section-implementation.sec article span::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: white;
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/landing-double-check.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/landing-double-check.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}

.ezp-read-more-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.ezp-section-read-more.sec .ezp-read-more-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ezp-read-more-grid .ezp-card {
  display: flex;
  flex-flow: column;
}
.ezp-read-more-grid .ezp-card .ezp-link {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 0 8px;
  gap: 6px;
}
.ezp-read-more-grid .ezp-card .ezp-link::before {
  content: "مشاهده";
  color: var(--Gray-100, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  z-index: 2;
}

.ezp-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ezp-hero-card.ezp-check-card
  .ezp-metric-grid:has(.ezp-metric-item):not(
    :has(.ezp-metric-item:nth-child(4))
  ) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}
.plugins_Hero_Links a {
  min-width: 150px;
  --icon: 20px !important;
}
.plugins_Hero_Links a.gradient-btn {
  background: var(
    --Gradient,
    linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%)
  ) !important;
  border: unset !important;
}
.plugins_Hero_Links a.gradient-btn::before {
  display: none;
}
.plugins_Hero_Links a.bordered-btn {
  background-color: transparent !important;
  color: var(--primary-50) !important;
  --icon-color: var(--primary-50) !important;
}
.plugins_Hero_Links a.bordered-btn::before {
  display: none;
}
