* {
  padding: 0px;
  margin: 0px;
}

@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* section{
    overflow: hidden;
} */

:root {
  --hea: #10262d;
  --heablue: #0036a5;
  --button: #0036a5;
  --para: #525252;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

/* mobile nav */
/* HEADER */
.ci-new-mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.ci-new-mobile-logo {
  width: 140px;
}

/* TOGGLE */
.ci-new-mobile-toggle {
  font-size: 26px;
  cursor: pointer;
}

/* OVERLAY */
.ci-new-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

.ci-new-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* MENU PANEL */
.ci-new-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: 0.4s ease;
  z-index: 999;
}

/* ACTIVE */
.ci-new-mobile-menu.active {
  right: 0;
}

/* TOP BAR */
.ci-new-mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.ci-new-mobile-close {
  font-size: 20px;
  cursor: pointer;
}

/* LINKS */
.ci-new-mobile-menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  transition: 0.3s;
}

.ci-new-mobile-menu a:hover {
  color: #263476;
  transform: translateX(5px);
}

/* BUTTON */
.ci-new-mobile-btn {
  background: #000;
  color: #fff !important;
  padding: 12px;
  border-radius: 25px;
  text-align: center;
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .ci-new-nav-section {
    display: none;
  }

  .ci-new-mobile-header {
    display: flex;
  }
}

/* nav section */

.ci-new-nav-section {
  background-color: #fafafa;
  padding: 20px 0px;

  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;

  z-index: 1000; */
}

.ci-new-nav-section .row {
  display: flex;
  align-items: center;
}

.ci-new-menu-fl {
display: flex;
    gap: 30px;
    margin-left: 40px;
        justify-content: center;
}

.ci-new-menu-a {
  color: #535353;
  font-size: 17px;
  font-family: "Mona Sans", sans-serif;
  transition: 0.3s;
}
.ci-new-menu-a:hover {
  color: #263476;
}
.ci-new-nav-section-div-bta{
        text-align: end;
}

.ci-new-nav-section-btn {
  background-color: #000000; /* black */
  color: #fff; /* text white */
  padding: 12px 40px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #000000;
  transition: 0.3s;
}

.ci-new-nav-section-btn:hover {
  background-color: #fafafa;
  color: #000000; /* hover effect */
  border: 1px solid #000000;
  transition: 0.3s;
}

.ci-new-nav-section-logo {
width: auto;
}

/* banner section */
.ci-new-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci-new-progress-header p {
  margin: 0;
  font-size: 14px;
}

.ci-new-saved {
  font-size: 13px;
  color: #d1d1d1;
}

.insi-p-ci {
  margin: 0px;
  color: #ffffffb2;
  font-size: 13px;
}
.insi-p-ci-h4 {
  font-size: 16px;
}

/* HERO */
.ci-new-banner-section {
  position: relative;
  height: 90vh;
  overflow: hidden;
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/ci-bacground-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

/* CONTAINER */
.ci-new-banner-wrapper {
  width: 90%;
  margin: auto;
  height: 100%;
  position: relative;
}

/* LEFT CONTENT */
.ci-new-banner-left {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 45%;
  color: #fff;
  z-index: 2;
}

.ci-new-banner-left-mian-h1 {
  font-size: 45px;
  font-weight: 700;
  color: #ffff;
}

.ci-new-banner-left span {
  color: #ff4d4d;
}

.ci-new-banner-left p {
  margin: 40px 0;
  color: #ffffff;
}

/* BUTTONS */
.ci-new-banner-btns a {
  padding: 15px 22px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
}

.ci-new-banner-btn-primary {
  background: #4259b7;
  color: #fff;
  border: 1px solid #4259b7;
  transition: 0.3s;
}
.ci-new-banner-btn-primary:hover {
  border: 1px solid #4259b7;
  color: #4259b7;
  background-color: transparent;
}
.ci-new-banner-btn-outline {
  border: 1px solid #0a0a1466;
  color: #fff;
  background: #0a0a1466;
  transition: 0.3s;
}

.ci-new-banner-btn-outline:hover {
  border: 1px solid #0a0a1466;
  color: #000000;
  background-color: transparent;
}
/* RIGHT IMAGE (MAIN FIX) */
.ci-new-banner-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ci-new-banner-right img {
  /* height: 95%; */
  width: 75%;
  object-fit: contain;
  animation: ci-new-banner-fadeup 1s ease;
}

/* CARD 1 */

.se-col-divv {
  margin-top: 24px;
}
.ci-new-banner-card-insight {
  position: absolute;
  right: 2%;
  top: 15%;
  background: #0a0a1466;

  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 12px;
  color: #fff;
  animation: ci-new-banner-float 3s infinite;
}

.ci-new-banner-card-insight span {
  color: #10b981;
}

/* CARD 2 */
.ci-new-banner-card-progress {
  position: absolute;
  right: 32%;
  bottom: 15%;
  background: #0a0a1466;

  backdrop-filter: blur(10px);
  padding: 15px;
  border-radius: 12px;
  color: #fff;
  width: 240px;
  animation: ci-new-banner-float 4s infinite;
}

/* PROGRESS */
.ci-new-banner-progress-bar {
  height: 6px;
  background: #333;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.ci-new-banner-progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #10b981;
  border-radius: 10px;
  transition: width 1.5s ease;
}

/* ANIMATION */
@keyframes ci-new-banner-fadeup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ci-new-banner-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .ci-new-banner-left {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .ci-new-banner-right {
    position: relative;
    width: 100%;
    height: auto;
  }

  .ci-new-banner-right img {
    width: 80%;
    height: auto;
  }

  .ci-new-banner-card-insight,
  .ci-new-banner-card-progress {
    display: none;
  }
}

/* tab section */
.si-new-process-section {
  /* padding: 80px 0 90px; */
  padding: 80px 0px;
}

/* ===== HEADING ===== */
.si-new-process-section .si-np-title {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.si-new-process-section .si-np-quote-top {
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 17px;
  margin-bottom: 18px;
}

.si-new-process-section .si-np-desc {
  text-align: center;
  color: var(--para);
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto 44px;
  line-height: 1.75;
}

/* ===== TAB PILL WRAPPER ===== */
.si-new-process-section .si-np-tab-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}

.si-new-process-section .si-np-tab-pills {
  background: #ededf2;
  border-radius: 40px;
  padding: 14px 15px;
  display: inline-flex;
  gap: 4px;
  list-style: none;
  margin: 0;
}

.si-new-process-section .si-np-tab-pills .si-np-tab-item .si-np-tab-btn {
  border: none;
  background: transparent;
  border-radius: 40px;
  padding: 14px 45px;

  font-size: 17px;
  font-weight: 600;
  color: #535353;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
  white-space: nowrap;
}

.si-new-process-section
  .si-np-tab-pills
  .si-np-tab-item
  .si-np-tab-btn.si-np-active,
.si-new-process-section .si-np-tab-pills .si-np-tab-item .si-np-tab-btn:hover {
  background: #e66165;
  color: #fff;
  box-shadow: 0 4px 14px rgba(224, 92, 106, 0.3);
}

/* ===== TAB CONTENT CARD ===== */
.si-new-process-section .si-np-tab-content-area {
  background: #ffffff;
  border-radius: 14px;
  /* box-shadow: 0 4px 32px rgba(45, 58, 110, 0.07); */
  overflow: hidden;
}

/* ===== PANE ===== */
.si-new-process-section .si-np-pane {
  display: none;
}
.si-new-process-section .si-np-pane.si-np-pane-active {
  display: block;
}

/* ===== CONTENT INSIDE PANE ===== */
.si-new-process-section .si-np-content-wrap {
  padding: 44px 48px 44px 44px;
}

.si-new-process-section .si-np-body-text {
  color: #535353;

  font-size: 17px;
  margin-bottom: 28px;
}

/* ===== BLOCKQUOTE ===== */
.si-new-process-section .si-np-blockquote {
  background: linear-gradient(90deg, #f0f2ff 0%, #ffffff 100%);

  border-radius: 10px;
  padding: 30px 24px;
  margin-bottom: 36px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.si-new-process-section .si-np-blockquote .si-np-bq-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2d3a6e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  letter-spacing: 0.02em;
}

.si-new-process-section .si-np-blockquote .si-np-bq-text {
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.6;
  margin: 0;
}

/* ===== CTA BUTTON ===== */
.si-new-process-section .si-np-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #4259b7;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 14px 30px;

  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
  margin-bottom: 12px;
}

.si-new-process-section .si-np-cta-btn:hover {
  background: #2d3a7e;
  color: #fff;
  transform: translateY(-1px);
}

.si-new-process-section .si-np-cta-btn .si-np-cta-arrow {
  font-size: 20px;
}

.si-new-process-section .si-np-cta-hint {
  font-size: 16px;
  color: #535353;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.h5-label-tabb {
  font-size: 17px;
  margin-bottom: 18px;
  color: #1e1e1e;
  font-weight: 600;
}

/* ===== IMAGE SIDE ===== */
.si-new-process-section .si-np-img-wrap {
  height: 100%;
  min-height: 360px;
}

.si-new-process-section .si-np-img-wrap img {
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

/* ===== FADE ANIMATION ===== */
@keyframes si-np-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.si-new-process-section .si-np-pane-active {
  animation: si-np-fadeIn 0.35s ease both;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .si-new-process-section .si-np-content-wrap {
    padding: 30px 24px;
  }
  .si-new-process-section .si-np-img-wrap {
    min-height: 220px;
  }
}

/* nwe tab */
.ulseparate-div {
  display: flex;
  flex-direction: column;
  gap: 12px; /* space between list and paragraph */
  width: 100%;
}

.ulseparate-div-ul {
  margin: 0;
  padding-left: 20px; /* proper bullet spacing */
  list-style: disc;
}

.ulseparate-div-li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.ulseparate-div p {
  margin: 0;
  line-height: 1.7;
  color: #535353;
  margin-bottom: 30px;
}

/* <!-- why cignix section --> */
.ci2-why-section {
  padding: 60px 0;
}

/* LEFT */
.ci2-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 96%;
}

.ci2-card {
  background: linear-gradient(
    143.33deg,
    #f1f3ff 2.26%,
    rgba(255, 255, 255, 0) 101.71%
  );

  border-radius: 14px;
  padding: 25px 20px;
  border: 1px solid #eaeaea;
}

.ci2-card-inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ci2-icon-img {
  width: 40px;
  height: 40px;
}

.ci2-icon {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #4b5bbf;
  flex-shrink: 0;
}

.ci2-icon-white {
  background-color: #fff;
  color: #fff;
}

.ci-new-why-h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #263476;
}
.ci-new-why-h6-ot {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}
.ci2-sub {
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 10px;
}

.ci2-card ul {
  padding-left: 16px;
  margin: 0;
}

.ci2-card ul li {
  font-size: 16px;
  margin-bottom: 4px;
  color: #535353;
      display: flex;
}

/* ACTIVE CARD */
.ci2-active {
  background: #4b5bbf;
  color: #fff;
  border: none;
}

.ci2-active .ci2-sub {
  color: #dcdfff;
}

.ci2-active ul li {
  color: #fff;
}

/* RIGHT */
.ci2-right {
  padding-left: 30px;
}

.ci2-right h2 {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
}

.ci2-right h5 {
  font-size: 25px;
  font-weight: 600;
  padding: 13px 0px;
  color: #1e1e1e;
  width: 80%;
}

.ci2-desc {
  font-size: 17px;
  color: var(--para);
  width: 80%;
}

.ci2-quote {
  padding: 18px 16px 14px 16px;

  /* padding: 10px 16px; */
  background: linear-gradient(90deg, #f0f2ff 0%, #ffffff 100%);
  border-radius: 10px;
  position: relative; /* IMPORTANT */
  border-radius: 10px;
  margin: 26px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* ICON */
.ci2-quote-icon {
  position: absolute;
  top: -12px; /* move above box */
  left: 14px; /* align left */

  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #263476;

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

/* IMAGE */
.ci2-quote-icon-imhh {
  width: 12px;
  height: 12px;
}

/* TEXT */
.ci2-quote p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.ci-loved-section-left-pa {
  color: var(--para);
  font-size: 17px;

  width: 85%;
}

.ci2-btn {
  display: inline-block;
  margin-top: 15px;
  background: #4259b7;
  border: 1px solid #4259b7;
  color: #fff;
  padding: 14px 22px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.ci2-btn:hover {
  border: 1px solid #4259b7;
  background-color: #ffffff;
  color: #4259b7;
}

.ci2-btn i {
  padding-left: 10px;
  transition: transform 0.3s ease; /* important */
  display: inline-block; /* IMPORTANT FIX */
}
.ci2-btn:hover i {
  transform: translateX(5px); /* move right */
}

.new-ci-why-ul-span {
  padding-right: 10px;
}

small {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #535353;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ci2-right {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* loved one section */

.ci-loved-section-left-h2 {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
}

.ci-loved-section {
  margin-top: 60px;
}

.ci-loved-section-left-h5 {
  font-size: 24px;
  font-weight: 600;
  padding: 12px 0px;
}

.ci-loved-section-left-p {
  color: var(--para);
  font-size: 17px;
  margin: 0;
  width: 85%;
}

.main-box-shi {
  padding: 13px 0px;
}

.ci-loved-section-left-img {
  width: 78%;
}

.ci-loved-section-right-con {
  margin-top: 30px;
}

/* addicoto meter section*/

.ci-addi-p-div-p {
  color: #535353;
}
.adic-ci-main-section {
  margin-top: 60px;
}

.whit-add-p {
  color: #fff;
}

.adic-ci-main-section-right-img {
  width: 85%;
  margin: 0 auto;
  display: flex;
}

.adic-ci-main-section .row {
  display: flex;
  align-items: center;
}
.ci-rihgt-add-ul {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  font-family: "Poppins", sans-serif;
}

.ci-rihgt-add-li {
  display: flex;
  align-items: center;
  align-items: flex-start; /* ðŸ”¥ important change */
}

.ci-rihgt-add-ul-img-sp {
  padding-right: 20px;
}

.ci-rihgt-add-ul-img {
  width: 25px;
  height: 25px;
}

.ci-rihgt-add-li-blue {
  color: #263476;
  font-size: 16px;
}

.blu-si-addd {
  font-weight: 600;
  color: #263476;
}

/* our app section */

.ci-new-app-section-left-bac {
  width: 490px;
  height: 590px;
  background-color: #4259b7;
  border-radius: 25px;
}

.ci-new-app-section {
  padding: 60px 0px;
  background-color: #eceef8;
  margin-top: 60px;
}
.ci-new-app-section .row {
  display: flex;
  align-items: center;
}

.ci-new-app-section-left-img {
  width: 92%;
  margin: 20px auto;
  display: flex;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ci-new-app-section-right-h2 {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
}
.ci-new-app-section-right-p {
  color: var(--para);
  font-size: 17px;
  width: 85%;
}

.ci-new-app-section-rig-img {
  width: 60%;
}

/* faq section */
.si-new-faqq-section {
  padding: 70px 0;
  background: #fff;
}

/* TITLE */
.si-new-faqq-title {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
  margin-bottom: 30px;
}

/* ITEM */
.si-new-faqq-item {
  border-bottom: 1px solid #7373734d;
  padding: 28px 0;
  cursor: pointer;
  transition: 0.3s;
}

/* QUESTION */
.si-new-faqq-question {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
}

/* ICON */
.si-new-faqq-icon {
  font-size: 22px;
  transition: 0.3s;
}

/* ANSWER */
.si-new-faqq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  color: #666;
  font-size: 15px;
}

/* ACTIVE */
.si-new-faqq-item.active .si-new-faqq-answer {
  max-height: 120px;
  margin-top: 10px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

.si-new-faqq-item.active .si-new-faqq-icon {
  transform: rotate(45deg);
}

/* HOVER */
.si-new-faqq-item:hover {
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .si-new-faqq-title {
    text-align: center;
  }
}

/*footer section */

.cigx-footer-main {
  background: #000000;
  color: #cccccc;
  padding: 60px 0 20px;
}

/* COLUMN spacing */
.cigx-footer-col {
  margin-bottom: 20px;
}

/* TITLE */
.cigx-footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

/* LIST */
.cigx-footer-list {
  list-style: none;
  padding: 0;
}

.cigx-footer-list li {
  margin-bottom: 10px;
}

.cigx-footer-list a {
  text-decoration: none;
  color: #aaa;
  font-size: 14px;
  transition: 0.3s;
}

.cigx-footer-list a:hover {
  color: #fff;
}

/* TEXT */
.cigx-footer-text {
  font-size: 14px;
  line-height: 1.6;
  color:#fff;
}

.cigx-mt {
  margin-top: 20px;
}
.soc-link-a{
color:#fff;
}

/* APP BUTTONS */
.cigx-footer-apps {
  display: flex;

  gap: 10px;
}

.cigx-footer-apps-img {
  width:unset;
}

/* SOCIAL */
.cigx-footer-social i {
  font-size: 18px;
  margin-right: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.cigx-footer-social i:hover {
  color: #fff;
}

.cigx-footer-bottom {
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #c8c8c89e;
  justify-content: center;
}

/* wrap for 2 line */
.cigx-powered-wrap {
  text-align: right;
  line-height: 1.4;
}

.cigx-powered {
  margin: 0;
}

.cigx-powered-atag {
  color: #c8c8c89e;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin-right: -5px;
}

.ci-foo-co-para {
  font-size: 15px;
}

.cigx-powered-atag:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .cigx-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .cigx-powered-wrap {
    text-align: center;
  }
}

/* testimoniel section */
.si-new-testi-section {
  background-color: #eceef8;
  padding: 60px 0px;
  margin-top: 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* ===== HEADING ===== */
.si-new-testi-section .si-testi-heading {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
  margin-bottom: 50px;
}

.test-img-iocn {
  width: 40px;
  height: 40px;
}

/* ===== SWIPER WRAPPER ===== */
.si-new-testi-section .si-testi-swiper-wrap {
  padding: 30px 10px 50px;
  position: relative;
}

/* ===== SWIPER SLIDE ===== */
.si-new-testi-section .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== CARD ===== */
.si-new-testi-section .si-testi-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  box-shadow: 0 8px 40px rgba(26, 32, 87, 0.1);
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  width: 100%;
  opacity: 0.75;
  transform: scale(0.9);
  border: 1.5px solid transparent;
}

.si-new-testi-section .swiper-slide-active .si-testi-card {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 16px 60px rgba(26, 32, 87, 0.18);
  border-color: rgba(26, 32, 87, 0.06);
}

/* ===== QUOTE ICON ===== */
.si-new-testi-section .si-testi-quote-icon {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 3.2rem;
  color: var(--si-quote-color);
  line-height: 1;

  pointer-events: none;
  user-select: none;
}

/* ===== TAG ===== */
.si-new-testi-section .si-testi-tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
  color: #ed1d24;
}
.si-new-testi-section .si-testi-tag-pink {
  background: #ffebec;

  color: #ed1d24;
}
.si-new-testi-section .si-testi-tag-blue {
  background: var(--si-tag2-bg);
  color: #1a6fa0;
}
.si-new-testi-section .si-testi-tag-green {
  background: var(--si-tag3-bg);
  color: #1a7a3f;
}

/* ===== QUOTE TEXT ===== */
.si-new-testi-section .si-testi-quote-main {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  color: #263476;
  line-height: 1.45;
  margin-bottom: 14px;
  margin-top: 20px;
  font-style: normal;
}

.si-new-testi-section .si-testi-quote-body {
  font-size: 17px;
  color: var(--si-body-color);

  margin-bottom: 0;
  padding-top: 15px;
}

/* ===== DIVIDER ===== */
.si-new-testi-section .si-testi-divider {
  border: none;
  border-top: 1.5px dashed #535353;
  margin: 22px 0 18px;
}

/* ===== AUTHOR ===== */
.si-new-testi-section .si-testi-author-name {
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 4px;
}

.si-new-testi-section .si-testi-author-meta {
  font-size: 0.83rem;
  color: #263476;
  font-weight: 500;
  font-size: 16px;
}

/* ===== NAVIGATION ===== */
.si-new-testi-section .si-testi-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.si-new-testi-section .si-testi-nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #8e98a8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.si-new-testi-section .si-testi-nav-btn:hover {
  background: #263476;
  border: color #263476;
  color: #fff;
}

.si-new-testi-section .si-testi-nav-btn:hover svg path {
  stroke: #ffffff;
}

.si-new-testi-section .si-testi-nav-btn svg {
  width: 18px;
  height: 18px;
}
.si-testi-tag-pink .si-new-testi-section .si-testi-nav-btn svg path {
  stroke: var(--si-nav-icon);
  transition: stroke 0.25s ease;
}

/* ===== SWIPER OVERRIDES ===== */
.si-new-testi-section .swiper {
  overflow: visible !important;
  padding: 0 !important;
}

.si-new-testi-section .si-testi-swiper-wrap {
  overflow: hidden;
}

.te-new-ci-bl {
  color: #1e1e1e;
}

/* Disabled nav buttons */
.si-new-testi-section .si-testi-nav-btn.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .si-new-testi-section {
    padding: 60px 0 50px;
  }
  .si-new-testi-section .si-testi-card {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}

/* choose who are section */

.fle-card-cinn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ci-arow-card-i {
  width: 40px;
  height: 40px;
}

.si-icon-imgg {
  width: 40px;
  height: 40px;
}
/* SECTION */
.zx-identity-sec {
  padding: 60px 0;
  background: #f7f7f7f7;
}

/* HEADER */
.zx-head {
  margin-bottom: 50px;
}

.zx-head h2 {
  font-size: 40px;
  color: #263476;
  font-weight: 600;
}

.zx-head p {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 600;
}

/* CARD BASE */
.zx-card {
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
  clip-path: path("M0 0 H85% Q100% 0 100% 15% V85% Q100% 100% 85% 100% H0 Z");
  transition: 0.3s;
  /* height: 100%; */
}

/* ICON */
.zx-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 22px;
}

/* TEXT */
.zx-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}

.zx-card p {
  font-size: 17px;
  margin-top: 15px;
  color: #535353;
}

/* ARROW */
.zx-arrow {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 60px;
  height: 60px;
  background: #4259b7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* COLORS */
.zx-blue {
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/blue.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.zx-yellow {
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/colour-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.zx-green {
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/colour-3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.zx-pink {
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/colour-4.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.zx-orange {
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/colour-5.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.zx-purple {
  background-image: url("https://cignix.com/wp-content/uploads/2026/04/colour-6.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* HOVER */
.zx-card:hover {
  transform: translateY(-5px);
}

/* MOBILE */

/* card hover anim */

/* Smooth transitions */
.zx-card .ci-arow-card-i,
.zx-card h4,
.zx-card .si-icon-imgg {
  transition: all 0.4s ease;
}

/* Hover effects */
.zx-card:hover .ci-arow-card-i {
  transform: rotate(118deg);
}

.zx-card:hover .fle-card-cinn h4 {
  color: #263476; /* blue */
}

/* Flip animation */
@keyframes flipIn {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}

@keyframes flipOut {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}

.zx-card:hover .si-icon-imgg {
  animation: flipIn 0.6s forwards;
}

.zx-card .si-icon-imgg {
  animation: flipOut 0.6s forwards;
}

/* side fixed video section */
/* HIDE INITIALLY */
.side-fixed-videi-section {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

/* SHOW AFTER SCROLL */
.side-fixed-videi-section.show {
  opacity: 1;
  visibility: visible;
}

/* BOX */
.si-fixed-video-box {
  position: relative;
  width: 160px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #000;
}

/* VIDEO */
.si-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* PLAY BUTTON */
.si-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 46px;
  height: 46px;
  border-radius: 50%;

  background: #fff; /* white background */
  color: #000; /* icon color */
  font-size: 20px;

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

  cursor: pointer;
  transition: 0.3s;
}

/* ICON */
.si-video-play i {
  color: #000;
}

/* HIDE WHEN PLAYING */
.si-fixed-video-box.playing .si-video-play {
  opacity: 0;
  visibility: hidden;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .si-fixed-video-box {
    width: 160px;
    height: 220px;
  }
}

/* media query */

@media screen and (max-width: 767px) {
  .si-new-process-section .si-np-tab-pills .si-np-tab-item .si-np-tab-btn {
    padding: 14px 15px;
  }
  .ci-new-app-section-left-bac {
    width: 100%;
  }
  .zx-card {
    margin-bottom: 25px;
  }

  .ci-new-banner-left-mian-h1 {
    font-size: 28px;
  }

  .ci-new-banner-section {
    height: 121vh;
  }
  .ci-loved-section-left-img {
    width: 99%;
  }
  .zx-head h2 {
    font-size: 30px;
  }
  .si-new-process-section .si-np-title {
    font-size: 30px;
  }
  .ci2-right h2 {
    font-size: 30px;
  }
  .ci-loved-section-left-h2 {
    font-size: 30px;
  }
  .si-new-testi-section .si-testi-heading {
    font-size: 30px;
  }
  .ci-new-app-section-right-h2 {
    font-size: 30px;
    margin-top: 25px;
  }
  .ci-new-app-section-rig-img {
    width: 75%;
    margin: 0 auto;
    display: flex;
  }
  .ci-loved-section-right {
    display: flex;
    flex-direction: column-reverse;
  }

  .ci-new-app-section-right-p {
    margin-bottom: 40px;
  }
  .lo-ci-bu-div {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .ci-new-banner-btns a {
    padding: 13px 11px;
    font-size: 14px;
  }

  .ci-new-banner-right img {
    display: none;
  }
  .ci-new-banner-wrapper {
    position: static;
  }
  .ci-new-app-section-left-bac {
    height: 418px;
  }

  .zx-arrow {
    top: 11px;
    right: 0px;
  }

  .side-fixed-videi-section {
    display: none;
  }

  .se-color-divv {
    margin-top: 0px;
  }

  .zx-card {
    margin-bottom: 25px;
  }
}