@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");

body {
  overflow-x: hidden;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
}
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;
}
@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;
  }
}
.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;
}
.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;
  }
}

@media (max-width: 576px) {
  .banner-boxs {
    --bs-gutter-x: 8px;
  }
}
.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;
}

#divbrand {
  display: none;
}

@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;
}

/* banner start */

.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::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 28px !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;
  }

  .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;
  }

  .mobile-left {
    left: 14% !important;
  }
  .tab-panel img {
    width: 330px !important;
  }
}
@media (max-width: 480px) {
  .new-banner-title {
    font-size: 44px;
  }
  .sub-titles-includes {
    font-size: 14px;
    color: #35303f;
  }
  .mobile-left {
    left: 5% !important;
  }
}
@media (max-width: 423px) {
  .mobile-left {
    left: 0% !important;
  }
}
@media (max-width: 390px) {
  .mobile {
    width: 166px;
  }
}

/* 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;
  min-height: 205px;
  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;
}
.artistic-image-width img {
  max-width: 114% !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: 534px;
  }

  .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 9s infinite;
}

.qr-img-step2 {
  animation: qrImg2 9s infinite;
}

.qr-img-step3 {
  animation: qrImg3 9s 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 9s infinite;
}
.qr-step-item:nth-child(2) .qr-steps-icon-box {
  animation: qrIcon2 9s infinite;
}
.qr-step-item:nth-child(3) .qr-steps-icon-box {
  animation: qrIcon3 9s infinite;
}

.qr-seg1::before {
  animation: qrLine1 9s infinite;
}
.qr-seg2::before {
  animation: qrLine2 9s infinite;
}
.qr-seg3::before {
  animation: qrLine3 9s 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: 13px;
  }

  .qr-step-line-segment {
    height: 60px;
  }
  .qr-img-step3 {
    width: 85%;
    max-height: 294px;
  }
}

/* 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) {
  .scrollable-tab-content {
    height: 534px;
  }

  .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;
  }

  .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;
}
/* 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 {
    flex-direction: row;
    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;
}
.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: #fff;
  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-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: 3px solid #000;
  border-radius: 12px;
  padding: 25px !important;
  max-width: 1320px !important;
  background: #ffffff;
}

.qr-demo-tabs {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-demo-tabs {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
}

.tab-demo-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}

.tab-demo-scroll::-webkit-scrollbar {
  display: none;
}

/* .nav-demo-link {
  border: 1px solid #ede6ff;
  margin-right: 7px;
  border-radius: 10px;
  background: #f5f5ff;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-demo-link img {
  width: 22px;
  height: auto;
}
.nav-demo-link.active {
  background: #f5f5ff;
  color: #000;
  border: 1px solid #bba0fe;
} */

.nav-demo-link {
  border: none;
  margin-right: 10px;
  border-radius: 8px;
  background: #f5f5ff; /* default bg (your brand color) */
  white-space: nowrap;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 110px;
  height: 95px;
  transition: 0.3s;
}

/* .nav-demo-link img {
  width: 26px;
} */

.nav-demo-link.active {
  background: #f5f5ff;
  border: 2px solid #bba0fe;
  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: 0;
}

.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: 4px;
}
.qr-demo-content {
  padding: 0px 13px;
}
.demo-card-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 13px;
}
.qr-demo-box {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  height: 183px;
}
.demo-box-custom {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #d2c9fc;
}
.demo-box-image {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #d2c9fc;
}
.demo-box-artistic {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #d2c9fc;
}
.qr-demo-box img {
  margin-bottom: 10px;
  max-width: 75%;
}

.qr-demo-box-title {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.qr-demo-box-sub {
  font-size: 14px;
  color: #dfdfdf;
}

.demo-template-box {
  width: 79px;
  height: 79px;
  background: #fafafa;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
}
.demo-disable-box-icon i {
  font-size: 17px !important;
}
.demo-frame-box {
  width: 70px;
  height: 70px;
  background: #fafafa;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  cursor: pointer;
}
.demo-template-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.demo-cards {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 18px;
}

.more-box {
  font-size: 20px;
  font-weight: bold;
}
.demo-disable-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 25px 15px 15px;
  border-radius: 8px;
  background: #f2f2f2;
  cursor: pointer;
}

.demo-disable-box-icon img {
  width: 18px;
  height: 18px;
}

.demo-disable-text {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.demo-disable-lock {
  position: absolute;
  top: 5px;
  right: 4px;
  font-size: 12px;
}
.qr-preview-box {
  background: #5a4b9c;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.qr-preview-inner {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
}

.qr-preview-inner img {
  width: 100%;
  max-width: 320px;
}

.demo-scan-bar {
  height: 8px;
  border-radius: 10px;
  background: linear-gradient(to right, red, orange, yellow, green);
  margin: 30px 0;
  position: relative;
}

.demo-scan-bar span {
  position: absolute;
  left: 0;
  top: -2px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.scan-text {
  font-size: 13px;
}

.scan-warning {
  color: #ff4d4d;
  font-size: 12px;
}

.demo-note-text {
  font-size: 16px;
  margin: 22px 0;
  font-weight: 600;
}

.demo-select-box {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 20px 12px 18px !important;
}

.download-btn {
  background: #e91e63;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  font-weight: 600;
  margin-top: 24px;
  font-size: 24px;
}
.tab-box.active-tab {
  outline: 2px solid #ff0303;
}
