body {
  font-family: "Google Sans Flex", sans-serif;
  color: #000;
  background-color: #f2fdff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/bhpb7appej5lsjhg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: xx-large;
}

.statboxgradwrap:last-child {
  grid-template-columns: 1.5fr 2fr;
}
.statboxgradwrap {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 10px;
}

.cardGridFeature {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 25px;
  background: #ffffff;
  padding: 70px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #6fdfff;
  border: 1px solid #1dafb6;
  color: #fff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/fy0wa17phb8n76gs.png);
  background-size: cover;
  background-position: center;
}
.mainGridleftFeature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.featureGridcards p {
  margin: 0;
}
.featureGridcards {
  background-color: #f2fdff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/y7xlw1ffupdb4ymp.png);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ffffff20;
  color: #000;
  text-align: center;
}
.mainImgGridrightfeat {
  position: relative;
  height: 100%;
}
.mainImgGridrightfeat img {
  max-width: 100%;
  width: 400px;
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: -20px;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 32px;
}


.btn-primary {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  padding: 12px 28px;
  cursor: pointer;
  user-select: none;
  border-radius: 50px;
  border: 1px solid rgba(0, 60, 80, 0.15);
  background-color: #33c3f0;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E"),
    linear-gradient(
      180deg, 
      rgba(255, 255, 255, 0.1) 0%, 
      rgba(0, 0, 0, 0.05) 100%
    );
  background-blend-mode: overlay, normal;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -3px 4px rgba(0, 50, 80, 0.1),
    0 4px 0 #269cc4,
    0 8px 16px rgba(38, 156, 196, 0.35);

  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-primary:hover {
  border: 1px solid rgba(0, 60, 80, 0.15);
  background-color: #33c3f0;
  background-image: 
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E"),
    linear-gradient(
      180deg, 
      rgba(255, 255, 255, 0.1) 0%, 
      rgba(0, 0, 0, 0.05) 100%
    );
  background-blend-mode: overlay, normal;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
}

.btn-primary:active {
  border: 1px solid rgba(0, 60, 80, 0.15);
  background-color: #33c3f0 !important;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E"),
    linear-gradient(
      180deg, 
      rgba(255, 255, 255, 0.1) 0%, 
      rgba(0, 0, 0, 0.05) 100%
    );
  background-blend-mode: overlay, normal;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  transform: translateY(2px);
  box-shadow: 
    inset 0 2px 4px rgba(0, 50, 80, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    0 2px 0 #269cc4,
    0 4px 8px rgba(38, 156, 196, 0.25);
}


.stepCard {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.stepCard:before {
  content: '';
  display: block;
  height: 200px;
  width: 150%;
  background: #0dcaf0;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: -35%;
  z-index: 0;
  background: #6fdfff;
  border: 1px solid #1dafb6;
  color: #fff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/fy0wa17phb8n76gs.png);
  background-size: cover;
  background-position: center;
}
.stepCard * {
  position: relative;
}
.stepCardtp span.numberStep {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
span.numberStep small {
  font-size: 16px;
  color: #ffffff99;
  letter-spacing: -0.5px;
}
.stepCardtp i {
  font-size: 30px;
}
.stepCardbtm {
  margin-top: 50px;
  text-align: center;
}
.stepCardbtm h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.stepCardtp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stepCardbtm p {
  margin: 0;
}
.stepCardtp img {
  width: 70px;
}


section.fifthSec {
  padding: 60px 0;
}
.efCard .cotnet {
  padding: 35px;
  position: relative;
  z-index: 1;
}

.efCard .abstractShapeDesk {
  position: absolute;
  width: 100%;
  z-index: 0;
  mix-blend-mode: darken;
  opacity: 0.7;
}
.efCard {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  background: #efefef;
  overflow: hidden;
  border-radius: 20px;
}
.efCard .characterImg {
  max-width: 200px;
  transform: rotateY(180deg);
  position: relative;
  z-index: 1;
  margin: 25px;
  margin-bottom: 0;
}

.efCard .cotnet {
  padding: 20px;
  position: relative;
  z-index: 1;
  background: #ffffff20;
  margin: 15px;
  border-radius: 10px;
  backdrop-filter: blur(25px);
  border: 1px solid #ffffff8f;
  min-width: 310px;
}
.cotnet p {
  font-size: 12px;
}

.efCard .abstractShapeDesk {
  position: absolute;
  width: 100%;
  z-index: 0;
  mix-blend-mode: darken;
  opacity: 0.7;
  height: 100%;
}
.efCard {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.efCard .characterImg {
  max-width: 200px;
  transform: rotateY(180deg);
  position: relative;
  z-index: 1;
  margin: 25px;
  margin-bottom: 0;
  align-self: end;
  filter: contrast(1.1) brightness(1.1) saturate(1.1);
}
.efCard img.abstractShapeMob {
  position: absolute;
  z-index: 0;
  opacity: 0.8;
  width: 100%;
  top: 0;
  display: none;
}
.cotnethead {
  display: inline-flex;
  background: #0dcaf0;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.efCard .cotnet h2 span {
  color: #0dcaf0;
  font-style: italic;
}

@media (max-width: 992px) {
  .efCard .abstractShapeDesk {
    display: none;
  }
  .efCard img.abstractShapeMob {
    display: block;
  }
  .efCard .characterImg {
    margin-top: -30px;
  }
  .efCard {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* --- BENTO GRID LAYOUT --- */
.smm-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr; /* Left is smaller, right is wider */
  gap: 25px;
}

/* --- CARD STYLES --- */
.smm-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Specific Card Layouts */
.card-tall {
  grid-row: span 2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #6fdfff;
  border: 1px solid #1dafb6;
  color: #fff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/fy0wa17phb8n76gs.png);
  background-size: cover;
  background-position: center;
}
.card-wide {
  grid-column: span 1;
}

/* Typography inside cards */
.smm-card h3 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.smm-card h3 span {
  color: #49b4e0;
}
.smm-card.card-tall h3 span {
  color: #0dcaf0;
  font-size: larger;
  font-style: italic;
}
.smm-card.card-tall h3 {
  color: #000000;
}
.smm-card p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.insideCardstatsmmcard {
  backdrop-filter: blur(40px);
  background-color: #f2fdff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/y7xlw1ffupdb4ymp.png);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ffffff20;
  color: #000;
  text-align: center;
}
/* --- FEATURES / STATS --- */
.stat-row {
  display: flex;
  gap: 20px;
  margin-top: auto; /* Pushes to bottom */
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-box {
  background: #ffffff20;
  backdrop-filter: blur(11px);
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #ffffff30;
}
.stat-box {
  flex: 1;
  text-align: center;
}
.stat-box i {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.stat-box strong {
  display: block;
  font-size: 1.1rem;
  color: #fff;
}

/* --- LIST STYLES --- */
.smm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smm-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.smm-list li i {
  color: #4facfe;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
}
.smm-list a {
  color: #4facfe;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.smm-list a:hover {
  color: #fff;
}

/* --- DECORATIVE BACKGROUND ICONS --- */
.bg-icon {
  position: absolute;
  font-size: 15rem;
  opacity: 0.03;
  right: -20px;
  bottom: -40px;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-15deg);
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
  .smm-grid {
    grid-template-columns: 1fr;
  }
  .card-tall {
    grid-row: auto;
  }
}





/* --- SWIPER FULL WIDTH SETUP --- */
.swiper {
  width: 100%;
  padding-bottom: 20px !important; /* Space for shadow */
  padding-top: 20px !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important; /* CRITICAL for continuous flow */
}

.swiper-slide {
  height: auto;
  /* Width is handled by JS breakpoints, but we can set max-width for safety */
}

/* --- CARD DESIGN --- */
.saas-card {
  background: #fff;
  border: 2px solid #33c3f0;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  user-select: none; /* Prevents text selection while dragging */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.saas-card:before {
  content: '';
  display: block;
  background: url(https://storage.perfectcdn.com/cr9uj5/de7qgfb6ko8qluny.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 180%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 0;
}
.saas-card:after {
  content: '';
  height: 10px;
  width: 100px;
  display: block;
  background: #33c3f0;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  align-self: center;
}
/* Avatar & Header Area */
.card-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.card-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #ffffff29;
  padding: 2px;
  background: #33c3f0;
}
.card-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.card-info h4 {
  margin: 0;
  font-size: 20px;
  color: #33c3f0;
}

.card-info span {
  font-size: 0.85rem;
  color: #00000099;
}

.stars {
  margin-top: 4px;
  background: #ff9700;
  display: flex;
  width: fit-content;
  gap: 5px;
  padding: 6px 8px;
  border-radius: 30px;
  color: #ffffff99;
  font-size: 12px;
}

/* Body Text */
.card-text {
  color: #000;
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
}

.headrsec span.subhead {
  color: #ffffff;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
}

.headrsec h2 span {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  text-transform: uppercase;
  font-weight: 900;
}

.statboxguest {
  background: #fff;
  padding: 15px;
  border: 1px solid #00000020;
  border-radius: 20px;
}
.statboxgradwrap:first-child {
  margin-bottom: 10px;
}
.statboxguest h3 .counter {
  font-size: 35px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  position: relative;
  bottom: -3px;
}
.statboxguest h3 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
  gap: 3px;
}
.statboxguest span {
  background: #fff3f3;
  color: red;
  padding: 2px 10px;
  display: inline-flex;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid red;
}
section.secondSec {
  padding: 60px 0;
}



/* Smaller box */
.uwv-rating-container {
  background: #ffffff;
  padding: 10px 18px; /* Reduced */
  border-radius: 20px; /* Smaller roundness */
  display: flex;
  gap: 6px; /* Tighter spacing */
  box-shadow: 0 8px 20px rgba(3, 169, 244, 0.15);
}

/* Smaller star container */
.uwv-star-wrap {
  width: 26px;   /* Was 44px → now compact */
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 50% 80%;
}

/* Smaller icon */
.uwv-icon {
  width: 100%;
  height: 100%;
  stroke: #00000020;
  fill: transparent;
  transition: all 0.25s ease;
}

/* Active */
.uwv-star-wrap.uwv-active .uwv-icon {
  stroke: #FFB300CC;
  fill: #FFB300;
  filter: drop-shadow(0 0 3px rgba(255, 160, 0, 0.5));
}

/* Smaller, tighter animation */
.uwv-star-wrap.uwv-pop {
  animation: uwv-wavePop 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes uwv-wavePop {
  0% { transform: scale(1) rotate(0deg); }
  40% { transform: scale(1.25) rotate(-12deg); } /* Slightly smaller punch */
  65% { transform: scale(0.92) rotate(4deg); }
  100% { transform: scale(1) rotate(0deg); }
}


.statboxguest.hClientstatBox {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px;
  align-items: center;
}
.statboxguest.hClientstatBox h3 .counter {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.statboxguest.hClientstatBox h3 {
  margin: 0;
  margin: 0;
  color: #ffffff99;
}
.statboxguest.hClientstatBox p {
  color: #ffffff99;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 30px;
}



/* SUPER SMALL CLOCK VERSION */

.uwc-clock-frame {
  width: 180px;   /* was 240 */
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.12),
    0 0 0 8px rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.uwc-clock-face {
  width: 155px;   /* was 210 */
  height: 155px;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

/* Smaller date complication */
.uwc-date-complication {
  position: absolute;
  bottom: 28px;   /* Higher because clock is smaller */
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f5f9;
  padding: 3px 8px;
  border-radius: 4px;
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.12);
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.uwc-complication-label {
  font-size: 6px;
  color: #FFB300;
  font-weight: 700;
}

#uwc-year-display {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

/* MARKERS (scaled down) */
.uwc-marker {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.uwc-marker::before {
  content: '';
  position: absolute;
  top: 6px;
  width: 2px;
  height: 6px;
  background-color: #cbd5e1;
}

.uwc-marker.uwc-main-marker::before {
  height: 10px;
  width: 3px;
  background-color: #64748b;
  left: -0.5px;
}

/* HANDS — much smaller now */
.uwc-hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 4px;
  z-index: 10;
}

.uwc-hour-hand {
  width: 4px;
  height: 40px;   /* was 55 */
  background-color: #1e293b;
  transform: translateX(-50%);
}

.uwc-min-hand {
  width: 3px;
  height: 60px;   /* was 78 */
  background-color: #334155;
  transform: translateX(-50%);
}

.uwc-second-hand {
  width: 2px;
  height: 70px;   /* was 95 */
  background-color: #FFB300;
  transform: translateX(-50%);
}

.uwc-second-hand::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 14px; /* smaller tail */
  background-color: #FFB300;
  border-radius: 4px;
}

/* Center nut (scaled down) */
.uwc-center-nut {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #FFB300;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

span.uwc-complication-label {
  padding: 0;
  border: 0;
  background: none;
}
span#uwc-year-display {
  background: transparent;
  padding: 0;
  border: 0;
}

.statboxguest.hYearstatBox {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px;
  align-items: center;
}
.statboxguest.hYearstatBox h3 {
  color: #ffffff99;
}
.statboxguest.hYearstatBox h3 .counter {
  color: #ffffff99;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
/* Base size stays 180px (your compact version) */

/* Tablet */
@media (max-width: 600px) {
  .uwc-clock-frame {
    transform: scale(0.8);
  }
}

/* Large mobile */
@media (max-width: 450px) {
  .uwc-clock-frame {
    transform: scale(0.65);
  }
}

/* Small mobile */
@media (max-width: 360px) {
  .uwc-clock-frame {
    transform: scale(0.55);
  }
}
.uwc-clock-frame {
  transform-origin: center center;
}


img.animatedOrdersuces {
  width: 100%;
  margin-top: -40px;
  filter: hue-rotate(-5deg) contrast(0.9) saturate(1.1);
}
.statboxguest.hOrdBox {
  padding: 0;
  overflow: hidden;
  border-color: #fff;
}
.statboxguest.hOrdBox > div {
  padding: 20px;
  padding-bottom: 0;
}
.statboxguest.hOrdBox p {
  margin: 0;
}
.statboxguest.hOrdBox h3 {
  margin: 0;
}
.statboxguest.hOrdBox span {
  margin-top: 10px;
}

@media(min-width: 992px) {
  img.animatedOrdersuces {
    margin-top: -80px;
  }
}




.statboxguest {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.statboxguest > div {
  position: relative;
  z-index: 2;
}
.statboxguest.haAtvservBox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: #bbf4ff;
}
.statboxguest.haAtvservBox span {
  margin-top: 10px;
}
.statboxguest.haAtvservBox p, .statboxguest.haAtvservBox h3 {
  margin: 0;
}

.uwc-main-container {
  position: absolute !important;
  inset: 0; /* fill entire card */
  display: flex;
  transform: scale(2);
  justify-content: center;
  align-items: center;
  pointer-events: none; /* allow clicks on card */
  z-index: 0 !important;
}

.uwc-size-3 { width: 220px; height: 220px; z-index: 1; }
.uwc-size-2 { width: 160px; height: 160px; z-index: 2; }
.uwc-size-1 { width: 100px; height: 100px; z-index: 3; }

.uwc-circle-border {
  position: absolute;
  border: 1px solid #bbf4ff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uwc-track {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

.uwc-track.uwc-size-3 { margin-left: -110px; margin-top: -110px; }
.uwc-track.uwc-size-2 { margin-left: -80px; margin-top: -80px; }
.uwc-track.uwc-size-1 { margin-left: -50px; margin-top: -50px; }

.uwc-icon-box {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #bbf4ff;
}

/* -----------------------------------
ANIMATIONS
----------------------------------- */
.uwc-anim-cw-slow     { animation: uwc-rotate-cw 12s linear infinite; }
.uwc-anim-ccw-slow    { animation: uwc-rotate-ccw 12s linear infinite; }

.uwc-anim-ccw-medium  { animation: uwc-rotate-ccw 8s linear infinite; }
.uwc-anim-cw-medium   { animation: uwc-rotate-cw 8s linear infinite; }

.uwc-anim-cw-fast     { animation: uwc-rotate-cw 4s linear infinite; }
.uwc-anim-ccw-fast    { animation: uwc-rotate-ccw 4s linear infinite; }


@keyframes uwc-rotate-cw {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes uwc-rotate-ccw {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

section.fourthSec {
  padding: 60px 0;
}
.headrsec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}





/* Container & Typography */
.section-title h1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin-bottom: 2rem;
  text-align: center;
}

/* Hero Head */
.apitophead {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #6fdfff;
  border: 1px solid #1dafb6;
  color: #fff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/fy0wa17phb8n76gs.png);
  background-size: cover;
  background-position: center;
}

.apidocshead p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Bento Card */
.card-bento {
  border-radius: 16px;
  padding: 1.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background-position: center;
  border: 1px solid #ffffff;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}

.card-bento:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.06);
  border-color: rgba(24, 119, 242, 0.2);
}

/* Highlight Card */
.highlight-card {
  border: 1px solid #33c3f0;
}

/* Card Elements */
.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.25rem;
}

.card-header-bento h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.card-body-bento {
  padding-top: 1.25rem;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.5;
}

.card-body-bento strong {
  display: block;
  margin-top: 1.5rem;
  color: #111827;
  font-size: 1rem;
}

.card-footer-bento {
  margin-top: auto;
  padding-top: 1.5rem;
}

/* Layout Adjustments */
.content-preserve p {
  margin-bottom: 1rem;
}

.content-preserve p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title h1 {
    font-size: 1.75rem;
  }
  .card-bento {
    padding: 1.25rem;
  }
}

.apidocshead p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.apidocshead {
  padding: 50px;
}












.sidebar {
  margin: 10px;
  border-radius: 18px;
  box-shadow: rgb(0 0 0 / .2) 0 20px 30px;
  background: #fff;
  background-image: url(https://storage.perfectcdn.com/debacb/ibsw22r2sxk1ukcq.webp);
  backdrop-filter: blur(20px);
  background-size: cover;
  background-position: center
}
.impbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px
}
a.btn.btnsbtop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(45deg,#00c1ff,#eaf9ff);
  border: 0;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / .1) 0 10px 15px -3px,rgb(0 0 0 / .05) 0 4px 6px -2px,inset 1px 1px 2px 4px #FFFfff40
}
a.btn.btnsbtop h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 16px
}
a.btn.btnsbtop span {
  color: #fff;
  font-weight: 500
}
span.btnsbtopdesc {
  font-size: 13px;
  color: #ffffff99!important;
  font-weight: 400!important
}
a.btn.btnsbtop img {
  max-width: 90px;
  margin: -20px;
  margin-right: -39px;
  filter: drop-shadow(12px 12px 50px #ffffff)
}
a.btn.btnsbtopsec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(226deg,#ff8646,#ffdad1);
  border: 0;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / .1) 0 10px 15px -3px,rgb(0 0 0 / .05) 0 4px 6px -2px,inset 1px 1px 2px 4px #FFFfff40
}
a.btn.btnsbtopsec h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 16px
}
a.btn.btnsbtopsec span {
  color: #fff;
  font-weight: 500
}
a.btn.btnsbtop span b {
  color: #fff
}
span.btnsbtopdesc {
  font-size: 13px;
  color: #ffffff99!important;
  font-weight: 400!important
}
a.btn.btnsbtopsec img {
  max-width: 90px;
  margin: -20px;
  margin-left: -20px;
  filter: drop-shadow(12px 12px 50px #ffffff)
}
a.navbar-brand {
  padding: 0
}
a.nav-link {
  font-size: 14px;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
  background-color: #fff0;
  background-image: linear-gradient(#fff,#f5f5fa);
  box-shadow: rgb(37 44 97 / .15) 0 4px 11px 0,rgb(93 100 148 / .2) 0 1px 3px 0;
  color: #595959;
  cursor: pointer;
  font-weight: 600;
  transition: all .2s ease-out;
  border: 1px solid #fff
}
a.nav-link i {
  font-size: 18px;
  background: linear-gradient(45deg,#0d6efd,#0dcaf0);
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset,rgb(255 255 255 / .15) 0 3px 9px inset,rgb(255 255 255 / .6) 0 1px 1px inset,rgb(46 131 195 / 30%) 0 -8px 36px inset,rgb(255 255 255 / .6) 0 1px 5px inset,rgb(0 0 0 / .2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%,rgb(0 0 0 / .23) 0,transparent 86.18%),radial-gradient(66% 66% at 26% 20%,rgb(255 255 255 / .55) 0,#fff0 69.79%,#fff0 100%)!important;
  border: 1px solid #ffffff10
}
li.nav-item.active a.nav-link i {
  background: #fff!important;
  color: #0dcaf0;
  box-shadow: none
}
ul.navbar-nav.sideul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px
}
ul.navbar-nav.sideul li {
  width: 50%;
  padding: 5px
}
li.nav-item.active a.nav-link {
  color: #fff;
  border-radius: 14px;
  border: 0;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset,rgb(255 255 255 / .15) 0 3px 9px inset,rgb(255 255 255 / .6) 0 1px 1px inset,rgb(46 131 195 / 30%) 0 -8px 36px inset,rgb(255 255 255 / .6) 0 1px 5px inset,rgb(0 0 0 / .2) 2px 19px 31px;
  background-color: #66d2ff;
  background-image: radial-gradient(93% 87% at 87% 89%,rgb(0 0 0 / .23) 0,transparent 86.18%),radial-gradient(66% 66% at 26% 20%,rgb(255 255 255 / .55) 0,#fff0 69.79%,#fff0 100%);
  transition: all 150ms ease-in-out;
  border: 1px solid #ffffff10
}
.profilecardsb {
  background: linear-gradient(45deg,#a0efff,#7ee9ff);
  margin: 10px;
  border-radius: 15px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: sticky;
  bottom: 0
}
.glassprofflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  color: #fff;
  border-top: 1px solid #00000015;
  cursor: pointer;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
  background: #fff;
  background-image: url(https://storage.perfectcdn.com/debacb/ibsw22r2sxk1ukcq.webp);
  backdrop-filter: blur(20px);
  background-size: cover;
  background-position: center
}
.glassprofflex img {
  max-width: 60px;
  border-radius: 10px;
  margin-right: 10px;
  max-height: 60px;
  margin-bottom: auto
}
.glassprofflex h3 {
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 700
}
.glassprofflex span {
  color: #595959;
  font-size: 13px
}
.glassprofflex i {
  margin-left: auto;
  color: #0dcaf0;
  background: #0dcaf01f;
  height: 30px;
  width: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}
.sidebar-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column
}
.sidebarwrap {
  height: -webkit-fill-available;
  overflow: auto
}
.navbar.usernav {
  margin: 10px;
  box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset,rgb(255 255 255 / .15) 0 3px 9px inset,rgb(255 255 255 / .6) 0 1px 1px inset,rgb(46 131 195 / .3) 0 -8px 36px inset,rgb(255 255 255 / .6) 0 1px 5px inset,rgb(0 0 0 / .2) 2px 19px 31px;
  border: 2px solid rgb(255 255 255 / .063);
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background: radial-gradient(93% 87% at 87% 89%,rgb(0 0 0 / .23) 0,transparent 86.18%),radial-gradient(66% 66% at 26% 20%,rgb(255 255 255 / .55) 0,#fff0 69.79%,#fff0 100%),url(https://storage.perfectcdn.com/debacb/exzpsb4xzx3lnmlt.png)!important;
  background-size: cover!important;
  background-position: center!important
}
button.hamburget {
  background: #fff0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0
}
button.hamburget span.icon {
  height: 4px;
  width: 35px;
  display: block;
  background: #fff;
  margin: 3px 0;
  border-radius: 10px
}
button.hamburget span.icon.iconone {
  width: 18px
}
button.hamburget span.icon.icontwo {
  width: 28px
}
button.hamburget svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  cursor: pointer
}
button.hamburget svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 3px
}
button.hamburget svg+svg {
  margin-left: 1.5rem
}
button.hamburget .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}
button.hamburget #top,button.hamburget #bottom {
  stroke-dasharray: 30,75.39;
  transition: all 0.6s cubic-bezier(.6,.33,.67,1.29)
}
button.hamburget svg.active #top,button.hamburget svg.active #bottom {
  stroke-dasharray: 75.39;
  stroke-dashoffset: -60
}
button.hamburget svg:nth-child(2) {
  transform: rotate(0deg);
  transition: transform 0.6s cubic-bezier(.165,.84,.44,1)
}
button.hamburget svg:nth-child(2) path {
  transition: all 0.4s ease-in-out 0.6s
}
button.hamburget svg:nth-child(2).active {
  transform: rotate(180deg)
}
button.hamburget .rocket #top {
  stroke-dasharray: 30,88
}
button.btn.btn-prof.dropdown-toggle {
  padding: 0;
  border: 0
}
button.btn.btn-prof.dropdown-toggle:after {
  display: none
}
button.btn.btn-prof.dropdown-toggle img {
  max-width: 55px;
  max-height: 55px;
  border-radius: 30px;
  box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15)!important;
  margin-bottom: 0
}
.btn-group.profbtngrp {
  margin-right: 10px;
  margin-left: auto
}
button.btn.btn-prof.dropdown-toggle i {
  position: absolute;
  bottom: -2px;
  right: -4px;
  color: #00beff;
  background: #fff;
  border-radius: 30px;
  padding: 3px 4px;
  font-size: 12px;
  padding-top: 5px
}
p.menusubs {
  background: #66d2ff !important;
  color: #fff;
  text-decoration: none;
  box-shadow: rgb(255 255 255 / .1) -3px -3px 9px inset, rgb(255 255 255 / .15) 0 3px 9px inset, rgb(255 255 255 / .6) 0 1px 1px inset, rgb(46 131 195 / 30%) 0 -8px 36px inset, rgb(255 255 255 / .6) 0 1px 5px inset, rgb(0 0 0 / .2) 2px 19px 31px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 1px solid #ffffff10;
  padding: 2px;
  margin: 5px -10px;
  text-align: center;
  width: -webkit-fill-available;
}

.legalWrap {
  color: #1f2937;
  line-height: 1.75;
}
.legalWrap section {
  background: linear-gradient(180deg, #ffffff9c, #ffffff21);
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 0px;
  backdrop-filter: blur(11px);
}
.legalWrap h1 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-top: 0;
}
.legalWrap h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 600;
}
.legalWrap p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.legalWrap ul {
  padding-left: 1.2rem;
  margin-bottom: 1.2rem;
}
.legalWrap section p, .legalWrap section ul {
  background: #effbff47;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  backdrop-filter: blur(11px);
}
.legalWrap section ul {
  padding-left: 35px;
}
.legalWrap li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.legalWrap a {
  color: #2563eb;
  text-decoration: none;
}
.legalWrap a:hover {
  text-decoration: underline;
}
.legal-muted {
  font-size: 0.85rem;
  color: #6b7280;
}
.legalWrap h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0dcaf0;
  text-transform: uppercase;
  letter-spacing: -1px;
  word-spacing: 2px;
}

ul.nav.nav-tabs.nav-fill.servulsi {
  padding: 18px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #6fdfff;
  border: 1px solid #1dafb6;
  color: #fff;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/fy0wa17phb8n76gs.png);
  background-size: cover;
  background-position: center;
}
ul.nav.nav-tabs.nav-fill.servulsi li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  border-radius: 10px !important;
  background: #ffffff30;
  border: 1px solid #ffffff50;
}
ul.nav.nav-tabs.nav-fill.servulsi li {
  flex: 1;
}
ul.nav.nav-tabs.nav-fill.servulsi li a.nav-link.active {
  background: #fff;
  color: #000;
}

@media (min-width: 992px) {
  ul.nav.nav-tabs.nav-fill.servulsi li {
    flex: 100%;
  }
}
.tab-content.servcont {
  background: #ffffff;
  padding: 36px;
  border-radius: 15px;
  box-shadow: rgb(37 44 97 / .15) 0 4px 11px 0, rgb(93 100 148 / .2) 0 1px 3px 0;
}
h2.tabheadsi span {
  font-size: larger;
  color: #0dcaf0;
  font-style: italic;
}
.tab-pane .tab-icon {
  width: 74px;
  height: 74px;
  font-size: 38px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}
.tab-icon.ig-icon {
  background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
}
.tab-icon.fb-icon {
  background-color: #1877F2;
}
.tab-icon.yt-icon {
  background-color: #FF0000;
}
.tab-icon.tt-icon {
  background-color: #000;
}
.tab-icon.tg-icon {
  background-color: #24A1DE;
}
.tab-icon.x-icon {
  background-color: #1DA1F2;
}
.tab-icon.li-icon {
  background: #309acd;
}

h2.tabheadsi.tabheadsiig span {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  padding-right: 6px;
}
h2.tabheadsi.tabheadsifb span {
  color: #1877F2;
}
h2.tabheadsi.tabheadsiyt span {
  color: #FF0000;
}
h2.tabheadsi.tabheadsix span {
  color: #1DA1F2;
}
h2.tabheadsi.tabheadsitg span {
  color: #24A1DE;
}
h2.tabheadsi.tabheadsili span {
  color: #309acd;
}
.tabcontnettopflex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.tab-pane .tabcontnettopflex h2 {
  margin: 0;
}
.tab-pane .tabcontnettopflex .tab-icon {
  margin: 0;
}
section.sixthSec {
  padding: 60px 0;
}

.glass-card {
  background: #fff;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
}

.modernSwiper .swiper-wrapper {
  align-items: stretch;
}
.modernSwiper .swiper-slide {
  height: auto;
  display: flex;
}
.modernSwiper .swiper-slide > * {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.glass-card .card-icon {
  height: 50px;
  width: 50px;
  background: #0dcaf0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 0 0 10px 10px;
  margin-top: -20px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 60, 80, 0.15);
  background-color: #33c3f0;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 4px rgba(0, 50, 80, 0.1), 0 4px 0 #269cc4, 0 8px 16px rgba(38, 156, 196, 0.35);
}
a.link-arrow.btn.btn-primary {
  gap: 10px;
  margin-top: auto;
}
.topSlideindicator {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topSlideindicator .swiper-pagination.mt-5.position-relative.swiper-pagination-progressbar.swiper-pagination-horizontal {
  margin: auto !important;
}
button.btn.btn-glass {
  height: 45px;
  width: 45px;
  background: #0dcaf0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 35px;
  border: 1px solid rgba(0, 60, 80, 0.15);
  background-color: #33c3f0;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 4px rgba(0, 50, 80, 0.1), 0 4px 0 #269cc4, 0 8px 16px rgba(38, 156, 196, 0.35);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(to right, #6fdfff, #49b4e0) !important;
}
.swiper-pagination-progressbar {
  background: #fff;
  border-radius: 20px;
}
section.eightSec {
  padding: 60px 0;
}



/* --- FAQ Section Wrapper --- */
.faqSec {
  padding: 60px 0;
  position: relative;
}

/* --- Left Column: Sticky Content --- */
.faq-sticky-content {
  position: sticky;
  top: 120px;
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  border: 2px solid #fff;
}
.faq-sticky-content .headrsec {
  margin-bottom: 30px;
  padding: 35px;
  text-align: center;
}
.faq-sticky-content .subhead {
  color: #0dcaf0;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}
.faq-sticky-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.faq-sticky-content h2 span {
  color: #0dcaf0;
}
.faq-sticky-content p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 30px;
}
.faq-sticky-content .faqimg {
  width: 100%;
  margin-top: -80px;
}

/* --- Right Column: Bento Grid --- */
.faq-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 Columns */
  gap: 10px;
}

/* --- Card Common Styles --- */
.faq-card {
  border-radius: 24px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Makes cards in same row equal height */
}
.faq-card:hover {
  transform: translateY(-5px);
}
.faq-card .badge-num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1rem;
}
.faq-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.faq-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- Card Theme: White (Default) --- */
.faq-card.white-card {
  background: #fff;
  border: 1px solid #eef0f2;
  box-shadow: 0 5px 20px rgba(0,0,0,0.03);
  color: #333;
}
.faq-card.white-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  border-color: #0dcaf0;
}
.faq-card.white-card .badge-num {
  background: #eefbff;
  color: #0dcaf0;
}
.faq-card.white-card p {
  color: #666;
}
/* --- Card Theme: Blue (Highlighted) --- */
.faq-card.blue-card {
  /* Your brand styles */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #6fdfff;
  border: 1px solid #1dafb6;
  color: #fff;
  background-image: url('https://storage.perfectcdn.com/cr9uj5/fy0wa17phb8n76gs.png');
  background-size: cover;
  background-position: center;
}
.faq-card.blue-card .badge-num {
  background: rgba(255,255,255,0.2);
  color: #fff;
  backdrop-filter: blur(5px);
}
.faq-card.blue-card h3, 
.faq-card.blue-card p {
  color: #fff;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .faq-sticky-content {
    position: relative; /* Disable sticky on tablet/mobile */
    top: 0;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .faq-sticky-content .headrsec {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .faq-grid-wrapper {
    grid-template-columns: 1fr; /* Stack cards on mobile */
    gap: 10px;
  }
  .faq-sticky-content h2 {
    font-size: 2rem;
  }
  .faq-card {
    padding: 25px;
  }
}

section.firstSec {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: url(https://storage.perfectcdn.com/cr9uj5/rzafxlr61wj043xj.png);
  background-size: cover;
  background-position: top;
  margin-top: -105px;
  padding-top: 170px;
}
.loginWell form .form-group {
  margin-bottom: 10px;
}
.loginWell form input.form-control {
  padding: 10px;
  border-radius: 10px;
  background: #ffffff40;
  backdrop-filter: blur(40px);
  border: 1px solid #fff;
  box-shadow: none !important;
}
.loginWell form {
  background: #ffffff40;
  padding: 15px;
  border-radius: 15px;
  margin: 0;
  backdrop-filter: blur(50px);
  border: 1px solid #ffffff50;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
}
img.desktopmainimg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  filter: brightness(1.2) contrast(1.2);
}
.formTopbox {
  background: #ffffff40;
  padding: 15px;
  border-radius: 15px;
  margin: 0;
  backdrop-filter: blur(50px);
  border: 1px solid #ffffff50;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  margin-bottom: 10px;
}
.loginWell {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 15px;
  border-radius: 15px;
  background-size: cover;
  background-position: top;
  border: 1px solid #ffffff99;
  box-shadow: 0 0 0 10px #ffffff60;
  margin: 10px;
  position: relative;
  z-index: 1;
}

marquee h3 i {
  font-size: 20px;
  color: #49b4e0;
}
marquee img {
  max-width: 200px;
  filter: brightness(0);
}
marquee h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
marquee {
  background-color: #ffffff73;
  padding: 25px 0;
  backdrop-filter: blur(60px);
}

/* Container Adjustments */
.loginWell {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 30px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 0 0 10px rgba(255,255,255,0.4);
}

/* Glassmorphism Panels */
.formTopbox, .loginWell form {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.formTopbox { margin-bottom: 20px; }

.subheading i {
  height: 30px;
  width: 30px;
  background: #cb1a1a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
}

.subheading p {
  margin: 0;
}
.subheading {
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}
.formTopbox h1 big {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 2px;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-weight: 900;
  letter-spacing: -1px;
}
.formTopbox h1 i {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  margin: 0 2px;
  position: relative;
  top: -2px;
}
.formTopbox h1 {
  text-transform: capitalize;
}
.auth-wrapper {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -37px;
  margin-bottom: -15px;
  z-index: 1;
}
.custom-google-btn {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  color: #fff;
  padding: 8px;
  padding-right: 16px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 800;
  border: 0;
}
.custom-google-btn img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 25px;
}
.googlegrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  z-index: 2;
}
.g_id_signin div {
  width: 100% !important;
}
.actionGrplogfrm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}


.custom-switch .form-check-input:checked {
  background-color: #6fdfff;
  border-color: #6fdfff;
}
.custom-switch .form-check-input {
  cursor: pointer;
  box-shadow: none !important;
}
.custom-switch .form-check-input {
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.form-check.form-switch.custom-switch {
  background: #ffffff40;
  backdrop-filter: blur(40px);
  padding: 2px 10px;
  padding-left: 40px;
  border-radius: 25px;
  padding-right: 15px;
}
a.forgot-password {
  color: #000;
  text-decoration: none;
  bottom: 0;
  border-left: 1px solid #00000010;
  padding-left: 15px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.pull-right-middle a {
  color: #33c3f0;
  text-decoration: none;
  background: #ffffff40;
  backdrop-filter: blur(40px);
  padding: 2px 5px;
  border-radius: 25px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
}

nav.navbar.guestNav {
  margin: 15px;
  border-radius: 50px;
  padding: 10px 15px;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  background-size: cover;
  background-position: bottom;
  border: 1px solid #33c3f0;
  position: sticky;
  top: 15px;
  z-index: 10;
}
@media (min-width: 992px) {
  nav.navbar.guestNav ul.navbar-nav {
    padding: 10px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    gap: 10px;
    margin-right: -15px;
  }
}

nav.navbar.guestNav .navbar-nav .nav-link.active {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  color: #fff;
}
nav.navbar.guestNav a.nav-link {
  border: 0;
  border-radius: 30px;
  color: #000;
  padding: 5px 15px !important;
  font-size: 13px;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
}

.mobilemainimg {
  display: none;
}
@media (max-width: 992px) {
  img.desktopmainimg {
    display: none;
  }
  img.mobilemainimg {
    display: block;
    margin-bottom: -60px;
    width: 100%;
  }
  .loginWell {
    padding: 10px;
  }
  .formTopbox h1 {
    font-size: 26px;
  }
  .formTopbox h1 i {
    height: 38px;
    width: 38px;
    font-size: 15px;
    margin: 5px 2px;
  }
  section.firstSec {
    padding-top: 120px;
  }
  nav.navbar.guestNav ul.navbar-nav {
    position: absolute;
    width: -webkit-fill-available;
    margin: 10px !important;
    left: 0;
    padding: 15px;
    right: 0;
    margin-top: 20px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    gap: 9px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}

.custom-toggler {
  background-color: white;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-right: -15px;
}
.navbar-toggler.custom-toggler:focus {
  box-shadow: none;
}
.toggler-icon {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #33c3f0;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  margin: 2px 0;
}
span.toggler-icon.middle-bar {
  width: 15px;
}
.custom-toggler:not(.collapsed) .top-bar {
  transform: translateY(7px) rotate(45deg);
}
.custom-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
  transform: translateX(-20px);
}
.custom-toggler:not(.collapsed) .bottom-bar {
  transform: translateY(-7px) rotate(-45deg);
}

footer {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 20px 5px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.4);
  margin: 20px;
  margin-bottom: -30px;
}
.footrblurwrap {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  height: 100%;
}
.footrblurwrap img.footerbrand {
  max-width: 150px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.secondFooterbox {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  display: flex;
  height: 100%;
}
.leftSecftrlinks h4 {
  font-size: 15px;
  border-bottom: 2px solid #0dcaf0;
  width: min-content;
  padding-bottom: 5px;
}
.leftSecftrlinks {
  padding-right: 30px;
}
.leftSecftrlinks ul li a {
  display: block;
  white-space: nowrap;
  color: #2b9bbb;
  text-decoration: none;
}
.leftSecftrlinks ul {
  padding: 0;
  margin: auto;
  list-style: none;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.leftSecftrlinks h4 {
  font-size: 15px;
  border-bottom: 1px solid #2b9bbb;
  width: min-content;
  padding-bottom: 5px;
}
.rightSecftrlinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 30px;
  border-left: 1px solid #2b9bbb3d;
  border-right: 1px solid #2b9bbb3d;
}
.rightSecftrlinks a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.rightSecftrlinks a i {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.rightSecftrlinks h4 {
  font-size: 15px;
  border-bottom: 1px solid #2b9bbb;
  width: min-content;
  padding-bottom: 5px;
}
.xtraSecftrpay h4 {
  font-size: 15px;
  border-bottom: 1px solid #2b9bbb;
  width: min-content;
  padding-bottom: 5px;
}
.xtraSecftrpay img {
  max-width: 225px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.xtraSecftrpay {
  padding-left: 30px;
}
.xtraSecftrpay p {
  font-size: 15px;
}

.fotrsocialmed {
  display: flex;
  gap: 8px;
}
.fotrsocialmed a {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  height: 40px;
  display: flex;
  width: 40px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

ul.othrLinks li:first-child a:before {
  display: none;
}
ul.othrLinks li a:before {
  content: '·';
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
  line-height: 1;
}
ul.othrLinks li a {
  text-decoration: none;
  font-weight: 500;
  color: #11343f;
  font-size: 15px;
  display: flex;
  align-items: center;
}
ul.othrLinks {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: wrap;
}
.footrblurwrap big {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.footrblurwrap {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  height: 100%;
}

@media(max-width: 1350px) {
  .secondFooterbox {
    flex-wrap: wrap;
  }
  .xtraSecftrpay {
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #2b9bbb3d;
    margin-top: 20px;
  }
  .rightSecftrlinks {
    border-right: 0;
  }
  .secondFooterbox > div {
    flex: auto;
  }
}
@media(max-width: 568px) {
  .rightSecftrlinks {
    padding: 0;
    padding-top: 20px;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #2b9bbb3d;
    width: 100%;
  }  
}

.apitophead {
  display: flex;
  align-items: center;
}
.apitophead img.headcardChar {
  max-width: 280px;
  align-self: end;
}

@media (max-width: 992px) {
  .cardGridFeature {
    padding: 20px;
    grid-template-columns: 1fr;
    padding-bottom: 500px;
  }
  .mainImgGridrightfeat {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .mainGridleftFeature {
    grid-template-columns: 1fr;
  }
  .apitophead {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .apitophead img.headcardChar {
    max-width: 280px;
    align-self: center;
  }
  .apidocshead {
    padding: 25px;
  }
  section.firstSec {
    background: url(https://storage.perfectcdn.com/cr9uj5/9qa9q6aci19b5xc3.png);
    background-size: cover;
    background-position: center;
  }
}

.cloudGroup img {
  position: absolute;
  opacity: 0.7;
  pointer-events: none;
  will-change: transform;
}

/* --- Wave A: Moving Right --- */
.cloudGroup img:nth-child(1) { width: 150px; top: 10%; left: -15%; animation: driftRight 53s linear infinite; animation-delay: -5s; }
.cloudGroup img:nth-child(3) { width: 450px; top: 55%; left: -25%; animation: driftRight 107s linear infinite; animation-delay: -40s; }
.cloudGroup img:nth-child(5) { width: 200px; top: 75%; left: -20%; animation: driftRight 71s linear infinite; animation-delay: -15s; }
.cloudGroup img:nth-child(7) { width: 180px; top: 45%; left: -30%; animation: driftRight 89s linear infinite; animation-delay: -60s; }

/* --- Wave B: Moving Left --- */
.cloudGroup img:nth-child(2) { width: 220px; top: 35%; left: 115%; animation: driftLeft 79s linear infinite; animation-delay: -20s; }
.cloudGroup img:nth-child(4) { width: 380px; top: 15%; left: 125%; animation: driftLeft 97s linear infinite; animation-delay: -10s; }
.cloudGroup img:nth-child(6) { width: 500px; top: 5%; left: 120%; animation: driftLeft 131s linear infinite; animation-delay: -80s; }
.cloudGroup img:nth-child(8) { width: 320px; top: 85%; left: 110%; animation: driftLeft 61s linear infinite; animation-delay: -35s; }

@keyframes driftRight {
  0% { transform: translateX(0); }
  100% { transform: translateX(140vw); } /* Increased to ensure they clear the screen */
}

@keyframes driftLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-140vw); }
}

@media(max-width: 568px) {
  .cloudGroup img {
    opacity: 0.8;
  }
  .cloudGroup img:nth-child(1) {
    width: 100px;
    animation-duration: 25s; 
  }
  .cloudGroup img:nth-child(2) {
    width: 140px;
    animation-duration: 35s;
  }
  .cloudGroup img:nth-child(3) {
    width: 250px;
    animation-duration: 45s;
  }
  .cloudGroup img:nth-child(4) {
    width: 200px;
    animation-duration: 40s;
  }
}

.apitophead {
  background-image: url(https://storage.perfectcdn.com/cr9uj5/rzafxlr61wj043xj.png);
  background-size: cover;
  background-position: top;
  background-color: #fff;
  border: 2px solid #fff;
  overflow: hidden;
}
.apitophead .apidocshead {
  padding: 30px;
  margin: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.apidocshead h1 {
  color: #000000 !important;
}
.apidocshead p {
  color: #000 !important;
  line-height: 1.3;
  margin-top: 15px;
}

.newstatGridcard {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 0;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.newstatGridcard > div {
  padding: 30px;
}
.newstatGridcard h3 div.counter {
  color: #33c3f0;
  font-size: 35px;
}
.newstatGridcard h3 {
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 2px;
}
.newstatGridcard div p {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
  color: #49b4e0;
}
.newstatGridcard div span {
  background: #fff;
  padding: 2px 10px;
  display: block;
  width: fit-content;
  margin-top: -10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff50;
}
.newstatGridcard > div span::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");

  mix-blend-mode: hard-light;
  opacity: 0.5;
  pointer-events: none;
}


.col-md-3:nth-child(1) .newstatGridcard > div span {
  background: #ff8b42;
}
.col-md-3:nth-child(2) .newstatGridcard > div span {
  background: #65e443;
}
.col-md-3:nth-child(3) .newstatGridcard > div span {
  background: #6cc4fa;
}
.col-md-3:nth-child(4) .newstatGridcard > div span {
  background: #f289ff;
}

.cardGridFeature {
  background: url(https://storage.perfectcdn.com/cr9uj5/1i2ol5wzi5g4ohj2.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.featureGridcards {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.cardGridFeature .cloudGroup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.efCard {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.4);
  margin: 10px;
  flex-direction: row-reverse;
}
.efCard .cotnet {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.efCard .characterImg {
  transform: none;
}

.newstatGridcard h3 {
  margin-bottom: 10px;
  text-align: center !important;
  justify-content: center;
}
.newstatGridcard span {
  display: block;
  width: fit-content;
  margin: auto !important;
}
.newstatGridcard > div {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin: 10px;
  text-align: center;
}




.newstatGridcard {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.newstatGridcard::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px; /* thicker border */
  border-radius: inherit;

  background: linear-gradient(
    120deg,
    transparent 15%,
    rgba(0, 180, 255, 0.9),
    rgba(120, 220, 255, 0.9),
    rgba(0, 180, 255, 0.9),
    transparent 85%
  );
  background-size: 350% 350%;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  animation: borderTraceLoop 5s linear infinite;
  opacity: 0.85;
  filter: drop-shadow(0 0 6px rgba(0, 180, 255, 0.45));
  pointer-events: none;
}

@keyframes borderTraceLoop {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 350% 50%;
  }
}
.newstatGridcard::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(
      circle at 20% 20%,
      rgba(255,255,255,0.12),
      transparent 40%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E");

  mix-blend-mode: overlay;
  opacity: 0.22;
  animation: shimmerDrift 8s linear infinite;
  pointer-events: none;
}

@keyframes shimmerDrift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-40px, -40px);
  }
}

.newstatGridcard img {
  max-width: 70px;
  margin-bottom: 15px;
}
.cardGridFeature {
  background: url(https://storage.perfectcdn.com/cr9uj5/rzafxlr61wj043xj.png);
  background-size: cover;
  background-position: top;
  position: relative;
}

.mainImgGridrightfeat img {
  box-shadow: none;
}

section.thirdSec, section.seventhSec {
  padding: 60px 0;
}
footer {
  background: url(https://storage.perfectcdn.com/cr9uj5/rzafxlr61wj043xj.png);
  background-size: cover;
  background-position: top;
}




.faq-card.blue-card h3, .faq-card.blue-card p {
  color: #000;
}
.faq-card.blue-card .badge-num {
  color: #fff;
  backdrop-filter: blur(5px);
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
}

.cardGridFeature,
.efCard,
.smm-card,
.faq-card,
.glass-card,
ul.nav.nav-tabs.nav-fill.servulsi,
.loginWell, .tab-content.servcont {
  position: relative;
  border-radius: 18px; /* Standardizing the curve for the mask */
  overflow: hidden;
  /* Optional: Ensure content sits above the effect */
  z-index: 1; 
}
.cardGridFeature::before,
.efCard::before,
.smm-card::before,
.faq-card::before,
.faq-sticky-content::before,
.glass-card::before,
ul.nav.nav-tabs.nav-fill.servulsi::before,
.loginWell::before, .tab-content.servcont::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent 15%,
    rgba(0, 180, 255, 0.9),
    rgba(120, 220, 255, 0.9),
    rgba(0, 180, 255, 0.9),
    transparent 85%
  );
  background-size: 350% 350%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderTraceLoop 5s linear infinite;
  opacity: 0.85;
  filter: drop-shadow(0 0 6px rgba(0, 180, 255, 0.45));
  pointer-events: none;
}
.cardGridFeature::after,
.efCard::after,
.smm-card::after,
.faq-card::after,
.faq-sticky-content::after,
.glass-card::after,
ul.nav.nav-tabs.nav-fill.servulsi::after,
.loginWell::after, .tab-content.servcont::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), transparent 40%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.22;
  animation: shimmerDrift 8s linear infinite;
  pointer-events: none;
}
.cardGridFeature {
  border: 1px solid #ffffff;
}

.headrsec {
  background: #ffffff;
  backdrop-filter: blur(20px);
  border: 1px solid #fff;
  padding: 28px;
  border-radius: 15px;
  max-width: 800px;
}
.featureGridcards {
  border: 1px solid #0dcaf0;
}
/*.stepCard, .tab-content.servcont {
background-image: url(https://storage.perfectcdn.com/cr9uj5/1o7gh8e71i37yfb7.png);
background-size: cover;
background-position: center;
background-color: #fff;
border: 1px solid #33c3f0;
}

.smm-card.card-wide, .glass-card, .faq-card.white-card, .faq-sticky-content {
background-image: url(https://storage.perfectcdn.com/cr9uj5/1o7gh8e71i37yfb7.png);
background-size: cover;
background-position: center;
background-color: #fff;
border: 0;
}*/
.faq-sticky-content .headrsec {
  background: transparent;
  backdrop-filter: none;
}
ul.nav.nav-tabs.nav-fill.servulsi {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  flex-direction: row-reverse;
}
ul.nav.nav-tabs.nav-fill.servulsi li a {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  color: #000;
}

.stepRowovlp {
  display: flex;
  gap: 15px;
}
.cardstepRowl {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.4);
  margin: 10px;
  padding: 20px;
}
.cardstepRowl > div {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  padding-top: 35px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  text-align: center;
}
.topBBadgestep {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 5px !important;
  width: fit-content;
  padding-right: 15px !important;
  border-radius: 100px !important;
  background: linear-gradient(to right, #6fdfff, #49b4e0) !important;
  border: 1px solid #1dafb6 !important;
  color: #fff;
  margin: auto;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}
.topBBadgestep img {
  max-width: 60px;
}


/*section.oddsec {
background: url(https://storage.perfectcdn.com/cr9uj5/ti4oaapc2c711qxc.png);
background-size: cover;
background-position: center;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}*/
section {
  position: relative;
  overflow: hidden;
}
section.faqSec {
  overflow: visible;
}
section.firstSec {
  background: url(https://storage.perfectcdn.com/cr9uj5/1y0cm43obd1cmr52.png);
  background-size: cover;
  background-position: top;
}

body {
  background-image: url(https://storage.perfectcdn.com/cr9uj5/1y0cm43obd1cmr52.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.cardGridFeature {
  background: url(https://storage.perfectcdn.com/cr9uj5/1y0cm43obd1cmr52.png);
  background-size: cover;
  background-position: top;
}
.mainGridleftFeature {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 12px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.4);
}



/* Ensure the column is the reference point for the line */
.col-lg-3 {
  position: relative;
}

/* Base style for the connecting tail */
.cardstepRowl::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

/* Desktop Styles (Connects Right) */
@media (min-width: 992px) {
  .cardstepRowl::after {
    background: linear-gradient(to right, #6fdfff, #49b4e0);
    top: 50%;
    right: -46px;
    width: 70px;
    height: 3px;
    border-radius: 2px;
    z-index: -1;
  }

  /* Hide the tail on the last card */
  .col-lg-3:last-child .cardstepRowl::after {
    display: none;
  }
}

/* Mobile Styles (Connects Bottom) */
@media (max-width: 991.98px) {
  .cardstepRowl {
    margin-bottom: 50px;  /* Creates space for the vertical line */
  }

  .cardstepRowl::after {
    /* Change gradient direction to 'to bottom' for mobile */
    background: linear-gradient(to bottom, #6fdfff, #49b4e0);
    left: 40px;           /* Centers with the badge image */
    bottom: -40px;        /* Extends down to the next card */
    width: 3px;           /* Thickness */
    height: 40px;         /* Length of the gap */
    border-radius: 2px;
  }

  /* Hide the tail on the last card */
  .col-lg-3:last-child .cardstepRowl {
    margin-bottom: 0;
  }
  .col-lg-3:last-child .cardstepRowl::after {
    display: none;
  }
}
.cardstepRowl {
  position: relative;
  z-index: 2;
}
.cardstepRowl h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.tab-content.servcont {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.tab-content.servcont .tab-pane {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  overflow: hidden;
}

img.serimg {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
  margin-bottom: -200px;
}
.tabcontnettopflex h2.tabheadsi span {
  background: #0dcaf0;
  color: #fff !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  padding-right: 6px;
  font-style: normal;
}
marquee h3 i.social-badge {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  min-height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
}
marquee {
  margin-bottom: -8px;
  padding: 15px 0;
}
span.numberSteps small {
  font-size: 14px;
  color: #080808;
}
span.numberSteps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
}
.topBBadgestep {
  gap: 20px;
}

.headersecWrap {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 10px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  max-width: 800px;
  margin: auto;
  margin-bottom: 70px;
}
.headersecWrap .headrsec {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin: 0;
  text-align: center;
}
.faq-card.blue-card {
  background: #fff;
  border: 0;
}
.faq-card.white-card .badge-num {
  color: #fff;
  backdrop-filter: blur(5px);
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1450px;
  }
}


ul.stepTabs div.cardInssteps small {
  font-size: 15px;
  color: #000;
}
ul.stepTabs div.cardInssteps h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
ul.stepTabs div.cardInssteps {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 20px;
  align-items: center;
}
ul.stepTabs {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0 !important;
}

ul.stepTabs li button {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 18px;
  color: #0dcaf0;
  transition: all 0.3s ease;
}
ul.stepTabs li button.active .progress-bar {
  background: #d2f7ff;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.stepTabs li button.active {
  background: linear-gradient(to right, #6fdfff, #49b4e0) !important;
  border: 1px solid #1dafb6 !important;
  color: #fff;
}
div#pills-tabContent {
  background: #fff;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px;
  height: 100%;
}
div#pills-tabContent img {
  max-width: 100%;
}
.stepIndiscont {
  padding: 20px;
  text-align: center;
}
ul.stepTabs li button:hover {
  color: #0dcaf0;
  background: #fff;
}
.stepIndiscont {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 30px;
}

.smm-card.card-tall {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  background-size: cover;
  background-position: top;
}
.insideCardstatsmmcard {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin: 0;
}
.insideCardstatsmmcard p:last-child {
  margin: 0;
}
.stat-box {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  color: #000;
}
.stat-box strong {
  color: #000;
}
.stat-box i {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 30px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
  height: 50px;
  width: 50px;
}

.saas-card:before {
  opacity: 0;
  background: #fff;
}
.insideSocialgrid {
  display: flex;
  gap: 25px;
  align-items: center;
}
img.serimg {
  width: 100%;
  max-width: 380px;
  display: block;
  align-self: end;
  margin-bottom: -26px;
}

@media (max-width: 1099.2px) {
  .insideSocialgrid {
    flex-direction: column;
  }
  .efCard {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .efCard .characterImg {
    max-width: 300px;
    margin: auto;
    margin-bottom: 0;
  }
}
footer {
  background: url(https://storage.perfectcdn.com/cr9uj5/1y0cm43obd1cmr52.png);
  background-size: cover;
  background-position: top;
}

.legalWrap section {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  margin-bottom: 15px;
}
.legalWrap section h2 {
  color: #000;
}
.legalWrap section p, .legalWrap section ul {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

select#country_code {
  padding: 10px;
  border-radius: 10px;
  background: #ffffff40;
  backdrop-filter: blur(40px);
  border: 1px solid #fff;
  box-shadow: none !important;
  width: fit-content;
}

.offcanvas-slim {
  --bs-offcanvas-width: 320px;
}
a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
}

a.btn.btnsbtop img {
  max-width: 90px;
  margin: -15px;
  margin-right: -25px;
  filter: drop-shadow(12px 12px 50px #ffffff);
}
a.btn.btnsbtop {
  background: linear-gradient(45deg, #1d915b, #bbdbcc);
  box-shadow: rgb(0 0 0 / .1) 0 10px 15px -3px, rgb(0 0 0 / .05) 0 4px 6px -2px, inset 1px 1px 2px 4px #ffffff50;
}
a.btn.btnsbtopsec img {
  max-width: 90px;
  margin: -15px;
  margin-left: -22px;
  filter: drop-shadow(12px 12px 50px #ffffff);
}
a.btn.btnsbtopsec {
  background: linear-gradient(226deg, #f1671d, #ffc0b1);
}
div.sidebar {
  background: url(https://storage.perfectcdn.com/cr9uj5/ydh8g59se8dr6rew.webp);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
}

.sideulWeap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  width: -webkit-fill-available;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px;
}
.glassprofflex {
  background: transparent;
  backdrop-filter: blur(0px);
}
.wrapBottmfg {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  background-size: cover;
  background-position: bottom;
  border-radius: 0 0 25px 25px;
}
.glassprofflex {
  margin: 10px;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  width: -webkit-fill-available;
}
a.socialmediabtns {
  border: 0;
  background-color: #33c3f0;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 4px rgba(0, 50, 80, 0.1), 0 4px 0 #269cc4, 0 8px 16px rgba(38, 156, 196, 0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  position: relative;
  top: -3px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none !important;
  top: 0;
  overflow: hidden;
}
/* grain layer */
a.socialmediabtns::before,
a.socialmediabtns::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
a.socialmediabtns::after {
  background-image: url("https://storage.perfectcdn.com/cr9uj5/xzptnkfegaz6hye7.png");
  mix-blend-mode: soft-light;
}
a.socialmediabtns img {
  margin: 0;
  max-width: 32px;
  filter: invert(1);
  padding: 5px;
}
a.socialmediabtns i {
  background: transparent;
  color: #fff;
  height: 32px;
  width: 32px;
}
.glassprofflex.socailmediabtns {
  padding: 10px;
  gap: 10px;
  justify-content: space-between;
}

nav.navbar.navbar-expand-lg.usernav {
  margin: 15px;
  border-radius: 50px;
  padding: 10px 15px;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
  border: 1px solid #33c3f0;
  position: sticky;
  top: 15px;
  z-index: 10;
}

.glassprofflex img.profilePicture {
  margin-left: -5px;
}

.wellhighlight {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 15px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.well {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.form-control {
  padding: 10px;
  border-radius: 10px !important;
  background: #ffffff40;
  backdrop-filter: blur(40px);
  border: 1px solid #fff;
  box-shadow: none !important;
}
.form-group {
  margin-bottom: 10px;
}
.panel-body {
  backdrop-filter: blur(40px);
  box-shadow: none !important;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}
label.control-label:after, label.form-label:after {
  content: '';
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg, #0dcaf0, transparent);
  border-radius: 10px;
  opacity: 0.3;
}
/*label.control-label:before {
content: '';
height: 1px;
width: 100%;
background: linear-gradient(-45deg, #0dcaf0, transparent);
border-radius: 10px;
opacity: 0.3;
}*/
label.control-label, label.form-label {
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}
ul#filtrButns {
  display: flex;
  list-style: none;
  gap: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-bottom: 10px !important;
  justify-content: center;
}
ul#filtrButns li button {
  border: 0;
  background-color: #33c3f0;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 4px rgba(0, 50, 80, 0.1), 0 4px 0 #269cc4, 0 8px 16px rgba(38, 156, 196, 0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  position: relative;
  top: -3px;
  height: 40px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#pills-tabContent {
  border-radius: 24px;
  background-position: center;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
.smm-card.card-wide {
  border-radius: 24px;
  background-position: center;
  border: 1px solid #ffffff;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
.glass-card {
  background-position: center;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}

.headersecWrap, ul.stepTabs, div#pills-tabContent, .content-card-outer {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  z-index: 1;
}

.headersecWrap::before, ul.stepTabs::before, div#pills-tabContent::before, .content-card-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 15%, rgba(0, 180, 255, 0.9), rgba(120, 220, 255, 0.9), rgba(0, 180, 255, 0.9), transparent 85%);
  background-size: 350% 350%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderTraceLoop 5s linear infinite;
  opacity: 0.85;
  filter: drop-shadow(0 0 6px rgba(0, 180, 255, 0.45));
  pointer-events: none;
}
.headersecWrap::after, ul.stepTabs::after, div#pills-tabContent::after, .content-card-outer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 40%), url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.25'/%3E%3C/svg%3E);
    mix-blend-mode: overlay;
  opacity: 0.22;
  animation: shimmerDrift 8s linear infinite;
  pointer-events: none;
}

.faq-card.white-card, .faq-card.blue-card {
  background-position: center;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}

.faq-sticky-content {
  background-position: center;
  border: 1px solid #ffffff;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
.saas-card {
  background-position: center;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
nav.navbar.guestNav {
  background: url(https://storage.perfectcdn.com/cr9uj5/f0s6edhl761b3oby.png);
  background-size: cover;
  background-position: bottom;
}
.app-main-card {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png) !important;
  background-position: center !important;
  background-size: cover !important;
}

ul.dropdown-menu.servddguest li {
  border-bottom: 1px solid #00000020;
}
ul.dropdown-menu.servddguest {
  background-position: center;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
  border: 1px solid #00000020;
  border-radius: 15px;
  margin-top: 5px;
  padding: 0;
  font-size: 14px;
  color: #000;
}
ul.dropdown-menu.servddguest li:last-child {
  border: none;
}

.faq-sticky-content .headrsec {
  border: 0;
}


.saas-card {
  background-position: center;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
.saas-card:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 15%, rgba(0, 180, 255, 0.9), rgba(120, 220, 255, 0.9), rgba(0, 180, 255, 0.9), transparent 85%);
  background-size: 350% 350%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderTraceLoop 5s linear infinite;
  opacity: 0.85;
  filter: drop-shadow(0 0 6px rgba(0, 180, 255, 0.45));
  pointer-events: none;
  width: auto;
}

.newstatGridcard img {
  max-width: 100%;
  margin-bottom: 0;
}
.newstatGridcard > div {
  padding: 0;
  overflow: hidden;
}
.insideNStat {
  padding: 20px;
}

.btn-3d {
  position: relative;
  height: 40px;
  width: 43px;
  border-radius: 12px;
  border: none;

  background: linear-gradient(180deg, #58d2ff 0%, #2bb8e6 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;

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

  box-shadow:
    0 14px 28px rgba(0, 140, 190, 0.35);

  cursor: pointer;
  overflow: hidden;

  transition: box-shadow 0.12s ease;
}

/* TOP LIGHT — specular reflection */
.btn-3d::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 10px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.45),
      rgba(255,255,255,0.05) 45%,
      rgba(255,255,255,0) 100%
    );

  pointer-events: none;
}

/* DEPTH SLAB — physical thickness */
.btn-3d::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 8px;
  border-radius: 0 0 12px 12px;

  background: linear-gradient(
    180deg,
    #1f95bd,
    #176f8d
  );

  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.35);

  z-index: -1;
  transition:
    bottom 0.12s ease,
    height 0.12s ease;
}

/* PRESS STATE — depth compression */
.btn-3d:active::after {
  bottom: -2px;
  height: 4px;
}

.btn-3d:active {
  box-shadow:
    0 6px 14px rgba(0, 140, 190, 0.25);
}

.descriptionchild .btn-3d {
  height: 35px;
  width: 35px;
  font-size: 15px;
}
.descriptionchild {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  background: #fff;
  padding: 7px;
  border-radius: 10px;
  padding-right: 17px;
  flex: auto;
}
.desccont {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.descriptionbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  flex-wrap: wrap;
}
.descriptionspec {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 12px;
}
.desccont small {
  font-weight: 600;
  line-height: 1;
}
.descriptionspec span.numbam {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.descriptionmain {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 15px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.descriptionspec {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
small.help-block.min-max {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
span.min {
  position: relative;
  border-radius: 7px;
  border: none;
  background: linear-gradient(180deg, #198754 0%, #268b5c 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 140, 190, 0.35);
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.12s ease;
  padding: 5px;
  flex: auto;
}

/* TOP LIGHT — specular reflection */
span.min::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 10px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.45),
      rgba(255,255,255,0.05) 45%,
      rgba(255,255,255,0) 100%
    );

  pointer-events: none;
}

/* DEPTH SLAB — physical thickness */
span.min::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 8px;
  border-radius: 0 0 12px 12px;

  background: linear-gradient(
    180deg,
    #1f95bd,
    #176f8d
  );

  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.35);

  z-index: -1;
  transition:
    bottom 0.12s ease,
    height 0.12s ease;
}

span.max {
  position: relative;
  border-radius: 7px;
  border: none;
  background: linear-gradient(180deg, #af1a1a 0%, #8f2828 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 140, 190, 0.35);
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.12s ease;
  padding: 5px;
  flex: auto;
}
/* TOP LIGHT — specular reflection */
span.max::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 10px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.45),
      rgba(255,255,255,0.05) 45%,
      rgba(255,255,255,0) 100%
    );

  pointer-events: none;
}

/* DEPTH SLAB — physical thickness */
span.max::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 8px;
  border-radius: 0 0 12px 12px;

  background: linear-gradient(
    180deg,
    #1f95bd,
    #176f8d
  );

  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.35);

  z-index: -1;
  transition:
    bottom 0.12s ease,
    height 0.12s ease;
}

div.order-summary-card {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 15px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.os-info {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.os-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.os-header b {
  margin-left: auto;
  font-size: 10px;
}
span.os-qty {
  font-size: 12px;
  padding: 2px 10px;
  font-weight: 600;
  border-radius: 15px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
  color: #fff;
}
.os-pricing {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-top: 10px;
}
nav.navbar.navbar-expand-lg.usernav {
  background: url(https://storage.perfectcdn.com/cr9uj5/f0s6edhl761b3oby.png) !important;
  background-size: cover !important;
  background-position: bottom !important;
}

.well-headr {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1.2;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
}
.well-headr p {
  margin: 0;
  font-weight: 800;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.well-headr small {
  display: block;
  margin: 0;
  font-size: 14px;
}

ul#payUl li span {
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 15px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  color: #fff;
}
ul#payUl li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 20px;
  background: #ffffff20;
  backdrop-filter: blur(40px);
  font-weight: bold;
}
ul#payUl li img {
  max-width: 55px;
  border-radius: 50%;
  margin-bottom: 10px;
}
ul#payUl {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  gap: 15px;
}
.payTags {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
ul#payUl li.active {
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset, rgba(255, 255, 255, .5) -1px 0 0 0 inset;
  color: #fff;
}
ul#payUl li.active span {
  background: #fff;
  color: #000;
}

a.nav-link {
  margin-left: 15px;
}
a.nav-link i {
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 3px solid #ffffff;
  box-shadow: none;
  border-radius: 50%;
  margin-left: -20px !important;
}
p.menusubs {
  box-shadow: none;
  border: 0;
  position: relative;
}
p.menusubs:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/xzptnkfegaz6hye7.png);
  mix-blend-mode: soft-light;
}

.wellpill {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 10px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.wellpill div.nav-tabs {
  border: 0;
  gap: 15px;
}
.wellpill div.nav-tabs button {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1;
  font-weight: 500;
  padding: 5px;
  margin-left: 15px;
}
.wellpill div.nav-tabs button i {
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 3px solid #ffffff;
  box-shadow: none;
  border-radius: 50%;
  margin-left: -15px !important;
  background: #32bce9;
  height: 35px;
  width: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: -webkit-fill-available;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-auto-rows: minmax(85px, auto); 
  /* 'dense' ensures no gaps are left if a card can fit */
  grid-auto-flow: dense; 
  gap: 8px;
}

.bento-card {
  /* Your Specific Glassmorphism Styles */
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  /* Layout: Icon Left, Content Right */
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}

.bento-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.12);
}
.bento-head p {
  margin: 0;
}
.bento-head h3 {
  margin: 0;
  font-size: 18px;
  margin-top: 5px;
}

/* Width Utilities to fill the rows */
.span-2 { grid-column: span 2; }

/* Icon Styling */
.bento-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  color: var(--accent);
  /* Subtle glow based on accent color */
  background: color-mix(in srgb, var(--accent), transparent 85%);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent), transparent 80%);
}
.bento-bg-icon {
  background: var(--accent);
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 1px solid #ffffff;
  box-shadow: none;
  border-radius: 50%;
  padding: 14px;
  height: 50px;
  min-width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Content Styling */
.bento-content {
  display: flex;
  flex-direction: column;
}

.bento-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin: 0;
}

.bento-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}

/* Responsive */
@media (max-width: 1024px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .bento-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: span 1; }
}

div#pills-tabContents {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 15px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.mainFirstcard img {
  max-width: -webkit-fill-available;
}
.mainFirstcard {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.manCont {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin: 20px;
}


.subhead {
  color: #ffffff;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  border: 1px solid #1dafb6;
}
.manCont h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.manCont h2 span {
  font-size: 40px;
  background: linear-gradient(to right, #6fdfff, #49b4e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  text-transform: uppercase;
  font-weight: 900;
}
.manCont p {
  color: #00000099;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}

.profChild {
  background-position: center;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
  border-radius: 20px;
}

.topGradis img.profilePicturefunds {
  max-width: 100px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background: #fff;
  margin-bottom: -60px;
  margin-top: 10px;
}
.topGradis {
  display: flex;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  background: #32bce9;
  margin: -20px;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  overflow: visible;
  position: relative;
  flex-direction: column;
  padding: 15px;
}
.topGradis span {
  width: fit-content;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 2px 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-left: auto;
  font-weight: bold;
}
.profileCont {
  margin-top: 65px;
  text-align: center;
}
.profileCont h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
.profileCont span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #2b9bbb;
}
.profileCont h2 {
  font-size: 30px;
  margin: 0;
}

marquee {
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}

ul.dropdown-menu.servddguest {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 10px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
ul.dropdown-menu.servddguest li a {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
ul.dropdown-menu.servddguest li {
  border-bottom: 0;
  margin-bottom: 5px;
}
ul.dropdown-menu.servddguest li:last-child {
  margin-bottom: 0px;
}
footer {
  box-shadow: none;
  margin: 10px;
  border: 2px solid #33c3f0;
}
.secondFooterbox, .footrblurwrap {
  border: 2px solid #33c3f0;
}
body {
  padding: 0;
}
i#passtogl {
  position: absolute;
  top: 40px;
  right: 155px;
}
nav.navbar.navbar-expand-lg.usernav {
  box-shadow: none;
}

@media (max-width: 992px) {
  section.firstSec {
    background: url(https://storage.perfectcdn.com/debacb/obg1d474z6too7mg.webp);
    background-size: cover;
    background-position: center;
  }
  img.mobilemainimg {
    display: block;
    margin-bottom: -60px;
    width: 100%;
    z-index: 12;
    position: relative;
  }
  .actionGrplogfrm {
    flex-direction: column;
    gap: 0;
    margin: 20px 0 10px;
  }
  body {
    background-image: url(https://storage.perfectcdn.com/debacb/obg1d474z6too7mg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
}

p.menusubs:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  /* CLAY EDGE RIM */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);

  pointer-events: none;
}
p.menusubs:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: color-burn;
}
a.socialmediabtns::after {
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: hard-light;
  background-size: cover;
}

a.socialmediabtns::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  /* CLAY EDGE RIM */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);

  pointer-events: none;
}


button.hamburget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
  margin-right: -15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.nav-item.dropdown.profbtngrp {
  margin-left: auto;
  margin-right: 10px;
}
a#profDropdown {
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  display: block;
  text-decoration: none;
  padding-right: 10px;
}
a#profDropdown img {
  max-width: 45px;
}

.mainFirstcard img {
  max-width: 350px;
}
@media (min-width: 991.2px) {
  .mainFirstcard {
    flex-direction: row-reverse;
  }
}
ul.dropdown-menu.profdd {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 10px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
ul.dropdown-menu.profdd .glassprofflex {
  margin: 0;
}

ul.dropdown-menu.profdd li:last-child a {
  margin: 0;
}
ul.dropdown-menu.profdd li a {
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  width: -webkit-fill-available;
  margin: 10px 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
ul.dropdown-menu.profdd li a i {
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  border-radius: 50%;
  background: #32bce9;
  height: 30px;
  width: 30px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.charImgwrap .mainChar {
  position: relative;
}
.charImgwrap img {
  position: absolute;
  max-width: 300px;
  top: 0;
  left: 0;
}
.charImgwrap {
  position: relative;
}

/* EXCLUDE main character from animation */
.charImgwrap img:not(.mainChar) {
  animation: float 4s ease-in-out infinite;
}

/* Stagger animations (prevents robotic sync) */
.mainFirstcard img.instagramIcon { animation-delay: 0s; }
.mainFirstcard img.instagram2Icon { animation-delay: 1s; }
.mainFirstcard img.youtubeIcon { animation-delay: 1.2s; }
.mainFirstcard img.telegramIcon { animation-delay: 3.2s; }
.mainFirstcard img.tiktokIcon { animation-delay: 1.3s; }
.mainFirstcard img.facebookIcon { animation-delay: 2.2s; }

/* Floating motion */
@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}







.profbal-card {
  width: -webkit-fill-available;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  background-position: center;
  border: 1px solid #ffffff;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}

/* Header */
.profbal-header {
  color: #ffffff;
  padding: 16px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  background: #32bce9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 15px;
  position: relative;
}

.profbal-avatar {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
}

.profbal-online-dot {
  width: 12px;
  height: 12px;
  background: #28c76f;
  border: 2px solid #1f4aa8;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.profbal-name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.profbal-email {
  margin: 4px 0 0;
  font-size: 15px;
  opacity: 0.85;
}

/* Stats */
.profbal-stats {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

.profbal-stat {
  flex: 1;
  padding: 16px;
  text-align: center;
}

.profbal-stat:not(:last-child) {
  border-right: 1px solid #eeeeee;
}

.profbal-label {
  display: block;
  font-size: 11px;
  color: #8a8a8a;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.profbal-value {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}

/* Alert */
.profbal-alert {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

/* States */
.profbal-alert-danger {
  background: #fff3f3;
  color: #d93025;
}

.profbal-alert-success {
  background: #f0fff4;
  color: #1e7e34;
}

.profbal-avatar img {
  width: 100%;
}

.btnGroupbalprof {
  padding: 16px;
  display: flex;
  gap: 5px;
}
.btnGroupbalprof .btn.btn-primary {
  border: 0;
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  top: 0;
  overflow: hidden;
  flex: auto;
  padding: 15px;
  font-size: 15px;
}
.btnGroupbalprof .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.btnGroupbalprof .btn.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: hard-light;
  background-size: cover;
}
button.btn.btn-primary.currncyChng {
  font-size: 28px;
  padding: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-weight: 300;
  background-color: #ca2b2b;
}

.profbal-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.profbal-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: hard-light;
  background-size: cover;
}

.contactCardno {
  display: flex;
  flex-direction: column;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}


.cardCont:last-child {
  margin-bottom: 10px;
}
.cardCont {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.cardCont p {
  margin: 0;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.2;
}
.cardCont small {
  display: block;
  line-height: 1.2;
  font-weight: 500;
  color: #535353;
}
.cardCont .ocpnfba {
  border: 0;
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  top: 0;
  overflow: hidden;
  padding: 0;
  font-size: 20px;
  min-height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardCont .ocpnfba::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.cardCont .ocpnfba::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: hard-light;
  background-size: cover;
}
.cardCont.teleCard .ocpnfba {
  background: #32A6DC;
}
.cardCont.waCard .ocpnfba {
  background: #05BC3F;
}
.cardCont.suppCard .ocpnfba {
  background: #000000;
}

.headercnctCard {
  color: #ffffff;
  padding: 16px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  background: #32bce9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  margin: 10px;
  border-radius: 50px;
  margin-bottom: 0;
  text-align: center;
}
.headercnctCard h3 {
  margin: 0;
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
}
.headercnctCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.headercnctCard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: hard-light;
  background-size: cover;
}

.mainFirstcard {
  height: 100%;
}
.charImgwrap {
  align-self: end;
}

a.btn.btnsbtop {
  transform: rotate(1deg);
}
a.btn.btnsbtopsec {
  transform: rotate(-1deg);
}

.mainFirstcard, .profbal-card, .contactCardno, .wellhighlight, div#pills-tabContents, .wellpill {
  border: 1px solid #33c3f0;
}
.profbal-cardnew {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 15px;
}
.profbal-Fote {
  width: -webkit-fill-available;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  background-position: center;
  border: 1px solid #33c3f0;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
.profbal-header {
  border-radius: 20px;
}

b#span_sh {
  border: 0;
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  top: 0;
  overflow: hidden;
  padding: 2px 10px;
  display: flex;
  width: max-content;
  font-size: 12px;
}

a.btn.btnsbtopsec {
  transform: rotate(-1deg) skew(-3deg, 0deg);
}
a.btn.btnsbtop {
  transform: rotate(1deg) skew(2deg, 0deg);
  margin-top: 5px;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(85px, auto);
  grid-auto-flow: dense;
  gap: 8px;
}
span.select2-dropdown.dropdown-menu.select2-dropdown--below {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 10px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 5px !important;
}
.select2-results__option a {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 3px !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  font-size: 14px;
}
.select2-container--default .select2-results > .select2-results__options {
  background: transparent;
}
.select2-container--default .select2-results__option[aria-selected=true] a {
  background: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent !important;
}
.select2-results__option a {
  display: flex !important;
  flex-direction: row-reverse;
  gap: 0;
  justify-content: flex-end;
}
.Prcgrp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 4px 10px;
  border-radius: 10px;
}

.Prcgrp {
  display: flex;
  align-items: flex-start;
  padding: 4px 10px;
  border-radius: 18px !important;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 5px;
  background: #6bc2e4;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: bold;
}
.Prcgrp span.subper {
  font-size: 10px;
  font-weight: 400;
}

button.add-link, button.add-quantity {
  display: flex;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 3px solid #ffffff;
  box-shadow: none;
  background: #32bce9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%; 
}
.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 15px;
}
form#combinationForm button.btn.btn-primary {
  margin-bottom: 20px;
  margin-top: 0 !important;
  width: 100%;
}

.btn.btn-primary {
  border: 0;
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  top: 0;
  overflow: hidden;
  flex: auto;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.btn.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(https://storage.perfectcdn.com/cr9uj5/q22m8qyc0pf0szsb.png);
  mix-blend-mode: hard-light;
  background-size: cover;
}

a:hover i, button:hover i {
  animation: 0.8s jello linear;
}
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

ul#ticket-category-tabs li a i {
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 3px solid #ffffff;
  box-shadow: none;
  border-radius: 50%;
  margin-left: -25px !important;
  background: #32bce9;
  min-height: 35px;
  min-width: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#ticket-category-tabs li a {
  display: flex;
  min-width: 250px;
  margin-left: 25px;
  gap: 10px;
  padding: 8px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  text-align: left;
  color: #00000099;
}
ul#ticket-category-tabs li a.active {
  background: #fff;
}
ul#ticket-category-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: auto;
}
ul#ticket-category-tabs li a span {
  display: flex;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
ul#ticket-category-tabs::-webkit-scrollbar {
  display: none;
}

/* System font stack and container background */
.ticket-inbox {
  background: #f8f9fa; /* Light grey background to make cards pop */
  padding: 10px;
  border-radius: 12px;
}

/* Search Bar - Integrated Native Style */
.ticket-search {
  margin-bottom: 16px;
  padding: 0 4px;
}
.ticket-search input {
  width: 100%;
  padding: 12px 16px 12px 40px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

/* Individual Ticket Card */
.ticket-item {
  display: block;
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #000;
  transition: transform 0.1s ease, background-color 0.2s ease;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

/* Tap effect for native feel */
.ticket-item:active {
  transform: scale(0.98);
  background-color: #fcfcfc;
}

/* New Ticket Accent */
.ticket-new-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #007aff;
}

/* Layout Structure */
.ticket-row {
  display: flex;
  align-items: center;
}

/* Avatar */
.ticket-avatar {
  width: 48px;
  height: 48px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  flex-shrink: 0;
  font-size: 18px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  border-radius: 50%;
  background: #32bce9;
}

.ticket-content {
  flex-grow: 1;
  min-width: 0;
}

.ticket-top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.ticket-subject {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticket-time {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}

/* Metadata and Status */
.ticket-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}

.tap-to-view {
  margin-left: auto;
  font-size: 12px;
  color: #33c3f0;
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* Status Badges */
.ticket-status {
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Your Specific Status Colors */
.status-active { background: #e6fcf5; color: #087f5b; }
.status-pending { background: #f1d4ff; color: #75559f; }
.status-answered { background: #c8e8ff; color: #1971c2; }

/* Native Pagination Styles */
.ticket-pagination {
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 8px;
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  color: #495057;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  border: 1px solid #eee;
  transition: all 0.2s ease;
}

.pagination li.active a {
  background: #007aff;
  color: #ffffff;
  border-color: #007aff;
}

.pagination li a:hover {
  background: #f1f3f5;
}

.pagination li a:active {
  transform: scale(0.9);
}
.ticket-list {
  max-height: 800px;
  overflow: auto;
}
.supporttag {
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
  gap: 5px;
}
.supporttag li {
  background: #fff;
  padding: 5px;
  padding-right: 15px;
  border-radius: 8px;
  font-weight: 600;
  margin: 0 !important;
}
.supporttag li i {
  color: #33c3f0;
}
.apitophead {
  background-image: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  background-size: cover;
  background-position: top;
  background-color: #fff;
  border: 2px solid #fff;
}
.charImgwrap {
  margin: 0 auto;
}

@media (min-width: 568px) {
  .container-fluid {
    padding: 0 50px !important;
  }
  .container-fluid.header-fluid {
    padding: 0 35px !important;
  }
}



.profbalHeadr {
  padding: 15px;
  color: #fff;
  font-weight: 600;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  background: #32bce9;
}
.bento-card {
  flex-direction: column;
  text-align: center;
  gap: 10px;
  padding: 35px;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(85px, auto);
  grid-auto-flow: dense;
  gap: 10px;
}
.select2-results__option a {
  flex-direction: row;
  justify-content: space-between;
  font-weight: 500;
  color: #000;
  padding-left: 15px !important;
  border-radius: 25px !important;
  gap: 16px;
}
.Prcgrp {
  margin: 0;
  align-items: flex-end;
}

@media (max-width: 600px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(85px, auto);
  }
}

.Prcgrp {
  margin: 0;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  line-height: 1;
  background: #6bc2e4 !important;
}
.servtopacts button#categoryFilterDropdown {
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  border-radius: 50px;
  color: #fff;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 0;
  padding: 10px 20px;
}

.servtopacts ul.dropdown-menu {
  max-height: 400px;
  overflow: auto;
  border-radius: 20px;
  border: 1px solid #00000010;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  padding: 0;
}
.servtopacts ul.dropdown-menu li a.dropdown-item {
  padding: 5px 15px;
  border-bottom: 1px solid #00000010;
  font-size: 14px;
}

.welltablserv {
  background-position: center;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
  border-radius: 20px;
}




.welltablserv table.table thead tr th {
  overflow: hidden;
  background: #32bce9;
  color: #fff;
  border: 0;
}
.welltablserv table.table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.welltablserv table.table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.welltablserv table.table tr.service-item td {
  background: #fff;
  border: 0;
}
.welltablserv table.table tr.service-item td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.welltablserv table.table tr.service-item td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

tr.trspacer {
  height: 10px;
}
span.priceBadge small, span.minBadge small, span.maxBadge small {
  font-size: 10px;
  font-weight: 600;
  color: #00000099;
}
span.priceBadge, span.minBadge, span.maxBadge {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
}
span.minBadge {
  background: #c6ffe5;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid;
  color: green;
  font-size: 14px;
}
span.maxBadge {
  background: #ffc2c2;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid;
  color: red;
  font-size: 14px;
}
.outer-card-wrapper, .pills-column, .welltablserv {
  border: 1px solid #33c3f0;
}


.service-name {
  background: #ddf7ff;
  padding: 5px;
  border-radius: 10px;
}
.service-name b {
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  border-radius: 8px;
  color: #fff;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  padding: 2px 10px;
  margin-right: 5px;
}
span.favspanord {
  height: 30px;
  width: 30px;
  display: flex;
  background: #f1fbff;
  color: #66d2ff;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 10px;
  transition: all 0.3s ease;
}
span.favspanord.favorite-active {
  background: #66d2ff;
  color: #fff;
}

.btn.flex-fill.servactnbtn {
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  border-radius: 20px;
  color: #fff;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 0;
  font-size: 14px;
  font-weight: bold;
}
.buttonGrpserv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.modal-content {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 15px;
  border-radius: 25px !important;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.modal-header {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.modal-body {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-top: 10px;
}
div.statGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px !important;
}
.statGridchilds {
  flex: auto;
}
.cardstatgridChilde {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 12px !important;
  padding: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.wellhighlight.servtopacts {
  z-index: 2;
}

ul#filtrButns {
  justify-content: left;
  overflow: auto;
}
ul#filtrButns::-webkit-scrollbar {
  display: none;
}
.wellhighlight.servpgFlte ul#filtrButns {
  margin: 0 !important;
}

img.coffeeSteamgif {
  position: absolute;
  max-width: 25px;
  height: 25px;
  top: 135px;
  left: 152px;
  z-index: 1;
  opacity: 0.4;
  animation: none !important;
}

.outer-card-wrapper, .apitophead, .bento-card  {
  border: 1px solid #33c3f0 !important;
}

.sidebar-column {
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid #33c3f0;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.sidebar-column .pills-column {
  margin: 0;
}

.diffAccgrp {
  position: relative;
  align-self: end;
}
img.coffeeSteamdifgif {
  max-width: 25px;
  position: absolute;
  z-index: 2;
  top: 180px;
  right: 35px;
}
.diffAccgrp.tickaccgrp img.coffeeSteamdifgif {
  right: 128px;
}







/* Child Settings - Default (Mobile: 1 per row) */
.descriptionbox > div {
  flex: 1 1 100%; /* Forces 1 item per row */
}

/* Tablet (2 per row) */
@media (min-width: 600px) {
  .descriptionbox > div {
    /* Subtracting gap to ensure 2 fit perfectly (calc is optional but safer) */
    flex: 1 1 calc(50% - 10px); 
  }
}

/* Desktop (3 per row) */
@media (min-width: 1024px) {
  .descriptionbox > div {
    flex: 1 1 calc(33.333% - 10px); 
  }
}

.descriptionchild {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.well.tickjetWell {
  background: url(https://storage.perfectcdn.com/cr9uj5/p7uw4161ca911l23.webp);
  background-size: auto;
  background-color: #ffffff40;
  backdrop-filter: blur(80px);
}

/*.apitophead {
background-image: url(https://storage.perfectcdn.com/cr9uj5/mrzw8iez7fkptruo.png);
background-size: cover;
background-position: bottom;
background-color: #fff;
}*/
.welltablserv table.table tr.service-item td {
  background: #ffffff99;
  border: 0;
}

.clickable-header h5 {
  font-size: 20px;
  color: #000 !important;
}
.clickable-header span.icon-box {
  background-color: #32bce9;
  text-shadow: 0 1px 1px rgba(0, 70, 90, 0.2);
  border-radius: 50px;
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 0;
  color: #fff !important;
}

div#infoModal .modal-body {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
}

span.desctxt br:first-child {
  display: none;
}
/*span.desctxt br + br {
display: none;
}*/

div#infoBody br:first-child {
  display: none;
}


/* Child Settings - Default (Mobile: 1 per row) */
div#statsGrid .statGridchilds {
  flex: 1 1 100%; /* Forces 1 item per row */
}

/* Tablet (2 per row) */
@media (min-width: 600px) {
  div#statsGrid .statGridchilds {
    /* Subtracting gap to ensure 2 fit perfectly (calc is optional but safer) */
    flex: 1 1 calc(50% - 10px); 
  }
}

/* Desktop (3 per row) */
@media (min-width: 1024px) {
  div#statsGrid .statGridchilds {
    flex: 1 1 calc(33.333% - 10px); 
  }
}
.cardstatgridChilde {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.cardstatgridChilde i {
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  border: 1px solid #ffffff;
  box-shadow: none;
  border-radius: 50%;
  padding: 0;
  min-height: 40px;
  min-width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px !important;
}
.statDesc {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  color: #000;
}

.well.titlerheaD {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 15px 15px 0 0;
  padding-right: 20px;
  margin: 0 !important;
}
.well.tickjetWell {
  border-radius: 0 0 10px 10px;
}
.titcket-title {
  font-size: 14px;
}
span.statusTicket {
  font-size: 10px;
}
.chat-composer {
  background: transparent !important;
  border-radius: 0 0 10px 10px !important;
  padding: 0 !important;
}
.chat-composer form {
  margin: 0;
}
.chat-composer__input-wrap {
  border-radius: 0 0 10px 10px !important;
  background: #fff !important;
}
.chat-composer__input-wrap .chat-composer__uploader svg {
  fill: #32bce9;
}

.introductionsec h5 {
  font-weight: 600;
  margin-top: 1.5rem;
  color: #000000;
  font-size: 20px;
}

.introductionsec, .apiTopinto, .method-section {
  border: 1px solid #33c3f0 !important;
}
.apicardmenu {
  background: url(https://storage.perfectcdn.com/cr9uj5/usrey9ff2xbaz9h4.png);
  background-size: cover;
}
.cardCont {
  cursor: pointer;
}
.cardCont .caretend {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}

select.form-select {
  padding: 10px;
  border-radius: 10px !important;
  background: #ffffff40;
  backdrop-filter: blur(40px);
  border: 1px solid #fff;
  box-shadow: none !important;
}

button.btn.btn-primary.btn-cancel-emailpopup {
  background-color: #f44d4d;
}

.order-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -webkit-fill-available;
}
.order-actions a, .order-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px !important;
  padding: 10px 15px !important;
  flex: auto;
}
th.col-action {
  width: 180px;
}



/* ACTION COLORS */
.order-actions .btn-reorder {
  background-color: #0d6efd; /* blue */
}

.order-actions .btn-refill {
  background-color: #198754; /* green */
}

.order-actions .btn-cancel {
  background-color: #dc3545; /* red */
}

.order-actions .btn-refilling {
  background-color: #6c757d; /* grey */
}

.order-actions .btn-refillavailable {
  background-color: #adb5bd; /* light grey */
}

/* HARD DISABLED STATE */
.order-actions .btn.disabled,
.order-actions .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(100%);
  box-shadow: none;
}

/* Disabled but still <a> tag */
.order-actions a.disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.fa-spinner:before {
  animation: 2s spin infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.wellpill ul.nav-tabs a {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1;
  font-weight: 500;
  padding: 5px;
  margin-left: 15px;
}

.status-pill i {
  color: #fff !important;
}














/* --- Popup Overlay (The Backdrop) --- */
.nr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dark transparent background */
  backdrop-filter: blur(5px); /* Modern "frosted glass" effect */
  z-index: 99999; /* Ensure it sits on top of everything */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  animation: nrFadeIn 0.3s ease-out forwards;
}

/* --- The Card (The Content) --- */
.nr-card {
  background: #ffffff;
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: nrScaleUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Header */
.nr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Status Badges */
.nr-badge {
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
}
.nr-badge.is-success { background: #d1fae5; color: #059669; }
.nr-badge.is-error { background: #fee2e2; color: #dc2626; }

/* Visual Icon */
.nr-icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px auto;
}
.nr-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Typography */
.nr-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.nr-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin: 0 0 28px 0;
  font-weight: 400;
}

/* Receipt List */
.nr-receipt-list {
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 28px;
  text-align: left;
}
.nr-receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.nr-receipt-row:last-child { margin-bottom: 0; }
.nr-key { color: #9ca3af; font-weight: 500; flex-shrink: 0; margin-right: 10px; }
.nr-val { color: #1f2937; font-weight: 600; text-align: right; word-break: break-all; }

/* Action Button */
.nr-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #111827;
  color: #ffffff;
  padding: 18px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.nr-btn-main:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  color: #ffffff;
}

/* Animations */
@keyframes nrFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes nrScaleUp { from { transform: scale(0.9) translateY(20px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }

/* --- Popup Overlay (The Backdrop) --- */
.nr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* Forces full viewport width */
  height: 100vh; /* Forces full viewport height */
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 2147483647; /* Maximum possible Z-Index to stay on top */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  animation: nrFadeIn 0.3s ease-out forwards;
}

/* ... Keep the rest of your CSS exactly the same ... */
.nr-card {
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: nrScaleUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;

  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* ... etc ... */

.nr-icon-box.successicOn {
  width: 120px;
  height: 120px;
  margin: -15px auto -15px auto;
}


button.btn.btn-popup {
  margin: 10px;
  border-radius: 35px !important;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  width: -webkit-fill-available;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
button.btn.btn-popup i {
  background-image: radial-gradient(93% 87% at 87% 89%, rgb(0 0 0 / .23) 0, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / .55) 0, #fff0 69.79%, #fff0 100%) !important;
  box-shadow: none;
  border-radius: 50%;
  background: #32bce9;
  color: #fff;
  padding: 9px;
  display: inline-flex;
  margin-left: -6px;
  margin-right: 5px;
}

#google_translate_element {
  font-family: inherit;
}
.goog-te-gadget {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  font-size: 0 !important;
}
.skiptranslate.goog-te-gadget span {
  display: none;
}
.goog-te-combo {
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  padding: 10px;
  border-radius: 10px !important;
  background: #ffffff40;
  backdrop-filter: blur(40px);
  border: 1px solid #fff;
  box-shadow: none !important;
}
/* Style the dropdown arrow */
.goog-te-combo {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffb33e'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
  filter: hue-rotate(160deg);
}
/* Mobile responsiveness */
@media (max-width: 480px) {
  .goog-te-combo {
    max-width: 100%;
  }
}
.skiptranslate iframe {
  display: none;
}
body {
  top: 0 !important;
}

.cardstatgridChilde, .statDesc {
  border: 1px solid #33c3f0 !important;
}

.ticket-time {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
  white-space: nowrap;
}

.mainImgGridrightfeat img {
  max-width: 700px;
  width: auto;
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: -20px;
  bottom: 0;
  right: -150px;
  box-shadow: none;
  border-radius: 32px;
  z-index: -1;
}

ul#filtrButns li button {
  background: transparent;
  padding: 0;
  position: static;
  width: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
ul#filtrButns li button img {
  width: 100%;
  filter: brightness(1.1) contrast(1.1);
}

.btnGroupbalprof .btn.btn-primary, .btn.btn-primary {
  background-image: url(https://storage.perfectcdn.com/cr9uj5/qkmreu35m608ajzh.webp) !important;
  background-size: cover;
  background-position: center;
}

.descriptionspec {
  background: transparent;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.linkBox {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-bottom: 10px;
}
.bottomdescgrp {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.servRlu, .servDtl {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}


.balanceUr .blncHdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.balanceUr {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 30px;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png) center center / cover;
  padding: 10px;
  border-radius: 16px;
  background-position: center center;
  border: 1px solid rgb(51, 195, 240);
}

.blncHdr {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.blncHdr i {
  position: relative;
  height: 35px;
  width: 35px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(180deg, #58d2ff 0%, #2bb8e6 100%);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balBdy {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-top: 10px;
}
.balBdy p {
  font-size: 12px;
  margin-bottom: 5px;
}
.balBdy h5 {
  margin: 0;
  font-size: 18px;
}

.balanceTop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

ul.nav.nav-pills.ordpills li a i {
  opacity: 0;
  animation: fadeIn 4s ease forwards infinite;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
div#bulk-actions {
  white-space: nowrap;
  padding: 10px;
  padding-left: 22px;
  background: #32bce9;
}

div#bulk-actions button {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 13px;
}

.chat-message--outgoing .chat-message__meta {
  white-space: nowrap;
}

.ticket-avatar {
  border-radius: 12px;
}
.chat-message__avatar.chat-message__avatar--support {
  border-radius: 10px;
}
.chat-message__avatar, button.chat-composer__send, ul#ticket-category-tabs li a i, .wellpill div.nav-tabs button i {
  border-radius: 10px;
}
button.btn.btn-primary, .btnGroupbalprof .btn.btn-primary {
  border-radius: 10px;
}
.cardCont .ocpnfba, .headercnctCard, .bento-bg-icon {
  border-radius: 12px;
}
a.nav-link i {
  border-radius: 10px;
}


ul.dropdown-menu.profdd li a i {
  border-radius: 10px;
}

.transaction-node {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 30px;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png) center center / cover;
  padding: 10px;
  border-radius: 16px;
  background-position: center center;
  border: 1px solid rgb(51, 195, 240);
}

.navbar-brand img {
  max-height: max-content;
  max-width: 160px;
  filter: drop-shadow(2px 4px 6px #00000040) brightness(1.1) contrast(1.05) saturate(1.1);
}

.descriptionchild img.imgStats {
  max-width: 35px;
  filter: brightness(1.1) contrast(1);
}
ul.nav.nav-pills.ordpills li a {
  border-radius: 12px !important;
}

marquee img {
  max-width: 50px;
  filter: brightness(1.1) contrast(1.1);
}
marquee img.divider {
  max-width: 200px;
  margin-right: 25px;
}

ul#payUl li {
  flex: auto;
}
ul#payUl {
  flex-wrap: wrap;
}

.btnGroupbalprof .btn.btn-primary, .btn.btn-primary {
  --btn-color: #2eadd7;
  background:
    linear-gradient(var(--btn-color), var(--btn-color)),
    url(https://storage.perfectcdn.com/cr9uj5/jgwymw5ryy8fx3ta.png) !important;
  background-size: cover !important;
  background-position: center !important;
  border: 2px solid #ffffff50;
  background-blend-mode: color;
  filter: contrast(0.9);
}
/*.btnGroupbalprof .btn.btn-primary, .btn.btn-primary {
background: url(https://storage.perfectcdn.com/cr9uj5/jgwymw5ryy8fx3ta.png) !important;
background-size: cover !important;
background-position: center !important;
border: 2px solid #ffffff50;
filter: hue-rotate(-7deg) saturate(1.15);
}*/
.bento-card img {
  max-width: 60px;
}

span.status-pill i {
  opacity: 0;
  animation: fadeIn 4s ease forwards infinite;
}

img.service-icon {
  max-width: 30px;
  filter: brightness(1.1) contrast(1.1);
  margin-right: 5px;
}
img.coffeeSteamgif {
  opacity: 1;
}
.wellpill div.nav-tabs button img {
  max-width: 35px;
  margin-left: -15px;
  filter: drop-shadow(0px 0px 7px #ffffff) saturate(1.2);
}
.well-headr img {
  max-width: 40px;
}

.rightSecftrlinks a img {
  max-width: 30px;
  margin-right: 10px;
  filter: saturate(1.2);
}
.fotrsocialmed a {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.fotrsocialmed a img {
  max-width: 40px;
}
ul#ticket-category-tabs li a img {
  max-width: 45px;
  filter: saturate(1.2) drop-shadow(0px 0px 6px #fff);
  margin-left: -25px;
}
.ticket-avatar {
  background: transparent;
  border: 0;
}
.ticket-avatar img {
  width: 50px;
}

ul.dropdown-menu.profdd li a img {
  max-width: 30px;
  margin-right: 5px;
}
a.socialmediabtns {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0;
}
a.socialmediabtns:after, a.socialmediabtns:before {
  display: none;
}
a.socialmediabtns img {
  filter: none;
  padding: 0;
  max-width: 40px;
}
ul.navbar-nav.sideul li a img {
  max-width: 35px;
  background: transparent !important;
  margin-right: 6px;
  margin-left: -20px;
}









/* --- Consolidated Single-Element AI Button --- */
.btnGroupbalprof .btn.btn-primary, .btn.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #32bce9 !important;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
  filter: none;
  background-blend-mode: normal;
}

.btnGroupbalprof .btn.btn-primary::before, .btn.btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

.btnGroupbalprof .btn.btn-primary::after, .btn.btn-primary::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
}

.profbal-header {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #32bce9 !important;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
  filter: none;
  background-blend-mode: normal;
  padding: 25px 15px;
}
.profbal-header::before, .profbalHeadr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}
.profbal-header::after, .profbalHeadr::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 0px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
}
.profbalHeadr {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #32bce9 !important;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
  filter: none;
  background-blend-mode: normal;
  padding: 15px;
  width: -webkit-fill-available;
  margin: -2px;
}
@keyframes rotate-border {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes combined-shine {
  0% { background-position: -200% 0, 0 0, 0 0; }
  25% { background-position: 150% 0, 0 0, 0 0; }
  100% { background-position: 150% 0, 0 0, 0 0; }
}

ul#payUl li img {
  filter: brightness(1.1) contrast(1.1);
  border-radius: 0;
}

.icon-box img {
  max-width: 30px;
  filter: brightness(1.1) contrast(1.1);
}
.icon-box {
  background: transparent !important;
}

img.imgsservs {
  max-width: 40px;
  background: transparent !important;
}

.icon-circle img {
  max-width: 100%;
  filter: brightness(1.1) contrast(1.1);
}
.icon-circle {
  background: transparent !important;
}

.ocpnfba img {
  width: 100%;
  max-width: 50px;
}
.cardCont .ocpnfba {
  background: transparent !important;
}
.cardCont .ocpnfba::before, .cardCont .ocpnfba::after {
  display: none;
}


.wellpill div.nav-tabs button img {
  max-width: 35px;
  margin-left: -15px;
  filter: contrast(1.5) saturate(1.4) brightness(0.9);
}

.well-headr img, .fotrsocialmed a img, .rightSecftrlinks a img, ul.dropdown-menu.profdd li a img {
  filter: contrast(1.5) saturate(1.4) brightness(0.9);
}
ul.nav.nav-tabs.nav-fill.servulsi li a img {
  max-width: 35px;
  margin-left: -20px;
  filter: drop-shadow(5px 5px 20px #fff);
}
.glass-card .card-icon img {
  max-width: 100%;
  margin: -12px;
  display: block;
  filter: contrast(1.5) saturate(1.4) brightness(0.9);
}
.glass-card .card-icon {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.clickable-header h5 {
  line-height: 1;
  display: flex;
  align-items: center;
}
.smm-card.card-tall .stat-box img {
  max-width: 50px;
  margin-bottom: 10px;
}

.headingNof span {
  margin: 0 !important;
}
.headingNof {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}
.headingNof img {
  max-width: 30px;
  filter: brightness(1.6) contrast(0.8) saturate(0.7);
}
ul.nav.nav-pills.ordpills li a img {
  max-width: 35px;
  opacity: 0;
  animation: fadeIn 4s ease forwards infinite;
}

span.status-pill {
  border-radius: 13px;
}
.status-pill img {
  max-width: 35px;
  opacity: 0;
  animation: fadeIn 4s ease forwards infinite;
}
ul#payUl li {
  min-width: 150px;
}
ul#payUl {
  flex-wrap: nowrap;
  overflow: auto;
}

@media (max-width: 992px) {
  .cardGridFeature, footer {
    background: url(https://storage.perfectcdn.com/debacb/obg1d474z6too7mg.webp);
    background-size: cover;
    background-position: center;
  }
}





/* Apply shared structural & animation styles to WP and TG buttons */
.btn-wp, .btn-tg {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
}

/* Shared Border Animation Setup */
.btn-wp::before, .btn-tg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* Shared Shine & Overlay Setup */
.btn-wp::after, .btn-tg::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;
}

/* --- WhatsApp Specific Colors --- */
.btn-wp {
  background: #25D366 !important;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.4);
}
.btn-wp::after {
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #57E68F 0%, #25D366 100%);
}

/* --- Telegram Specific Colors --- */
.btn-tg {
  background: #26A5E4 !important;
  box-shadow: 0 10px 25px -5px rgba(38, 165, 228, 0.4);
}
.btn-tg::after {
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #6EC9F5 0%, #26A5E4 100%);
}

/* Hover Scale Effect */
.btn-wp:hover, .btn-tg:hover {
  transform: scale(1.03);
}

/* --- Bento Button (Exact AI Blue Design) --- */
a.btn.btn-bento {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #32bce9 !important; /* Exact AI Blue */
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
  filter: none;
  background-blend-mode: normal;
}

/* Rotating Animated Border */
a.btn.btn-bento::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* Glass, Shine, and Gradient Overlay */
a.btn.btn-bento::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%); /* Exact gradient colors */

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
}

/* Hover effect from original design */
a.btn.btn-bento:hover {
  transform: scale(1.03);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 15px 30px -5px rgba(50, 188, 233, 0.6);
}
ul#ticket-category-tabs li a img, .ticket-avatar img {
  filter: contrast(1.5) saturate(1.4) brightness(0.9);
}

.subheading img {
  max-width: 30px;
}
.formTopbox h1 img {
  max-width: 50px;
  filter: brightness(1.1) contrast(1.1) saturate(1.2);
}
nav.navbar.guestNav {
  z-index: 15;
}

/* --- Glass Button & Subhead Implementation --- */
button.btn.btn-glass, 
.headrsec span.subhead, .cotnethead {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: 0.3px;
  z-index: 1;
  background: #32bce9 !important; /* Exact AI Blue */
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
}

/* Rotating Border Logic */
button.btn.btn-glass::before, 
.headrsec span.subhead::before, .cotnethead::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* Glass Shine & Gradient Logic */
button.btn.btn-glass::after, 
.headrsec span.subhead::after, .cotnethead::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
}

/* --- Glass Button & Subhead Implementation --- */
.nav-pills.vertical-pills .nav-link.active {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  z-index: 1;
  background: #32bce9 !important; /* Exact AI Blue */
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
}

/* Rotating Border Logic */
.nav-pills.vertical-pills .nav-link.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* Glass Shine & Gradient Logic */
.nav-pills.vertical-pills .nav-link.active::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
}

.faq-card img {
  max-width: 45px;
  margin-bottom: 20px;
  filter: contrast(1.5) saturate(1.4) brightness(0.9);
}

.select2-container .select2-selection__icon img {
  max-width: 100px;
  max-height: 100px;
  width: 30px;
}
img.counterHeadimg {
  max-width: 40px;
  filter: brightness(1.05)saturate(1.1)contrast(1.2);
}

h6.servinfoHeading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000 !important;
}
h6.servinfoHeading img {
  max-width: 30px;
  filter: brightness(1.6) contrast(0.8) saturate(0.7);
}
div#modalLinkExContainer, div#modalRulesContainer, div#modalNotesContainer {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  margin-bottom: 10px !important;
}
.wrappedDualboc {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}


/* --- Category Filter Dropdown (Exact AI Blue Design) --- */
.servtopacts button#categoryFilterDropdown, .headercnctCard {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #32bce9 !important; /* Exact AI Blue */
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
  filter: none;
  background-blend-mode: normal;
}

/* Rotating Animated Border for Category Filter */
.servtopacts button#categoryFilterDropdown::before, .headercnctCard::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* Glass, Shine, and Gradient Overlay for Category Filter */
.servtopacts button#categoryFilterDropdown::after, .headercnctCard::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  border: 0 !important;
  margin: 0 !important;
}


/* --- Mint/Green Theme (.servactnbtn) --- */
.btn.flex-fill.servactnbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #75c5a0 !important;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(117, 197, 160, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
}

/* --- Amber/Gold Theme (.servactnbtn.infserv) --- */
.btn.flex-fill.servactnbtn.infserv {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  background: #dcaa5b !important;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 10px 25px -5px rgba(220, 170, 91, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  border: none;
}

/* --- Shared Border Animation --- */
.btn.flex-fill.servactnbtn::before, 
.btn.flex-fill.servactnbtn.infserv::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* --- Glass & Shine Overlays --- */
.btn.flex-fill.servactnbtn::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #a3d9bf 0%, #75c5a0 100%);
  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;
  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.btn.flex-fill.servactnbtn.infserv::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #ead0a1 0%, #dcaa5b 100%);
  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;
  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.xtraSecftrpay img {
  max-width: 200px;
  padding: 0;
  border-radius: 10px;
  filter: brightness(1.1) contrast(1.1) saturate(1.1);
  border: 2px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

footer {
  background-image: url(https://storage.perfectcdn.com/cr9uj5/1y0cm43obd1cmr52.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  footer {
    background-image: url(https://storage.perfectcdn.com/debacb/obg1d474z6too7mg.webp);
    background-size: cover;
    background-position: center;
  }
}

nav.navbar.guestNav a.nav-link {
  margin-left: 0;
}
.select2-container .select2-selection__icon img {
  width: 30px !important;
  max-width: 100px !important;
  max-height: 100px !important;
}

.nr-card {
  padding: 10px;
}
span.nr-val {
  font-size: 12px;
}
span.nr-key {
  font-size: 12px;
}
h2.nr-title {
  font-size: 20px;
  margin: 0;
}
p.nr-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}
.nr-receipt-list {
  margin-bottom: 10px;
}
div#native-popup .wellhighlight {
  padding: 10px;
}
img.popupbrand {
  max-width: 160px;
  margin: auto;
  margin-bottom: 15px;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  filter: drop-shadow(2px 4px 6px #00000040) brightness(1.1) contrast(1.05) saturate(1.1);
}

span.nr-key {
  display: flex;
  align-items: center;
  color: #000;
}
span.nr-key img {
  max-width: 25px;
  margin-right: 5px;
}





.main-cont, .user-cont {
  animation: swipeUp 0.2s cubic-bezier(.22,.61,.36,1);
  will-change: transform, opacity;
}

@keyframes swipeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

ul.servFiltr, #ticket-category-tabs, ul#payUl {
  scroll-behavior: smooth;
}
ul#filtrButns {
  margin: 0 !important;
  width: 100%;
}
.scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

/* Button Styles */
/* --- Circular Scroll Button (Exact AI Blue Design) --- */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* Appearance */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32bce9 !important;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4), 
    0 10px 25px -5px rgba(50, 188, 233, 0.4);
  border: 0;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  margin-bottom: 10px;
}

/* Circular Rotating Border */
.scroll-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%; 
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0.4) 85%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(4px); /* Slightly reduced blur for the smaller surface area */
}

/* Circular Glass & Shine Overlay */
.scroll-btn::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%; /* Keeps the shine circular */
  z-index: -1;
  background: 
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, #83CBE0 0%, #32bce9 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

/* Hover Scale Effect */
.scroll-btn:hover {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4), 
    0 15px 30px -5px rgba(50, 188, 233, 0.6);
}
/* Tabler Icon Size */
.scroll-btn i {
  font-size: 20px;
  color: #fff;
}
/* Positioning */
.prev-btn {
  left: -10px; /* Pulls button slightly out to the left */
}
.next-btn {
  right: -10px; /* Pulls button slightly out to the right */
}
/* Hide Class (via JS) */
.scroll-btn.hidden {
  opacity: 0;
  pointer-events: none; /* Prevents clicking when hidden */
}

/* Optional: Mobile adjustment so buttons don't overlap content too much on small screens */
@media (max-width: 600px) {
  .prev-btn { left: 5px; }
  .next-btn { right: 5px; }
}

ul#payUl::-webkit-scrollbar {
  display: none;
}
.mainwap {
  display: contents;
}
@media (max-width: 992px) {
  nav.navbar.guestNav ul.navbar-nav {
    background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
    padding: 8px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  nav.navbar.guestNav ul.navbar-nav .mainwap {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}

.mainwrapFunds {
  display: flex;
  flex-direction: column;
}

/* Method (top) */
.mainwrapFunds .payddField {
  order: 1;
}

/* Instruction (second) */
.mainwrapFunds .instruction {
  order: 2;
}

/* Order ID (third) */
.mainwrapFunds #order_transaction_id {
  order: 3;
}

/* Amount (fourth) */
.mainwrapFunds .amtFields {
  order: 4;
}

@media (max-width: 567px) {
  ul.nav.nav-pills.nav-fill.nav-tabs.ordpills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.paymentNote p {
  font-size: 13px;
  margin: 0;
}
.paymentNote h6 {
  font-size: 18px;
  color: red;
  animation: blink 1s infinite;
}
.paymentNote {
  background: #ffdbdb;
  padding: 15px;
  border: 1px solid red;
  border-radius: 12px;
}

.choices__inner {
  padding: 10px;
  border-radius: 10px !important;
  background: #ffffff40 !important;
  backdrop-filter: blur(40px);
  border: 1px solid #fff !important;
  box-shadow: none !important;
}
.choices__list.choices__list--dropdown {
  backdrop-filter: blur(40px);
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  padding: 10px;
  border-radius: 16px !important;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  border: 1px solid #33c3f0 !important;
  gap: 10px;
}
input.choices__input.choices__input--cloned {
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid #ffffff !important;
}

.choices__list.choices__list--dropdown .choices__list {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 0px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  display: flex;
  flex-direction: column;
}
.choices__list.choices__list--dropdown .choices__list .undefined.undefined.undefined {
  padding: 5px 10px;
  border-bottom: 1px solid #00000010;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.wa-banner-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 15px;
  text-decoration: none;
  width: 100%;
  color: #fff !important;
  overflow: hidden;
  z-index: 1;
}
/* INNER SHINE + WHATSAPP BASE */
.wa-banner-btn::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 15px;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 35%, rgba(255,255,255,0.25) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255,255,255,0.15), transparent 50%),
    linear-gradient(135deg, #25D366, #128C7E);
  background-size: 200% 100%, 100% 100%, 100% 100%;
  animation: shine 5s ease-in-out infinite;
}
/* CONTENT */
.wa-left i {
  font-size: 26px;
}
.wa-center {
  flex: 1;
  margin-left: 12px;
}
.wa-title {
  font-size: 15px;
  font-weight: 700;
}
.wa-sub {
  font-size: 12px;
  opacity: 0.9;
}
.wa-right {
  font-size: 18px;
  font-weight: bold;
  opacity: 0.8;
}
@keyframes shine {
  0% { background-position: -200% 0, 0 0, 0 0; }
  50% { background-position: 200% 0, 0 0, 0 0; }
  100% { background-position: 200% 0, 0 0, 0 0; }
}

.saas-payment-card span.stat-label i {
  background: #49b4e0;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  margin-right: 5px;
  height: 22px;
  width: 22px;
}

tr.service-item .service-name {
  min-width: 200px;
}

.diffAccgrp.tickaccgrp {
  margin: auto;
}
img.headcardChar {
  position: relative;
  left: 15px;
}
.diffAccgrp.tickaccgrp img.coffeeSteamdifgif {
  right: 112px;
}
@media (max-width: 756px) {
  ul.supporttag {
    display: none !important;
  }
  .bento-card.tg-hero {
    flex-direction: column !important;
  }
  img.card-image {
    margin: auto !important;
  }
}

.orders-container .d-flex.align-items-center.mb-2, .subscriptions-container .d-flex.align-items-center.mb-2, .dripfeed-container .d-flex.align-items-center, .refill-container .d-flex.align-items-center.mb-2 {
  border-bottom: 1px solid #00000020;
  padding: 8px 0;
  margin: 0 !important;
}
.orders-container hr.my-3.opacity-25, .subscriptions-container hr.my-3.opacity-25, .subscriptions-container hr.my-3.opacity-25, .refill-container hr.my-3.opacity-25 {
  visibility: collapse;
  margin-top: 0 !important;
}
.dripfeed-actions {
  padding: 0 !important;
  border: 0 !important;
}

.nr-receipt-row {
  border-bottom: 1px solid #00000020;
  padding: 8px;
  margin: 0;
}
.nr-receipt-list {
  padding: 0;
  border: 1px solid #00000020;
  align-items: center;
}
.nr-receipt-row:last-child {
  border: 0;
}

.statGridchilds i.fas.fa-info-circle {
  color: #000000 !important;
  min-height: auto;
  min-width: auto;
}
.order-actions {
  display: flex !important;
}
.order-actions .btn {
  margin: 0;
}


.order-actions .btn-refill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border: none;
  background: #28c76f !important;

  box-shadow: 
    inset 0 1px 1px rgba(255,255,255,0.4),
    0 10px 25px -5px rgba(40,199,111,0.4);
}

/* glow */
.order-actions .btn-refill::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255,255,255,0.05) 60%,
    rgba(255,255,255,0.4) 85%,
    rgba(255,255,255,0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* inner */
.order-actions .btn-refill::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;

  background: 
    linear-gradient(120deg, transparent 35%, rgba(255,255,255,0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, transparent 50%),
    linear-gradient(180deg, #7ee2a8 0%, #28c76f 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
}
.order-actions .btn-cancel {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border: none;
  background: #ea5455 !important;

  box-shadow: 
    inset 0 1px 1px rgba(255,255,255,0.4),
    0 10px 25px -5px rgba(234,84,85,0.4);
}

/* glow */
.order-actions .btn-cancel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: conic-gradient(
    from 0deg,
    transparent 50%,
    rgba(255,255,255,0.05) 60%,
    rgba(255,255,255,0.4) 85%,
    rgba(255,255,255,0.9) 100%
  );
  transform: translate(-50%, -50%);
  animation: rotate-border 4s linear infinite;
  z-index: -2;
  filter: blur(6px);
}

/* inner */
.order-actions .btn-cancel::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 10px;
  z-index: -1;

  background: 
    linear-gradient(120deg, transparent 35%, rgba(255,255,255,0.2) 50%, transparent 65%) no-repeat,
    linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, transparent 50%),
    linear-gradient(180deg, #f28b8c 0%, #ea5455 100%);

  background-position: -200% 0, 0 0, 0 0;
  background-size: 200% 100%, 100% 100%, 100% 100%;

  animation: combined-shine 6s ease-in-out infinite;
}

@keyframes rotate-border {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes combined-shine {
  0% { background-position: -200% 0, 0 0, 0 0; }
  50% { background-position: 200% 0, 0 0, 0 0; }
  100% { background-position: -200% 0, 0 0, 0 0; }
}

.payment-notice {
  /* PhonePe Brand Variables */
  --pp-brand: #5f259f;
  --pp-bg-light: #f6f3fa; /* A very soft tint of the brand purple */
  --text-main: #2d3748;

  background-color: var(--pp-bg-light);
  border: 2px solid var(--pp-brand);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  justify-content: flex-start;
  text-align: justify;
  margin-bottom: 10px;
}
.notice-icon {
  flex-shrink: 0;
  color: var(--pp-brand);
  margin-top: 2px; /* Aligns icon perfectly with the title text */
}
.notice-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.notice-title {
  color: var(--pp-brand);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.notice-text {
  color: var(--text-main);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.notice-text strong {
  color: #000;
  font-weight: 600;
}

img.fundsBolt {
  max-width: 22px;
  margin-right: 5px;
  filter: brightness(1.2) contrast(1.2) saturate(1.2);
}
.brand-text span {
  border-radius: 8px !important;
  padding: 4px !important;
  padding-right: 13px !important;
  display: inline-flex !important;
  align-items: center;
  margin-top: 5px;
}
span.stat-label img {
  max-width: 25px;
  margin-right: 5px;
  filter: brightness(1.2) contrast(1.2) saturate(1.2);
}
select#country_code {
  max-width: 85px;
}



/* ── WRAP ── */
.bottombarWrap {
  display: none;
  width: -webkit-fill-available;
  background: url(https://storage.perfectcdn.com/cr9uj5/sk9ktl6qkq5zguyh.png);
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #33c3f0;
  padding: 8px;
  position: fixed;
  bottom: 0;
  z-index: 1;
  margin: 10px;
  object-position: center;
}

/* ── BOTTOM BAR ── */
.bottombar {
  position: relative;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50px;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.07);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 8px;
}

/* Circular cutout in the middle using radial-gradient mask */
.bottombar::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 40px;
  background: transparent;
  /* Cut a half-circle notch out of the top edge */
  border-radius: 0 0 40px 40px;
  box-shadow: 0 0 0 60px rgba(255,255,255,0); /* transparent — just for structure */
  pointer-events: none;
}

/* ── NAV ITEMS ── */
.bottombar .nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: opacity 0.15s;
}
.bottombar .nav-item:hover { opacity: 0.6; }
.bottombar .nav-item:active { opacity: 0.4; }

.bottombar .nav-item svg {
  width: 20px;
  height: 20px;
}
.bottombar .nav-item img {
  max-width: 30px;
}
.bottombar .nav-item span {
  font-size: 10px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.01em;
}

/* ── MIDDLE SLOT (spacer) ── */
.bottombar .nav-middle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ── PLUS BUTTON ── */
.plus-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 22px))scale(1.2);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6fdfff, #49b4e0);
  border: 3px solid #fff;
  box-shadow: 0 4px 20px rgba(73,180,224,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 20;
  transition: transform 0.18s, box-shadow 0.18s;
}
.plus-btn:hover {
  transform: translate(-50%, calc(-50% - 24px));
  box-shadow: 0 6px 26px rgba(73,180,224,0.6);
}
.plus-btn:active {
  transform: translate(-50%, calc(-50% - 22px)) scale(0.95);
}
.plus-btn svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 567px) {
  .bottombarWrap {
    display: block;
  }
}
.diffAccgrp {
  position: relative;
  align-self: center;
}
.diffAccgrp img.coffeeSteamdifgif {
  right: 20px;
}