@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght,GRAD@0,17..18,400..700,200;1,17..18,400..700,200&display=swap");

* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Google Sans", sans-serif !important;
  font-optical-sizing: auto;
}


:root {
  --tp-ff-heading: "Inter", sans-serif;
  --font-primary: "Inter", sans-serif;
  --color-primary: #5c47cf;
  --color-primary-lite: #8174ca;
  --head-color: #000000;
  --tp-common-white: #ffffff;
  --tp-common-white-2: #f3f3f3;
  --tp-common-white-3: #f5f5f5;
  --tp-common-black: #151718;
  --tp-common-black-2: #52525c;
  --tp-common-black-3: #1f2021;
  --tp-common-yellow: #eed064;
  --tp-common-yellow-2: #fdfaef;
  --tp-common-green: #eb4d00;
  --tp-common-green-1: #1ea334;
  --tp-common-green-2: #ebfaf2;
  --tp-common-blue: #f2f2ff;
  --tp-common-orange: #0a0a09;
  --tp-common-red: #e01e5a;
  --tp-common-sky: #1edbdc;
  --tp-common-deep-blue: #4c40f7;
  --tp-heading-primary: #151718;
  --tp-grey-1: #f0f0f0;
  --tp-grey-2: #f9f9f9;
  --tp-grey-3: #c2c2c2;
  --tp-grey-4: #dddddd;
  --tp-grey-5: #888888;
  --tp-grey-6: #f7f7f7;
  --tp-grey-7: #f6f6f6;
  --tp-text-body: #211c15;
  --tp-text-p: #211c15;
  --tp-theme-1: #eb4d00;
  --tp-theme-2: #ff5500;
  --tp-theme-g-1: linear-gradient(180deg, #f15b00 80%, #e13600 100%);
  --tp-theme-g-2: linear-gradient(180deg, #f15b00 100%, #e13600 50%);
  --tp-border-1: #f5f5f5;
  --tp-border-2: #f4f4f4;
  --tp-border-3: #edefeb;
  --tp-border-4: #f1f3f6;
  --tp-border-5: #333435;
  --tp-border-6: #38393a;
  --tp-border-7: #ccd5da;
  --tp-service-1: #f3f3ff;
  --tp-service-2: #fff7f6;
  --tp-service-3: #ebf5ff;
  --bs-info: #7239ea;
  --bs-dark-footer-text: #bfbfc0;
  --bs-dark-footer-heading: #fff;
}

@supports (aspect-ratio: 1) {
  body {
    --aspect-ratio-supported: auto;
  }
}

::selection {
  background-color: #816bff;
  color: #ffffff;
}

.text-dark-green {
  color: #169250 !important;
}

.text-theme {
  color: var(--color-primary) !important;
}

.bg-theme {
  background-color: var(--bs-info) !important;
}

.border-theme {
  border: 1px solid var(--bs-info) !important;
}
.hiden {
  display: none;
}


a {
  text-decoration: none !important;
}

.container {
  max-width: 992px !important;
}
.container-auto {
  max-width: 1350px !important;
}
.text-success {
  color: #50cd89 !important;
}
.text-primary {
  color: #3e97ff !important;
}
.text-info {
  color: #7239ea !important;
}
.text-danger {
  color: #f1416c !important;
}
.text-warning {
  color: #f6c000 !important;
}
.text-dark {
  color: #181c32 !important;
}

.text-hover-success:hover {
  color: #50cd89 !important;
}
.text-hover-primary:hover {
  color: #3e97ff !important;
}
.text-hover-info:hover {
  color: #7239ea !important;
}
.text-hover-danger:hover {
  color: #f1416c !important;
}
.text-hover-warning:hover {
  color: #f6c000 !important;
}
.text-hover-dark:hover {
  color: #181c32 !important;
}


.feature-cap {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  color: #000;
  text-decoration: none;
  text-transform: none;
  background-color: #eae9fe;
  width: fit-content;
  border-radius: 25px;
  padding: 6px 19px;
  margin: 0 auto;
}

.featured-cols {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 96px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
}

.featured-cols > div:first-child {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
  height: min-content;
  justify-content: center;
  max-width: 416px;
  padding: 0;
  position: relative;
  width: 416px;
}

.featured-cols > div:last-child {
  border-radius: 32px;
  opacity: 1;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 600px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 600px;
  will-change: transform;
}

.featured-cols div h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.featured-cols div h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.featured-cols div h4 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.featured-cols-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.featured-cols div p {
  font-size: 1.5rem;
  color: #35303f;

  letter-spacing: 0px;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.featured-cols-sub {
  font-size: 1.5rem !important;
  color: #35303f;
  letter-spacing: 0px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

@media only screen and (max-width: 1179px) {
  .m-feature-center {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-center {
    padding: 0 12px;
  }
}

.m-feature-container {
  position: relative;
  padding: 38px 140px;
  color: #ffffff;
}

@media only screen and (max-width: 1179px) {
  .m-feature-container {
    padding: 38px 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-container {
    padding: 44px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-container {
    padding: 20px 32px;
  }
}

.m-feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #291456;
  border-radius: 24px;
}

.m-feature-bg:before,
.m-feature-bg:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    135.15deg,
    #672713 1.17%,
    #c54c26 31.88%,
    #ffbaa5 65.46%
  );
}

.m-feature-bg:before {
  top: -280px;
  left: -280px;
  width: 560px;
  height: 560px;
  opacity: 0.6;
  filter: blur(278.261px);
}

.m-feature-bg:after {
  right: -195px;
  bottom: -181px;
  width: 389px;
  height: 389px;
  filter: blur(160px);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .m-feature-bg:after {
    display: none;
  }
}

.m-feature-row {
  position: relative;
  z-index: 3;
  display: flex;
  margin: 0 -120px;
}

@media only screen and (max-width: 1179px) {
  .m-feature-row {
    margin: 0 -80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-row {
    margin: 0 -40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-row {
    display: block;
    margin: 0;
  }
}

.m-feature-col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 50px;
}

@media only screen and (max-width: 1179px) {
  .m-feature-col {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .m-feature-col {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-col {
    width: 100%;
    padding: 0;
  }
}

.m-feature-col:first-child {
  position: relative;
}

.m-feature-col:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: rgba(116, 143, 181, 0.1);
}

@media only screen and (max-width: 767px) {
  .m-feature-col:first-child:before {
    display: none;
  }
}

.m-feature-col:nth-child(2) {
  position: relative;
}

.m-feature-col:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 4px;
  background: rgba(116, 143, 181, 0.1);
}

@media only screen and (max-width: 767px) {
  .m-feature-col:nth-child(2):before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature-col:not(:last-child) {
    margin-bottom: 48px;
  }
}

.m-feature-preview {
  margin-left: -140px;
}

.m-feature-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25;

  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .m-feature-title {
    max-width: 240px;
    font-size: 24px;
  }
}

.m-feature-text {
  max-width: 260px;
  margin-bottom: 40px;
  color: #a2a7ac;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .m-feature-text {
    margin-bottom: 24px;
  }
}

.m-feature .btn_border {
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.m-feature .btn_border:hover {
  box-shadow: none;
  background: #ffffff;
  color: #272e35;
}

.m-feature:not(:last-child) {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1179px) {
  .m-feature:not(:last-child) {
    margin-bottom: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .m-feature:not(:last-child) {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .features-heading {
    font-size: 35px !important;
    line-height: 1.2 !important;
    margin: 0 auto 10px !important;
    width: 100% !important;
  }
  .features-info {
    font-size: 16px;
  }
  .features__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features__btn:not(:last-child) {
    margin: 0 0 24px;
  }

  .features__btn:last-child {
    margin: 0;
  }

  .features__preview:nth-child(2) {
    left: 5%;
    bottom: 14%;
    width: 100%;
  }
  .features__wrap {
    position: relative;
  }

  .center {
    padding: 0 10px;
  }
  .features__col {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .features__col:nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
    border-width: 0;
  }
  .features__text {
    max-width: 100%;
    color: #6e757c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .features__col:nth-last-child(2) {
    padding-right: 0px;
  }

  .features__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(116, 143, 181);
    margin: 50px auto 20px auto;
  }

  .features__col:nth-child(1) .features__icon {
    margin: 0px auto 20px auto;
  }

  .options__preview {
    margin: 0;
  }

  .options .stage {
    margin-bottom: 16px;
    text-align: center;
  }
  .options__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 2rem;
  }

  .featured-cols {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 20px 10px;
  }
  .featured-cols > div:first-child {
    gap: 16px;
    max-width: unset;
    width: 100%;
  }

  .featured-cols > div:last-child {
    aspect-ratio: 1 / 1;
    height: var(--aspect-ratio-supported, 416px);
    max-width: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    will-change: transform;
  }

  .featured-cols div {
    align-items: center !important;
  }

  .featured-cols div h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
  }

  .featured-cols div p {
    font-size: 16px;

    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
  }

  .featured-cols {
    margin-top: 30px !important;
  }
}

.advantages {
  margin-top: -78px;
}

@media only screen and (max-width: 767px) {
  .advantages {
    margin: 0;
  }
}
.features-heading {
  font-size: 4.62rem;
  line-height: 80px;
  font-weight: 800;
  margin: 0 auto 1.25rem;
  text-align: center;
  vertical-align: baseline;
  color: #181c32;
  font-variation-settings: "GRAD" 200;
}

.features-info {
  margin-bottom: 32px;
  font-size: 1.5rem;

  line-height: 32px;
  text-align: center;
  color: #35303f;
}

.features__btns {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.features__btn:not(:last-child) {
  margin-right: 24px;
}

.features__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.features__btns:first-child {
  font-size: 16px;
}

.features__btn {
  margin-right: 24px;
  padding: 14px 28px !important;
  font-size: 16px !important;
  display: flex;
  border-radius: 0.55rem !important;
  align-items: center;
}

.btn-outline-info.features__btn {
  padding: 12px 28px !important;
}

.features__preview:nth-child(2) {
  position: absolute;
  left: -144px;
  bottom: 14%;
  width: 72%;
}

.features__col {
  flex: 0 0 33%;
  width: 33%;
  padding: 0 80px;
}
.features__col:nth-child(2) {
  flex: 0 0 34%;
  width: 34%;
  border-width: 0 4px;
  border-style: solid;
  border-color: rgba(116, 143, 181, 0.1);
}

.features__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 62px;
  border-radius: 50%;
  background: rgba(116, 143, 181);
}

.features__category {
  margin-bottom: 24px;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.features__text {
  max-width: 240px;
  color: #6e757c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.features {
  margin-bottom: 134px;
}

.why-divsly-center {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 64px;
}

@media (max-width: 1400px) {
  .container-auto {
    max-width: 1250px !important;
  }
}

@media (max-width: 1329px) {
  .container-auto,
  .container-count {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nbar-lg-none {
  display: none !important;
}

@media (max-width: 757px) {
  .container-auto,
  .container-count {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nbar-lg-none {
    display: block !important;
  }

  .short-link-demo-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/************************************* new-why-divsly css start here ***********************************/

/* Masonry Layout */
.new-why-divsly-page .masonry-layout {
  column-count: 3;
  column-gap: 15px;
  text-align: center;
}

/* CARD 1 */
.new-why-divsly-page .card-1 {
  background: #e3f2fd;
  border-radius: 28px;
  padding: 30px;
  height: 500px;
  margin-bottom: 15px;
  break-inside: avoid;
}

/* CARD 2 */
.new-why-divsly-page .card-2 {
  background: #fce4ec;
  color: #ffffff;
  border-radius: 28px;
  padding: 30px;
  height: 387px;
  margin-bottom: 15px;
  break-inside: avoid;
}

/* CARD 3 */
.new-why-divsly-page .card-3 {
  background: #fff3e0;
  border-radius: 28px;
  padding: 30px;
  height: 360px;
  margin-bottom: 15px;
  break-inside: avoid;
}

/* CARD 4 */
.new-why-divsly-page .card-4 {
  background: #e8f5e9;
  color: #ffffff;
  border-radius: 28px;
  padding: 30px;
  height: 528px;
  margin-bottom: 15px;
  break-inside: avoid;
}

/* CARD 5 */
.new-why-divsly-page .card-5 {
  background: #f3e8ff;
  border-radius: 28px;
  padding: 30px;
  height: 457px;
  margin-bottom: 15px;
  break-inside: avoid;
}

/* CARD 6 */
.new-why-divsly-page .card-6 {
  background: #ffe3e1;
  color: #ffffff;
  border-radius: 28px;
  padding: 30px;
  height: 431px;
  margin-bottom: 15px;
  break-inside: avoid;
}

/* ROW 3 WRAPPER */
.new-why-divsly-page .row-3-full {
  width: 100%;
}

/* CARD 7 */
.new-why-divsly-page .card-7 {
  background: #e6faf3;
  border-radius: 28px;
  padding: 30px;
  width: 100%;
}

/* CARD 7 IMAGE */
.new-why-divsly-page .card-7 img {
  width: 242px;
}

/* CARD 7 HEADING */
.new-why-divsly-page .card-7 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #558c79;
  text-align: left;
}

/* CARD 7 PARAGRAPH */
.new-why-divsly-page .card-7 p {
  font-size: 18px;
  line-height: 1.6;
  color: #558c79;
  text-align: left;
}

/* Images */
.new-why-divsly-page .card-1 img {
  width: 175px;
  margin-bottom: 20px;
}

.new-why-divsly-page .card-2 img {
  width: 160px;
  margin-bottom: 20px;
  display: block;
  margin: 0 auto 20px;
}

.new-why-divsly-page .card-3 img {
  width: 135px;
  margin-bottom: 20px;
  display: block;
  margin: 0 auto 20px;
}

.new-why-divsly-page .card-4 img {
  width: 195px;
  margin-bottom: 20px !important;
}

.new-why-divsly-page .card-5 img {
  width: 165px;
  margin-bottom: 20px;
}

.new-why-divsly-page .card-6 img {
  width: 160px;
  margin-bottom: 20px;
  display: block;
  margin: 0 auto 20px;
}

/* Headings */
.new-why-divsly-page .card-1 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #589dd0;
  text-align: left;
}

.new-why-divsly-page .card-2 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #d65983;
  text-align: left;
}

.new-why-divsly-page .card-3 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #7a5d3d;
  text-align: left;
}

.new-why-divsly-page .card-4 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #5fa264;
  text-align: left;
}

.new-why-divsly-page .card-5 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #754ba2;
  text-align: left;
}

.new-why-divsly-page .card-6 h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #b46761;
  text-align: left;
}

/* Paragraphs */
.new-why-divsly-page .card-1 p {
  font-size: 18px;
  line-height: 1.6;
  color: #589dd0;
  text-align: left;
}

.new-why-divsly-page .card-2 p {
  font-size: 18px;
  line-height: 1.6;
  color: #d65983;
  text-align: left;
}

.new-why-divsly-page .card-3 p {
  font-size: 18px;
  line-height: 1.6;
  color: #7a5d3d;
  text-align: left;
}

.new-why-divsly-page .card-4 p {
  font-size: 18px;
  line-height: 1.6;
  color: #5fa264;
  text-align: left;
}

.new-why-divsly-page .card-5 p {
  font-size: 18px;
  line-height: 1.6;
  color: #754ba2;
  text-align: left;
}

.new-why-divsly-page .card-6 p {
  font-size: 18px;
  line-height: 1.6;
  color: #b46761;
  text-align: left;
}

/* FIX: Left align all card images (1–6) */
.new-why-divsly-page .card-1 img,
.new-why-divsly-page .card-2 img,
.new-why-divsly-page .card-3 img,
.new-why-divsly-page .card-4 img,
.new-why-divsly-page .card-5 img,
.new-why-divsly-page .card-6 img {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* GLOBAL */
body {
  overflow-x: hidden;
}

.new-why-divsly-page .container-auto {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.new-why-divsly-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Center images */
.new-why-divsly-page .card-1 img,
.new-why-divsly-page .card-4 img,
.new-why-divsly-page .card-5 img,
.new-why-divsly-page .card-2 img,
.new-why-divsly-page .card-3 img,
.new-why-divsly-page .card-6 img {
  margin: 0 auto 20px;
}

/* Responsive */
@media (max-width: 1450px) {
  .new-why-divsly-page .masonry-layout {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .new-why-divsly-page .masonry-layout > div {
    break-inside: unset;
  }

  .new-why-divsly-page .card-1,
  .new-why-divsly-page .card-2,
  .new-why-divsly-page .card-3,
  .new-why-divsly-page .card-4,
  .new-why-divsly-page .card-5,
  .new-why-divsly-page .card-6 {
    height: auto;
  }
}

@media (max-width: 992px) {
  .new-why-divsly-page .masonry-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .new-why-divsly-page h3 {
    font-size: 24px !important;
  }

  .new-why-divsly-page p {
    font-size: 16px !important;
  }

  .new-why-divsly-page .card-7 .d-flex {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .new-why-divsly-page .container-auto {
    padding: 0 16px;
  }

  .new-why-divsly-page .masonry-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .new-why-divsly-page .card-1,
  .new-why-divsly-page .card-2,
  .new-why-divsly-page .card-3,
  .new-why-divsly-page .card-4,
  .new-why-divsly-page .card-5,
  .new-why-divsly-page .card-6 {
    padding: 18px;
  }

  .new-why-divsly-page h3 {
    font-size: 20px !important;
  }

  .new-why-divsly-page p {
    font-size: 15px !important;
  }
}

/* =========================
   MOBILE FONT + NO OVERFLOW FIX
========================= */
@media (max-width: 1000px) {
  .new-why-divsly-page h3 {
    font-size: 34px !important;
    line-height: 1.3;
    word-break: break-word;
  }

  .new-why-divsly-page p {
    font-size: 24px !important;
    line-height: 1.7;
    word-break: break-word;
  }

  /* 🔥 PREVENT TEXT OVERFLOW */
  .new-why-divsly-page .card-1,
  .new-why-divsly-page .card-2,
  .new-why-divsly-page .card-3,
  .new-why-divsly-page .card-4,
  .new-why-divsly-page .card-5,
  .new-why-divsly-page .card-6,
  .new-why-divsly-page .card-7 {
    overflow: hidden;
  }

  /* 🔥 HANDLE LONG WORDS / LINKS */
  .new-why-divsly-page p,
  .new-why-divsly-page h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.text-white {
  color: white !important;
}
.highlightedx {
  background-color: rgb(255, 255, 133) !important;
}

.short-navbar .nav-item a {
  font-size: 16px;
  font-weight: 500;
}

.short-navbar > ul {
  gap: 15px;
}
.navbar-toggler {
  border: none !important;
}
.text-theme {
  color: #5c47cf !important;
}
.text-theme:hover {
  color: #4c1fd1 !important;
}
.section-heading {
  font-variation-settings: "GRAD" 200;
  line-height:60px;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.sub-titles-includes {
  font-size: 1.75rem;
  color: #35303f;
  line-height: 1.3;
}
.sub-heading-includes {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (min-width: 1700px) {
  .sub-heading-includes {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.sub-text-includes {
  font-size: 1.2rem;
  color: #35303f;
}
@media (max-width: 991px) {
  .sub-text-includes {
    font-size: 1.6rem;
    color: #35303f;
  }
  .section-heading
{
  line-height:43px;
}
.qr-demo-main-tabs-btn
{
  padding: 12px 10px !important;
}
}

@media (max-width: 576px) {
  .banner-boxs {
    --bs-gutter-x: 8px;
  }
  .qr-demo-main-tabs
  {
    margin-bottom:0px;
  }
}
.text-info {
  color: #7239ea;
}

.sg-head {
  color: var(--head-color);
  font-size: 2rem;
  font-weight: 500;
}
.text-btn a {
  color: #6f4cff;
}
.text-btn a:hover {
  color: #4c1fd1;
}

.tab-text-btn a {
  color: #fff;
  font-size: 14px;
}
.tab-text-btn a:hover {
  color: #ff3d00;
}
@media (max-width: 991px) {
  #divbrand {
    display: block !important;
  }
  #divbrand-one {
    display: none !important;
  }
}

.scale-in-top {
  -webkit-animation: scale-in-top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: -25%;
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(-50%);
    transform-origin: -25%;
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    top: -20px;
  }
  100% {
    top: 40px;
  }
}

/* smooth rotation */
.nav-arrow {
  transition: transform 0.3s ease;
}

.nav-item:hover .nav-arrow {
  transform: rotate(180deg);
}

.signup-btn {
  position: relative;
  padding: 13px 22px !important;
  font-size: 14px;

  overflow: hidden;
  z-index: 1;

  color: #fff !important;
  border: none;

  background: #6f4cff !important; /* default color */
}
.divsly-logo img {
  width: 92%;
}
.signup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #4c1fd1;
  z-index: -1;
  transition: width 0.4s ease;
}

.signup-btn:hover::before {
  width: 100%;
}

@media (min-width: 650px) {
  .get-started-now {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}

.input-group.rounded-55rem input {
  border-radius: 0.5rem;
}
.header-sub-titles {
  margin-top: 4px !important;
  line-height: 21px;
  color: #35303f !important;
  font-size: 13px;
  font-weight: 500;
}
.custom-sales-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #6f4cff;
  background: transparent;
  border: 2px solid #6f4cff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;

  transition: color 0.3s ease;
}

.custom-sales-btn img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2; 
}


.custom-sales-btn span {
  z-index: 2;
}


.custom-sales-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;

  background: rgba(126, 131, 224, 0.2); 
  z-index: 0;

  transition: width 0.4s ease;
}

.custom-sales-btn:hover::before {
  width: 100%;
}


.custom-sales-btn:hover {
  color: #fff;
}

.custom-sales-btn:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
#divbrand {
  display: none;
}
.home-page .second-footer-hide {
  display: none !important;
}


@media (max-width: 1070px) {
  #divbrand {
    display: block !important;
  }

  #navbar .navbar-collapse {
    display: none !important;
  }

  #navbar .navbar-toggler {
    display: block !important;
  }

  #navbar .container-fluid {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
  }

  #divbrand img {
    height: 32px;
    padding-left: 13px;
  }

  .navbar-toggler {
    border: none;
  }
}

@media (min-width: 1071px) {
  #divbrand-one {
    display: block !important;
  }

  #navbar .navbar-collapse {
    display: flex !important;
  }

  #navbar .navbar-toggler {
    display: none !important;
  }

  #navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: normal;
  }
}
.rounded-55rem {
  border-radius: 0.55rem !important;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.p-50 {
  padding: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.lh-100 {
  line-height: 100px !important;
}
.w-lg-60 {
  max-width: 60%;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
img,
.card-banner,
.mobile {
  will-change: transform;
  transform: translateZ(0);
}

/* banner start */

.new-banner-section {
  padding-top: 20px;
}
.banner-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.new-banner-content {
  overflow: hidden;
  position: relative;
}
.carousel-item {
  min-height: 340px;
}
@media (max-width: 999px) {
  .carousel-item {
    min-height: auto !important;
  }
}

.banner-badge {
  font-size: 13px;
  font-weight: 700;
  color: #dd0e00;
  background-color: #ffe3e1;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}
.banner-badge i {
  color: #dd0e00 !important;
}

.banner-badge2 {
  font-size: 13px;
  font-weight: 700;
  color: #5c47cf;
  background-color: #eae9fe;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}
.banner-badge2 i {
  color: #5c47cf !important;
}
.banner-badge3 {
  font-size: 13px;
  font-weight: 700;
  color: #4b8564;
  background-color: #d9f4e5;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}
.banner-badge3 i {
  color: #4b8564 !important;
}

.new-banner-title {
  font-size: 4.62rem;
  font-weight: 700;
  line-height: 1.1;
  color: #222;
  margin-bottom: 24px;
  font-family: "Google Sans", sans-serif;
  font-variation-settings: "GRAD" 200;
}

.get-started-btn {
  position: relative;
  padding: 20px 28px !important;
  overflow: hidden;
  z-index: 1;
  color: #fff !important;
  border: none;
  border: 2px solid transparent;
  background: #6f4cff;
}

.get-started-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #4c1fd1; /* hover color */
  z-index: -1;
  transition: width 0.4s ease;
}

.get-started-btn:hover::before {
  width: 100%;
}

.watch-btn {
  position: relative;
  font-weight: 600;
  color: #6f4cff !important;
  background: transparent;
  padding: 20px 28px !important;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #6f4cff !important;
}
.watch-btn i{
  color: #6f4cff !important;
}

.watch-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #704cff30;
  z-index: -1;
  transition: width 0.4s ease;
}

.watch-btn:hover::before {
  width: 100%;
}

.secondary-btn {
  position: relative;
  color: #6f4cff !important;
  background: transparent;
  padding: 20px 28px !important;

  border-radius: 0.55rem !important;
  font-weight: 700;
  font-size: 1.3rem;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #6f4cff !important;
}
.secondary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #704cff30;
  z-index: -1;
  transition: width 0.4s ease;
}

.secondary-btn:hover::before {
  width: 100%;
}

.banner-btn a {
  font-size: 18px;
  color: white;
  font-weight: 600;
  padding: 20px 42px !important;
}
.new-banner-img {
  border-radius: 25px;
  max-width: 90%;
}
.banner-card {
  border-radius: 10px;
  padding: 35px 5px;
}

.banner-card-1 {
  background: #ffe3e1;
  border: 2px dashed #ffe3e1;
}
.banner-card-2 {
  background: #e0d5f5;
  border: 2px dashed #e0d5f5;
}
.banner-card-3 {
  background: #d9f4e5;
  border: 2px dashed #d9f4e5;
}
.banner-card p {
  font-weight: 600;
  font-size: 19px;
  color: black;
}

.banner-card-1.active {
  background: #ffd2cf;
  border: 2.5px dashed #ff8f88;
}

.banner-card-2.active {
  background: #d1c0f0;
  border: 2.5px dashed #8e6de0;
}

.banner-card-3.active {
  background: #c7f0d9;
  border: 2.5px dashed #58c991;
}
.banner-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.hero-animation {
  position: relative;
  width: 96%;
  height: 650px;
  border-radius: 20px;
  overflow: hidden;
  /* background: linear-gradient(31deg, #d2d4f5 0%, #eadce0 60%, #ffdddd 100%); */
}

.hero-bg {
  position: absolute;
  width: auto;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
}

.mobile {
  position: absolute;
  width: 240px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
}

.mobile-left {
  left: 12%;
}

.mobile-right {
  left: 51%;
}

.mobileA {
  animation: mobileSetA 6s ease-in-out infinite;
}

.mobileB {
  animation: mobileSetB 6s ease-in-out infinite;
}

/* TEMPLATE SET A */

@keyframes mobileSetA {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  85% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* TEMPLATE SET B */

@keyframes mobileSetB {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.card-stack {
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 240px;
  z-index: 6;
}

.card-banner {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 0.5s ease;
  will-change: transform, opacity;
  z-index: 7;
}

@keyframes exitLeft {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  20% {
    transform: translateX(-50%) rotate(-6deg);
  }

  35% {
    transform: translateX(-50%) rotate(6deg);
  }

  70% {
    transform: translateX(calc(-50% - 250px)) rotate(-15deg);
  }

  100% {
    transform: translateX(calc(-50% - 400px)) rotate(-25deg);
    opacity: 0;
  }
}
@keyframes exitRight {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  20% {
    transform: translateX(-50%) rotate(6deg);
  }

  35% {
    transform: translateX(-50%) rotate(-6deg);
  }

  70% {
    transform: translateX(calc(-50% + 250px)) rotate(15deg);
  }

  100% {
    transform: translateX(calc(-50% + 400px)) rotate(25deg);
    opacity: 0;
  }
}

.hero-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

@media (max-width: 1400px) {
  .new-banner-title {
    font-size: 60px;
    line-height: 1.15;
    width: 100%;
  }

  .mobile {
    width: 220px;
  }

  .hero-animation {
    height: 620px;
  }
}
@media (max-width: 1224px) {
  .new-banner-title {
    font-size: 43px;
    line-height: 1.2;
  }

  .banner-card p {
    font-size: 16px;
    font-weight: 700;
  }

  .hero-animation {
    height: 580px;
  }

  .mobile {
    width: 205px;
  }
  .new-testimonial-circle {
    position: absolute;
    right: 5px !important;
    top: -34px;
    width: 160px;
    animation: testimonialZoom 4s ease-in-out infinite;
  }
}
@media (max-width: 1138px) {
  .mobile-left {
    left: 7%;
  }
}
@media (max-width: 1024px) {
  .new-banner-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .sub-titles-includes {
    font-size: 16px;
    color: #35303f;
  }

  .banner-btn a:hover {
    font-size: 16px;
    padding: 14px 24px !important;
  }
  .hero-animation {
    height: 460px;
    width: 100%;
  }

  .mobile {
    width: 190px;
  }

  .mobile-left {
    left: 9%;
  }

  .mobile-right {
    left: 51%;
  }

  .card-stack {
    width: 260px;
    height: 200px;
    bottom: 22%;
  }

  .card-banner {
    width: 210px;
  }
}
@media (max-width: 1000px) {
  .mobile-left {
    left: 28% !important;
  }
  .hero-bg {
    left: 50%;
    transform: translateX(-50%);
  }
  .new-banner-title {
    font-size: 61px;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 17px;
  }
  .new-banner-content {
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .banner-badge,
  .banner-badge2,
  .banner-badge3 {
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .sub-titles-includes {
    font-size: 17px;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .banner-btn {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .banner-btn a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .mt-12 {
    margin-top: 1rem !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }

  .pt-100 {
    padding-top: 40px !important;
  }
  .pt-50 {
    padding-top: 15px !important;
  }
  .pb-50 {
    padding-bottom: 15px !important;
  }
  .banner-badge,
  .banner-badge2,
  .banner-badge3 {
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .mobile-left {
    left: 24% !important;
  }

  .banner-card {
    padding: 40px 2px;
  }
  .new-banner-section {
    padding-top: 17px !important;
  }

  .banner-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .hero-animation {
    height: 420px;
    width: 100%;
    overflow: hidden;
  }

  .mobile-right {
    left: 49%;
  }

  .card-stack {
    width: 200px;
    height: 160px;
    bottom: 20%;
  }

  .card-banner {
    width: 170px;
  }
}

@media (max-width: 990px) {
  .new-banner-title {
    font-size: 45px;
  }
  .banner-right {
    order: -1;
    margin-bottom: 60px;
  }
}
@media (max-width: 740px) {
  .mobile-right {
    left: 52% !important;
  }
  .mobile-left {
    left: 21% !important;
  }
  .nb-sml-f {
    flex-wrap: nowrap !important;
  }
  .banner-card img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .banner-card {
    padding: 27px 2px;
  }
  .banner-card p {
    font-size: 12px;
  }

  .banner-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .pt-100 {
    padding-top: 5px !important;
  }
  .mobile-left {
    left: 14% !important;
  }
  .tab-panel img {
    width: 330px !important;
  }
}
@media (max-width: 480px) {
  .new-banner-title {
    font-size: 44px;
  }

  .mobile-left {
    left: 5% !important;
  }
}
@media (max-width: 423px) {
  .mobile-left {
    left: 2% !important;
  }
}
@media (max-width: 390px) {
  .mobile {
    width: 156px;
  }
  .new-banner-section {
    padding-top: 0px !important;
  }
}

/* tusted logos section start*/

/* logos section */

.new-logo-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #5c47cf;
  background-color: #eae9fe;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}

.new-logo-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
  padding-top: 20px;
}

.new-logo-grid img {
  height: 35px;
  filter: grayscale(100%);
  opacity: 0.7 !important;
}

/* responsive */
@media (max-width: 1340px) {
  .new-logo-grid {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .new-logo-badge {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .new-logo-grid {
    justify-content: center;
    gap: 30px;
  }
  .new-logo-grid img {
    height: 30px;
  }
  .container-small {
    max-width: 1100px;
  }
}
@media (max-width: 992px) {
  .new-logo-grid {
    justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .new-logo-grid img {
    height: 32px;
  }
}
.container-small {
  width: 100%;
  max-width: 1283px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .container-small {
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  .container-small {
    max-width: 1283px;
  }
}

/* why bussiness start */

.qr-box {
  border: 2px dotted #ccc;
  border-radius: 10px;
  display: grid;
  gap: 36px;
  height: 100%;
  padding: 25px;
}
.icon-box {
  width: 100px;
  height: 65px;
}
.icon-box img {
  width: 80px;
  height: auto;
}
@media (max-width: 1100px) {
  .icon-box img {
    width: 60px;
    height: auto;
  }
}

/* grid section */
.qr-grid-card {
  padding: 26px 26px 15px 26px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.qr-small {
  background: #fff;
  /* min-height: 160px; */
  border: 1px solid #dddce4;
}
.qr-support {
  background: #fff;
  border: 1px solid #dddce4;
  display: flex;
  flex-direction: row;
}
.qr-big {
  background: #fcf0ff;
  border: 1px solid #d8b0e2;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.qr-big-url {
  background: #fffef0;
  border: 1px solid #e7e4af;
}
.qr-big-url img {
  max-width: 85%;
}
.qr-big img {
  margin-top: auto;
  width: 100%;
}
.grid-flex-img {
  width: 100%;
}
.qr-big .grid-img {
  text-align: center;
}
.qr-small .grid-img-small img {
  max-width: 98%;
}
.grid-template-img img {
  max-width: 117% !important;
}

.image-qr-width img {
  max-width: 105%;
}
.qr-small {
  position: relative;
  overflow: hidden;
}
.qr-small .grid-img-small {
  display: flex;
}

.grid-width-small {
  max-width: 88%;
}
.qr-small.small-icon img {
  width: 90px;
}
.grid-full-width img {
  max-width: 100% !important;
}
@media (max-width: 992px) {
  .qr-big {
    min-height: auto;
  }
  .qr-small {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .img-disply-none {
    display: none !important;
  }
}
/* tabs section start */
.scrollable-tab-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
}

.scrollable-tab-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px;
  scrollbar-width: none;
}

.scrollable-tab-list::-webkit-scrollbar {
  display: none;
}

.scrollable-tab-item {
  min-width: 126px;
  height: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: none;
  background: #f8f9fa;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(1) {
  background-color: #e3f2fd;
}

.scrollable-tab-list .scrollable-tab-item:nth-child(2) {
  background-color: #e8f5e9;
}

.scrollable-tab-list .scrollable-tab-item:nth-child(3) {
  background-color: #fff3e0;
}

.scrollable-tab-list .scrollable-tab-item:nth-child(4) {
  background-color: #fce4ec;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(5) {
  background-color: #fff3cf;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(6) {
  background-color: #ffecda;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(7) {
  background-color: #f3e8ff;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(8) {
  background-color: #e6faf3;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(9) {
  background-color: #ffe8d6;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(10) {
  background-color: #eaf2ff;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(11) {
  background-color: #fff9db;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(12) {
  background-color: #fceaf1;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(13) {
  background-color: #e9fbff;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(14) {
  background-color: #f5f1ea;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(15) {
  background-color: #faf3ee;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(16) {
  background-color: #fff9db;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(17) {
  background-color: #f0f7e9;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(18) {
  background-color: #e9fbff;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(19) {
  background-color: #f5f1ea;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(20) {
  background-color: #eef4ff;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(21) {
  background-color: #e8f5e9;
}
.scrollable-tab-list .scrollable-tab-item:nth-child(22) {
  background-color: #ffecda;
}
.scrollable-tab-item .tab-icon {
  font-size: 18px;
  line-height: 1;
}
.tab-icon img {
  width: 35px;
  height: auto;
}
.scrollable-tab-item.active {
  border: 1px solid red;
  border-radius: 8px;
}
.scrollable-tab-item:hover {
  border: 1px solid red;
  border-radius: 8px;
}
.scrollable-tab-item .tab-label {
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.scroll-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-arrow:hover {
  background-color: #f1f1f1;
}
.scroll-arrow.left {
  left: -8px;
}

.scroll-arrow.right {
  right: -8px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}

.scrollable-tab-content {
  position: relative;
  height: 930px;
  border-radius: 15px;
  margin-top: 5px;
  overflow: visible;
  transition: background 0.4s ease;
  z-index: 1;
  overflow: hidden;
  --tab-bg: linear-gradient(135deg, rgb(127 198 249), rgb(10 39 96));
}

.scrollable-tab-content::before {
  content: "";
  position: absolute;
  inset: 0;
  /* 
   background-image: url(""); */
  z-index: 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.scrollable-tab-content::after {
  content: "";
  position: absolute;
  inset: 0;

  background: var(--tab-bg);
  opacity: 0.8; /* 🔥 CONTROL HERE */

  z-index: 1;
  border-radius: 15px;
}
.tab-panel {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.tab-panel.active {
  opacity: 1;
}

.tab-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1000px;
}

.tab-panel img {
  max-width: 100%;
  height: auto;
  width: 820px;
}

.tab-below-text {
  width: 90%;
  max-width: 800px;
  color: #000;
  margin-top: 45px;
}
.tab-below-text h4 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}
.tab-below-text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

.scrollable-tab-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.scrollable-tab-content {
  background: none;
}

.scrollable-tab-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  .scrollable-tab-content {
    height: 720px;
  }

  .tab-panel img {
    width: 650px;
  }
}

@media (max-width: 992px) {
  .scrollable-tab-content {
    height: 585px !important;
  }

  .tab-panel img {
    width: 442px;
  }
}
/* qr code steps */
.qr-steps-wrapper {
  position: relative;
}

.qr-image-wrapper {
  position: relative;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}

.qr-step-image {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.qr-img-step1 {
  animation: qrImg1 12s infinite;
}

.qr-img-step2 {
  animation: qrImg2 12s infinite;
}

.qr-img-step3 {
  animation: qrImg3 12s infinite;
}

/* KEYFRAMES (SYNCED WITH STEPS) */

/* STEP 1 IMAGE */
@keyframes qrImg1 {
  0%,
  30% {
    opacity: 1;
  }
  31%,
  100% {
    opacity: 0;
  }
}

@keyframes qrImg2 {
  0%,
  30% {
    opacity: 0;
  }
  31%,
  60% {
    opacity: 1;
  }
  61%,
  100% {
    opacity: 0;
  }
}

@keyframes qrImg3 {
  0%,
  60% {
    opacity: 0;
  }
  61%,
  100% {
    opacity: 1;
  }
}
.qr-step-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.qr-step-line-segment {
  margin-right: 60px;
}
.qr-step-line-segment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #dcdcdc;
}

.qr-steps-icon-box {
  width: 60px;
  height: 60px;
  min-width: 60px; /* 🔥 important */
  min-height: 60px; /* 🔥 important */
  flex-shrink: 0; /* 🔥 prevents squishing */
  border-radius: 8px;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 45px;
  transition: 0.4s ease;
}
.qr-steps-icon-box i {
  font-size: 24px !important;
  color: black !important;
}

.qr-step-item:nth-child(1) .qr-steps-icon-box {
  animation: qrIcon1 12s infinite;
}
.qr-step-item:nth-child(2) .qr-steps-icon-box {
  animation: qrIcon2 12s infinite;
}
.qr-step-item:nth-child(3) .qr-steps-icon-box {
  animation: qrIcon3 12s infinite;
}

.qr-seg1::before {
  animation: qrLine1 12s infinite;
}
.qr-seg2::before {
  animation: qrLine2 12s infinite;
}
.qr-seg3::before {
  animation: qrLine3 12s infinite;
}

@keyframes qrIcon1 {
  0%,
  30% {
    background: #e9d8fd;
    color: #7c3aed;
  }
  31%,
  100% {
    background: #ffffff;
    color: #000;
  }
}

@keyframes qrLine1 {
  0%,
  30% {
    background: #7c3aed;
  }
  31%,
  100% {
    background: #dcdcdc;
  }
}

@keyframes qrIcon2 {
  0%,
  30% {
    background: #ffffff;
    color: #000;
  }
  31%,
  60% {
    background: #e9d8fd;
    color: #7c3aed;
  }
  61%,
  100% {
    background: #ffffff;
    color: #000;
  }
}

@keyframes qrLine2 {
  0%,
  30% {
    background: #dcdcdc;
  }
  31%,
  60% {
    background: #7c3aed;
  }
  61%,
  100% {
    background: #dcdcdc;
  }
}

@keyframes qrIcon3 {
  0%,
  60% {
    background: #ffffff;
    color: #000;
  }
  61%,
  100% {
    background: #e9d8fd;
    color: #7c3aed;
  }
}

@keyframes qrLine3 {
  0%,
  60% {
    background: #dcdcdc;
  }
  61%,
  100% {
    background: #7c3aed;
  }
}

@media (max-width: 991px) {
  .qr-step-image {
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }

  .qr-step-line-segment {
    height: 90px;
    margin-right: 25px;
  }

  .qr-steps-icon-box {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .qr-steps-icon-box i {
    font-size: 20px !important;
  }

  .qr-step-content h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .qr-image-wrapper {
    position: relative;
    min-height: 300px;
    margin-bottom: 40px;
  }

  .qr-step-image {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }

  .qr-step-item {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .qr-step-line-segment {
    height: 70px;
    margin-right: 15px;
    display: none;
  }

  .qr-steps-icon-box {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-right: 12px;
  }

  .qr-steps-icon-box i {
    font-size: 18px !important;
  }

  .qr-step-content h5 {
    font-size: 1.65rem;
  }

  .qr-img-step3 {
    width: 80%;
    max-height: 294px;
    object-fit: contain;
  }
  .qr-img-step2 {
    width: 70%;
    max-height: 294px;
    object-fit: contain;
  }
}
@media (max-width: 1100px) {
  .qr-img-step1,
  .qr-img-step2,
  .qr-img-step3 {
    width: 80%;
    max-height: 294px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .qr-image-wrapper {
    min-height: 260px;
  }

  .qr-step-image {
    width: 90%;
  }

  .qr-step-content p {
    font-size: 16px;
  }

  .qr-step-line-segment {
    height: 60px;
  }
  .qr-img-step3 {
    width: 85%;
    max-height: 294px;
  }
  .tab-panel img {
    width: 350px !important;
  }
}
@media (max-width: 380px) {
  .tab-panel img {
    width: 284px !important;
  }
}

/* qr code on start */
.qr-gallery-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}

.qr-gallery-container {
  display: flex;
  transition: transform 0.5s ease;
}

.qr-gallery-slide {
  min-width: 100%;
}

.qr-gallery-slide .col-3 {
  padding: 0;
}
.qr-gallery-slide .row {
  margin: 0 !important;
}

.qr-gallery-slide [class*="col-"] {
  padding: 0 !important;
}
.qr-gallery-item {
  position: relative;
  overflow: hidden;
}

.qr-gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.qr-gallery-overlay-heading {
  margin: 0;
  font-size: 20px;
  color: white;
  font-weight: 600;
}

.qr-gallery-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 12%) 0%,
    rgba(0, 0, 0, 0.85) 2%,
    rgba(0, 0, 0, 0.4) 67%,
    rgba(0, 0, 0, 0.15) 89%,
    rgba(0, 0, 0, 0) 100%
  );

  color: white;
  padding: 15px;
  transition: height 0.4s ease;

  display: flex;
  flex-direction: column;
}

.qr-gallery-overlay-content {
  opacity: 0;
  font-size: 1.2rem;
  color: white;
  margin-top: 8px;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.qr-gallery-overlay-content a {
  margin-top: auto; /* 🔥 THIS pushes Read More to bottom */
  color: #ff3d00;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.qr-gallery-overlay-content a:hover {
  color: #fff;
}
.qr-gallery-item:hover .qr-gallery-overlay {
  height: 93%;
}

.qr-gallery-item:hover .qr-gallery-overlay-content {
  opacity: 1;
}

.qr-gallary-scroll-btns {
  text-align: center;
  margin-top: 25px;
}

.qr-gallary-scroll-btns button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  margin: 0 10px;
  font-size: 25px;
  cursor: pointer;
  background: white;
  border: 1px solid #ccc;
}
.qr-gallary-scroll-btns button:hover {
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .qr-gallery-item img {
    height: 180px;
  }

  .qr-gallery-overlay {
    height: 55px;
    padding: 10px;
  }

  .qr-gallery-overlay-heading {
    font-size: 14px;
  }

  .qr-gallery-overlay-content {
    font-size: 13px;
  }

  .qr-gallery-overlay-content a {
    font-size: 13px;
  }

  .qr-gallery-item:hover .qr-gallery-overlay {
    height: 55px;
  }

  .qr-gallery-item:hover .qr-gallery-overlay-content {
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .scrollable-tab-content {
    height: 720px;
  }

  .tab-panel img {
    width: 650px;
  }
}

@media (max-width: 992px) {
  .tab-panel img {
    width: 442px;
  }
}

/* qr codes for new section */
.qr-codes-for-section {
  position: relative;
  background: #f8f9fa;
}

.qr-codes-for-fade-left,
.qr-codes-for-fade-right {
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.qr-codes-for-fade-left {
  left: -40px;
  background: linear-gradient(to right, #f8f9fa 42%, transparent);
}

.qr-codes-for-fade-right {
  right: -36px;
  background: linear-gradient(to left, #f8f9fa 40%, transparent);
}

.qr-codes-for-row {
  overflow: hidden;
  margin-bottom: 11px;
}

.qr-codes-for-track {
  display: flex;
  width: max-content;
}

.qr-codes-for-left .qr-codes-for-track {
  animation: qrCodesForScrollLeft 40s linear infinite;
}

.qr-codes-for-right .qr-codes-for-track {
  animation: qrCodesForScrollRight 40s linear infinite;
}

@keyframes qrCodesForScrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes qrCodesForScrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.qr-codes-for-card {
  width: 150px;
  height: 150px;
  margin: 0 7px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.qr-codes-for-card img {
  width: 54px;
  margin-bottom: 10px;
}

.qr-codes-for-card p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: black;
}
/* Pause scrolling on hover */
.qr-codes-for-row:hover .qr-codes-for-track {
  animation-play-state: paused;
}
.qr-bg1 {
  background: #fff3cf;
}
.qr-bg2 {
  background: #d9f4e5;
}
.qr-bg3 {
  background: #ffecda;
}
.qr-bg4 {
  background: #ffe3e1;
}
.qr-bg5 {
  background: #e0d5f5;
}
.qr-bg6 {
  background: #feeee0;
}
.qr-bg7 {
  background: #f3e7c6;
}
.qr-bg1:hover {
  background: #ffe7a3;
}
.qr-bg2:hover {
  background: #bff0d6;
}
.qr-bg3:hover {
  background: #ffdcbc;
}
.qr-bg4:hover {
  background: #ffc9c5;
}
.qr-bg5:hover {
  background: #cdbcf0;
}
.qr-bg6:hover {
  background: #ffdfc6;
}
.qr-bg7:hover {
  background: #e8d8a5;
}
.qr-codes-for-row-small {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .qr-codes-for-fade-left,
  .qr-codes-for-fade-right {
    display: none;
  }

  .qr-codes-for-row-small {
    width: 100%;
  }

  .qr-codes-for-row {
    margin-bottom: 8px;
  }

  .qr-codes-for-card {
    width: 80px;
    height: 80px;
    margin: 0 5px;
    border-radius: 6px;
  }

  .qr-codes-for-card img {
    width: 28px;
    margin-bottom: 6px;
  }

  .qr-codes-for-card p {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
  }

  .qr-codes-for-left .qr-codes-for-track,
  .qr-codes-for-right .qr-codes-for-track {
    animation-duration: 25s;
  }
}

/* bolg start */

.card-xl-stretch a.card-rounded {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.card-xl-stretch a.card-rounded::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit; /* keeps your background-image */
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.card-xl-stretch a.card-rounded:hover::before {
  transform: scale(1.2);
}
.threeline-clamp {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  line-clamp: 3;

  -webkit-box-orient: vertical;
}

.blog-read-more {
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  color: #6f4cff;
}
.blog-read-more:hover {
  color: #4c1fd1;
}

.blog-card {
  width: 90%;
  margin: 0px auto;
  cursor: pointer;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 10px;
}

.blog-card:hover {
  box-shadow: 1px 1px 20px 5px #e2e9ff;
  border-radius: 10px;
}

/* testimonial section */

.new-testimonial-header {
  margin-bottom: 60px;
}

.new-testimonial-title {
  font-size: 60px;
  font-weight: 600;
}

.new-testimonial-subtitle {
  color: #ff5a6d;
  font-weight: 600;
}

.new-testimonial-slider {
  overflow: hidden;
  width: 100%;
}

.new-testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-slide {
  flex: 0 0 100%;
  display: flex;
  gap: 40px;
}

.new-testimonial-item {
  flex: 1;
}

.new-testimonial-bubble {
  position: relative;
  padding: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

/* Slide 1 */
.testimonial-slide:nth-child(1)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble {
  background: #ffe3e1;
  color: #79221a;
}

.testimonial-slide:nth-child(1)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble {
  background: #e0d5f5;
  color: #3d1f71;
}

/* Slide 2 */
.testimonial-slide:nth-child(2)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble {
  background: #d9f4e5;
  color: #045024;
}

.testimonial-slide:nth-child(2)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble {
  background: #fff3cf;
  color: #5d4911;
}

/* Slide 3 */
.testimonial-slide:nth-child(3)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble {
  background: #ffe3e1;
  color: #542f16;
}

.testimonial-slide:nth-child(3)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble {
  background: #e0d5f5;
  color: #13165e;
}

.testimonial-slide:nth-child(4)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble {
  background: #ffe3e1;
  color: #79221a;
}

.testimonial-slide:nth-child(4)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble {
  background: #e0d5f5;
  color: #3d1f71;
}
/* SLIDE 1 */
.testimonial-slide:nth-child(1)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble::after {
  border-top-color: #ffe3e1;
}

.testimonial-slide:nth-child(1)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble::after {
  border-top-color: #e0d5f5;
}

/* SLIDE 2 */
.testimonial-slide:nth-child(2)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble::after {
  border-top-color: #d9f4e5;
}

.testimonial-slide:nth-child(2)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble::after {
  border-top-color: #fff3cf;
}

/* SLIDE 3 */
.testimonial-slide:nth-child(3)
  .new-testimonial-item:nth-child(1)
  .new-testimonial-bubble::after {
  border-top-color: #ffe3e1;
}

.testimonial-slide:nth-child(3)
  .new-testimonial-item:nth-child(2)
  .new-testimonial-bubble::after {
  border-top-color: #e0d5f5;
}
.new-testimonial-bubble {
  position: relative;
  z-index: 1;
}

/* QUOTE IMAGE */
.new-testimonial-bubble::before {
  content: "";
  position: absolute;

  top: 5px;
  left: 0px;
  width: 100%;
  height: 100%;

  background: url("/assets/media/main-page/quote-left-testimonial-black.png")
    no-repeat center;
  background-size: contain;

  opacity: 0.1; /* 👈 ONLY image fades */
  z-index: 0;
}

/* TEXT ABOVE IMAGE */
.new-testimonial-bubble p {
  position: relative;
  z-index: 2;
}
.new-testimonial-bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 70px;
  width: 24px;
  height: 24px;
  background: inherit; /* 👈 this keeps your slide colors */
  transform: rotate(45deg);
}
.new-testimonial-bubble,
.new-testimonial-item {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.new-testimonial-item:nth-child(2) .new-testimonial-bubble::after {
  border-top: 22px solid #b0f2cf;
}

.new-testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding-left: 20px;
}

.new-testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.new-testimonial-profile-name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #111;
}

.new-testimonial-profile span {
  font-size: 1.2rem;
  color: #8b8b8b;
}

.new-testimonial-dots {
  text-align: center;
  margin-top: 40px;
}

.new-testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffae00;
  display: inline-block;
  margin: 5px;
  opacity: 0.4;
}

.new-testimonial-dot.active {
  opacity: 1;
}

.new-testimonial-circle {
  position: absolute;
  right: -31px;
  top: -34px;
  width: 160px;
  animation: testimonialZoom 4s ease-in-out infinite;
}

@keyframes testimonialZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}
.sub-heading-steps-includes {
  font-size: 1.75rem;
  font-weight: 600;
}

.sub-text-includes {
  font-size: 1.2rem;
  color: #35303f;
}
.sub-heading-includes {
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (min-width: 1700px) {
  .sub-heading-includes {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .sub-text-includes {
    font-size: 1.6rem;
    color: #35303f;
  }
}

@media (max-width: 991px) {
  .new-testimonial {
    padding: 40px 20px;
  }

  .testimonial-slide {
    flex-direction: column;
    gap: 30px;
  }

  .new-testimonial-bubble {
    padding: 40px 35px;
    font-size: 18px;
  }

  .new-testimonial-title {
    font-size: 42px;
  }

  .new-testimonial-profile img {
    width: 55px;
    height: 55px;
  }

  .new-testimonial-profile-name {
    font-size: 18px;
  }
  .new-testimonial-circle {
    position: absolute;
    right: -6px;
    top: -118px;
    width: 160px;
    animation: testimonialZoom 4s ease-in-out infinite;
  }
}

@media (max-width: 576px) {
  .new-testimonial {
    padding: 5px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    gap: 25px;
  }

  .new-testimonial-bubble {
    padding: 30px 25px;
    font-size: 16px;
    border-radius: 25px;
  }

  .new-testimonial-profile {
    padding-left: 10px;
  }

  .new-testimonial-profile img {
    width: 48px;
    height: 48px;
  }

  .new-testimonial-profile-name {
    font-size: 16px;
  }

  .new-testimonial-profile span {
    font-size: 13px;
  }

  .new-testimonial-circle {
    display: none;
  }
  .new-testimonial-circle {
    position: absolute;
    right: -6px;
    top: -118px;
    width: 160px;
    animation: testimonialZoom 4s ease-in-out infinite;
  }
}

/* trusted section */

.new-trusted-numor-box {
  padding: 40px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.trusted-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 40px;
}

.trusted-text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
  min-height: auto;
  line-height: 28px;
}

.trusted-number {
  font-size: 70px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}

.new-trusted-numor-box:hover {
  transform: translateY(-5px);
}

.trusted-box1 {
  background-color: #f7f4ff;
  color: #423759 !important;
}

.trusted-box2 {
  background-color: #fff0dd;
  color: #7a5d3d !important;
}

.trusted-box3 {
  background-color: #e7fff2;
  color: #4d7260 !important;
}

.trusted-box4 {
  background-color: #ffeded;
  color: #724b4c !important;
}

/* frame section start */

.frame-slider {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 60px;
  background: #ffffff;
}

.frame-slider-wrapper {
  position: relative;
}

/* TRACK */
.frame-track {
  display: flex;
  gap: 40px;
  align-items: center;
  white-space: nowrap;
  width: max-content; /* 🔥 critical fix */
  animation: frameScroll 35s linear infinite;
}

/* SLIDES */
.frame-slide {
  flex: 0 0 auto;
}

.frame-slide img {
  display: block;
  width: auto;
  height: auto;
}

/* FADE EFFECT */
.frame-fade-left,
.frame-fade-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}

.frame-fade-left {
  left: 0;
  background: linear-gradient(to right, #ffffff 40%, transparent);
}

.frame-fade-right {
  right: 0;
  background: linear-gradient(to left, #ffffff 40%, transparent);
}

/* BORDER EFFECT */
.frame-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 8px;
  background: linear-gradient(90deg, #dfedfc, #ffdde3);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: 3;
}

/* ANIMATION */
@keyframes frameScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.frame-btn {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .frame-slider {
    padding: 30px;
  }

  .frame-track {
    gap: 20px;
  }
}

/* faq section */

.home-pg-faq {
  max-width: 100%;
  margin: auto;
}

.home-pg-faq .nav-tabs {
  border: none;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.home-pg-faq .nav-tabs .nav-link {
  border: 2px solid #9c74f0;
  background: #ffffff;
  color: #9c74f0;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.3s ease;
}
.home-pg-faq .nav-tabs .nav-link:hover {
  background: #7239eab3;
  color: white;
  border-color: #9c74f0;
}

.home-pg-faq .nav-tabs .nav-link.active {
  background: #7239eab3;
  color: white;
  border-color: #9c74f0;
}

.home-pg-faq .faq-item {
  border-radius: 20px;
  padding: 18px 25px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: none;
  transition: 0.3s ease;
  border: 1px solid #ece8f5;
  border-radius: 15px;
}

.home-pg-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
  color: #000;
}

.home-pg-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 16px;
  color: #35303f;
  line-height: 1.6;
}

.home-pg-faq .faq-item.active {
  background: #ffffff;
}

.home-pg-faq .faq-item.active .faq-answer {
  max-height: 300px;
  margin-top: 15px;
}

.home-pg-faq .faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s ease;
}

.home-pg-faq .faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: transparent;
}

@media (max-width: 768px) {
  .home-pg-faq .nav-tabs {
    flex-direction: row;
    align-items: center;
  }
  .home-pg-faq .nav-tabs .nav-link {
    border: 2px solid #9c74f0;
    background: #ffffff;
    color: #9c74f0;
    font-weight: 600;
    padding: 10px 11px;
    border-radius: 50px;
    font-size: 12px;
    transition: 0.3s ease;
  }
  .home-pg-faq .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
  }
}

/* cta section start */
.cta-footer {
  position: relative;
  z-index: 10;
  transform: translateY(140px); /* 👈 pushes CTA down over footer */
}

.cta-section {
  background: linear-gradient(135deg, #a14d43 0%, #682c88 49%, #3c1239 99%);
  border-radius: 20px;
  padding: 95px !important;
  position: relative;
  overflow: visible;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.cta-section::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 0px;
  bottom: 30px;
  width: 28%;
  background: url("/assets/media/main-page/cta-image.svg") no-repeat bottom
    right;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.site-footer:not(.second-footer) {
  padding-top: 120px; /* adjust based on overlap */
}
.cta-btn {
  position: relative;
  color: #501e5e;
  border-radius: 0.55rem !important;
  font-weight: 700;
  font-size: 1.3rem;
  overflow: hidden;
  z-index: 1;
  padding: 20px 28px;
}

.cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #edd658;
  z-index: -1;
}

.cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #f4e591;
  transition: width 0.4s ease;
  z-index: -1;
}

.cta-btn:hover::after {
  width: 100%;
}
@media (max-width: 900px) {
  .cta-section {
    padding: 32px !important;
    text-align: center;
  }

  .cta-section::after {
    display: none;
  }

  .cta-section .mb-15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cta-section .sub-titles-includes {
    width: 100% !important;
    text-align: center;
  }

  .cta-section .d-flex {
    justify-content: center;
  }
  .cta-footer {
    position: relative;
    z-index: 10;
    transform: translateY(73px);
  }
}

/* footer section start */

.site-footer {
  font-size: 14px;

  line-height: 20px;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../media/illustrations/footer.jpg");
  z-index: -2;
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2b1d64;
  z-index: -1;
}

.site-footer .footer-main-content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 0 32px;
  /* border-bottom: 1px solid #7a7a7a; */
}

.footer-cta-input {
  padding-right: 185px !important;
}

.get-started-now {
  border-radius: 0.42rem !important;
}

@media (max-width: 768px) {
  .site-footer .footer-main-content {
    align-items: center;
  }

  .site-footer .divsly-wordmark {
    margin: 0 auto;
    display: block;
  }

  .site-footer .tagline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer:not(.second-footer) {
    padding-top: 68px;
  }
}
@media (max-width: 992px) {
  .form-floating #floatingInput {
    border-radius: 0.55rem;
  }

  .site-footer .footer-main-content {
    align-items: center;
  }

  .site-footer .divsly-wordmark {
    margin: 0 auto;
    display: block;
  }

  .site-footer .tagline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .get-started-now {
    border-radius: 0.55rem !important;
  }

  .footer-cta-input {
    padding-right: 15px !important;
    border-radius: 0.55rem !important;
  }
  .cta-signup {
    padding-bottom: 40px !important;
  }
  .total-shots-container {
    padding-top: 10px;
  }
}

.other-free-tools {
  padding: 48px 0 32px;
  /* border-bottom: 1px solid #e7e7e9; */
  border-bottom: 1px solid #d2d2d2;
}

@media (min-width: 1160px) {
  .site-footer .footer-main-content {
    flex-direction: row;
    padding: 72px 0 50px 0px;
  }
  .other-free-tools {
    padding: 50px 0;
  }
}

.site-footer .divsly-wordmark {
  width: 120px;
  -webkit-transition: fill 200ms ease;
  transition: fill 200ms ease;
  fill: #ea4c89;
}

.site-footer .divsly-wordmark:hover {
  fill: #bb3d6e;
}

.site-footer .tagline {
  max-width: 256px;
  margin: 20px 0;
  color: #fff !important;
}

.site-footer .social-links-container a {
  color: #3d3d4e;
}

.site-footer .social-links-container a:hover {
  color: #0d0c22;
}

.site-footer .social-links-container .icon {
  width: 18px;
  height: 18px;
  /* margin-top: 8px; */
  margin-right: 14px;
}

.site-footer .social-links-container a:nth-child(4) svg {
  margin-right: 0px !important;
}

.site-footer .links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.footer-last {
  color: #000;
  font-size: 14px;
}
.footer-last:hover {
  color: #6f4cff !important;
}
@media (min-width: 768px) {
  .site-footer .links-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1160px) {
  .site-footer .links-container > .links-column {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .site-footer > .links-column {
    margin-right: 36px;
  }

  .site-footer > .links-column:last-of-type {
    margin-right: 0;
  }
}

.site-footer .links-column {
  width: 50%;
  padding: 0px 5px 0px 0px;
}

@media (min-width: 1160px) {
  .site-footer .links-column {
    width: fit-content;
    /* margin-left: 40px; */
  }
}

.site-footer .link-heading,
.footer-contact .link-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 32px;
  /* color: #0d0c22; */
  color: #fff;
}

.footer-contact div {
  color: #fff;
}

@media (min-width: 1160px) {
  .site-footer .link-heading {
    margin-top: 0;
  }

  .site-footer .link-heading:not(:first-child) {
    margin-top: 24px;
  }
}

.site-footer .link h6 {
  display: block;
  margin-top: 11px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.site-footer .link h6:hover {
  color: #aa9df2 !important;
  font-weight: 400;
}

.cntry {
  color: var(--bs-dark-footer-heading) !important;
}

.site-footer .link:hover {
  color: #0d0c22;
}

.site-footer .footer-lower-content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 32px 0;
  /* color: #6e6d7a; */
  color: #fff;
}

@media (min-width: 1160px) {
  .site-footer .footer-lower-content {
    
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .site-footer .total-shots-container div:first-child {
    padding-right: 0px;
    padding-top: 5px;
    border-right: 0px;
    margin-right: 0px;
  }
  .footer-lower-content div p {
    padding-top: 5px;
  }
}

.site-footer .total-shots-container {
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1160px) {
  .site-footer .total-shots-container {
    flex-direction: row;
  }
}

.site-footer .total-shots-container .shots-count {
  color: var(--bs-dark-footer-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.site-footer .total-shots-container .divsly-ball {
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .footer-lower-content {
    padding: 20px 10px !important;
  }
}

@media (min-width: 1160px) {
  .site-footer .total-shots-container .divsly-ball {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.footer-cta {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 218, 255, 1) 100%
  );
}

.footer-floating-form input {
  outline: none;
  border: 2px solid var(--bs-info);
  border-radius: 50px;
  padding-left: 30px !important;
}

.footer-floating-form .get-started-now {
  height: 70px;
  right: 0px;
  border-radius: 50px !important;
  padding: 0px 25px !important;
}

.footer-badge p {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  background: #fff;
  color: #170653;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  border: 1px solid #170653;
}

.footer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -27px;
}

.footer-badge::after {
  margin-left: 10px;
}
.social-links-container img {
  width: 26px;
}

.copyright-year {
  font-size: 26px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .copyright-year {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }
  .footer-content,
  .js-site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.second-footer {
  background-color: #fff;
}
.second-footer-heading {
  color: #000;
  margin-bottom: 17px;
}
.second-footer .link h6 {
  color: #3c3946 !important;
  font-weight: 400 !important;
}
.second-footer .link h6:hover {
  color: #6f4cff !important;
  font-weight: 400 !important;
}
.second-footer .footer-lower-content {
  color: #000 !important;
}
.footer-cta-inner {
  width: 100% !important;
  max-width: 45% !important;
}
.site-footer:not(.second-footer)::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/media/illustrations/footer.jpg");
  z-index: -2;
}
.second-footer::before {
  content: none !important;
  display: none !important;
}
/* header start  */
.new-header {
  background: transparent;
  padding: 14px 0;
}

.new-nav-link {
  font-weight: 600;
  font-size: 17px;
  color: #111;
  cursor: pointer;
  position: relative;
  padding: 5px 8px;
}

.new-nav-link a {
  font-size: 16px;
  font-weight: 500;
}
.new-login {
  color: #6f4cff;
  font-weight: 500;
}

.signup-btn {
  position: relative;
  padding: 13px 22px !important;
  font-size: 14px;
  border-radius: 0.55rem !important;
  overflow: hidden;
  z-index: 1;
  border-radius: 0.55rem !important;
  font-weight: 600;

  color: #fff !important;
  border: none;

  background: #6f4cff !important; /* default color */
}
.divsly-logo img {
  width: 92%;
}
.signup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #4c1fd1;
  z-index: -1;
  transition: width 0.4s ease;
}

.signup-btn:hover::before {
  width: 100%;
}

.nav-arrow {
  transition: transform 0.3s ease;
}

.nav-item:hover .nav-arrow {
  transform: rotate(180deg);
}
.new-dropdown {
  position: relative;
}

.new-dropdown-menu {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.new-dropdown:hover .new-dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 140%;
}

.small-menu {
  width: 480px;
}

.mega-menu {
  width: 1197px !important;
}

.new-item {
  display: flex;
  gap: 15px;
  padding: 10px;
  border-radius: 10px;
  transition: 0.2s;
}

.new-item:hover {
  background: #f5f5ff;
}

.new-dropdown-menu .fw-bold {
  font-size: 15px !important; /* 🔥 change here */
  font-weight: 600;
}

.header-sub-titles {
  margin-top: 4px !important;
  line-height: 21px;
  color: #35303f !important;
  font-size: 13px;
  font-weight: 500;
}

/* SCROLL STYLE */
.new-header.scrolled {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 10px 20px;
  border-radius: 14px;

  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 25px;

  z-index: 9999;
}
.new-dropdown-menu .new-item h6 {
  font-size: 16px;
  font-weight: 600;
}

/* SUB TEXT */
.new-dropdown-menu .new-item p {
  font-size: 13px;
  color: #666;
}

/* LOGO SWITCH */
.new-logo-scroll {
  display: none;
}

.new-header.scrolled .new-logo-default {
  display: none;
}

.new-header.scrolled .new-logo-scroll {
  display: block;
}

/* ANIMATION */
@keyframes slideDown {
  from {
    top: -40px;
    opacity: 0;
  }
  to {
    top: 20px;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .new-header.scrolled {
    left: 0;
    transform: none;
    width: 100%;
    top: 0;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 991px) {
  #newNav {
    display: none !important;
  }
  .new-mobile-menu {
    position: fixed;
    top: 9%;
    left: 0;
    width: 100%;

    z-index: 99999;

    display: none;
  }
  .new-header {
    padding-top: 14px !important;
  }
  .new-mobile-menu.open {
    display: block;
  }

  /* card inside */
  .new-mobile-card {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    border-radius: 0; /* full screen */
  }
  .new-mobile-link,
  .new-mobile-head {
    font-size: 16px;
  }

  .new-mobile-body a {
    font-size: 14px;
  }
  .new-mobile-menu {
    padding: 10px;
  }

  .new-mobile-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 25px;
  }

  .new-mobile-link {
    display: block;
    padding: 12px 10px;
    font-weight: 500;
    color: #111;
  }

  /* ACCORDION */

  .new-mobile-head {
    padding: 12px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
  }

  .new-mobile-body {
    display: none;
    padding-left: 15px;
  }

  .new-mobile-body a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #3f4254 !important;
    font-weight: 500;
  }

  .new-mobile-footer {
    margin-top: 15px;
  }

  .new-mobile-login {
    display: block;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
    color: #6f4cff;
  }
  .signup-btn {
    display: block;
  }
}
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

/* qrcode demo start */
.qr-demo-main {
  border: 1px solid #e2d5d1;
  border-radius: 24px;
  padding: 25px 20px !important;
  max-width: 1200px !important;
  background: #f2e8e4;
  margin: 0 auto;
}

.qr-demo-tabs {
  display: flex;
  align-items: center;
  position: relative;
}
.tab-content-left {
  max-width: 748px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .tab-content-left {
    padding-right: 0px;
  }
}

.nav-demo-tabs {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  margin-left: -10px;
}

.tab-demo-scroll {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none; 
  -ms-overflow-style: none;
  margin: 0px 40px 20px 21px;
}
.tab-demo-scroll::before {
  content: "";
  display: block;
  min-width: 10px; /
}
.tab-demo-scroll::-webkit-scrollbar {
  display: none;
}

.nav-demo-link {
  border: 2px solid #f2e8e4;
  margin-right: 6px;
  border-radius: 14px;
  background: transparent;
  white-space: nowrap;
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 95px;
  transition: 0.3s;
  color: black;
}
.nav-demo-link img {
  width: 30px;
  height: 30px;
}
.nav-demo-link:hover {
  border: 2px solid #c86841;
  color:#000;
}

.nav-demo-link.active {
  background: transparent;
  border: 2px solid #c86841;
  color: #000;
}
.demo-custom-divider {
  border-bottom: 1px solid #e0d8ff;
  margin: 20px 0;
}

.scroll-demo-btn {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: 0.2s;
}

.scroll-demo-btn.left {
  left: 0;
}

.scroll-demo-btn.right {
  right: 33px;
}

.scroll-demo-btn:hover {
  background: #eff0ff;
  color: #000;
}

.scroll-demo-btn i {
  font-size: 18px;
  line-height: 1;
}
.qr-demo-main .nav {
  border-bottom: none !important;
  gap: 6px;
}
.qr-demo-content {
  padding: 0px 13px;
}
.demo-card-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #48342c !important;
  margin-bottom: 13px;
}
.coupon-demo-title
{
      font-size: 13px !important;
    font-weight: 400 !important;
    color: #a0938e !important;
}
.qr-demo-box {
  border-radius: 6px;
  padding: 19px 24px 16px 24px;
  text-align: center;
  cursor: pointer;
  height: 148px;
}
.demo-box-custom {
  background: #ffffff66;
  border-radius: 15px;
  color: #48342c;
  border: 3.5px solid rgb(255 255 255 / 3%);
}
.demo-box-image {
  background: #ffffff66;
  border-radius: 15px;
  color: #48342c;
  border: 3.5px solid rgb(255 255 255 / 3%);
}
.tab-box:hover {
  border: 3.5px solid #c381ac;
}
.tab-box.active-tab {
  border: 3.5px solid #c381ac;
  background: linear-gradient(
    135deg,
    rgb(255 255 255) 0%,
    rgb(255 214 193) 45%,
    rgb(255 201 251) 100%
  );
  color: black;
}
.demo-box-artistic {
  background: #ffffff66;
  border-radius: 15px;
  border: 3.5px solid rgb(255 255 255 / 3%);
  color: #48342c;
}
.qr-demo-box img {
  margin-bottom: 10px;
  max-width: 44%;
  border-radius:5px;
}
.qr-demo-box {
  overflow: hidden; 
}

.qr-demo-box img,
.qr-demo-box-title {
  transition: transform 0.3s ease;
}

.tab-box:hover .qr-demo-box img,
.tab-box:hover .qr-demo-box-title {
  transform: scale(1.1);
}
.qr-demo-box-title {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.qr-demo-box-sub {
  font-size: 14px;
  color: #dfdfdf;
}

.demo-template-box {
  width: 120px;
  height: 120px;
  background: #1b1b1b;
  border: 1px solid #c2c2c2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  cursor: pointer;
}


.demo-disable-box-icon i {
  font-size: 17px !important;
  transition: transform 0.3s ease;
}
.demo-frame-box i {
  transition: transform 0.3s ease;
}

.demo-frame-box:hover i {
  transform: scale(1.2);
}
.demo-template-box i {
  transition: transform 0.3s ease;
}

.demo-template-box:hover i {
  transform: scale(1.2);
}
.demo-template-box {
  overflow: hidden;
}

.demo-template-box img {
  transition: transform 0.3s ease;
}

.demo-template-box:hover img {
  transform: scale(1.2);
}
.demo-frame-box {
  width: 120px;
  height: 120px;
  background: #000;
  border: 1px solid #c2c2c2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
}
.demo-frame-box svg {
  transition: transform 0.3s ease;
}

.demo-frame-box:hover svg {
  transform: scale(1.2);
}
.demo-template-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 7px;
}
.url-text {
  color: #706662;
  font-size: 12px;
}
.url-input {
  border-radius: 10px !important;
  border: 1px solid #e2d5d1!important;
}
.url-input::placeholder {
  font-size: 15px;
  color:#767676;
}

.url-input::-webkit-input-placeholder {
  font-size: 15px;
  color:#767676;
}

.url-input:-ms-input-placeholder {
  font-size: 15px;
  color:#767676;
}
.qr-demo-artistic-input,
.qr-demo-artistic-textarea::placeholder {
  font-size: 15px;
  color: #767676; 
}
textarea.qr-ai-textarea::placeholder {
  color: #767676 !important;
  font-size: 15px;
  opacity: 1;
}
textarea.qr-ai-textarea::placeholder,
.form-control.qr-ai-textarea::placeholder {
  color: #855b4345 !important;
  font-size: 15px;
  opacity: 1;
}
.qr-demo-main input::placeholder,
.qr-demo-main textarea::placeholder {
  color: #855b4376 !important;
  font-size: 15px;
  opacity: 1;
}
.qr-demo-main input[type="date"] {
  color: #855b4376; 
  font-size: 15px;
}

.date-wrapper {
  position: relative;
}

.custom-date {
  padding-right: 40px; 
}

.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.custom-date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #855b4376;
  font-size: 16px;
}
.custom-date-icon i
{
    color: #855b4376 !important;
}
.demo-cards {
  padding: 15px 0px;
}
.custom-qr-tabs {
  display: flex;
  gap: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #8f5a7c33;
}
.demo-tab-cards {
  border-radius: 15px;
  background: #fff;
  padding: 25px;
}
.custom-qr-tab-btn {
  background: transparent;
  border: none;
  padding: 0px 0px 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #8f7469;
  position: relative;
}

.custom-qr-tab-btn.active {
  color: #8f5a7c;
  font-weight: 600;
  border-radius: 7px;
  border-bottom: none;
}

.custom-qr-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8f5a7c;
}

.custom-qr-tab-content {
  display: none;
}

.custom-qr-tab-content.active {
  display: block;
}
.more-box {
  font-size: 20px;
  font-weight: bold;
}

.qr-preview {
  max-width: 324px;
  margin: 0 auto;
}
.qr-preview-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  color: #fff;

  text-align: center;
}

.qr-preview-inner {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
}

.qr-preview-inner img {
  width: 100%;
  max-width: 320px;
}
.scan-wrapper {
  width: 100%;
  margin-top:30px;
}
.qrcode-icon
{
  color:#8f7479 !important
}
.scan-text {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.scan-text span {
  color: #22c55e;
}

.demo-scan-bar {
  height: 17px;
  border-radius: 10px;
  background: #e5e7eb;
  overflow: hidden;
  border: 1px solid #dddedd;
  padding: 2px;
}

.demo-scan-bar .progress {
  height: 100%;
  width: 100%;
  background: #22c55e;
  border-radius: 10px;
}

.scan-warning {
  color: #ff4d4d;
  font-size: 12px;
}

.demo-note-text {
  font-size: 16px;
  margin: 22px 0;
  font-weight: 600;
}

    .demo-select-box {
      border-radius: 11px !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      padding: 12px 18px !important;
      border: 1px solid #e2d5d1 !important;
      background: #fff !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      width: 100%;
      text-align: left;
      color:black;
    }

.demo-dropdown .dropdown-toggle {
  color: black !important;
}


.demo-dropdown-menu {
  border-radius: 12px !important;
  border: 1px solid #e2d5d1!important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12) !important;
  padding: 6px !important;
}


.demo-dropdown-item {
 padding: 9px 10px !important;
    font-weight: 600 !important;
}


.demo-dropdown-menu .demo-dropdown-item:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
  border-radius:10px;
}


.demo-dropdown-menu .demo-dropdown-item.active {
  background: #f2f2f2 !important;
  color: #000 !important;
  border-radius:10px;
}

/* remove focus shadow */
.form-select:focus {
  box-shadow: none !important;
}
.form-select:focus
{
  box-shadow: none !important;
}
.download-btn {
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px 3px;
  width: 100%;
  font-weight: 600;
  margin-top: 28px;
  font-size: 15px;
  background: linear-gradient(90deg, #5b2eff, #ff3b5c, #5b2eff);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}

.download-btn:hover {
  background-position: right;
}
.demo-image-qr-upload-box {
  width: 151px;
  height: 151px;
  border: 2px dashed #cdb8ac;
  background: #F7F2EF;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding-top: 19px;
  color: #6b4bb3;
  cursor: pointer;
}

.demo-image-qr-upload-box:hover
{
border: 2px dashed #a17b65;
color: #422880;
background:#f1ebe7;
}
.demo-image-qr-upload-box p {
   font-size: 13px;
    padding: 10px 15px 5px;
    line-height: 17px;
    font-weight: 500;
}
.demo-image-qr-upload-box img {
  width: 50px;
  height: 50px;
}
.demo-image-qr-file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.demo-image-qr-color-row {
  display: flex;
  gap: 23px;
   flex-direction: column; 
  margin: 20px 0px;
}
.color-input-group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.demo-image-qr-color-box {
  width: 45px;
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  background: white;
}

.demo-image-qr-color-box::-webkit-color-swatch {
  border: none;
  border-radius: 5px;
}
.demo-image-qr-color-box::-webkit-color-swatch-wrapper {
  padding: 0;
}

.demo-image-qr-hex-input {
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  background:white;
}

.demo-image-qr-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.demo-image-qr-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 25px;
    height: 25px;
    cursor: pointer;
background:white;
    border:none;
    border-radius: 7px;
}
.demo-image-qr-divider {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.demo-image-qr-control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.demo-image-qr-control label {
  font-size: 15px;
  font-weight: 500;
}

.demo-image-qr-control input[type="number"] {
  width: 54px;
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 11px;
  background:white;
}

.demo-image-qr-control input[type="color"] {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 0;
}
.demo-image-qr-top-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.demo-image-qr-left {
  min-width: 180px;
  padding-right: 12px;
}
.demo-vertical-divider {
  width: 1px;
  border-right: 1px solid #ccc;
}
.demo-image-qr-right {
  flex: 1;
  padding-left: 10px;
}

/* Optional: make controls wrap nicely */
.demo-image-qr-controls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
}
.qr-demo-artistic-input,
.qr-demo-artistic-textarea {
  border-radius: 10px !important;
  padding: 12px;
  border: 1px solid #e2d5d1!important;
}

.qr-demo-artistic-textarea {
  resize: none;
}

.qr-demo-artistic-btn {
  background: rgb(111, 76, 255);
  color: #fff;
  padding: 17px 31px;
  border-radius: 7px;
  border: none;
  font-weight: 600;
  transition: 0.3s ease;
  font-size: 16px;
}

.qr-demo-artistic-btn:hover {
  background: #4c1d95;
  color: #fff;
}

.qr-prompt-container {
  border: 1px solid #e2d5d1;
  border-radius: 10px;
  padding: 10px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}


.qr-ai-textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;

  font-size: 14px;
  line-height: 1.5;

  min-height: 75px;
}


.qr-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-ai-btn {
  background: #543422;
  color: #fff;
  border: none;
  border-radius: 45px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
}

.qr-ai-btn:hover {
  background: #3d2415;
}
.demo-qr-inputs-card .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #c86841;
}
.demo-qr-cover-card {
  max-width: 100%;
  margin: auto;
  border-radius: 15px;
  background: #f7f2ef;
  padding: 30px;
  display:flex;
  gap:30px;
}
.demo-qr-inputs-card {
  max-width: 100%;
  margin: auto;
  border-radius: 15px;
  background: #fff;
  padding: 22px;
}
.demo-qr-cover-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  color: #ff3d01;
  line-height: 1.3;
}

.demo-qr-cover-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.demo-qr-cover-list li {
  font-size: 13px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.demo-qr-cover-actions {
  gap: 10px;
  flex-wrap: nowrap;
  text-align: center;
}

.demo-qr-cover-img {
  width: auto;
  height: auto;
}
.demo-qr-btn-outline {
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 8px 21px !important;
  margin-bottom: 15px;
  font-weight: 500;
  color:white;
  border: none !important;
  border-radius: 35px !important;
  background-color:#613E2A;
}


.demo-qr-btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #5a3119; /* hover color */
  z-index: -1;
  transition: width 0.4s ease;
}

.demo-qr-btn-outline:hover::before {
  width: 100%;
}

.demo-qr-btn-google {
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 38px;
  padding: 16px 30px !important;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  font-weight: 500;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.demo-qr-btn-google img {
  width: 14px;
}
@media (max-width: 800px) {
  .qr-demo-box {
    height: auto;
  }

  .custom-qr-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 20px;
    white-space: nowrap;
    padding-bottom: 5px;

    scrollbar-width: none; /* Firefox */
  }

  .custom-qr-tabs::-webkit-scrollbar {
    display: none; /* Chrome */
  }

  .custom-qr-tab-btn {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 8px 0;
  }
  .demo-qr-cover-card {
    flex-direction: column !important;
    gap: 20px;
  }
  .tab-demo-scroll {
    margin: 0px 20px 4px 13px;
  }
  .demo-qr-cover-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .demo-qr-cover-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .demo-qr-btn-outline {
    width: auto;
    margin-top: 10px;
    margin: 0 auto;
  }
  .demo-image-qr-top-row {
    flex-direction: column;
    gap: 20px;
  }

  .demo-image-qr-left,
  .demo-image-qr-right {
    width: 100%;
    padding: 0;
  }

  .demo-vertical-divider {
    display: none;
  }

  .demo-image-qr-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .demo-image-qr-control input {
    width: 100%;
  }
  .scroll-demo-btn.right {
    right: 0px;
  }
}
.demo-text-tab
{
  font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c625e;
}
.qr-demo-main-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.demo-top-tab-headings
{
    font-weight: 600 !important;
    color: #48342c !important;
   margin-bottom: 13px;
   font-size:39px;

}
/* BUTTON */
.qr-demo-main-tabs-btn {
  padding: 12px 25px;
  border-radius: 30px;
  border: 2px solid #613E2A;
  background: transparent;
  color: #613E2A;

  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.qr-demo-main-tabs-btn.active {
  background: #613E2A;
  color: #fff;
}

.qr-demo-main-tabs-btn:hover {
  background: #613E2A;
  color: #fff;
}

.qr-demo-main-tabs-content {
  display: none;
}

.qr-demo-main-tabs-content.active {
  display: block;
}
@media (max-width: 576px) {

  .qr-demo-url-shortned-wrapper {
    width: 100% !important;
  }

  .qr-demo-url-shortned {
    flex-direction: column;
    align-items: stretch !important;
    height: auto !important;
    padding: 13px !important;
    gap: 19px !important;
  }

  .qr-demo-url-input {
  
    height: 45px;
  }
    .qr-demo-url-input {
        min-height: 60px;      /* increase height */
        padding: 10px;
          width: 100%;
        /* convert input-like behavior */
        white-space: normal;
        overflow-wrap: break-word;
    }

    /* IMPORTANT: allow multiline look */
    #qr-demo-url-input {
        display: block;
        height: auto;
    }
  .qr-demo-url-btn {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
  }

  .qr-demo-url-bottom-options {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
}.qr-demo-url-shortned-wrapper {
      width: 74%;
    margin: 0 auto;
}


.qr-demo-url-shortned {
display: flex;
    align-items: center;
    border: 1px solid #e2d5d1;
    background: #fff;
    padding: 8px 8px 8px 12px;
    border-radius: 10px;
    gap: 10px;
    height: 74px;
}
.qr-demo-url-icon {
  font-size: 18px;
  color: #9AA3AF;
}

.qr-demo-url-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
}

.qr-demo-url-btn {
  background: #48342c;
  color: #fff;
  border: none;
  padding: 20px 33px;
  font-weight: 600;
  cursor: pointer;
  border-radius:5px;
  font-size:13px;
}

.qr-demo-url-bottom-options {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 12px;
}


.qr-demo-url-option {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qr-demo-url-option:hover {
  color: #000;
}

.qr-demo-linkin-title {
color:#1f0a02;

}
.qr-demo-linkin-bio
{
  padding:20px 40px;
}
.qr-demo-linkin-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #48342c;
  font-weight: 600;
}



.qr-demo-input input {
  background: white;
  outline: none;
  width: 100%;
}

.qr-demo-linkin-content
{
  padding: 30px 27px;
}
.qr-demo-linkin-btn {
  background: #48342c;
  color: #fff;
  padding: 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size:16px;
  margin:30px 0px;
}


.qr-demo-note {
  font-size: 12px;
  color: #9e8b84;
}


.qr-demo-features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 14px;
  padding-top:20px;
}
.qr-demo-linkin-image
{
  padding-left:120px;
}

.qr-demo-linkin-image img {
  max-width: 278px;
}


.qr-demo-live-card {
  position: absolute;
  bottom: 15px;
  left: 66%;
  transform: translateX(-50%);
  background: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  width: 180px;
  text-align: left;
}



.qr-demo-live-text{
font-size:12px;
}

@media (max-width: 768px) {
  .qr-demo-linkin-title {
    font-size: 28px;
    line-height:37px;
  }
  .demo-top-tab-headings
  {
    font-size:28px;
    line-height:37px;
  }
.qr-demo-linkin-bio
{
  padding:0px !important;
}
.qr-demo-linkin-image
{
  padding:0px !important;
}

  .qr-demo-live-card {
    position: static;
    transform: none;
    margin: 20px auto 0;
  }
}
.qr-demo-image-upload {
  position: relative;
  border: 2px dashed #cdb8ac;
  border-radius: 8px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.qr-demo-image-upload:hover{
border: 2px dashed #a17b65;
}

.qr-demo-image-input{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.qr-demo-image-content i {
  font-size: 22px !important;
  color: #8f7479 !important ;
  display: block;
  margin-bottom: 6px;
}

.qr-demo-image-content p {
  margin: 0;
  font-size: 14px;
  color: #8f7469;
}
.add-more-video-link
{
  font-size: 13px;
    font-weight: 400;
    color: #a0938e;
}
.add-more-video-link:hover
{
    color: #83746f;
}

.shortlink-demo-wrapper {
  width: 100%;
}

.shortlink-demo-card {
  background-color: #ff8f633d;
    border-radius: 10px;
    padding: 14px 18px;
    border: 1px solid #e2d5d1;
}

.shortlink-demo-icon {
  color: #9b644f !important;
  font-size: 21px !important;
}

.shortlink-demo-text {
  display: flex;
  flex-direction: column;
}

.shortlink-demo-label {
      font-size: 11px;
    color: #3d2820;
    margin-bottom: 2px;
    text-align: left;
    text-transform: uppercase;

}

.shortlink-demo-link {
  font-size: 15px;
  font-weight: 600;
  color: #5c02f1;
  text-decoration: none;
}

.shortlink-demo-link:hover {
  text-decoration: underline;
}
.shortlink-demo-check-wrapper
{
      background: #ffffff52;
    padding: 5px;
    border-radius: 35px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}
.shortlink-demo-copy-btn {
  background-color: #bc572d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.shortlink-demo-copy-btn:hover {
  background-color: #bc572d;
  color: #fff;
}
.shortlink-demo-copy-btn img{
  width:18px;
  height:18px;
}
@media (max-width: 768px) {

  .shortlink-demo-copy-btn {
    padding: 8px;           
    justify-content: center;
  }

  .shortlink-demo-copy-btn .copy-text {
    display: none;        
  }

  .shortlink-demo-copy-btn img {
    width: 20px;
    height: 20px;
  }
}


/**************************************** feature overview************************************************/

.feature-overview-bg {
  background-image: url(/assets/media/features/overview/bg-qr-code-2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
/* Wrapper */
.features-overview-cards {
  position: relative;
  height: 300px;
  margin-top: 60px;
}

.features-overview-card {
  position: absolute;
  border-radius: 16px;
  min-width: 160px;
  text-align: center;
  font-weight: 500;
}

.feature-card1 {
  top: 37px;
  left: 11%;
}

.feature-card2 {
  top: -10%;
  left: 37%;
}

.feature-card3 {
  bottom: -46%;
  left: 37%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.06);
}

.feature-card4 {
  top: 29px;
  right: 11%;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .features-overview-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    gap: 15px;
  }

  .features-overview-card {
    position: static;
    width: 45%;
  }
}

.new-feature-overview-section {
  background-color: #fff;
  padding: 60px 0;
}

/* Badge */
.banner-badge {
  font-size: 13px;
  font-weight: 700;
  color: #dd0e00;
  background-color: #ffe3e1;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}
.banner-badge i {
  color: #dd0e00;
}

.banner-badge2 {
  font-size: 13px;
  font-weight: 700;
  color: #5c47cf;
  background-color: #eae9fe;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}
.banner-badge2 i {
  color: #5c47cf !important;
}
.banner-badge3 {
  font-size: 13px;
  font-weight: 700;
  color: #4b8564;
  background-color: #d9f4e5;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 8px;
}
.banner-badge3 i {
  color: #4b8564;
}

/* Main Heading */
.new-feature-overview-section-main-heading {
  font-size: 3.75rem;
  color: #000;
  font-weight: 700;
  line-height: 60px;
}

/* Sub Heading */
.new-feature-overview-section-sub-heading {
  font-size: 1.75rem;
  color: #35303f;
  margin-top: -5px;
  margin-left: 109px;
}

/* Feature Box */
.new-feature-overview-section-feature-box {
  border: 1px solid #ccc;
  padding: 18.5px;
  border-radius: 12px;
  background-color: #ffffff;
  transition: 0.3s;
  display: flex;
  flex-direction: column; /* 🔥 THIS FIXES ALIGNMENT */
  align-items: flex-start; /* align left */
  gap: 8px; /* spacing between items */
}

/* Icon */
.new-feature-overview-section-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 5px; /* reduced */
}

/* Title */
.new-feature-overview-section-box-title {
  font-size: 24px; /* slightly better fit */
  font-weight: 700;
  margin-bottom: 2px;
}

/* Description */
.new-feature-overview-section-box-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Hover */
.new-feature-overview-section-feature-box:hover {
  border-color: black;
  cursor: pointer;
}

.new-feature-overview-section-middle-box {
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  border: 3px solid transparent;
}

/* 🔥 IMAGE FULL COVER */
.new-feature-overview-section-middle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.icon-style {
  font-size: 35px;
  color: black;
}
.new-feature-overview-section-icon-box i {
  font-size: 25px;
  color: black;
}

/* ============================= */
/* ✅ FULL HEIGHT ROW FIX */
/* ============================= */

.new-feature-overview-section .row {
  display: flex;
  align-items: stretch; /* 🔥 IMPORTANT */
}

/* Left & Right Columns */
.new-feature-overview-section .col-md-3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make 3 cards equally fill height */
.new-feature-overview-section .col-md-3 {
  justify-content: space-between;
}

/* Each card takes equal height */
.new-feature-overview-section-feature-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Middle column */
.new-feature-overview-section .col-md-6 {
  display: flex;
}

/* Middle box fills full height */
.new-feature-overview-section-middle-box {
  width: 100%;
  height: 100%;
}

/**************************responsive******************************/

/* ===================================================== */
/* ✅ GLOBAL GAP FIX (IMPORTANT) */
/* ===================================================== */

@media (max-width: 1200px) {


  .new-feature-overview-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .new-feature-overview-section [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ===================================================== */
/* ✅ TOP FEATURE CARDS (QR / LINKS SECTION) */
/* ===================================================== */

@media (max-width: 1024px) {
  .features-overview-cards {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .features-overview-card {
    position: static;
    width: 45%;
  }
}

@media (max-width: 768px) {
  .features-overview-card {
    width: 90%;
  }

  .features-overview-card img {
    width: 100%;
    height: auto;
  }
}

/* ===================================================== */
/* ✅ MAIN 3-COLUMN SECTION FIX (MOST IMPORTANT) */
/* ===================================================== */

@media (max-width: 991px) {
  .new-feature-overview-section .row {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  /* FULL WIDTH (NO CENTER GAP) */
  .new-feature-overview-section .col-md-3,
  .new-feature-overview-section .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  /* ORDER CONTROL */
  .new-feature-overview-section .col-md-3:first-child {
    order: 1;
  }

  .new-feature-overview-section .col-md-6 {
    order: 2;
  }

  .new-feature-overview-section .col-md-3:last-child {
    order: 3;
  }
}

/* ===================================================== */
/* ✅ INNER SPACING (PREVENT EDGE TOUCH) */
/* ===================================================== */

@media (max-width: 991px) {
  .new-feature-overview-section-feature-box {
    margin: 0 15px;
  }

  .new-feature-overview-section-middle-box {
    margin: 0 15px;
    padding: 20px;
    min-height: auto;
    border-radius: 16px;
  }

  .new-feature-overview-section-middle-img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* ===================================================== */
/* ✅ TABLET IMPROVEMENT (BETTER LOOK) */
/* ===================================================== */

@media (min-width: 576px) and (max-width: 991px) {
  .new-feature-overview-section-feature-box {
    margin: 0 30px;
  }

  .new-feature-overview-section-middle-box {
    margin: 0 30px;
  }
}

/* ===================================================== */
/* ✅ MOBILE TEXT + UI FIX */
/* ===================================================== */

@media (max-width: 768px) {
  .new-feature-overview-section {
    padding: 40px 0;
  }

  .new-feature-overview-section-main-heading {
    font-size: 24px;
    text-align: center;
  }

  .new-feature-overview-section-sub-heading {
    margin-left: 0;
    text-align: center;
    font-size: 15px;
    padding: 0 15px;
  }
}

/* ===================================================== */
/* ✅ SMALL MOBILE EXTRA FIX */
/* ===================================================== */

@media (max-width: 480px) {
  .new-feature-overview-section-feature-box {
    margin: 0 10px;
  }

  .new-feature-overview-section-middle-box {
    margin: 0 10px;
  }
}

/* ========================================= */
/* ✅ LAPTOP FIX (1000px → 1450px) */
/* ========================================= */
 
@media (min-width: 992px) and (max-width: 1450px) {
  /* Make full height columns */
  .new-feature-overview-section .row {
    display: flex;
    align-items: stretch;
  }

  /* Left & Right columns */
  .new-feature-overview-section .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Middle column */
  .new-feature-overview-section .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Equal height middle box */
  .new-feature-overview-section-middle-box {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
  }

  
  .new-feature-overview-section-feature-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1450px) {
  .new-feature-overview-section-feature-box {
    margin-bottom: 15px;
  }

  .new-feature-overview-section-feature-box:last-child {
    margin-bottom: 0;
  }
}

/* ========================================= */
/* ✅ FINAL FIX (1000px → 1200px) */
/* ========================================= */

@media (min-width: 992px) and (max-width: 1200px) {
  /* ---------- FIX HEADER ---------- */
  .new-feature-overview-section .row.align-items-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .new-feature-overview-section-main-heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .new-feature-overview-section-sub-heading {
    font-size: 15px;
    margin-left: 0;
  }

  /* ---------- MAIN ROW FIX ---------- */
  .new-feature-overview-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  /* ---------- COLUMN WIDTH FIX (IMPORTANT) ---------- */
  .new-feature-overview-section .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .new-feature-overview-section .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* ---------- SIDE BOX ALIGNMENT ---------- */
  .new-feature-overview-section .col-md-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* ---------- MIDDLE BOX FIX ---------- */
  .new-feature-overview-section-middle-box {
    width: 100%;
    height: 100%;
    padding: 25px;
  }

  .new-feature-overview-section-middle-img {
    width: 100%;
    height: auto;
  }
}

/* ========================================= */
/* ✅ HEADING STACK FIX (1000px → 1450px) */
/* ========================================= */

@media (min-width: 992px) and (max-width: 1450px) {
  /* Make heading section vertical */
  .new-feature-overview-section .row.align-items-center {
    display: flex;
    flex-direction: column; /* 🔥 stack */
    align-items: flex-start;
    gap: 10px;
  }

  /* Full width */
  .new-feature-overview-section .row.align-items-center .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  /* Badge */
  .banner-badge {
    margin-bottom: 5px;
  }

  /* Main heading */
  .new-feature-overview-section-main-heading {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  /* Sub heading */
  .new-feature-overview-section-sub-heading {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ========================================= */
/* ✅ BADGE ABOVE HEADING (ALL SCREENS) */
/* ========================================= */

/* Force vertical layout */
.new-feature-overview-section .col-md-6:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Badge on top */
.banner-badge,
.banner-badge2,
.banner-badge3 {
  display: inline-block;
  margin-bottom: 10px;
}

/* Heading below */
.new-feature-overview-section-main-heading {
  display: block;
}

@media (min-width: 992px) and (max-width: 1450px) {
  .new-feature-overview-section .row.align-items-center {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .new-feature-overview-section .row.align-items-center .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
}

/* ========================================= */
/* ✅ CENTER HEADING (650px → 1450px) */
/* ========================================= */

@media (min-width: 650px) and (max-width: 1450px) {
  /* Heading section full center */
  .new-feature-overview-section .row.align-items-center {
    display: flex;
    flex-direction: column;
    align-items: center; /* 🔥 center everything */
    text-align: center; /* 🔥 center text */
    gap: 10px;
  }

  /* Full width */
  .new-feature-overview-section .row.align-items-center .col-md-6 {
    width: 100%;
    max-width: 800px; /* keeps nice readable width */
  }

  /* Badge center */
  .banner-badge,
  .banner-badge2,
  .banner-badge3 {
    margin: 0 auto 10px;
  }

  /* Main heading */
  .new-feature-overview-section-main-heading {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }

  /* Sub heading */
  .new-feature-overview-section-sub-heading {
    margin-left: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ========================================= */
/* ✅ FIX HEADING (ALL SECTIONS SAME) */
/* ========================================= */

@media (min-width: 650px) and (max-width: 1450px) {
  /* DON'T break row structure */
  .new-feature-overview-section .row.align-items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }

  /* Make both columns full width */
  .new-feature-overview-section .row.align-items-center .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Center badge */
  .banner-badge,
  .banner-badge2,
  .banner-badge3 {
    display: inline-block;
    margin: 0 auto 10px;
  }

  /* Main heading */
  .new-feature-overview-section-main-heading {
    text-align: center;
    margin-bottom: 10px;
  }

  /* Sub heading */
  .new-feature-overview-section-sub-heading {
    text-align: center;
    margin-left: 0;
  }
}

/* ========================================= */
/* ✅ FIX FIRST SECTION HEADING ALIGNMENT */
/* ========================================= */

@media (min-width: 650px) and (max-width: 1450px) {
  .features-heading {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto; /* 🔥 CENTER FIX */
    text-align: center;
  }

  .features-info {
    width: 100% !important;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
}

/* ========================================= */
/* ✅ RESPONSIVE: CENTER HEADINGS */
/* ========================================= */

@media (max-width: 1450px) {
  /* Force center (override desktop left) */
  .new-feature-overview-section-main-heading {
    text-align: center !important;
  }

  .new-feature-overview-section-sub-heading {
    text-align: center !important;
    margin-left: 0 !important;
  }

  /* Center badge */
  .banner-badge,
  .banner-badge2,
  .banner-badge3 {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    text-align: center;
  }

  /* Make heading block full width */
  .new-feature-overview-section .row.align-items-center .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
}

/* ========================================= */
/* ✅ FORCE FULL WIDTH + CENTER (RESPONSIVE) */
/* ========================================= */

@media (max-width: 1450px) {
  /* Make heading row stack */
  .new-feature-overview-section .row.align-items-center {
    display: block !important;
    text-align: center !important;
  }

  /* Force full width */
  .new-feature-overview-section .row.align-items-center > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Center everything inside */
  .new-feature-overview-section-main-heading,
  .new-feature-overview-section-sub-heading {
    text-align: center !important;
  }

  /* Remove left shift */
  .new-feature-overview-section-sub-heading {
    margin-left: 0 !important;
  }

  /* Center badge properly */
  .banner-badge,
  .banner-badge2,
  .banner-badge3 {
    display: inline-block;
    margin: 0 auto 10px;
  }
}

.text-light-grey-info {
  color: #d1cbdf !important;
}

.sub-features-img {
  border-radius: 1.5rem;
  padding: 4.75rem;
}

.sub-features-img:nth-child(1) {
  background: rgb(255, 240, 236);
  background: linear-gradient(
    51deg,
    rgba(255, 240, 236, 1) 0%,
    rgba(244, 237, 255, 1) 100%
  );
}

.landingeml {
  width: 100% !important; /* Default: mobile */
}

@media (min-width: 768px) {
  .landingeml {
    width: 50% !important; /* Desktop */
  }
}
.bg-landingpage-qrcode {
  background-image: url("/assets/media/landingpage/qr-codes/bg-qr-codes.jpg");
}

/* Big cards float animation */
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-22px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(22px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes snakeFloat {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-14px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floating-card:nth-child(1) {
  animation-delay: 0s;
}
.floating-card:nth-child(2) {
  animation-delay: 0.7s;
}
.floating-card:nth-child(3) {
  animation-delay: 1.4s;
}
.floating-card:nth-child(4) {
  animation-delay: 2.1s;
}

.floating-card {
  animation: snakeFloat 3.8s ease-in-out infinite;
}
@keyframes rotateFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.float-icon {
  position: absolute;
  animation: rotateFloat 6s ease-in-out infinite;
}
.float-icon.qr-code-icon1 {
  position: absolute;
  top: 64%;
  left: 5%;
  animation-delay: 0s;
}

.float-icon.qr-code-icon1 img {
  width: 100%;
  height: auto;
}
.float-icon.qr-code-icon2 {
  position: absolute;
  top: 82%;
  left: 39%;
  animation-delay: 1s;
}

.float-icon.qr-code-icon2 img {
  width: 100%;
  height: auto;
}
.float-icon.qr-code-icon3 {
  position: absolute;
  top: 82%;
  left: 43%;
  animation-delay: 2s;
}

.float-icon.qr-code-icon3 img {
  width: 100%;
  height: auto;
}

.float-icon.qr-code-icon4 {
  position: absolute;
  top: 80%;
  left: 48%;
  animation-delay: 2s;
}

.float-icon.qr-code-icon4 img {
  width: 100%;
  height: auto;
}
.float-icon.qr-code-icon5 {
  position: absolute;
  top: 40%;
  right: 0%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon5 img {
  width: 100%;
  height: auto;
}

.float-icon.qr-code-icon6 {
  position: absolute;
  top: 71%;
  right: 24%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(24deg) !important;
}

.float-icon.qr-code-icon7 {
  position: absolute;
  top: 0%;
  right: 17%;
  animation-delay: 0s;
}

.float-icon.qr-code-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(326deg) !important;
}

.float-icon.qr-code-icon8 {
  position: absolute;
  top: 7%;
  right: 45%;
  animation-duration: 4s;
}

.float-icon.qr-code-icon8 img {
  width: 120px;
  height: auto;
  transform: rotate(326deg) !important;
}

.float-icon.qr-code-icon9 {
  position: absolute;
  top: -2%;
  right: 59%;
  animation-duration: 5s;
}

.float-icon.qr-code-icon9 img {
  width: 120px;
  height: auto;
  transform: rotate(311deg) !important;
}

.float-icon.qr-code-icon10 {
  position: absolute;
  top: 5%;
  right: 85%;
  animation-duration: 3s;
}

.float-icon.qr-code-icon10 img {
  width: 120px;
  height: auto;
  transform: rotate(304deg) !important;
}

.float-icon.qr-code-icon11 {
  position: absolute;
  top: 1%;
  right: 27%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon11 img {
  width: 100%;
  height: auto;
}

.float-icon.qr-code-icon12 {
  position: absolute;
  top: 0%;
  right: 70%;
  animation-delay: 3s;
}

.float-icon.qr-code-icon12 img {
  width: 100%;
  height: auto;
}

#cards .qr-code-banner-bottom:nth-child(1) .card-content {
  background-image: url("/assets/media/landingpage/qr-codes/qr-code-generator.webp");
  height: 535px;
}

#cards .qr-code-banner-bottom:nth-child(2) .card-content {
  background-image: url("/assets/media/landingpage/qr-codes/url-shortner.webp");
  height: 535px;
}

#cards .qr-code-banner-bottom:nth-child(3) .card-content {
  background-image: url("/assets/media/landingpage/qr-codes/link-in-bio.webp");
  height: 535px;
  background-repeat: round;
}
.feature-include-qrcode {
  padding: 85px 0px 0px 69px;
  text-align: start;
}
.stacking-cards-section h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.stacking-cards-section p {
  font-weight: 400;
  font-size: 24px;
}
.qr-code-heading {
  font-size: 6rem;
}
.feature-include-shortlink {
  text-align: end;
  padding: 80px 50px 0px 0px;
}
.feature-include-linkinbio {
  text-align: center;
  padding: 114px 0px 0px 0px;
}
.qr-code-heading span {
  color: #fc470d;
}.w-lg-82 {
  width: 82% !important;
}
.accordion-body {
  font-size: 18px !important;
}

.qr-code-icon13 {
  top: -38%;
  right: 43%;
}
.box-tabs {
  border: 30px solid #fff0f4;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .box-tabs {
    border: 7px solid #fff0f4;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .floating-card {
    width: 100%;
  }
  .qr-code-icon13 {
    top: -15%;
    right: 1%;
  }
}
.landingpage-secondbg {
  background-image: url("/assets/media/landingpage/qr-codes/qrcode-background2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.qr-generator-card {
  width: 100%;
  height: 480px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  padding: 50px;
  color: white;
}

.qrcard-left {
  align-items: flex-start;
  text-align: left;
}

.qrcard-right {
  align-items: flex-end;
  text-align: right;
}
.card-content {
  gap: 30px;
  display: grid;
  width:50%;
}
.card-content h3 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  color: white;
}
.card-content p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.custom-card {
  background-image: url("/assets/media/features/qr-code-generator/custom-qr-code.png");
  background-repeat: no-repeat;
  background-position: center;
}
.image-card {
  background-image: url("/assets/media/features/qr-code-generator/image-qr-code.png");
  background-repeat: no-repeat;
  background-position: center;
}
.artistic-card {
  background-image: url("/assets/media/features/qr-code-generator/artistic-qr-code.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .qr-generator-card {
    align-items: center !important;
    text-align: center !important;
  }
  .card-content h3 {
    font-size: 3rem;
  }
  .card-content {
    gap: 10px;
    display: grid;
    width: 100% !important;
  }
  .qr-generator-card {
    padding: 0px;
  }
}
.custom-features-img {
  border-radius: 1.5rem;
}

/* custom qr code banner */
.float-icon.custom-qrcode-icon1 img {
  width: 100%;
  height: auto;
  transform: rotate(334deg) !important;
}
.float-icon.custom-qrcode-icon1 {
  position: absolute;
  top: 62%;
  left: 2%;
  animation-delay: 0s;
}

.float-icon.custom-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.custom-qrcode-icon2 {
  position: absolute;
  top: 80%;
  left: 2%;
  animation-delay: 1s;
}

.float-icon.custom-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(24deg) !important;
}
.float-icon.custom-qrcode-icon3 {
  position: absolute;
  top: 81%;
  left: 7.2%;
  animation-delay: 3s;
}

.float-icon.custom-qrcode-icon4 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.custom-qrcode-icon4 {
  position: absolute;
  top: 78%;
  left: 42%;
  animation-delay: 2s;
}

.float-icon.custom-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(328deg) !important;
}
.float-icon.custom-qrcode-icon5 {
  position: absolute;
  top: 71%;
  left: 50%;
  animation-delay: 3s;
}

.float-icon.custom-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(349deg) !important;
}
.float-icon.custom-qrcode-icon6 {
  position: absolute;
  top: 79%;
  left: 58%;
  animation-delay: 1s;
}

.float-icon.custom-qrcode-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(333deg) !important;
}
.float-icon.custom-qrcode-icon7 {
  position: absolute;
  top: 71%;
  left: 86%;
  animation-delay: 0s;
}

.float-icon.custom-qrcode-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(20deg) !important;
}
.float-icon.custom-qrcode-icon8 {
  position: absolute;
  top: 52%;
  left: 88%;
  animation-delay: 2.5s;
}

.float-icon.custom-qrcode-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.custom-qrcode-icon9 {
  position: absolute;
  top: -5%;
  left: 61%;
  animation-delay: 4s;
}

.float-icon.custom-qrcode-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(25deg) !important;
}
.float-icon.custom-qrcode-icon10 {
  position: absolute;
  top: 2%;
  left: 56%;
  animation-delay: 5s;
}

.float-icon.custom-qrcode-icon11 img {
  width: 100%;
  height: auto;
  transform: rotate(325deg) !important;
}
.float-icon.custom-qrcode-icon11 {
  position: absolute;
  top: -6%;
  left: 51%;
  animation-delay: 4s;
}

.float-icon.custom-qrcode-icon12 img {
  width: 100%;
  height: auto;
  transform: rotate(310deg) !important;
}
.float-icon.custom-qrcode-icon12 {
  position: absolute;
  top: 8%;
  left: 29%;
  animation-delay: 3s;
}

.float-icon.custom-qrcode-icon13 img {
  width: 100%;
  height: auto;
  transform: rotate(42deg) !important;
}
.float-icon.custom-qrcode-icon13 {
  position: absolute;
  top: -1%;
  left: 17%;
  animation-delay: 1s;
}

.float-icon.custom-qrcode-icon14 img {
  width: 100%;
  height: auto;
  transform: rotate(57deg) !important;
}
.float-icon.custom-qrcode-icon14 {
  position: absolute;
  top: -6%;
  left: 12%;
  animation-delay: 3s;
}

.sticky-icon.custom-qrcode-icon15 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.custom-qrcode-icon15 {
  position: absolute;
  top: 16%;
  left: 3%;
  animation-delay: 2.8s;
}

.sticky-icon.custom-qrcode-icon16 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.custom-qrcode-icon16 {
  position: absolute;
  top: -7.5%;
  left: 78%;
  animation-delay: 1.7s;
}

/* pricing start */
.pricing-bg {
  background-image: url("/assets/media/pricing/pricing-background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.float-icon.pricing-qrcode-icon1 img {
  width: 92%;
  height: auto;
  transform: rotate(8deg) !important;
}
.float-icon.pricing-qrcode-icon1 {
  position: absolute;
  top: 37%;
  left: -12%;
  animation-delay: 0s;
}

.float-icon.pricing-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(17deg) !important;
}
.float-icon.pricing-qrcode-icon2 {
  position: absolute;
  top: 44%;
  left: -12%;
  animation-delay: 1s;
}

.float-icon.pricing-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.pricing-qrcode-icon3 {
  position: absolute;
  top: 29%;
  left: -6.8%;
  animation-delay: 3s;
}

.float-icon.pricing-qrcode-icon4 img {
  width: 90%;
  height: auto;
  transform: rotate(18deg) !important;
}
.float-icon.pricing-qrcode-icon4 {
  position: absolute;
  top: 47%;
  right: -12%;
  animation-delay: 2s;
}

.float-icon.pricing-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(27deg) !important;
}
.float-icon.pricing-qrcode-icon5 {
  position: absolute;
  top: 27%;
  right: -6%;
  animation-delay: 3s;
}
.float-icon.pricing-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(329deg) !important;
}
.float-icon.pricing-qrcode-icon6 {
  position: absolute;
  top: 38%;
  right: -11%;
  animation-delay: 3s;
}
@media (min-width: 1700px) {
  .container-auto {
    max-width: 1350px !important;
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .float-icon.pricing-qrcode-icon1 {
    position: absolute;
    top: 37%;
    left: -10%;
    animation-delay: 0s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon2 {
    position: absolute;
    top: 44%;
    left: -9%;
    animation-delay: 1s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon3 {
    position: absolute;
    top: 26%;
    left: -5%;
    animation-delay: 3s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon4 {
    position: absolute;
    top: 43%;
    right: -11%;
    animation-delay: 2s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon5 {
    position: absolute;
    top: 24%;
    right: -7%;
    animation-delay: 3s;
    scale: 95%;
  }
  .float-icon.pricing-qrcode-icon6 {
    position: absolute;
    top: 35%;
    right: -9%;
    animation-delay: 3s;
    scale: 95%;
  }

  .float-icon.qrcode-main-icon1 {
    position: absolute;
    top: 42%;
    left: -10%;
    animation-delay: 0s;
    scale: 92%;
  }
  .float-icon.qrcode-main-icon2 {
    position: absolute;
    top: 34%;
    left: -14%;
    animation-delay: 1s;
    scale: 90%;
  }
  .float-icon.qrcode-main-icon3 {
    position: absolute;
    top: 24%;
    left: -7%;
    animation-delay: 3s;
    scale: 90%;
  }
  .float-icon.qrcode-main-icon5 {
    position: absolute;
    top: 33%;
    right: -13%;
    animation-delay: 3s;
    scale: 85%;
  }
  .float-icon.qrcode-main-icon4 {
    position: absolute;
    top: 47%;
    right: -17%;
    animation-delay: 2s;
    scale: 82%;
  }
  .float-icon.qrcode-main-icon9 {
    position: absolute;
    top: 1%;
    left: -7%;
    animation-delay: 0s;
    opacity: 20%;
  }
}

.short-hero-div {
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 85px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.short-hero h1 {
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 85px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}
.short-hero h1 span {
  color: #ff3d00;
}
.short-hero p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #18161b;
  text-decoration: none;
  text-transform: none;
  width: 90%;
}

.home-cta-focus {
  border: 3px solid #fe4100 !important;
  border-radius: 0.55rem !important;
}

.home-cta-focus:focus {
  border: 4px solid #ff5820 !important;
  outline: none !important;
  box-shadow: none !important;
}

.new-pricing-section__card--middle .new-pricing-section__features li i {
  color: black;
}

.top-toggles {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.switch-wrapper {
  background: #f1f1f1;
  padding: 5px;
  border-radius: 12px;
  display: inline-flex;
}

.switch-btn {
  border: none;
  padding: 10px 25px;
  border-radius: 9px;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.switch-btn.active {
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400;
}

.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}
.bx-shdow {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.border-accent {
    border: 5px solid #ffb097 !important;
}
.bg-accent {
    background-color: #ff3d00 !important;
}
.feature-color tr td:nth-child(3) {
  background-color: #f0edff !important;
  box-shadow: none !important;
}

.compare-highlight tr td:nth-child(1) {
  background-color: #f0edff !important;
  box-shadow: none !important;
}
.compare-highlight tr td:nth-child(4) {
  background: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.pricing-features {
  font-size: 1.3rem;
  color: #35303f;
}
@media (max-width: 767px) {
  .bg-home-page {
    background-size: inherit;
  }
  .short-hero-div {
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .w-lg-60 {
    max-width: 100%;
  }
}



/* ------------------ mobile Responsive -------------- */

@media (max-width: 839px) and (min-width: 0px) {
  .short-hero h1 {
    font-size: 40px;
    line-height: 48px !important;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .short-hero p {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
  }

  .dsm-none {
    display: none;
  }
  .short-hero {
    padding: 10px 0px;
  }

  .empty-circle {
    width: 70px;
    height: 70px;
    top: -40px;
  }
  .circle-text {
    width: 59px;
    height: 59px;
  }
  .circle-button {
    width: 39px;
    height: 39px;
  }
  .circle-btn-container {
    top: -35px;
  }

  .circle-icon img {
    width: 18px;
  }

  .nav-line-tabs .nav-item .nav-link.active,
  .nav-line-tabs .nav-item.show .nav-link,
  .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: none !important;
  }

  .pt-lg-50 {
    padding-top: 0px !important;
  }

  .smp-none {
    padding: 0px !important;
  }

  .smw-100 {
    width: 100% !important;
  }

  .smm-0 {
    margin: 0px !important;
  }
  .smborder-none {
    border: none !important;
  }

  .pb-120 {
    padding-bottom: 30px;
  }

  .pt-120 {
    padding-top: 30px;
  }

  .pt-100-trusted {
    padding-top: 20px;
  }

  .smjustify-content-center {
    justify-content: center !important;
  }

  .smrounded-none {
    border-radius: 0px !important;
  }
}


.tb-rht {
  background-color: rgb(247, 247, 247);
  border-radius: 0px 10px 10px 0px;
}
.tb-rht h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
}
.tb-rht p {
  font-size: 1.2rem;
  color: #35303f;
  letter-spacing: 0px;
  line-height: 1.5;
}
.tb-lft {
  border-radius: 10px 0px 0px 10px;
}

.taabs-container {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-table;
}

.taabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.taab {
  height: auto;
  width: 110px;
  cursor: pointer;
  font-weight: bold;
  color: black;
  border: 2px solid #f4f0fc;
  background-color: white;
  border-radius: 0.7rem;
  margin: 10px;
}
.taab:nth-child(1) {
  background-color: #5c47cf17;
}
.taab:nth-child(2) {
  background-color: #e0451512;
}
.taab:nth-child(3) {
  background-color: #8d6aa81f;
}

.taab:nth-child(4) {
  background-color: #ffd93b29;
}
.taab:nth-child(5) {
  background-color: #89bae726;
}
.taab:nth-child(6) {
  background-color: #387bfe14;
}
.taab:nth-child(7) {
  background-color: #f8e6a047;
}
.taab:nth-child(8) {
  background-color: #f8812517;
}
.taab:nth-child(1):hover {
  background-color: #5c47cf2e;
}
.taab:nth-child(2):hover {
  background-color: #e045152b;
}
.taab:nth-child(3):hover {
  background-color: #8d6aa82e;
}

.taab:nth-child(4):hover {
  background-color: #ffd93b5e;
}
.taab:nth-child(5):hover {
  background-color: #89bae73b;
}
.taab:nth-child(6):hover {
  background-color: #387bfe26;
}
.taab:nth-child(7):hover {
  background-color: #f8e6a096;
}
.taab:nth-child(8):hover {
  background-color: #f881252e;
}

.taab.active {
  color: black;
  border: 2px solid #ff3d00;
}
.taab:hover {
  border: 2px solid #ff3d00;
}
.taab-containerqr {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  max-width: 1177px;
}

.taab-containerqr.active {
  opacity: 1;
}

.taab-contntqr {
  display: none;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.taab-contntqr.active {
  display: block;
}

.sub-bg {
  background: rgb(255, 240, 236);
  background: linear-gradient(
    51deg,
    rgba(255, 240, 236, 1) 0%,
    rgba(244, 237, 255, 1) 100%
  );

  border-radius: 1rem 1rem 0 0;
}

@media (min-width: 992px) {
  .sub-bg {
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
.custom-card-border {
    border: 3px solid #110909 !important;
    margin: 0px auto;
    border-radius: 13px;
}

.faq-container > div {
  padding-right: 0px !important;
}

.tp-custom-accordio .accordion-items {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(68, 74, 102, 0.1);
}
.tp-custom-accordio .accordion-items:not(.collapsed) {
  background-color: #fff;
}
.tp-custom-accordio .accordion-buttons {
  position: relative;
  width: 100%;
  padding-left: 20px;
  text-align: left;

  font-size: 20px;
  padding: 20px 45px;
  color: var(--head-color);
  background-color: white;
  outline: none;
  border: none;
  border-radius: 10px 10px 0 0;
}

.tp-custom-accordio .accordion-buttons:hover {
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons {
    font-size: 17px;
    padding: 28px 20px 28px 20px;
  }
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons::after {
    top: 20px;
    right: 18px;
  }
}
.tp-custom-accordio .accordion-buttons.collapsed {
  padding: 20px 35px 20px 45px;
}


.tp-custom-accordio .accordion-buttons.collapsed[aria-expanded="true"]::after {
  color: #b8bcc8;
  content: "\f063";
}

.tp-custom-accordio .accordion-buttons svg {
  margin-right: 15px;
}
.tp-custom-accordio .collapsed {
  border-radius: 10px 10px 10px 10px;
}
.tp-custom-accordio .accordion-body {
  padding: 20px 45px;
  position: relative;
  z-index: 1;
  border-radius: 0 0px 10px 10px;
  font-size: 14px;
  line-height: 1.5;

  color: #000;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-body {
    padding: 20px 25px;
  }
}
.tp-custom-accordio .accordion-body::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #e5e1f8;
  top: 0;
  left: 45px;
  right: 45px;
}

.faq-accordio-border .accordion-items {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}

.accordion-items {
  position: relative;
}

.container-count {
  max-width: 1052px !important;
}

/* image qr code banner */
.float-icon.image-qrcode-icon1 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.image-qrcode-icon1 {
  position: absolute;
  top: 77%;
  left: 7%;
  animation-delay: 0s;
}

.float-icon.image-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(326deg) !important;
}
.float-icon.image-qrcode-icon2 {
  position: absolute;
  top: 85%;
  left: 18%;
  animation-delay: 1s;
}

.float-icon.image-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(313deg) !important;
}
.float-icon.image-qrcode-icon3 {
  position: absolute;
  top: 79%;
  left: 47.2%;
  animation-delay: 3s;
}

.float-icon.image-qrcode-icon4 img {
  width: 100%;
  height: auto;
  transform: rotate(18deg) !important;
}
.float-icon.image-qrcode-icon4 {
  position: absolute;
  top: 82%;
  left: 51%;
  animation-delay: 2s;
}

.float-icon.image-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(339deg) !important;
}
.float-icon.image-qrcode-icon5 {
  position: absolute;
  top: 76%;
  left: 72%;
  animation-delay: 3s;
}

.float-icon.image-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.image-qrcode-icon6 {
  position: absolute;
  top: 70%;
  left: 77%;
  animation-delay: 1s;
}

.float-icon.image-qrcode-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(23deg) !important;
}
.float-icon.image-qrcode-icon7 {
  position: absolute;
  top: 58%;
  left: 88%;
  animation-delay: 0s;
}

.float-icon.image-qrcode-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.float-icon.image-qrcode-icon8 {
  position: absolute;
  top: -10%;
  left: 71%;
  animation-delay: 2.5s;
}

.float-icon.image-qrcode-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.image-qrcode-icon9 {
  position: absolute;
  top: 4%;
  left: 60%;
  animation-delay: 4s;
}

.float-icon.image-qrcode-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(316deg) !important;
}
.float-icon.image-qrcode-icon10 {
  position: absolute;
  top: 2%;
  left: 31%;
  animation-delay: 5s;
}

.float-icon.image-qrcode-icon11 img {
  width: 100%;
  height: auto;
  transform: rotate(10deg) !important;
}
.float-icon.image-qrcode-icon11 {
  position: absolute;
  top: -2%;
  left: 28%;
  animation-delay: 4s;
}

.float-icon.image-qrcode-icon12 img {
  width: 100%;
  height: auto;
  transform: rotate(160deg) !important;
}
.float-icon.image-qrcode-icon12 {
  position: absolute;
  top: 2%;
  left: 24%;
  animation-delay: 3s;
}

.float-icon.image-qrcode-icon13 img {
  width: 100%;
  height: auto;
  transform: rotate(329deg) !important;
}
.float-icon.image-qrcode-icon13 {
  position: absolute;
  top: 0%;
  left: 6%;
  animation-delay: 1s;
}

.float-icon.image-qrcode-icon14 img {
  width: 100%;
  height: auto;
  transform: rotate(57deg) !important;
}
.float-icon.image-qrcode-icon14 {
  position: absolute;
  top: 36%;
  left: 0%;
  animation-delay: 3s;
}

.sticky-icon.image-qrcode-icon15 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.image-qrcode-icon15 {
  position: absolute;
  top: 35%;
  left: 0%;
  animation-delay: 2.8s;
}

.sticky-icon.image-qrcode-icon16 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.image-qrcode-icon16 {
  position: absolute;
  top: 4%;
  left: 89.5%;
  animation-delay: 1.7s;
}

/* artstic qr code */
.float-icon.artistic-qrcode-icon1 img {
  width: 100%;
  height: auto;
  transform: rotate(24deg) !important;
}
.float-icon.artistic-qrcode-icon1 {
  position: absolute;
  top: 74%;
  left: 1%;
  animation-delay: 0s;
}

.float-icon.artistic-qrcode-icon2 img {
  width: 100%;
  height: auto;
  transform: rotate(314deg) !important;
}
.float-icon.artistic-qrcode-icon2 {
  position: absolute;
  top: 82%;
  left: 44%;
  animation-delay: 1s;
}

.float-icon.artistic-qrcode-icon3 img {
  width: 100%;
  height: auto;
  transform: rotate(323deg) !important;
}
.float-icon.artistic-qrcode-icon3 {
  position: absolute;
  top: 81%;
  left: 67.2%;
  animation-delay: 3s;
}

.float-icon.artistic-qrcode-icon4 img {
  width: 100%;
  height: auto;
  transform: rotate(326deg) !important;
}
.float-icon.artistic-qrcode-icon4 {
  position: absolute;
  top: 76%;
  left: 80%;
  animation-delay: 2s;
}

.float-icon.artistic-qrcode-icon5 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.artistic-qrcode-icon5 {
  position: absolute;
  top: 85%;
  left: 85%;
  animation-delay: 3s;
}

.float-icon.artistic-qrcode-icon6 img {
  width: 100%;
  height: auto;
  transform: rotate(31deg) !important;
}
.float-icon.artistic-qrcode-icon6 {
  position: absolute;
  top: 41%;
  left: 89%;
  animation-delay: 1s;
}

.float-icon.artistic-qrcode-icon7 img {
  width: 100%;
  height: auto;
  transform: rotate(336deg) !important;
}
.float-icon.artistic-qrcode-icon7 {
  position: absolute;
  top: 2%;
  left: 57%;
  animation-delay: 0s;
}

.float-icon.artistic-qrcode-icon8 img {
  width: 100%;
  height: auto;
  transform: rotate(28deg) !important;
}
.float-icon.artistic-qrcode-icon8 {
  position: absolute;
  top: -4%;
  left: 50%;
  animation-delay: 2.5s;
}
.sticky-icon.artistic-qrcode-icon9 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.artistic-qrcode-icon9 {
  position: absolute;
  top: -7%;
  left: 9%;
  animation-delay: 2.8s;
}
.sticky-icon.artistic-qrcode-icon10 img {
  width: 100%;
  height: auto;
  transform: rotate(0deg) !important;
}
.sticky-icon.artistic-qrcode-icon10 {
  position: absolute;
  top: 12%;
  left: 89.5%;
  animation-delay: 2.8s;
}

.featured-soulns h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}

.qr-busins:hover {
  border: 2px solid #7239ea;
}
.qr-busins {
  width: 107px;
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.qr-busins-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.busins-icon {
  object-fit: contain;
  display: block;
  margin-bottom: 5px;
}

.busins-text {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px;
}
.moretext {
  display: none;
}
.rdbtn:hover {
  background-color: #f5f0fe;
}

.rdbtn {
  border: none;
  padding: 6px 15px;
  color: #7239ea;
  font-size: 14px;
  font-weight: 600;
  background-color: #f9f9f9;
  border-radius: 6px;
}
.qr-busins-content img {
  width: 50px;
  height: 50px;
  margin: 10px 0px;
}
.imgbox {
  height: 170px;
  width: 290px;
  background-color: #cbcbcb;
}
@media screen and (max-width: 768px) {
   .imgbox {
    width: auto;
  }
}

.qr-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 0px;
  margin: 10px;
}

.qr-title {
  padding: 15px 0px 20px 32px;
}
.qr-title img {
  width: 36px;
  height: auto;
  margin-bottom: 20px;
}
.qr-title h5 {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 15px;
}
.qr-title a {
  font-size: 14px;
  font-weight: 700;
  color: #7239ea;
}
.qr-hero {
  background: #ebf5ff;
  padding: 80px 40px;
  border-radius: 24px;
}

.qr-hero-sub {
  color: #0a3d62;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}

.qr-hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #0a3d62;
  margin-bottom: 25px;
}

.qr-hero-text {
  font-size: 18px;
  line-height: 1.7;
  color: #556070;
  margin-bottom: 14px;
  max-width: 580px;
}

.qr-hero-strong {
  font-size: 20px;
  font-weight: 700;
  color: #0a3d62;
  margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .qr-hero-title {
    text-align: center;
    font-size: 40px;
  }
  .qr-hero-text,
  .qr-hero-strong {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .qr-hero {
    padding: 50px 20px;
  }
  .qr-hero-img {
    width: 260px;
  }
  .qr-hero-title {
    font-size: 32px;
  }
}

section:nth-of-type(2) .qr-hero {
  background-color: #efe8ff;
  padding: 80px 40px;
}

section:nth-of-type(2) .qr-hero-title {
  color: #190250;
}

section:nth-of-type(2) .qr-hero-sub {
  color: #381f74;
}

section:nth-of-type(2) .qr-hero-text {
  color: #5a5a6e;
}

section:nth-of-type(2) .qr-hero-strong {
  color: #381f74;
}

section:nth-of-type(3) .qr-hero {
  background-color: #f1fff0;
  padding: 80px 40px 80px 0px;
}

section:nth-of-type(3) .qr-hero-sub {
  color: #1f4d2e;
}

section:nth-of-type(3) .qr-hero-title {
  color: #0e361d;
}

section:nth-of-type(3) .qr-hero-text {
  color: #4b5e54;
}

section:nth-of-type(3) .qr-hero-strong {
  color: #0e361d;
}

/* =============================qr-codes-on========================== */

.qrcustom-tabs {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.qrcustom-tabs::-webkit-scrollbar {
  display: none;
}

.qrnav-tab {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 8px;
  font-weight: 500;
  color: black;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.qrnav-tab:hover {
  color: #1a73e8;
}

.qrnav-tab.active {
  color: #1a73e8;
  font-weight: 600;
}

.qrnav-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #1a73e8;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Optional: Add media query for very small devices */
@media (max-width: 576px) {
  .qrnav-tab {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.qrnav-p {
  color: rgb(104, 103, 108);
}

.qrcodes-on img {
  height: 250px;
  background-color: gray;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.qrcodes-on img:hover {
  transform: scale(1.05);
}
.qrcodes-on-benfits h1 {
  color: rgb(34, 14, 39);
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
}
.qrcodes-on-benfits p {
  color: rgb(104, 103, 108);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 8px;
}
.bnftaccordion {
  margin: 35px auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.bnftaccordion-item {
  border-bottom: 1px solid #ccc;
}
.bnftaccordion:last-child {
  border-bottom: none;
}
.bnftaccordion-header {
  padding: 23px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.bnftaccordion-header:hover {
  background-color: #f6f6f6;
}
.bnftaccordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.bnftaccordion-header.active .icon {
  transform: rotate(45deg);
}
.bnftaccordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.bnftaccordion-content.active {
  display: block;
}
.timeline-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 65px 0;
  overflow-x: auto;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 14px; /* aligns with center of icons */
  left: 0;
  right: 0;
  height: 2px;
  background: #397bea;
  z-index: 0;
  margin: 0px 45px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 200px;
  text-align: center;
}

.timeline-icon {
  width: 35px;
  height: 35px;
  background-color: #397bea;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 18px;
}

.timeline-content {
  margin-top: 20px;
  padding: 0 10px;
}
.timeline-content p {
  font-size: 15px;
}

.scroll-nav .nav-link {
  border: 1px solid #d9d7d7;
  border-radius: 50px;
  color: #374151;
  font-weight: 600;
  padding: 14px 45px;
  margin: 0 8px;
  background-color: #f7f7f7;
}
.scroll-nav .nav-link.active {
  background-color: #d0bbfd;
  color: #7239ea;
}

.scroll-nav .nav-link:hover,
.scroll-nav .nav-link:focus {
  background-color: #d0bbfd;
  color: #7239ea;
}

.best-practice {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
.best-practice h1 {
  font-size: 35px;
  font-weight: 600;
  color: #111827;
}

.best-practice p {
  color: rgb(104, 103, 108);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}
.best-practice h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  color: #111827;
}
.best-practice a {
  color: #2563eb;
  text-decoration: none;
}
.use-cases h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.use-case {
  background: #fff;
  padding: 25px;
  height: 100%;
  margin-bottom: 13px;
  border-right: 1px solid #dcdcdc;
}
.use-case p {
  color: #4d4d4d;
  line-height: 24px;
  font-size: 13px;
}

.qr-codes-accordion h3 {
  font-size: 35px !important;
  font-weight: bold;
}
.faqaccordian-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
}
.faqaaccordian-item {
  border: none;
  border-bottom: 1px solid #e9e9e9 !important;
}
.faqaccodian-body {
  font-size: 15px;
  line-height: 28px;
  color: rgb(104, 103, 108);
  padding: 0px 22px;
}
.qr-codes-btn {
  padding: 10px 43px !important;
}
.step-box {
  background-color: #fbfbfb;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  height: 100%;
}
.step-box p {
  color: #4d4d4d;
  line-height: 24px;
  font-size: 13px;
}

.step-number {
  background-color: #ece3ff;
  color: #7239ea;
  font-weight: 600;
  width: 60px;
  height: 60px;
  line-height: 48px;
  font-size: 30px;
  border-radius: 41px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  display: flex;
}

.step-title {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 18px;
}
.faqacodin-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
}
.imgbox {
  height: 170px;
  width: 290px;
  background-color: #cbcbcb;
}

@media screen and (max-width: 768px) {
  #landingVideo {
    height: 28vh !important;
    object-fit: cover;
  }
  .use-case {
    padding: 15px;
    height: 100%;
    margin-bottom: 13px;
    border: none;
  }
  .timeline-container::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: -905px;
    height: 2px;
    background: #397bea;
    z-index: 0;
    margin: 0px 10px;
  }
  .imgbox {
    width: auto;
  }
}
.resource-m-heading {
  color: #000;
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 7.8vw;
  font-weight: 500;
  line-height: 100%;
  width: 70%;
}

.ttt {
  padding-top: 70px;
}
.custom-btn {
  border-radius: 25px;
  padding: 10px 20px;
  margin: 5px;
  box-shadow: 1px 1px 3px transparent;
  cursor: pointer;
  font-size: 15.36px;
}

.button-details {
  padding-bottom: 50px;
}

.filtercategory {
  margin-bottom: 3vw;
}

.filtercategory div {
  overflow: hidden !important;
  width: 100%;
}

.filtercategory img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.filtercategory:hover img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.filtercategory:hover h2 {
  transform: translate3d(0px, 10px, 0);
  transition: transform 0.3s ease;
}

.filtercategory:hover p {
  transform: translate3d(0px, 10px, 0);
  transition: transform 0.4s ease;
}
.filtercategory h2 {
  margin-top: 18px;
}

.text-wrap-resource {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  line-clamp: 1;

  -webkit-box-orient: vertical;
}
.para-2 {
  width: auto;
  color: #4d4d4d;
  width: auto;
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lausannepan 350", sans-serif;
  font-size: 1vw;

  line-height: 1.2vw;
}

@media only screen and (max-width: 599px) {
  .resource-m-heading {
    color: #000;
    letter-spacing: 1px;

    font-size: 35px;
    font-weight: 700;
    width: 90%;
  }

  .ttt {
    padding-top: 30px;
  }

  .custom-btn {
    border-radius: 25px;
    padding: 10px 20px;
    margin: 5px 5px 5px 0px;
    box-shadow: 1px 1px 3px transparent;
    cursor: pointer;
    font-size: 13.36px;
  }

  .para-2 {
    width: auto;
    color: #4d4d4d;
    margin-bottom: 20px;
    width: auto;
    letter-spacing: auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
  }

  .filtercategory h2 {
    margin-top: 10px;
  }

  .filtercategory div a img {
    border-radius: 5px;
  }

  .blog-post div div h1 {
    font-size: 30px;
    font-weight: 800;
  }
  .page-content h3 {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
  }
  .page-content {
    line-height: unset;
  }
  .heading-page {
    font-size: 20px;
  }

  .article-quote {
    padding: 20px;
    margin: 25px 0px;
  }
}

.blog-post div div h1 {
  font-size: 3.75rem;
  font-weight: 800;
}

.blog-post div div p {
  font-size: 22px;
  color: var(--color-primary);
}

.blog-post div div p:first-child {
  margin-bottom: 5px;
}

.resource-image-container img {
  border-radius: 10px;
}

.heading-page {
  color: #000;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.headings-policy {
  color: #000;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.headings-policy ul li span {
  color: #9fa6b6;
}
.policy-title {
  font-size: 42px !important;
  font-weight: 800 !important;
}
.headi {
  font-size: 35px;
  padding: 120px 0px 20px 0px;
}

.img-details {
  border-radius: 10px;
}
.page-content {
  font-size: 14px;
  width: fit-content;
  line-height: 30px;
}

.page-content ul {
  list-style-type: none;
}

.page-content h3 {
  padding-top: 30px;
  line-height: 30px;
}

.article-quote {
  padding: 50px;
  background-color: rgb(246, 246, 246);
  width: 100%;
  margin: 50px 0px;
  border-left: 6px solid #5c47cf;
  font-size: 16px;
}
.pg-content {
  font-size: 14px;
  width: fit-content;
  line-height: 30px;
}
.pg-content-ul li {
  font-size: 14px !important;
  padding-bottom: 17px;
  margin-left: 10px !important;
}
.pg-content-ul {
  margin: 20px 0px;
}
.pg-content-ul li span {
  font-size: 14px;
  color: #7b7f8a;
}
.page-content ul {
  padding-top: 20px;
}

.pg-content-t {
  padding-bottom: 20px;
}
.page-content ul li {
  font-size: 16px;
  padding-bottom: 20px;
}
.page-content ul li span {
  padding-left: 0px;
}
.page-content ul li a {
  text-decoration: underline;
}
.page-content ul li i {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  color: #5c47cf;
  line-height: 30px;
}

.period {
  font-size: 35px;
}

