.card-slider {

  .slider-container {
    width: 360px;
    height: 460px;
    position: relative;
    perspective: 1000px;

    .card {
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #8b5cf6, #6366f1, #4f46e5);
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 30px;
      text-align: center;
      color: white;
      opacity: 0;
      transform: scale(0.8);
      transition: transform 0.6s ease, opacity 0.6s ease;

      .icon {
        font-size: 60px;
        margin-bottom: 20px;
      }

      p {
        color: #f5f5f5;
      }


      &.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
      }

      &.prev {
        opacity: 0.5;
        transform: translateX(-100%) scale(0.85);
        z-index: 1;
      }

      &.next {
        opacity: 0.5;
        transform: translateX(100%) scale(0.85);
        z-index: 1;
      }
    }
  }
}

a {
  color: #151515;
  text-decoration: none;
}

.w--current,
header a:hover,
.footer a:hover {
  color: #FF622B !important;
}

.logo {
  width: 140px;
}

section.privacy-content.terms {
  padding-bottom: 30px;
}

.ledger-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;

  .ledger-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    padding: 24px;
    transition: 0.3s;

    .ledger-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;

      h1 {
        font-size: 1.5rem;
        margin: 0;
      }

      p {
        font-size: 0.9rem;
        color: #6b7280;
        margin: 4px 0 0 0;
      }

      .sync-btn {
        background: #2563eb;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 10px 16px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.25s;

        &:hover {
          background: #1d4ed8;
        }
      }
    }

    .ledger-status {
      margin-top: 16px;
      display: flex;
      justify-content: space-between;
      font-size: 0.9rem;
      color: #6b7280;

      .status-label {
        font-weight: 600;
        color: #2563eb;
      }
    }

    .progress-bar {
      width: 100%;
      height: 10px;
      background: #e0e7ff;
      border-radius: 8px;
      overflow: hidden;
      margin-top: 12px;

      div {
        width: 0%;
        height: 100%;
        background: linear-gradient(90deg, #2563eb, #60a5fa);
        transition: width 0.4s ease;
      }
    }

    .ledger-content {
      margin-top: 20px;

      .transaction-list {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 260px;
        overflow-y: auto;

        li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: #f9fafb;
          border-radius: 8px;
          padding: 12px;
          margin-bottom: 8px;
          transition: 0.25s;

          &:hover {
            background: #eef2ff;
          }

          .tx-name {
            font-weight: 600;
          }

          .tx-status {
            font-size: 0.85rem;
            color: #6b7280;
          }
        }
      }
    }

    .ledger-footer {
      margin-top: 16px;
      text-align: center;
      font-size: 0.85rem;
      color: #6b7280;

      button {
        background: none;
        border: none;
        color: #2563eb;
        font-weight: 600;
        cursor: pointer;
      }
    }
  }
}


@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");

.payout-slider * {
  box-sizing: border-box;
}

.payout-slider {

  display: flex;
}

.payout-slider .blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 450px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .payout-slider .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .payout-slider .blog-slider {
    height: 450px;
  }
}

.payout-slider .blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider__item {
    flex-direction: column;
  }
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.payout-slider .blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.payout-slider .blog-slider__img {
  /* width: 300px; */
  flex-shrink: 0;
  /* height: 300px; */
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  position: relative;
}

.payout-slider .blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  border-radius: 20px;
  opacity: 0.8;
}

.payout-slider .blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .payout-slider .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .payout-slider .blog-slider__img {
    height: 270px;
  }
}

.payout-slider .blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .payout-slider .blog-slider__content {
    padding: 0;
  }
}

.payout-slider .blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.payout-slider .blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.payout-slider .blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.payout-slider .blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.payout-slider .blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .payout-slider .blog-slider__button {
    width: 100%;
  }
}

.payout-slider .blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.payout-slider .blog-slider .swiper-pagination-custom,
.payout-slider .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.payout-slider .blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.payout-slider .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.payout-slider .blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.payout-slider .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fc8e3a;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .payout-slider .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}





.dashboard {
  background: #fff;

  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  header {
    text-align: center;
    margin-bottom: 40px;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    grid-template-areas:
      "identity document"
      "bank document"
      "approval approval";
  }

  .card {
    background: #f9fafb;
    border-radius: 14px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.4s ease;



    .progress {
      width: 100%;
      height: 6px;
      background: #e5e7eb;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px;

      .bar {
        width: 0%;
        height: 100%;
        background: linear-gradient(90deg, #60a5fa, #3b82f6);
        border-radius: 10px;
        transition: width 0.3s ease;
      }
    }

    .status-badge {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 6px 12px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 0.85rem;
      background: #fef3c7;
      color: #92400e;

      &.pending {
        background: #fef3c7;
        color: #92400e;
      }

      &.verifying {
        background: #dbeafe;
        color: #1e3a8a;
        animation: pulse 1.5s infinite;
      }

      &.verified {
        background: #dcfce7;
        color: #166534;
        border-color: #22c55e;
      }
    }
  }

  .small:nth-child(1) {
    grid-area: identity;
  }

  .small:nth-child(2) {
    grid-area: bank;
  }

  .large {
    grid-area: document;
    min-height: 300px;
  }

  .wide {
    grid-area: approval;
    min-height: 130px;
  }

  @keyframes pulse {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0.6;
    }

    100% {
      opacity: 1;
    }
  }
}






.dashboard-wrap {
  width: 100%;
  max-width: 1100px;

  .dash-header {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    h1 {
      margin: 0;
      font-size: 1.25rem;
    }

    .muted {
      color: #6b7280;
    }

    .small {
      font-size: 0.85rem;
    }
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.16s ease, box-shadow 0.16s ease;

    &:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
    }

    .card-top {
      display: flex;
      justify-content: space-between;
      align-items: center;

      .card-title {
        font-weight: 600;
      }

      .card-delta {
        font-size: 0.85rem;
        color: #2563eb;
        font-weight: 700;
      }
    }

    .card-value {
      font-size: 1.6rem;
      font-weight: 800;
      color: #0f172a;
      margin-top: 6px;
    }

    .card-chart {
      height: 52px;
      width: 100%;
      border-radius: 8px;
      background: linear-gradient(180deg, #fbfdff, #f7fbff);
      display: flex;
      align-items: center;
      padding: 8px;
      margin-top: 8px;
      overflow: hidden;

      .sparkline {
        width: 100%;
        height: 100%;
      }
    }

    .card-foot {
      margin-top: auto;
      font-size: 0.85rem;
      color: #6b7280;
    }
  }

  .btn {
    background: #fc8e3a;
    color: white;
    border: 0;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.14);
  }

  /* responsive */
  @media (max-width: 980px) {
    .cards-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 640px) {
    .cards-grid {
      grid-template-columns: 1fr;
    }

    .dash-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
    }
  }
}


.vendor-dashboard {
  width: 100%;


  .dashboard-header {
    text-align: center;
    margin-bottom: 30px;

    p {
      color: #6b7280;
      font-size: 1rem;
      margin-top: 6px;
    }
  }

  .dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }

  .card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;

    &:hover {
      transform: translateY(-4px);
    }

    h3 {
      margin: 0 0 10px;
      font-size: 1.1rem;
    }

    .balance-amount {
      font-size: 2rem;
      font-weight: 700;
      color: #2563eb;
    }

    .payout-amount {
      font-size: 1.8rem;
      font-weight: 700;
      color: #10b981;
      margin-bottom: 15px;
    }

    .btn {
      background: #fc8e3a;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 10px 18px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;

      &:hover {
        background: #fc8e3a;
      }
    }
  }

  .vendor-list {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid #e5e7eb;
      font-size: 0.95rem;

      &:last-child {
        border-bottom: none;
      }
    }
  }

  .feed {
    height: 150px;
    overflow-y: auto;
    background: #f9fafb;
    border-radius: 10px;
    padding: 10px;
    font-size: 0.9rem;

    .feed-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 6px;
      border-bottom: 1px solid #e5e7eb;
      padding-bottom: 4px;

      span:last-child {
        color: #10b981;
        font-weight: 600;
      }

      &.fail span:last-child {
        color: #ef4444;
      }
    }
  }

  @media (max-width: 700px) {
    .dashboard-header {
      h1 {
        font-size: 1.4rem;
      }
    }

    .card {

      .balance-amount,
      .payout-amount {
        font-size: 1.6rem;
      }
    }
  }
}



.Contact-Content {
  /* Base reset */

  .contact-bg {

    background: linear-gradient(135deg, #fc8e3a 0%, #fff2e9 60%, #fc8e3a 100%);
  }

  /* Header / Hero */
  .contact-header {

    padding: 56px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact-header-text {
    max-width: 640px;
    color: #2c1550;
  }

  .contact-header-text h1 {
    font-size: 38px;
    margin-bottom: 8px;
  }

  .contact-header-text p {
    font-size: 18px;
    color: #4b3b5a;
  }

  .hero-illustration img {
    max-width: 420px;
    height: auto;
    display: block;
  }

  /* Tabs (pill) */
  .contact-tabs {
    display: flex;
    gap: 0;
    justify-content: center;
    background: #fff;
    width: fit-content;
    margin: -36px auto 28px;
    border-radius: 60px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(41, 45, 50, 0.06);
    overflow: hidden;
  }

  .tab {
    background: transparent;
    border: none;
    padding: 14px 28px;
    color: #5c2b87;
    cursor: pointer;
    font-size: 15px;
    border-right: 1px solid #eeeeee;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
  }

  .tab:last-child {
    border-right: none;
  }

  .tab:hover {
    transform: translateY(-2px);
  }

  .tab.active {
    background: linear-gradient(180deg, #fc8e3a, #fc8e3a);
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 0 6px 18px rgba(74, 42, 133, 0.06);
  }

  /* Content area */
  .content-area {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0 20px;
  }

  .tab-panel {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(18, 20, 22, 0.03);
    display: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    margin-bottom: 18px;
  }

  .tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  /* Forms */
  h2 {
    color: #2b0e55;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .tab-panel p {
    color: #5d4b6f;
    margin-bottom: 16px;
  }

  .form label {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    color: #4a2a85;
  }

  .form input,
  .form textarea,
  .form select {
    width: 100%;
    padding: 11px 12px;
    margin-top: 6px;
    border: 1px solid #e6e0ef;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #2d163f;
  }

  .phone-input {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .country-code {
    background: #fbfbfd;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #eee;
    font-weight: 600;
    color: #3a1b55;
    white-space: nowrap;
  }

  /* Buttons */
  .form-row {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .btn {
    padding: 11px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 700;
  }

  .btn.submit {
    background: linear-gradient(90deg, #fc8e3a, #fc8e3a);
    color: #fff;
    box-shadow: 0 8px 20px rgba(3, 150, 80, 0.12);
  }

  .btn.warn {
    background: linear-gradient(90deg, #ff8a65, #ff6f61);
    color: #fff;
  }

  /* info note */
  .info-note {
    margin-top: 12px;
    color: #5d4b6f;
    font-size: 14px;
  }

  .info-note a {
    color: #fc8e3a;
    text-decoration: none;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .contact-header {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      padding: 40px 16px;
    }

    .hero-illustration img {
      max-width: 80%;
    }

    .contact-tabs {
      width: 94%;
      margin-left: auto;
      margin-right: auto;
      flex-wrap: wrap;
      gap: 6px;
      padding: 6px;
    }

    .tab {
      flex: 1 1 auto;
      min-width: 160px;
      text-align: center;
      border-right: none;
      border-bottom: 1px solid #f0edf6;
    }

    .tab:last-child {
      border-bottom: none;
    }

    .content-area {
      padding: 0 14px;
    }
  }
}







.automation-section {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111827;

  .automation-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;

    header {
      h1 {
        margin: 0;
        font-size: 1.8rem;
      }

      p {
        color: #6b7280;
        margin-top: 8px;
        font-size: 1rem;
      }
    }

    .visual-flow {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 40px 0;
      position: relative;

      .flow-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;

        .icon-circle {
          width: 80px;
          height: 80px;
          background: #eef2ff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2rem;
          transition: transform 0.5s ease, background 0.4s ease;

          &.processing {
            background: #fff8eb;
          }

          &.record {
            background: #ecfdf5;
          }

          &.active {
            transform: scale(1.15);
            background: #2563eb;
            color: #fff;
          }
        }

        span {
          font-weight: 600;
          color: #6b7280;
          font-size: 0.9rem;
        }
      }

      .connector {
        position: relative;
        width: 100px;
        height: 4px;
        background: #dbeafe;
        border-radius: 8px;

        .pulse {
          position: absolute;
          width: 20px;
          height: 20px;
          background: #2563eb;
          border-radius: 50%;
          top: -8px;
          left: 0;
          opacity: 0;
          transform: scale(0.8);
        }
      }
    }

    .simulate-btn {
      background: #2563eb;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 12px 20px;
      font-weight: 600;
      font-size: 1rem;
      cursor: pointer;
      transition: 0.3s;

      &:hover {
        background: #1d4ed8;
      }
    }

    .record-list {
      margin-top: 30px;
      background: #f9fafb;
      border-radius: 10px;
      padding: 15px;
      max-height: 200px;
      overflow-y: auto;
      text-align: left;
      font-size: 0.95rem;

      .record-item {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid #e5e7eb;

        &:last-child {
          border-bottom: none;
        }

        span {
          color: #6b7280;
        }

        .success {
          color: #10b981;
          font-weight: 600;
        }
      }
    }
  }
}


/* Pulse animation */
@keyframes pulseMove {
  0% {
    left: 0;
    opacity: 0.6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
  }

  100% {
    left: calc(100% - 20px);
    opacity: 0.2;
    transform: scale(0.9);
  }
}

/* Responsive */
@media (max-width: 700px) {
  .automation-section {
    .automation-card {
      .visual-flow {
        flex-direction: column;
        gap: 25px;

        .connector {
          width: 4px;
          height: 80px;
        }
      }
    }
  }


  @keyframes pulseMove {
    0% {
      top: 0;
      opacity: 0.6;
    }

    100% {
      top: calc(100% - 20px);
      opacity: 0.2;
    }
  }
}


.instant-bg {
  background-image: url('../images/banner/home4-bg01.jpg');
  background-size: cover;
}

.section-sticky {
  position: sticky;
  top: 0;
}

.relative {
  position: relative;
  z-index: 1;
}

.form label.error {
  color: red;
  order: 3;
}

label.error {
  color: red;
}

.w-89 {
  width: 89% !important;
}

.input-icon {
  position: absolute;
  top: 0;
  top: 18px;
  right: 11px;
  font-size: 18px;
  line-height: 48px;
  text-align: left;
  color: #ED1D26;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
}

ul.d-flex.flex-column.tabLinks,
ul.d-grid.gap-2.gap-sm-3 {
  padding-left: 0;
}

.row {
  margin: 0;
}

.modern-items {
  padding: 20px;
}

header.header-section.header-section4.cus-bg1 {
  background: rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.8px);
  -webkit-backdrop-filter: blur(9.8px);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.cmn-header {
  border: 1px solid;
}

ul.crafting.d-grid.gap-md-4.gap-3.mb-xxl-10.mb-lg-8.mb-6 {
  padding-left: 0;
}

.scale-08 {
  scale: 0.8;
}

.how-wrok-mane-info {
  display: grid;
  grid-template-columns: 1fr;
}

.pricing-single-box:hover h5 {
  color: #ffff;
}

.text-hover:hover {
  color: #fc8e3a;
}

.pt-50 {
  padding-top: 80px;
}

.section-header-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.financial-about-thumb {
  scale: 0.7;
}

/* ===============================
   HEADER BASE
================================ */

.customise-header header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.customise-header .container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
}

.customise-header .logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2563eb;
  text-decoration: none;
}

/* ===============================
   NAVIGATION
================================ */

.customise-header nav {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.customise-header .nav-item {
  position: relative;
  white-space: nowrap;
}

.customise-header .nav-link {
  color: #151515;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s;
}

.customise-header .nav-link:hover {
  color: #fc8e3a;
}

.customise-header .nav-link.active {
  color: #fc8e3a;
  border-bottom: 2px solid #fc8e3a;
  display: inline-flex;
}

/* ===============================
   DROPDOWN
================================ */

.customise-header .dropdown-menu1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 1rem;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin-top: 0.5rem;
}

.customise-header .nav-item:hover .dropdown-menu1 {
  opacity: 1;
  visibility: visible;
  margin-top: 1rem;
}

.customise-header .dropdown-menu1 a {
  display: block;
  padding: 0.7rem 1rem;
  color: #4b5563;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s;
}

.customise-header .dropdown-menu1 a:hover {
  background: #eff6ff;
  color: #2563eb;
  transform: translateX(5px);
}

/* ===============================
   AUTH BUTTONS
================================ */

.customise-header .auth-buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.customise-header .btn {
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  white-space: nowrap;
}

.customise-header .btn-signup {
  background: #fc8e3a;
  color: #fff;
}

.customise-header .btn-signup:hover {
  background: #fff2e9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.customise-header .btn-signin {
  background: transparent;
  color: #fc8e3a;
  border: 2px solid #fc8e3a;
}

.customise-header .btn-signin:hover {
  background: #fff2e9;
  color: #fff;
  transform: translateY(-2px);
}

/* ===============================
   CONTACT LINK
================================ */

.customise-header .contact-link {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.customise-header .contact-link:hover {
  color: #2563eb;
}

/* ===============================
   MOBILE TOGGLE
================================ */

.customise-header .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.customise-header .mobile-toggle span {
  width: 25px;
  height: 3px;
  background: #2563eb;
  transition: all 0.3s;
  border-radius: 3px;
}

.customise-header .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.customise-header .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.customise-header .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 968px) {

  .customise-header header {
    padding: 1rem;
  }

  .customise-header .container {
    display: flex;
    justify-content: space-between;
  }

  .customise-header .mobile-toggle {
    display: flex;
  }

  .customise-header nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    gap: 0;
  }

  .customise-header nav.active {
    display: flex;
  }

  .customise-header .nav-item {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.5rem 0;
  }

  .customise-header .dropdown-menu1 {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0.5rem 0 0 1rem;
    opacity: 1;
    visibility: visible;
    margin-top: 0.5rem;
    display: none;
  }

  .customise-header .nav-item.active .dropdown-menu1 {
    display: block;
  }

  .customise-header .auth-buttons {
    width: 100%;
    flex-direction: column;
    padding: 1rem 0;
  }

  .customise-header .btn {
    width: 100%;
    text-align: center;
  }

  .customise-header .contact-link {
    padding: 0.5rem 0;
    display: block;
  }
}

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

.pb-60 {
  padding-bottom: 60px;
}

.w-100 {
  width: 100%;
  max-width: 90% !important;
}

.service-section.style-3 .service-single-box:hover *,
.pricing-section.style-3 .pricing-single-box:hover * {
  color: #f5f5f5 !important;
}

.fs-80 {
  font-size: 80px;
}

.policy-image {
  width: 150px;
  height: 150px;
}

.btn {
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  white-space: nowrap;
  background: transparent;
  color: #fc8e3a;
  border: 2px solid #fc8e3a;
}

.btn:hover {
  background-color: #fc8e3a;
  color: #fff;
}

.w-80 {
  max-width: 80% !important;
}

.footer-section .footer-bottom {
  border-top: 1px solid var(--bs-border-color);
  padding: 23px 0;
  background-color: #151515;
  position: relative;
  overflow: hidden;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.square-img {
  width: 600px;
  height: 460px !important;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.8;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}


.copyright.text-center * {
  color: #fff;
}

.sec-img.position-relative.py-10.py-lg-20.d-rtl img {
  scale: 1.2;
  width: 70%;
}




/* Syed css */

.m-right-0 {
  margin: 0 auto 0px !important;
}

.align-items-cneter {
  align-items: center;
}

.profile-info h5 {
  color: #fff;
}

.color-151515 {
  color: #151515 !important;
}

.bg0000 {
  background-color: #fff !important;
}

.w-100-2 {
  width: 100% !important;
}

.height-360 {
  height: 360px !important;
}

.leading-box-4 {
  border-radius: 500px 500px 500px 0px;
}

.pt-100 {
  padding-top: 100px !important;
}

.single-box a span:hover {
  color: #fc8e3a;
}

.customise-header {
  position: sticky;
  top: 0;
  z-index: 9999999;
}

/* Syed css end */