:root {
  --global--font-family: "Helvetica Neue", sans-serif;
  --colors--text-black: #2f2b43;
  --colors--text-gray: #475467;
  --colors--text-gray-dark: #3B4758;
  --colors--brand-primary: #9747FF;
  --colors--Primary--Purple: Purple;
  --colors--brand-secondary: #F7B500;
  --colors--black: black;
  --colors--gray--dark: #474545;
  --container-sizing--container-large: 1280px;
  --container-sizing--container-padding-x-large: 40px;
  --container-sizing--container-padding-x-small: 16px;
  --container-sizing--container-full: 100vw;
  --colors--white: #fff;
  --colors--white-snow: Snow - White;
  --colors--brand-hover: #ecdeff;
  --container-sizing--section-padding-y-large: 60px;
  --container-sizing--section-padding-y-medium: 60px;
  --container-sizing--section-padding-y-small: 40px;
  --colors--border: #eceae1;
  --colors--gray: #9f9a9a;
  --colors--border-invert: #ffffff1a;
  --colors--light-gray: #f9fafb;
  --container-sizing--container-small: 1080px;
}

body {
  font-family: "Helvetica Neue", sans-serif !important;
  padding-top: 120px;
}



@media screen and (max-width: 767px) {


  .nav-link {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }



  .footer-logo {
    height: 24px;
  }

  .navbar {
    margin-top: 64px;
  }

  .nav-island {
    padding: 6px 6px 6px 16px;
  }

  .nav-brand-link {
    padding-left: 0;
  }

  .nav-image-logo-gram {
    display: none;
  }

  .nav-menu {
    background-color: var(--colors--white);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px #2f2b431f;
  }

  .nav-menu-button {
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: var(--colors--light-gray);
    padding: 12px;
  }

  .nav-image-logo-full {
    width: auto;
    display: block;
  }
  .nav-button-wrapper {
    margin-top: 24px;
    padding-left: 12px;
    display: flex;
  }
}

.dropdown {
  position: static !important;
}

.img-responsive {
  max-width: 100%;
}
.dropdown-toggle::after {
  display: none !important;
}

.label-weight label {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #333;
}

.top-h {
  color: var(--Neutrals-Gray-02, #3B4758);
  /* text-align: right; */
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  margin-bottom: -18px;
}
.section-top h1 {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-family: "Helvetica Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: -0.54px;
  background: linear-gradient(0deg, #121212 0%, #000000 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0b0b0b00;
  position: relative;
}
p {
  /* color: var(--Neutrals-Gray-02, #3B4758); */
  /* text-align: center; */
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  letter-spacing: -0.3px;
  /* height: 52px; */
  overflow: hidden;
}
.w-94 {
  width: 94% !important;
}
.mt-125px {
  margin-top: -138px !important;
}
@media (max-width: 480px) {
.mt-125px {
  margin-top: -38px !important;
}
.banner-img-res{
  margin-top: 38px !important;
}
.agent_tab{
  margin-top: -38px !important;
}
}

.mt-4rem {
  margin-top: 4rem !important;
}
.button {
  background-color: var(--colors--white);
  color: var(--colors--brand-primary);
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
  transition: all 0.2s ease-in;
  box-shadow: 0 1px 3px #0003, 0 -1px #2f2b431a;
  position: relative;
}
.button.primary {
  z-index: 1;
  background: linear-gradient(263.07deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%);
  color: var(--colors--white);
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  font-weight: 600;
  height: 55px;
  padding: 24px 66px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
}
.button.primary-white {
  z-index: 1;
  background-color: var(--colors--light-gray);
  color: var(--colors--text-black) !important;
  border-radius: 5px;
  /* display: flex; */
  height: 45px;
  padding: 19px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in;
}
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
a.button:hover .arrow-icon {
  transform: translateX(4px) !important;
  /* Move arrow to the right */
}
a.button:hover {
  background-color: var(--colors--brand-hover) !important;
  color: var(--colors--black) !important;
}
.arrow-icon path {
  stroke: #FFFDFD !important;
  transition: stroke 0.3s ease !important;
}
a.button:hover .arrow-icon path {
  stroke: var(--colors--black) !important;
  /* Change to any color you want */
}
a.button:hover {
  background: linear-gradient(263.07deg, #9709f6 0.27%, #bb91f2 51.62%, #9316e6 100%);
  color: var(--colors--black) !important;
}
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.count-section-v4 {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.25);
  position: relative;
  margin-top: 50px;
  padding: 1.8rem;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2rem;
}
.sikka-gradients1 {
  /* background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%)); */
  background-color: #9747FF;
  padding: 1.5rem;
  background-image: url(../v4/images/hero_pattern2.png);
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: -117px;
  margin-bottom: -50px;
}
/* .section-background1{
      background-image: linear-gradient(0deg, #fff, #0000 20%), url(/V4/images/hero_pattern.webp), url(/v4/images/hero_gradient.svg);
    background-position: 0 0, 50% 30%, 50% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, contain, 120vw;
    flex-flow: column;
    justify-content: center;
    padding-top: 8vh;
    padding-bottom: 2vh;
    display: flex;
    position: relative;
    overflow: hidden;
} */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    align-items: stretch;
  }
  .stat-item+.stat-item {
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
  .stat-item {
    padding: 1rem;
  }
}
.product-content {
  background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  display: block;
  padding-top: 1.3rem;
  padding-bottom: 0.3rem;
}
.product-tag {
  color: #474545;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
  height: 52px;
  overflow: hidden;
}
h2 {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.48px;
}
.tx-purple {
  color: #8243D5;
}
.tx-gray {
  color: var(--colors--text-gray-dark) !important;
}
a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}
h6 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.bg-gray-section {
  border-radius: 20px;
  background: var(--Highlights, #F5F8FF);
  padding: 2rem;
}
/* MAIN CONTAINER */
.filters-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* EACH FILTER ROW */
.filter-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* LABEL (Left side) */
.filter-group strong {
  width: 120px;
  /* Desktop label width */
  margin-right: 5px;
  white-space: nowrap;
  font-size: 18px;
}

/* OPTIONS */
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.filter-options label {
  white-space: nowrap;
  font-size: 18px;
}

/* Extra class */
.d-l-flex {
  display: inline-block !important;
  padding: 0.4rem;
  font-size: 18px;
  font-weight: 500;
  color: #3B4758;
}
.d-l-flex:hover {
color: #9747FF;

}
.form-check-input:hover{
  border: 1px solid #9747FF !important;
}
/* ----------------------------- */
/* RESPONSIVE BREAKPOINTS        */
/* ----------------------------- */

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .filter-group strong {
    width: 100px;
    font-size: 17px;
  }

  .filter-options label {
    font-size: 17px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .filter-group {
    flex-direction: column;
    /* Stack label above options */
    align-items: flex-start;
  }

  .filter-group strong {
    width: auto;
    /* No fixed width */
    margin-bottom: 6px;
    font-size: 16px;
  }

  .filter-options {
    gap: 8px 14px;
  }

  .filter-options label {
    font-size: 16px;
  }

  .d-l-flex {
    font-size: 16px;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .filter-group strong {
    font-size: 15px;
  }

  .filter-options label {
    font-size: 15px;
  }

  .d-l-flex {
    font-size: 15px;
    padding: 0.3rem;
  }
}



.input-group {
  border-radius: 6px;
  border: 1px solid var(--Stroke, #D3D5DB);
  background: var(--White, #FFF);
  display: flex;
  height: 45px;
  padding: 12px 20px;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
}

.product-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 120px 4px rgba(104, 28, 154, 0.15);

  transition: all 0.3s ease;
  min-height: 338px;
  position: relative;
}

.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.pos-ab {
  position: absolute;
  bottom: -11px;
  border-top: 1px solid rgb(199, 199, 199);
  width: 100% !important;
  padding-top: 10px;
  cursor: pointer;
  height: 58px;
}

.product-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(213, 174, 250, 0.829);
}

.link-view {
  color: #474545;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  width: 100%;
}

.link-view:hover {
  color: #6e32c9;
  /* optional color change */
}

.link-view i {
  transition: transform 0.3s ease;
  margin-left: 4px;
  /* small spacing */
}

/* when hover on the whole link, move the icon */
.link-view:hover i {
  transform: translateX(6px);
}

.product-card:hover .link-view i {
  transform: translateX(6px);
}

/* Image Section */
.product-img {
  position: relative;
}

.product-img img {
  width: 100%;
  height: 170px;

  transition: transform 1.2s ease-in-out;
  /* slower and smoother zoom */
}

.product-card:hover .product-img img {
  transform: scale(1.15);
  /* zooms in 15% */
}

.carousel-col {
  padding-right: 0.8rem !important;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  margin-top: 0px;
}

.pad {
  padding-left: 7.1rem !important;
  padding-right: 7.1rem !important
}

.tx-gray {
  color: var(--Neutrals-Gray-02, #3B4758) !important;
}


h5 {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  /* 155.556% */
}

.footer-sec h6 {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 155.556% */
}

.footer-sec a {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  cursor: pointer;
  color: #9747FF !important;

  font-family: "Helvetica Neue", sans-serif !important;
  text-decoration: none;
}

.text-decoration {
  text-decoration: none !important;
}



.decoration-none a {
  text-decoration: none !important;
}

.footerInfo i {
  margin-right: 15px;
}

.footerSocial i {
  font-size: 25px;
}

.socialDiv {
  padding-top: 0 !important;
}

/* Base styling */
.search-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  /* width: 50%; */
  margin: 80px auto 0 auto;
  margin-left: 20px;
      width: 100%;
  /* centers automatically */
}

.search-box1 {

  border-radius: 10px;

  padding: 8px;
  /* width: 17%; */
  /* width: 250px; */
  padding-right: 13px;
  /* margin: 70px auto 0 auto; */
  /* margin-top: 72px;
  margin-left: 23px; */
  /* margin-bottom: 6px; */
  color: black;
}

/* Input styling */
.search-box input {
  border: none;
  outline: none;
  box-shadow: none;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 12px;
  color: var(--colors--gray--dark);
  background-color: transparent;
}

.search-box input::placeholder {
  color: #adb5bd;
}

/* Button styling */
.search-box button {
  background-color: #fbb22b;
  border: none;
  font-family: "Helvetica Neue", sans-serif !important;
  justify-content: center !important;
  align-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 6px;
  gap: 6px;
  transition: background 0.2s ease;
  float: right;
  position: relative;
}

.search-box1 button {
  background-color: transparent;
  border: none;
  color: #ffffff !important;
  font-weight: 500;
  padding: 8px 20px;
  /* width: 225px; */
  border-radius: 6px;
  height: 53px;
  gap: 6px;
  transition: background 0.2s ease;
  /* float: right; */
  position: relative;
      margin-top: 73px;
    margin-left: 23px;
        border: 3px solid #eeeeee;
}

.search-box button:hover {
  background-color: #f9b538;
}
.search-box1 button:hover #msgWelcome {
    color: black !important;
}
.search-box1 button:hover {
  background-color: #eaeaea;
  color: black !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: transparent !important;
    border: 3px solid #eeeeee !important;
       /* color: rgb(255, 255, 255) !important; */

}

.search-box i {
  font-size: 18px;
  margin-left: 15px;
      color: #a7a7a7;
}

/* Checkbox styling */
.form-check-input {
  border: 0.7px solid #474545b0 !important;
  margin-top: -1px;
}

.form-check-input:checked {
  background-color: #9747FF;
}

/* ----------------------------- */
/*     RESPONSIVE ADJUSTMENTS    */
/* ----------------------------- */

/* Tablets & medium screens */
@media (max-width: 992px) {
  /* .search-box {
    width: 70%;
    margin-top: 50px;
  } */

  .search-box input {
    font-size: 15px;
  }

  .search-box button {
    padding: 8px 16px;
  }
  .mt-125px{
  margin-top: -20px !important;
}
}

/* Mobile phones */
@media (min-width: 730px) and (max-width: 768px) {
     .search-box button {
        margin-top: -34px;
    }


  .search-box input {
    font-size: 15px;

  }
.mt-125px{
  margin-top: -20px !important;
}

}

/* Small mobile (≤ 480px) */
@media (max-width: 420px) {
  .search-box {
    width: 95%;
    padding: 15px;
    margin-top: 60px;
  }

  .search-box1 {
    width: 95%;
    padding: 15px;
    margin-top: 20px;
  }

  .search-box button {
    font-size: 15px;
    padding: 10px 18px;
    margin-top: -40px;
  }

  .search-box input {
    font-size: 14px;
  }

  .pad {
    padding: 1.1rem;
  }
}


@media (min-width: 420px) and (max-width: 430px) {
  .search-box {
    width: 95%;
    padding: 15px;
    margin-top: 80px;
  }

  .search-box button {
    font-size: 15px;
    padding: 10px 18px;
   margin-top: -37px;
  }

  .search-box input {
    font-size: 14px;
  }

  .pad {
    padding: 1.1rem !important;
  }
}

.btn-modal {
  z-index: 1;
  background: linear-gradient(263.07deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%);
  color: var(--colors--white);
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  font-weight: 600;
  width: 100%;
  height: 5px;
  padding: 20px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
}

.btn-modal:hover {
  background: linear-gradient(263.07deg, #9709f6 0.27%, #bb91f2 51.62%, #9316e6 100%);
  color: var(--colors--black) !important;
}

.form-label {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}

.form-check-label {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;

}

.m-footer {
  color: var(--Neutrals-Gray-02, #3B4758);
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#btnHomeLogin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-control {
  border: 1px solid rgb(211, 211, 211);
}
.kb-container {
  background: linear-gradient(135deg, #0f0b14 0%, #0a1229 100%);
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
    position: fixed;
    z-index: 9999999999;
    /* make sure z-index is higher than all chat apps  */
    bottom: 0;
    width: 100vw;
    border-top: #fff 3px solid;
}

.kb-content {
    color: #fff;
    padding: 15px 0px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

@media screen and (min-width: 64.0625em) {
    .kb-content {
        padding: 10px 20px;
    }
}

.kb-description {
    text-align: left;
    line-height: 1.3;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 40.0625em) {
    .kb-description {
        margin-right: 2em;
    }

    .kb-remind-link {
        margin-left: -2em;
    }
}

a.kb-notice-btn {
    color: white;
     background: var(--colors--brand-primary);
    display: inline-block;
    border: 2px solid var(--colors--brand-primary);
    padding: 5px 0;
    font-weight: 500;
    min-width: 120px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 1.5;
}

    a.kb-notice-btn:hover {
        background-color: white;
        color: #681C9A;
    }

.kb-remind-link {
    margin-right: 1em;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .kb-description {
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
        margin-bottom: 5px;
    }
}



/* ========================================= */
/* MOBILE FIX FOR AOS ZOOM-IN ANIMATION     */
/* ========================================= */

/* Ensure tiles are visible on mobile even if AOS doesn't trigger */
@media (max-width: 767px) {
  [data-aos="zoom-in"].carousel-col {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  
  .product-card {
    margin-bottom: 20px;
  }
}
