.purple-patch {
  background-color: #ebe6f9;
  padding: 24px 24px 24px 24px;
  border-radius: 16px 16px 16px 16px;
}
.purple-patch p {
  text-align: left !important;
  font-family: "Neue Montreal", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
  color: #111111 !important;
}

.zenegy_timeline .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.zenegy_timeline .timeline::before {
  content: "";
  position: absolute;
  top: 89px;
  left: 16%;
  right: 10%;
  height: 1px;
  background-color: #d1d5db;
  z-index: 0;
  width: 68%;
}

.zenegy_timeline .timeline-item {
  position: relative;
  text-align: center;
  flex: 1;
}

.zenegy_timeline .button-box {
  margin: 0 auto;
  width: fit-content;
  opacity: 1;
  padding: 24px;
  gap: 22px;
  border-radius: 24px;
  background-color: #9d94ff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  color: white;
  font-family: "Neue Montreal", Sans-serif;
}

.zenegy_timeline .button-box-two {
  margin: 0 auto;
  width: fit-content;
  opacity: 1;
  padding: 24px;
  gap: 22px;
  border-radius: 24px;
  background-color: #6e30fd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  color: white;
  font-family: "Neue Montreal", Sans-serif;
}

.zenegy_timeline .button-box-three {
  margin: 0 auto;
  width: fit-content;
  opacity: 1;
  padding: 24px;
  gap: 22px;
  border-radius: 24px;
  background-color: #331070;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  color: white;
  font-family: "Neue Montreal", Sans-serif;
}

.zenegy_timeline .dot {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  margin: 16px auto !important;
  position: relative;
  top: 1px !important;
}

.zenegy_timeline .dot::after {
  content: "";
  position: absolute;
  top: -3px;
  border: 6px solid #fff;
  left: 8.3px;
  border-radius: 8px;
}

.zenegy_timeline .dot::before {
  content: "";
  position: absolute;
  top: -3px;
  border: 6px solid #ffffff;
  left: -13.8px;
  border-radius: 8px;
}

.zenegy_timeline .card {
  margin: 0 auto;
  text-align: left;
  min-height: 249px;
  opacity: 1;
  padding: 0px 32px 32px 32px;
  border-radius: 16px;
  background: #f7f7f7;
  margin-top: 32px;
}

.zenegy_timeline .timeline-item {
  position: relative;
  text-align: center;
  flex: 1 1 30%;
  /* behaves like col-md-4 */
  min-width: 250px;
}

.zenegy_timeline .timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.zenegy_timeline .separator {
  height: 2px;
  background-color: #e5e7eb;
  margin-bottom: 32px;
}

.zenegy_timeline .card h3 {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 124%;
  letter-spacing: 0%;
  color: #000000;
  padding: 32px 0px 32px 0px;
}

.zenegy_timeline .card-list li {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 10px 0px 10px 0px;
  display: flex;
  gap: 7px;
}

.zenegy_timeline .card-list img {
  width: 14px;
  height: 14px;
  opacity: 1;
}

zenegy_timeline .top {
  position: relative;
  top: 1px;
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
}

@media screen and (max-width: 1056px) {
  .zenegy_timeline .card {
    width: 100%;
  }
}

/* Responsive vertical layout */
@media (max-width: 991px) {
  .zenegy_timeline .timeline {
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }

  .zenegy_timeline .timeline::before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    right: auto;
  }

  .zenegy_timeline .timeline-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .zenegy_timeline .button-box {
    margin-bottom: 1rem;
  }

  .zenegy_timeline .dot {
    margin: 0;
    top: 7px;
    left: 1px;
  }

  .zenegy_timeline .card {
    margin-top: 1rem;
  }
}

.zenegy_timeline .dot {
  margin: 0;
  top: 7px;
  left: 1px;
}

@media screen and (max-width: 375px) {
  .zenegy_timeline .card {
    width: auto;
    padding: 20px;
  }
}

.zgy-btn-wrapper a.cta-with-icon {
  font-family: "Neue Montreal", Sans-serif;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  background: #120c2b;
  color: #fff;
  padding: 16px;
  cursor: pointer;
  width: fit-content;
  border-radius: 8px;
  line-height: 120% !important;
}

.zgy-btn-wrapper .button-text-mask {
  position: relative;
  height: auto;
  overflow: hidden;
}

.zgy-btn-wrapper .zen-text {
  display: block;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
	line-height: 120% !important;
}

.zgy-btn-wrapper .zen-text-1 {
  transform: translate3d(0, 0%, 0) skewY(0deg);
  opacity: 1;
}

.zgy-btn-wrapper .zen-text-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0) skewY(8deg);
  opacity: 0;
}

.zgy-btn-wrapper a.cta-with-icon:hover .zen-text-1 {
  transform: translate3d(0, -100%, 0) skewY(8deg);
  opacity: 0;
}

.zgy-btn-wrapper a.cta-with-icon:hover .zen-text-2 {
  transform: translate3d(0, 0%, 0) skewY(0deg);
  opacity: 1;
}

.zgy-btn-wrapper .button-icon-wrap {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.zgy-btn-wrapper .zen_button_svg_1,
.zgy-btn-wrapper .zen_button_svg_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.zgy-btn-wrapper .zen_button_svg_1 {
  transform: translateX(0%);
  opacity: 1;
}

.zgy-btn-wrapper .zen_button_svg_2 {
  transform: translateX(-130%);
  opacity: 0;
}

.zgy-btn-wrapper a.cta-with-icon:hover .zen_button_svg_1 {
  transform: translateX(130%);
  opacity: 0;
}

.zgy-btn-wrapper a.cta-with-icon:hover .zen_button_svg_2 {
  transform: translateX(0%);
  opacity: 1;
}

.zenegy-fadeIn {
  transform: translateY(20px);
  animation: fadeInUp 1.1s ease forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
span.glowDots.online,
span.glowDots {
  --dot-color: #27c966;
  --dot-anim-var: anim-glow;
}

span.glowDots.offline {
  --dot-color: #f00000;
  --dot-anim-var: anim-offline-glow;
}

span.glowDots {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  background: var(--dot-color);
  border-radius: 100%;
  animation: var(--dot-anim-var) 1s alternate infinite;
  -webkit-animation: var(--dot-anim-var) 1s alternate infinite;
  -moz-animation: var(--dot-anim-var) 1s alternate infinite;
}

@keyframes anim-glow {
  0% {
    background: rgb(39 201 102 / 0.3);
    box-shadow: inset 0 0 10px 2px rgb(39 201 102 / 0.5),
      0 0 5px 2px rgb(39 201 102 / 0.3);
  }
  100% {
    background: rgb(39 201 102);
    box-shadow: inset 0 0 10px 2px rgb(39 201 102 / 0.5),
      0 0 15px 2px rgb(39 201 102);
  }
}
@keyframes anim-offline-glow {
  0% {
    background: rgba(201, 39, 39, 0.3);
    box-shadow: inset 0 0 10px 2px rgba(201, 39, 39, 0.5),
      0 0 5px 2px rgba(201, 39, 39, 0.3);
  }
  100% {
    background: rgb(201, 39, 39);
    box-shadow: inset 0 0 10px 2px rgba(201, 39, 39, 0.5),
      0 0 15px 2px rgb(201, 39, 39);
  }
}
.footer-text {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.zen-footer-content {
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 1;
  /* padding-top: 5.43px;
  padding-right: 32px;
  padding-bottom: 5.43px;
  padding-left: 14.48px; */
  border-radius: 72.39px;
}
.zen-foot-one {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
}
.zen-foot-two {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

/* client logo slider */
.zen-carousel .carousel-container {
  width: 100%;
  overflow: hidden;
}

.zen-carousel .central-logo {
	position: absolute;
	margin-top: -20px;
  top: 0;
  left: calc(50% - 67.5px);
	opacity: 1;
	pointer-events: auto;
	z-index: 6;
	background: linear-gradient(180deg, #ebe6ff 0%, #9d94ff 100%);
	padding: 30px;
	border-radius: 23.08px !important;
	width: 115px;
	height: 115px;
  border: none !important;
}
.zen-carousel .central-logo img {
  width: 62px;
  height: 52px;
  object-fit: contain;
}

.zen-carousel .carousel-track {
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* flex-wrap: nowrap; */
}

.zen-carousel .carousel-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 4.46px;
  gap: 4.46px;
  border-radius: 13.37px;
  background: #ffffff0d;
  transition: transform 0.5s ease, opacity 0.5s ease, background 0s, width 0s,
    height 0s, padding 0s, border-radius 0s;

  flex-shrink: 0;
  z-index: 1;
}

.zen-carousel .carousel-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 13.37px;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.zen-carousel .carousel-item img {
  width: 40px;
  height: 40px;
  transition: width 0s, height 0s;
  object-fit: contain;
}

/* .zen-carousel .carousel-item.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
  background: linear-gradient(180deg, #ebe6ff 0%, #9d94ff 100%);
  padding: 30px;
  border-radius: 23.08px !important;
  width: 115px;
  height: 115px;

  transition: all 0s;
  border: none !important;
}

.zen-carousel .carousel-item.active::before {
  background: none;
}

.zen-carousel .carousel-item.active img {
  width: 62px;
  height: 52px;
  object-fit: contain;
} */


/* ======== Table Code ========== */

/* Table Code Ends */

.elementor-widget-zenegy_faqs .accordion {
  width: 100%;
  max-width: 600px;
  margin: 0;
}

.elementor-widget-zenegy_faqs .accordion-item {
  border-bottom: 1px solid #ddd;
}

.elementor-widget-zenegy_faqs .accordion-header,
.elementor-widget-zenegy_faqs .accordion-header:hover {
  width: 100%;
  background: none !important;
  border: none;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-height: 24px;
  color: #111111 !important;
  line-height: 120%;
  justify-content: space-between;
  text-align: left !important;
}
.elementor-widget-zenegy_faqs .accordion-header.open {
  background: none !important;
  padding: 0px;
}

.elementor-widget-zenegy_faqs .accordion-header .icon {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
}

.elementor-widget-zenegy_faqs .accordion-item.open .icon {
  transform: rotate(45deg);
}
.elementor-widget-zenegy_faqs .accordion-item.open .icon svg path {
  stroke: #111111;
}

.elementor-widget-zenegy_faqs .accordion-content {
  display: none;
  transition: max-height 0.3s ease;
  /* padding: 0 15px; */
}
.elementor-widget-zenegy_faqs .accordion-item.open .accordion-content {
  display: block;
  transition: max-height 0.3s ease;
}

.elementor-widget-zenegy_faqs .accordion-item.open .accordion-content {
  padding-top: 0.5px !important;
  padding-bottom: 16px !important;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  line-height: 120%;
  min-height: fit-content;
  max-width: 425px;
}

/* Videos Tabs */

.flex-cont {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 24px;
  padding: 24px;
  cursor: pointer;
}

.li-section {
  display: flex;
  align-items: center;
  gap: 6px;
}

.li-section img {
  width: 34px;
  height: 34px;
}

.li-section p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px !important;
  line-height: 124% !important;
  text-align: center;
  color: rgba(17, 17, 17, 1) !important;
}

.flex-cont p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(128, 128, 128, 1);
}

.bottom-line p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  color: rgba(17, 17, 17, 0.5);
}

.bottom-line span {
  color: #000000;
}

.bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-line img {
  height: 14px;
  width: 14px;
  position: relative;
  top: 1px;
}

.internal-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.flex-add {
  justify-content: center;
  gap: 8px;
}

.thumbnail {
  background-image: radial-gradient(
      87.97% 87.97% at 52.46% 46.95%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("new-tabs.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  gap: 10px;
  padding-top: 299px;
  padding-right: 289px;
  padding-bottom: 299px;
  padding-left: 289px;
  border-radius: 16px;
  margin-top: 16px;
}

/* -------------------- */

.li-flex.active-tab .flex-cont {
  background-color: rgba(248, 247, 255, 1) !important;
}

.li-flex.active-tab #active-p {
  color: rgba(110, 48, 253, 1) !important;
}

.play {
  padding: 42px;
  border-radius: 50%;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);

  width: fit-content;
  height: fit-content;

  display: flex;
  align-items: center;
  justify-content: center;
}

.play img {
  height: 14px;
  width: 12px;
}

.play-text h3 {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}

.play-text p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 124%;
  color: rgba(255, 255, 255, 1);
}

.play-section {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.fade-in {
  opacity: 0;
  transform: scale(0.98);
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.ctw-video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ctw-video-popup.active {
  display: flex;
}

.ctw-video-popup .popup-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.ctw-video-popup .popup-content video,
.ctw-video-popup .popup-content iframe {
  width: 100%;
  height: 100%;
}

.ctw-video-popup .close-popup {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1200px) {
  .li-flex {
    width: auto;
  }

  .thumbnail {
    padding: 220px 200px;
  }
}

@media (max-width: 992px) {
  .li-flex {
    width: auto;
  }

  .li-section p {
    font-size: 18px;
  }

  .flex-cont p {
    font-size: 13px;
  }

  .thumbnail {
    padding: 180px 150px;
  }

  .play-text h3 {
    font-size: 28px;
  }

  .play-text p {
    font-size: 18px;
  }

  .wrapped {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  ul.flex-add {
    gap: 16px;
  }

  .li-flex {
    width: 100%;
  }

  .flex-cont {
    padding: 18px;
  }

  .internal-flex {
    gap: 10px;
  }

  .li-section img {
    width: 28px;
    height: 28px;
  }

  .li-section p {
    font-size: 17px;
  }

  .thumbnail {
    padding: 140px 40px;
  }

  .play-text h3 {
    font-size: 24px;
    text-align: center;
  }

  .play-section {
    gap: 12px;
    position: relative;
    top: 30px;
  }

  .play {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .flex-cont {
    padding: 14px;
    border-radius: 18px;
  }

  .li-section p {
    font-size: 16px;
  }

  .flex-cont p {
    font-size: 12px;
  }

  .thumbnail {
    padding: 120px 24px;
    border-radius: 12px;
  }

  .play {
    padding: 20px;
  }

  .play-section {
    gap: 6px;
    position: relative;
    top: 30px;
    flex-direction: column;
  }
  .play img {
    width: 14px;
    height: 14px;
  }

  .play-text h3 {
    font-size: 20px;
  }

  .play-text p {
    font-size: 16px;
  }
}

/*  Business Tabs */
.tab-img {
  background-size: 100% !important;
/* background-size: cover; */
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 659px;
  width: 100%;
  border-radius: 16px;
  margin-top: 16px;
  padding: 58px;

  position: relative;
  overflow: hidden;

  transition: background-size 1.2s ease-in-out;
}

/* .tab-img.zoomed {
  background-size: 125% !important;	
} */

.inner-flex {
  display: flex;
  justify-content: flex-end;
}

.blur-box {
  display: flex;
  width: 50%;
  min-height: 543px;
  justify-content: space-between;
  border-radius: 16px;
  backdrop-filter: blur(74px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 48px;
}

.main-business-flex img {
  width: 175px;
  height: auto;
  object-fit: contain;
}

.inner-content p {
  font-family: inherit;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}

.left-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.img-sect img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

/* .name-sign #sign {
  font-family: Balig Script;
  font-weight: 400;
  font-style: Regular;
  font-size: 35px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 2px solid #fff;
  animation: typewriter 4s steps(30) infinite,
    cursorBlink 0.6s step-end infinite;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 150px;
  } 
}

@keyframes cursorBlink {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
  100% {
    border-color: transparent;
  }
} */

.name-sign #sign {
  font-family: "Balig Script";
  font-size: 35px;
  color: #fff;
  white-space: nowrap;

  padding-left: 12px;     
  margin-left: -12px;      
  box-sizing: content-box;

  border-right: 2px solid #fff;

  animation: typewriter 4s steps(30) infinite,
             cursorBlink 0.6s step-end infinite;
	
    overflow: hidden;
    padding-top: 8px;
	margin-top: 0px;
}

@keyframes typewriter {
  from { width: 0; }
  to   { width: 150px; }
}

@keyframes cursorBlink {
  0%, 100% { border-color: transparent; }
  50% { border-color: #fff; }
}



.name-sign #desg {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.4);
	margin-top: 3px;
}

.business-btn a {
  text-decoration: none;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  padding: 16px;
  width: fit-content;
  background: rgba(235, 230, 255, 1);
}

.business-btn a p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(110, 48, 253, 1);
}

.business-btn a img {
  width: 12px !important;
  height: 12px !important;
  position: relative;
  top: 2px;
}

.business-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.internal-tabs-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.li-content {
  display: flex;
  justify-content: center;
  gap: 4.5px !important;
  opacity: 1;
  gap: 22px;
  border-radius: 24px;
  padding: 24px;
  background-color: rgba(248, 247, 255, 1);
  align-items: center;
}

.li-content img {
  width: 16px;
  height: 16px;
}

.li-content p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 124%;
  text-align: center;
  color: rgba(128, 128, 128, 1);
}

.flex-add {
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.li-flex-blur .li-content {
  background: none !important;
  cursor: pointer;
}

.li-flex-blur.active-tab .li-content {
  background-color: rgba(248, 247, 255, 1) !important;
  cursor: pointer;
}

.li-flex-blur.active-tab .li-content p {
  color: rgba(18, 12, 43, 1);
}

.li-flex-blur.active-tab .li-content img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(73%) saturate(5752%)
    hue-rotate(237deg) brightness(8%) contrast(100%);
}

/* Button wrapper anchor layout */
.business-btn .zgy-btn {
  text-decoration: none;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  padding: 16px;
  width: fit-content;
  background: rgba(235, 230, 255, 1) !important;
}

/* Text styling for animated text */
.business-btn .zgy-btn .zen-text {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(110, 48, 253, 1);
}

@media (min-width: 768px) {
    .tab-img.zoomed {
        background-size: 125% !important;
    }
}

@media (max-width: 768px) {
    .tab-img.zoomed {
        background-size: cover !important;
    }
}

/* ================================
   RESPONSIVE: LARGE TABLETS (≤1200px)
   ================================ */
@media (max-width: 1200px) {
  .blur-box {
    width: 60%;
    padding: 36px;
  }

  .inner-content p {
    font-size: 28px;
  }

  .tab-img {
    padding: 40px;
    min-height: 540px;
  }
}

/* ================================
   RESPONSIVE: TABLETS (≤992px)
   ================================ */
@media (max-width: 992px) {
  .blur-box {
    width: 70%;
    min-height: 450px;
    padding: 32px;
  }

  .inner-content p {
    font-size: 26px;
  }

  .main-business-flex img {
    width: 200px;
  }

  .business-bottom {
    flex-direction: column;
    gap: 24px;
  }

  .tab-img {
    padding: 32px;
    min-height: 480px;
  }

  .li-content p {
    font-size: 18px;
  }

  .li-content {
    padding: 18px;
  }

  ul.flex-add {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 12px;

    scrollbar-width: none;
  }

  ul.flex-add::-webkit-scrollbar {
    display: none;
  }

  /* prevent li from shrinking weirdly */
  ul.flex-add li {
    flex: 0 0 auto;
  }
}

/* ================================
   RESPONSIVE: SMALL TABLETS (≤768px)
   ================================ */
@media (max-width: 768px) {
  ul.flex-add {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .tab-img {
    padding: 26px;
	 background-size: cover !important;
    min-height: 420px;
  }

  .blur-box {
    width: 100%;
    padding: 24px;
    min-height: 450px;
    justify-content: center;
  }

  .internal-tabs-container {
    gap: 20px;
  }

  .inner-content p {
    font-size: 32px;
  }

  .business-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .name-sign #sign {
    font-size: 28px;
  }

  .name-sign #desg {
    font-size: 14px;
  }

  ul.flex-add {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 12px;

    scrollbar-width: none;
  }

  ul.flex-add::-webkit-scrollbar {
    display: none;
  }

  /* prevent li from shrinking weirdly */
  ul.flex-add li {
    flex: 0 0 auto;
  }
}

/* ================================
   RESPONSIVE: MOBILE (≤576px)
   ================================ */
@media (max-width: 576px) {
  .li-content {
    padding: 14px;
    gap: 12px;
  }

  .li-content p {
    font-size: 16px;
  }

  .tab-img {
    padding: 18px;
    min-height: 380px;
  }

  .blur-box {
    padding: 20px;
    border-radius: 12px;
  }

  .inner-content p {
    font-size: 20px;
    line-height: 130%;
  }

  .main-business-flex img {
    width: 150px;
  }

  .img-sect img {
    width: 40px;
    height: 40px;
  }

  .business-btn a {
    padding: 14px;
    gap: 6px;
  }

  .business-btn a p {
    font-size: 14px;
  }
}

/* ================================
   RESPONSIVE: SMALL MOBILE (≤400px)
   ================================ */
@media (max-width: 400px) {
  .li-content {
    padding: 10px;
    gap: 8px;
  }

  .li-content p {
    font-size: 14px;
  }

  .main-business-flex img {
    width: 130px;
  }

  .inner-content p {
    font-size: 18px;
  }

  .name-sign #sign {
    font-size: 24px;
  }

  .name-sign #desg {
    font-size: 13px;
  }

  .business-btn a {
    padding: 12px;
  }
}

/* Business Tabs Ends  */
.tab-lat {
  gap: 22px;
  border-radius: 24px;
  padding: 24px;
  width: auto;
  cursor: pointer;
}

.tab-lat-internal {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tab-image img {
  width: 24px;
  height: 24px;
  color: rgba(128, 128, 128, 1);
}

.tab-reads #read-one {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: rgba(97, 97, 97, 1);
}

.tab-reads #read-two {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: rgba(179, 179, 179, 1);
}

.tab-image-new img {
  height: auto;
  width: 100%;
  margin-top: 16px;
  display: block;
}

[data-tabs-target="panel"] {
  width: 100%;
  display: block;
  padding-top: 20px;
}

.active-tab {
  border-radius: 24px;
  background-color: rgba(248, 247, 255, 1);
}

.fade-in {
  opacity: 0;
  transform: scale(0.98);
  animation: fadeIn 0.8s ease forwards;
}

/* ACTIVE TAB COLORS */
.active-tab .tab-image img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%)
    hue-rotate(245deg) brightness(90%);
}

.active-tab .tab-reads #read-one {
  color: rgba(110, 48, 253, 1) !important;
}

.active-tab .tab-reads #read-two {
  color: #000 !important;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.flex-extra {
  justify-content: center;
  gap: 8px;
}

/* Animate icon whenever its tab becomes active */
.active-tab .tab-image img {
  animation: bounceIcon 0.45s ease;
  transform-origin: center;
}

@keyframes bounceIcon {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

/* ================================
   RESPONSIVE MEDIA QUERIES
================================ */

/* ---- Large Tablets (max-width: 1024px) ---- */
@media (max-width: 1024px) {
  .tab-lat {
    padding: 20px;
    gap: 18px;
  }

  .tab-reads #read-one {
    font-size: 17px;
  }

  .tab-reads #read-two {
    font-size: 16px;
  }

  .flex-extra {
    gap: 12px;
  }
}

@media (max-width: 992px) {
  .wrapped {
    flex-wrap: wrap;
  }

  .flex-extra {
    gap: 8px;
    justify-content: flex-start;
  }
}

/* ---- Tablets (max-width: 768px) ---- */
@media (max-width: 768px) {
  ul.flex-extra {
    justify-content: center;
    gap: 16px;
  }

  .tab-lat {
    width: auto;
    padding: 18px;
    gap: 16px;
  }

  .tab-lat-internal {
    gap: 12px;
  }

  .tab-reads #read-one {
    font-size: 16px;
  }

  .tab-reads #read-two {
    font-size: 15px;
  }

  .tab-image img {
    width: 22px;
    height: 22px;
  }

  .tab-image-new img {
    width: 90%;
    margin: auto;
  }
}
.li-flex-blur.active-tab .li-content p {
  color: rgba(18, 12, 43, 1);
}
.li-flex-blur.active-tab .li-content img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(73%) saturate(5752%)
    hue-rotate(237deg) brightness(8%) contrast(100%);
}

/* ---- Mobile (max-width: 640px) ---- */
@media (max-width: 640px) {
  ul.flex-extra {
    flex-direction: column;
    gap: 14px;
  }

  .li-flex {
    width: auto;
    display: flex;
    justify-content: center;
  }

  .tab-lat {
    width: 100%;
    padding: 16px;
    gap: 14px;
  }

  .tab-lat-internal {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .tab-image img {
    width: 20px;
    height: 20px;
  }

  .tab-reads #read-one {
    font-size: 15px;
  }

  .tab-reads #read-two {
    font-size: 14px;
  }

  /* Panels */
  [data-tabs-target="panel"] {
    padding-top: 16px;
  }

  .tab-image-new img {
    width: 100%;
    border-radius: 12px;
  }
}

/* ---- Small Mobile (max-width: 480px) ---- */
@media (max-width: 480px) {
  .tab-lat {
    padding: 14px;
    border-radius: 18px;
  }

  .tab-image img {
    width: 18px;
    height: 18px;
  }

  .tab-reads #read-one {
    font-size: 14px;
  }

  .tab-reads #read-two {
    font-size: 13px;
  }

  .tab-lat-internal {
    gap: 10px;
  }

  .tab-image-new img {
    width: 100%;
    margin-top: 12px;
  }
}

/* ======== Table Code ========== */
/* === Base Styling === */
.accordion-container {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

/* === Added for Responsiveness (only additions) === */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px 16px 0 0;
  position: relative; /* needed for chip absolute positioning inside */
}

.table-responsive table {
  width: 100%;
  min-width: 900px;
}

/* === Original Styles (unchanged) === */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

th,
td {
  padding: 10px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #0000001a;
}

td p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #111111;
  display: flex;
  gap: 8px;
}

td p img {
  height: 16px !important;
  width: 16px;
}

thead tr {
  background-color: #f7f7f7;
  border-bottom: none !important;
  box-shadow: none !important;
}

th {
  font-weight: 600;
  border-bottom: none !important;
  position: relative;
}

tr {
  border-bottom: 1px solid #0000001a;
}

.th-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #111111;
}

.zen-priser-table {
  display: flex;
  gap: 7px;
  align-items: center;
}

.zen-priser-table p {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  text-align: center;
}

.zen-priser-table img {
  height: 40px;
  width: 40px;
}

.th-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  color: #808080;
}

/* === Accordion Toggle (Enterprise cell) === */
.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: none !important;
  background-color: #f7f7f7;
  box-shadow: none !important;
  position: absolute;
  top: 55%;
  right: 2%;
}

.arrow-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.arrow-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

/* Accordion content open/close transition */
.accordion-content {
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/*
.accordion-content.active {
  max-height: 1000px !important;
} 

*/

.accordion-content {
  /* overflow: hidden; */
  transition: max-height 0.4s ease;
}

/* === Start Free Trial Button === */
.start-btn {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 16px;
  background-color: #120c2b;
  color: white !important;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.zen-fourth-btn {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 16px;
  background-color: white;
  color: #120c2b;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.start-btn:hover {
  background-color: white;
  color: #111111 !important;
}

/* === FEATURES ROW (no border-bottom) === */
tbody .features-row,
tbody .features-row td {
  border-bottom: 0 !important;
}

tbody .features-row {
  box-shadow: none;
}

/* === Show All Features Row === */
.show-all-row td {
  border: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  color: #111111;
}

.accordion-container.active .show-all-row td:first-child {
  color: #6e30fd;
}

/* === Dynamic Purple Column === */
/* FULL purple column */
.recommended-active {
  background-color: #6e30fd !important;
  color: #ffffff !important;
}

/* Ensure inner text turns white */
.recommended-active .th-title,
.recommended-active .th-subtitle,
.recommended-active p,
.recommended-active span {
  color: #ffffff !important;
}

/* TOP corners */
.accordion-container.active thead th.recommended-active:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* BOTTOM corners */
.accordion-container.active
  .accordion-content
  tr:last-child
  td.recommended-active {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* TOP border-radius for the recommended column header */
.accordion-container.active thead th.recommended-active {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.recommended-active a:hover {
  background-color: white !important;
  color: #000 !important;
}

.growth-chip {
  position: absolute;
  top: -16px;
  left: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-radius: 6px;
  padding: 4px 8px;
  background-color: #27c966;
  color: #111111;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: fit-content;
  z-index: 2;
  overflow: hidden;
}

.growth-chip::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: chipShimmer 2.2s infinite ease-in-out;
}

@keyframes chipShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}

thead,
tr,
th,
table,
.accordion-container {
  overflow: visible !important;
}

.relative.group {
  position: relative;
  display: inline-block;
	flex-shrink: 0;
}

/* Tooltip hidden by default */
.relative.group .info-up {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 8px;
  padding: 4px 12px;
  background: #6e30fd;
  color: white;
  font-size: 12px;
  width: 120px;
  font-weight: 500;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show on hover */
.relative.group:hover .info-up {
  opacity: 1;
  transform: translateX(-50%) translateY(8px);
}

.feature-btn {
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  vertical-align: middle;
  color: #808080;
}

.zen-priser-table {
  display: flex;
  gap: 7px;
  align-items: center;
}

.zen-priser-table p {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  text-align: center;
}

.zen-priser-table img {
  height: 40px;
  width: 40px;
}

tbody tr.hide {
  display: none !important;
}

tbody tr.show-all-row {
  display: table-row !important;
}

.pt-top {
  padding-top: 40px;
}

.pt-bottom {
  padding-bottom: 40px;
}

.accordion-container {
  position: relative; /* stays */
}

.arrow-btn {
  position: absolute;
  top: 50px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f7f7f7;
  padding: 10px 12px;
  border-radius: 8px;
  z-index: 1;
}

.accordion-container.active
  .accordion-content
  tr.show-all-row
  td.recommended-active {
  border-radius: unset;
  background-color: transparent !important;
}

.accordion-container.active .accordion-content tr:nth-last-child(2) {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Top corners for recommended column header */
.accordion-container.active thead th.recommended-active:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/*.table-responsive table col {
    min-width: unset !important;
    max-width: unset !important;
} 

*/

.zgy-empty-col {
  color: transparent !important;
  opacity: 1 !important;
  border-color: inherit !important;
  background-color: inherit !important;
  pointer-events: none;
}

.hidden {
  display: none;
}

/*
.arrow-btn.active {
    transform: rotate(180deg);
}
*/

/* Extend only visually, without affecting table layout */
.td-extend-down {
  position: relative;
  z-index: 10;
  overflow: visible;
}

.td-extend-down::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;

  /* extension amount */
  height: 14px;
  bottom: -14px;

  background: inherit;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.arrow-icon {
  transition: transform 0.22s ease;
  transform: rotate(0deg); /* down */
}

.arrow-icon.rotate {
  transform: rotate(180deg); /* up */
}

@media (max-width: 1199px) {
  .arrow-btn {
    position: absolute;
    top: 50px;
    right: 4px;
  }
}

@media (max-width: 991px) {
  .arrow-btn {
    position: absolute;
    top: 62px;
    right: 0px;
  }

  .accordion-content {
    overflow: visible;
  }
}

/* responsive adjustments */
@media (max-width: 768px) {
  .arrow-btn {
    right: 0px;
    width: 40px;
    height: 28px;
    top: 69px;
  }

  .accordion-content {
    overflow: visible;
  }
}

@media (max-width: 480px) {
  .arrow-btn {
    right: 0px;
    width: 40px;
    height: 28px;
    top: 69px;
  }
}

/* === Responsive Tweaks Only (no removals) === */
@media (max-width: 991px) {
  .accordion-container {
    margin: 1rem;
  }

  td p {
    padding-right: 16px;
    font-size: 13px;
  }

  .th-title {
    font-size: 14px;
  }

  .th-subtitle {
    font-size: 14px;
  }

  .zen-priser-table img {
    height: 30px;
    width: 30px;
  }

  .growth-chip {
    font-size: 10px;
    padding: 2px 6px;
  }

  th,
  td {
    padding: 8px 10px;
  }
}

@media (max-width: 640px) {
  .table-responsive table {
    min-width: 750px;
  }

  .accordion-container {
    margin: 1rem 0.5rem;
  }

  td p {
    font-size: 12px;
  }

  .start-btn,
  .zen-fourth-btn {
    font-size: 11px;
    padding: 4px 10px;
  }

  .accordion-content {
    max-height: 0;
    overflow: visible;
    transition: max-height 0.4s ease;
  }
}

.zgy-empty-col {
  color: transparent !important; /* Hide text */
  opacity: 1 !important; /* Keep cell visible */
  border-color: inherit !important; /* Keep borders */
  background-color: inherit !important; /* Keep background */
  pointer-events: none; /* Keep layout clean */
}

.zenegy-story-container {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}

.word {
  opacity: 0.25;
  display: inline-block;
  transition: opacity 0.2s ease-out;
  margin-right: 0.25em;
}

.images-container,
.images-container-new {
  gap: 2px;
}

.master-image-attr {
  min-height: 409px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

.master-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  width: 100%;
  padding: 32px;
}

.linkedin {
  display: flex;
  justify-content: flex-end;
}

.linkedin img {
  width: 26px;
  height: 26px;
  gap: 5.38px;
  border-radius: 37.69px;
}

.bio h4 {
  font-family: "Balig Script", cursive;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  color: white;
}

.bio p {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: white;
}

.master-image-one {
  background-image: url("photo-one.png");
}

.master-image-two {
  background-image: url("photo-two.png");
}

.master-image-three {
  background-image: url("photo-three.png");
}

.master-image-four {
  background-image: url("photo-four.png");
}

.master-image-five {
  background-image: url("photo-five.png");
}

.master-image-six {
  background-image: url("photo-six.png");
}

.master-image-seven {
  background-image: url("photo-seven.png");
}

.master-image-eight {
  background-image: url("photo-eight.png");
}

.images-container {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2px;
}

.images-container-new {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 1920px) {
  .master-image-attr {
    min-height: 650px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .images-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }

  .images-container-new {
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .images-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .images-container-new {
    grid-template-columns: repeat(4, 1fr);
  }

  .master-image-attr {
    min-height: 409px;
  }
}

@media (max-width: 1199px) {
  .images-container {
    grid-template-columns: repeat(3, 1fr);
    min-height: 300px;
  }

  .images-container-new {
    grid-template-columns: repeat(4, 1fr);
    min-height: 300px;
  }
}

@media (max-width: 767px) {
	
	.master-flex{
		padding: 16px;
	}
	
  .images-container {
    grid-template-columns: repeat(3, 1fr);
    min-height: 300px;
  }

  .images-container-new {
    grid-template-columns: repeat(2, 1fr);
    min-height: 300px;
  }
}

@media (max-width: 479px) {
  .images-container,
  .images-container-new {
    grid-template-columns: 1fr;
    min-height: 300px;
  }
}

/* Counter Widget CSS */
.counter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.counter-area p {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  color: #6e30fd;
  text-align: left;
}

.counter-area h4 {
  font-family: "Neue Montreal", Sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 66px;
  line-height: 110.00000000000001%;
  color: #111111;
  text-align: left;
}

@media (max-width: 1024px) {
  .counter-container {
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: center;
  }

  .counter-area h4 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .counter-container {
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
  }

  .counter-area {
    width: 45%;
    text-align: center;
  }

  .counter-area p,
  .counter-area h4 {
    text-align: center;
  }

  .counter-area h4 {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .counter-area {
    width: 100%;
  }

  .counter-area h4 {
    font-size: 32px;
  }

  .counter-area p {
    font-size: 16px;
  }
}

/* Zenegy Bar CSS */
.bar-one {
  gap: 8px;
  border-radius: 16px;
  padding: 24px;
  background-color: #f7f7f7;
}

.bar-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.bar-text {
  width: 50%;
}

.bar-text h2 {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 124%;
  color: #111111;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}

.bar-img-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bar-img-text p {
  font-family: inherit;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
}

.bar-img-text img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.bar-new-section {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.link-btn {
  background: #f0f0f0;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.link-btn img {
  height: 16px;
  width: 16px;
  display: block;

  transition: transform 0.3s ease, filter 0.3s ease;
}

.link-btn:hover img {
  transform: translate(2px, -2px) scale(1.1) rotate(10deg);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .bar-content {
    gap: 16px;
  }

  .bar-new-section {
    gap: 16px;
  }

  .bar-text h2 {
    font-size: 18px;
  }

  .bar-img-text p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .bar-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bar-text {
    width: 100%;
  }

  .bar-new-section {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .bar-text h2 {
    -webkit-line-clamp: 2;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .bar-one {
    padding: 16px;
  }

  .bar-text h2 {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .bar-new-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .bar-img-text p {
    font-size: 14px;
  }

  .link-btn {
    padding: 6px;
  }

  .link-btn img {
    width: 14px;
    height: 14px;
  }
}
.counter-area .counter-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.counter-area .zgy-counter-icon svg {
  width: 46px;
  height: 43.74493408203125px;
}

.elementor-widget-zenegy-table-widget:has(.zgy-plan-1) td {
    width: 40%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-1) th {
    width: 40%;
}

.elementor-widget-zenegy-table-widget:has(.zgy-plan-1) td:first-child {
    width: 60%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-1) th:first-child {
    width: 60%;
}

.elementor-widget-zenegy-table-widget:has(.zgy-plan-2) td {
    width: 25%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-2) th {
    width: 25%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-2) td:first-child {
    width: 50%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-2) th:first-child {
    width: 50%;
}

.elementor-widget-zenegy-table-widget:has(.zgy-plan-3) td {
    width: 25%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-3) th {
    width: 25%;
}

.elementor-widget-zenegy-table-widget:has(.zgy-plan-3) td:first-child {
    width: 50%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-3) th:first-child {
    width: 50%;
}

/* 4 COLS */

.elementor-widget-zenegy-table-widget:has(.zgy-plan-4) td {
    width: 20%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-4) th {
    width: 20%;
}

.elementor-widget-zenegy-table-widget:has(.zgy-plan-4) td:first-child {
    width: 20%;
}
.elementor-widget-zenegy-table-widget:has(.zgy-plan-4) th:first-child {
    width: 20%;
}
