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);
}
.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 {
  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 {
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  margin: 5px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
}
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/cr9uj5/3wbmoa6umopfbb7q.png);
    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;
  }
}

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;
}