html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Poppins;
  isolation: isolate;
}
#page-loader {
  position: fixed;
  inset: 0;
  background: rgba(246, 255, 252, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}


.health-spinner {
  width: 56px;
  height: 56px;
  border: 4px solid #d6f2ec;
  border-top-color: #00a896;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

#page-loader p {
  margin-top: 18px;
  font-size: 14px;
  color: #4a7c78;
  letter-spacing: 0.3px;
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.docinfo,
.docrating {
  display: block;
  font-size: 14px;
}

.container {
  width: 100%;
}

.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 64px; 
  z-index: 1050;

  
  backdrop-filter: blur(
    20px
  ); 
  -webkit-backdrop-filter: blur(20px); 

  
  background-color: rgba(
    255,
    255,
    255,
    0.8
  ); 

  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

  
  transform: translateZ(0);
  will-change: backdrop-filter;

  
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}
.logo {
  height: 52px;
}

.nav-menu .nav-link {
  margin: 0 15px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Alan Sans", sans-serif;
  font-size: 15px;
}

.nav-menu .nav-link:hover {
  color: #28a745;
}

#surgeriesDropdownMenu {
  font-family: "Alan Sans", sans-serif;
  border-radius: 8px;
  border: none;
  padding: 8px 0;
  box-shadow: 0 8px 18px #00000026;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav-item.dropdown:hover #surgeriesDropdownMenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#surgeriesDropdownMenu .dropdown-item {
  font-size: 15px;
  padding: 10px 18px;
  color: #333;
  transition: 0.3s;
}

#surgeriesDropdownMenu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #28a745;
  padding-left: 22px;
}

.ill_bg {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 10px #00000026;
  transition: transform 0.3s ease-in-out;
}

.btn-custom {
  font-family: alan sans;
  font-size: 14px;
  font-weight: 500;
  color: green;
  border-radius: 100px;
}

.hlth_h {
  font-family: Poppins;
  font-size: 44.5px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.gradient-text {
  background: linear-gradient(90deg, red, #e7000b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.subheading {
  font-family: alan sans;
  letter-spacing: 0.85px;
}

.scdbtn {
  font-family: poppins;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #e7000b;
  border-radius: 7px;
}

.head2,
.service-card h4 {
  font-family: poppins;
  color: #333;
}

.head2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.subheading {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

.service-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px #0000001a;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px #0003;
}

.service-card .icon {
  font-size: 3rem;
  color: #ff6347;
  margin-bottom: 20px;
}

.service-card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card p {
  font-family: alan sans;
  color: #666;
  font-size: 1rem;
  line-height: 1.4;
}

#card1 {
  border-radius: 16px;
  height: 430px;
  box-shadow: 0 4px 12px #0000001a 0 8px 24px #00000014;
  border: none;
}

.section-heading {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.mySwiper {
  height: 430px;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid #f8f8f5;
  box-shadow: 0 4px 12px #0000001a 0 8px 24px #0000000d;
}

.modern-login-modal {
  font-family: Poppins;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000040;
  background: #fff;
  width: 450px;
}

.modern-input {
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.modern-input:focus {
  border-color: #e7000b;
  box-shadow: 0 4px 12px #e7000b40;
  outline: 0;
}

.btn-gradient {
  background: linear-gradient(135deg, #e7000b, #ff4d4d);
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 12px;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #e7000b59;
}

.btn-google {
  background: #fff;
  border: 1px solid #ddd;
  color: #db4437;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.3s;
}

.btn-facebook,
.whatsapp-btn {
  border-radius: 12px;
  transition: 0.3s;
}

.btn-google:hover {
  background: #db4437;
  color: #fff;
}

.btn-facebook {
  background: #1877f2;
  color: #fff;
  font-weight: 600;
}

.btn-facebook:hover {
  background: #145dbf;
}

.whatsapp-btn {
  font-family: alan sans;
  font-weight: 500;
  border: 0.8px solid #25d366;
  color: #25d366;
}

.section-subheading {
  font-family: Poppins;
  font-size: 16px;
  line-height: normal;
}

.thej {
  font-family: alan sans;
  color: grey;
  line-height: 1.8em;
}

.cta_btn {
  font-family: Alan sans;
}

.bgrdtxwh {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.sbrdtxwh {
  font-family: Alan Sans;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#locationInput,
#meddash-dashboard,
.find-doctor-box h4,
.labell {
  font-family: Poppins, sans-serif;
}

.doctor-swiper {
  padding: 20px 0 40px;
}

.docbox {
  border: 0.5px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 6px 18px #0000000f;
  padding: 20px;
  background: #fff;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.campaign-form button,
.consultbtn {
  background: #e7000b;
  transition: background 0.3s;
  cursor: pointer;
}

.docbox:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px #00000014;
}

.docphoto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.consult-doctors {
    background: linear-gradient(135deg, #f5fbff, #e6f2ff);
    padding-top: 4rem;
    padding-bottom: 4rem;
}


.consult-doctors h2 {
    font-size: 2.2rem;
    background: linear-gradient(80deg, #a83279, #00c9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.consult-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a83279, #00c9a7);
    color: #fff;
    font-size: 2.2rem;
    transition: background 0.3s ease;
}


.consult-card {
    border: none;
    border-radius: .75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #fff;
}
.consult-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}


.consult-doctors .lead {
    font-weight: 300;
    color: #555;
}


[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}
[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

.doctitle {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 600;
}

.docinfo {
  color: #555;
  margin-bottom: 10px;
}

.docrating {
  margin-bottom: 14px;
  color: #ff9500;
  animation: 1.8s infinite glow;
}

@keyframes glow {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

.consultbtn {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
}

.campaign-form button:hover,
.consultbtn:hover {
  background: #c20009;
}

.campaign-modal-backdrop {
  position: fixed;
  inset: 0;
  background: #000c;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.campaign-modal-backdrop.show {
  display: flex;
  animation: 0.3s fadeIn;
}

.campaign-modal-box {
  background: #fff;
  padding: 30px 28px;
  border-radius: 16px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 25px #00000026;
  animation: 0.4s slideUp;
  position: relative;
}

.campaign-modal-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #e7000b;
  font-family: Poppins;
}

.campaign-modal-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
  font-family: alan sans;
}

.campaign-form input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  font-family: alan sans;
}

.campaign-form button {
  width: 100%;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  font-family: alan sans;
}

.campaign-modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}

.qaws {
  transform: rotate(-45deg);
  transform-origin: center;
}

#locationInput {
  border-radius: 50px;
  padding: 16px 24px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: 0.3s;
  width: 100%;
}

#locationInput:focus {
  border-color: #28a745;
  box-shadow: 0 0 6px #28a74533;
  outline: 0;
}

.labell {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.find-doctor-box {
  border-radius: 32px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 8px 20px #00000014;
  background: #fff;
  padding: 32px;
  transition: 0.3s;
}

.pill-link,
button {
  border-radius: 50px;
}

.find-doctor-box:hover {
  box-shadow: 0 10px 24px #0000001a;
}

.find-doctor-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

#cityList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#cityList li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

#cityList li:hover {
  background-color: #f8f9fa;
}

.ctghej {
  font-family: "Alan Sans", sans-serif;
  font-size: 16px;
  padding: 14px;
  background-color: #25d366 !important;
  border: none;
  color: #fff;
  transition: background 0.3s ease;
  border: 1px solid #dbdbdb;
}

.ctghej:hover {
  background-color: #1ebe5b !important;
  color: #fff;
}

.health_g {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 2em;
}

.bypass-list,
.yuj {
  font-family: alan sans;
}

#stickyPillNav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 5px 0;
  box-shadow: 0 4px 12px #0000000d;
}

.pill-nav {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.pill-link {
  display: inline-block;
  padding: 8px 20px;
  background-color: #75286f;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.pill-link.active {
  background-color: #4a174a;
}

.bypass-img,
.dcfv {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 4px 12px #0000001a;
  object-fit: cover;
}

.pill-link.active,
.pill-link:hover {
  background-color: #5a1f53;
  color: #fff;
}

.yuj {
  font-size: 17px;
  font-weight: 500;
}

.bypass-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  line-height: 2.5em;
}

.bypass-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  font-family: Poppins;
}

.bypass-img {
  height: 355px;
}

.custom-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 15px #0000001a;
  transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
  cursor: pointer;
  height: 280px;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px #75286f4d;
  filter: brightness(1.05);
}

.card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.card-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
  line-height: 1.5em;
  margin-top: 1em;
  font-family: Poppins;
}

.card-content {
  font-size: 15px;
  color: #75286f;
  line-height: 1.4;
  font-family: alan sans;
}

.card-row {
  margin: 0 -10px;
}

.card-row .col-lg-3,
.card-row .col-md-6 {
  padding: 10px;
}

.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f8f0fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 4px 12px #75286f33;
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card:hover .icon-circle {
  transform: scale(1.1);
  box-shadow: 0 8px 20px #75286f4d;
}

.mnb-card-row {
  margin-top: 30px;
}

.mnb-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 6px 18px #00000014;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 410px;
}

.mnb-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px #75286f33;
}

.mnb-card-title {
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: poppins;
}

.mnb-success-rate {
  font-size: 0.85rem;
  color: red;
  background-color: #eff6ff;
  padding: 2px 8px;
  border-radius: 12px;
  font-family: alan sans;
}

.mnb-card-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
  font-family: alan sans;
  margin-top: 15px;
}

.mnb-card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #444;
  font-family: alan sans;
}

.mnb-card-info i {
  margin-right: 5px;
}

.mnb-card-key ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
  font-family: alan sans;
}

.mnb-card-best {
  background-color: #eff6ff;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: alan sans;
}

.yrj-header {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #1e1e1e;
}

.yrj-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: auto;
  font-weight: 400;
}

.yrj-container {
  background: linear-gradient(to right, #f8fafc, #fff);
}

.yrj-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px #0000000f;
  border-top: 6px solid transparent;
  border-image: linear-gradient(to right, #f43f5e, #ec4899);
  border-image-slice: 1;
  transition: transform 0.3s ease;
  min-height: 400px;
}

.yrj-card:hover {
  transform: translateY(-4px);
}

.yrj-icon-wrapper {
  width: 60px;
  height: 60px;
  background: #fde7ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yrj-icon-wrapper i {
  color: #ec4899;
  font-size: 1.5rem;
}

.yrj-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-top: 12px;
  margin-bottom: 4px;
}

.yrj-badge {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.75rem;
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-weight: 500;
}

.yrj-summary {
  font-size: 0.9rem;
  color: #555;
  font-family: alan sans;
}

.yrj-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
  font-family: alan sans;
}

.yrj-list li {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 6px;
}

.bg-light-danger {
  background-color: #fff5f5;
}

.bg-light-blue {
  background-color: #f0f7ff;
}

.faq-card {
  background-color: #fff;
  border-radius: 12px;
}

.faq-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #111827;
}

.faq-help-card {
  font-family: "alan sans", sans-serif;
  font-size: 0.95rem;
}

.accordion-item {
  font-family: alan sans;
}

.rgs-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1f2937;
}

.rgs-card {
  border: 1px solid #e0e0e0;
  border-left: 4px solid #0d6efd;
  border-radius: 12px;
  background-color: #fff;
}

.rgs-heading {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111827;
}

.rgs-list li {
  font-family: "Almarai", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.rgs-image img {
  border-radius: 12px;
}

.rgs-rehab-card {
  border-left: 4px solid #0d6efd;
  border-radius: 12px;
}

.rgs-subheading {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

.rgs-desc {
  font-family: "Almarai", sans-serif;
  font-size: 0.94rem;
}

.futr {
  background-color: #5a1f53;
  color: #fff;
  font-family: "poppins", sans-serif;
}

.futr a {
  text-decoration: none;
  font-family: alan sans;
}

.futr a:hover {
  color: #ddd;
}

.futr-col-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.futr-links li {
  margin-bottom: 0.5rem;
}

.futr-logo {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.futr-social a {
  font-size: 1.25rem;
}

.bot-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1050;
  color: #5a1f53;
}

#botBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

#botBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #007bff66;
  top: 0;
  left: 0;
  animation: pulse 1.5s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.modal-dialog-bottom-right {
  position: fixed;
  bottom: 90px;
  right: 20px;
  margin: 0;
}

.reviewed-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1049;
  font-family: alan sans;
}

.reviewed-badge span {
  line-height: 1.2;
  font-family: alan sans;
}

.modal-dialog-bottom-right {
  position: fixed;
  bottom: 90px;
  right: 20px;
  margin: 0;
}

.city-card {
  background: #fff;
  color: #1a1a1a;
  border-radius: 12px;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.city-card i {
  font-size: 2rem;
  color: #e50914;
  margin-bottom: 8px;
  display: block;
}

.city-card p {
  margin: 0;
  font-weight: 600;
  font-family: alan sans;
}

.city-card:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 6px 15px #e5091499;
  border: 2px solid #e50914;
}

.qasw {
  height: 370px;
  object-fit: cover;
}
.gth {
  font-family: "Alan Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #6a11cb, #ff3d3d); 
  border: none;
  border-radius: 8px; 
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}


.gth::before {
  content: "👑"; 
  font-size: 1rem;
  margin-right: 6px;
}


.gth:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}


.gth:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.3);
}


.lndbn-banner {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #f9f9ff, #fdfdfd); 
  padding: 85px 0; 
}

.lndbn-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff0f0;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  color: #d60000;
  font-weight: 500;
}
.lndbn-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}
.gradient-text {
  background: linear-gradient(90deg, #7d3cff, #ff0059);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lndbn-subtext {
  font-size: 16px;
  color: #555;
}
.lndbn-btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
}
.lndbn-banner-img {
  border-radius: 16px;
  max-width: 90%;
}
.lndbn-card-tag {
  position: absolute;
  top: 15px;
  right: 20px;
  background: linear-gradient(135deg, #7d3cff, #ff0059);
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}
.lndbn-coverage {
  position: absolute;
  bottom: -20px;
  left: 30%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 14px;
}
.lndbn-coverage .dot {
  height: 10px;
  width: 10px;
  background: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.lndbn-trusted h5 {
  font-size: 20px;
  color: #333;
}
.lndbn-hospital {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  background: #f8f8f8;
  padding: 8px 18px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  font-family: alan sans;
}
.lndbn-hospital:hover {
  background: #ff0059;
  color: #fff;
}
.lndbn-stats {
  justify-content: flex-start;
}
.lndbn-stat-box {
  min-width: 160px;
  padding: 15px 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.lndbn-stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
}
.lndbn-stat-icon {
  font-size: 28px;
}
.lndbn-stat-box h4 {
  font-size: 22px;
  color: #111;
}
.lndbn-stat-box p {
  font-size: 14px;
  color: #666;
}
.lndsec-wrapper {
  font-family: "Poppins", "Alan Sans", sans-serif;
}
.lndsec-title {
  font-size: 2.2rem;
}
.lndsec-gradient {
  background: linear-gradient(to right, #8a2be2, #ff0033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lndsec-desc {
  color: #555;
  font-size: 1rem;
}
.lndsec-list {
  list-style: none;
  padding: 0;
}
.lndsec-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.lndsec-list li::before {
  content: "•";
  color: #8a2be2;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lndsec-btn {
  background: linear-gradient(to right, #8a2be2, #ff0033);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
}
.lndsec-card {
  background: linear-gradient(135deg, #8a2be2, #ff0033);
  color: #fff;
  border-radius: 20px;
  position: relative;
  height: 280px;
}
.lndsec-card h5,
.lndsec-card p {
  margin: 0;
}
.lndsec-small {
  font-size: 0.85rem;
  opacity: 0.9;
}
.lndsec-valid {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.9rem;
}
.lndsec-wrapper {
  font-family: "Poppins", "Alan Sans", sans-serif;
}
.lndsec-badge {
  font-size: 0.9rem;
  border-radius: 20px;
  padding: 6px 14px;
}
.lndsec-title {
  font-size: 2.4rem;
  line-height: 1.3;
}
.lndsec-gradient {
  background: linear-gradient(to right, #8a2be2, #ff0033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lndsec-desc {
  color: #555;
  font-size: 1rem;
}
.lndsec-list {
  list-style: none;
  padding: 0;
}
.lndsec-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.lndsec-list li::before {
  content: "•";
  color: #8a2be2;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lndsec-btn {
  background: linear-gradient(to right, #8a2be2, #ff0033);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  transition: 0.3s;
}
.lndsec-btn:hover {
  opacity: 0.9;
}
.lndsec-cardimg {
  max-width: 100%;
}

.minsec-wrapper {
  background: #fff;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

.minsec-box {
  background: #0d0d14;
  color: #fff;
  border-radius: 24px;
  padding: 50px 40px;
}

.minsec-badge {
  font-size: 1rem;
  margin-left: 10px;
}

.minsec-icon {
  font-size: 22px;
  color: #b266ff;
}

.minsec-title {
  font-size: 2rem;
  line-height: 1.3;
}

.minsec-desc {
  color: #bbb;
  font-size: 1rem;
  margin: 15px 0 20px;
}

.minsec-list {
  list-style: none;
  padding: 0;
}
.minsec-list li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  color: #eee;
}
.minsec-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #b266ff;
}

.minsec-appbox {
  background: linear-gradient(135deg, #191a23, #222330);
  border-radius: 16px;
  padding: 40px 20px;
  color: #fff;
}

.minsec-appicon {
  font-size: 60px;
  color: #b266ff;
}

.trd-wrapper {
  padding: 40px 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.trd-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.trd-gradient {
  background: linear-gradient(90deg, #ff2c9c, #7a41ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trd-subtitle {
  max-width: 650px;
  margin: 10px auto 0;
  color: #666;
  font-size: 1rem;
}


.trd-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 25px;
  text-align: left;
  transition: 0.3s;
  height: 100%;
}
.trd-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.trd-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  font-size: 24px;
  margin-bottom: 18px;
  color: #fff;
}
.trd-icon-red {
  background: #ff3b3b;
}
.trd-icon-purple {
  background: #8b5cf6;
}
.trd-icon-blue {
  background: #2563eb;
}
.trd-icon-green {
  background: #16a34a;
}
.trd-icon-orange {
  background: #f97316;
}
.trd-icon-pink {
  background: linear-gradient(135deg, #ff2c9c, #7a41ff);
}

.trd-card-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.trd-card-text {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}
#trdmini-section {
  background: #fff; 
  border-radius: 16px;
  margin: auto;
  padding: 3rem 2rem;
}


.trdmini-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #111;
}


.trdmini-subtitle {
  font-family: "alan sans", sans-serif;
  font-size: 1rem;
  color: #666;
}


.trdmini-btn-primary {
  background: linear-gradient(90deg, #9b30ff, #ff2a54);
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px; 
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.trdmini-btn-primary:hover {
  opacity: 0.9;
}


.trdmini-btn-outline {
  border: 2px solid #9b30ff;
  color: #9b30ff;
  background: transparent;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.trdmini-btn-outline:hover {
  background: #f5e9ff;
  color: #9b30ff;
}
.frthsec-label {
  display: inline-block;
  background: #ffe6f2;
  color: #d63384;
  font-size: 0.85rem;
  padding: 4px 14px;
  border-radius: 30px;
  font-weight: 600;
}

.frthsec-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  font-family: Poppins;
}
.frthsec-gradient {
  background: linear-gradient(90deg, #ff1f4c, #9b30ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frthsec-subtitle {
  font-family: "alan sans", sans-serif;
  font-size: 1rem;
  color: #555;
  max-width: 720px;
  margin: auto;
}

.frthsec-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.frthsec-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.frthsec-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.frthsec-list li {
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.frthsec-list .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}
.frthsec-list .dot.green {
  background: #28a745;
}
.frthsec-list .dot.blue {
  background: #007bff;
}
.frthsec-list .dot.purple {
  background: #9b30ff;
}

.frthmin-wrapper {
  background: #000;
  border-radius: 24px;
  padding: 2rem;
  color: #fff;
}

.frthmin-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.frthmin-subtitle {
  font-family: "alan sans", sans-serif;
  font-size: 1rem;
  color: #ccc;
  max-width: 720px;
  margin: auto;
}


.frthmin-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 1.5rem 1rem;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.frthmin-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.frthmin-card h5 {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
}
.frthmin-card p {
  margin: 0;
  color: #aaa;
  font-size: 0.9rem;
}
.frthmin-gradient {
  background: linear-gradient(90deg, #ff1f4c, #9b30ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.frthmin-note {
  color: #aaa;
  font-size: 0.9rem;
}

.sosfrt-card {
  background: linear-gradient(135deg, #fff7f7, #fdf9ff);
  border: 1px solid #ffd6d6;
  border-radius: 24px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}


.sosfrt-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff1f4c, #9b30ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 30px;
  color: #fff;
}


.sosfrt-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
}


.sosfrt-subtitle {
  font-family: "alan sans", sans-serif;
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: auto;
}


.sosfrt-btn {
  background: linear-gradient(90deg, #ff1f4c, #9b30ff);
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.sosfrt-btn:hover {
  opacity: 0.9;
}
.memsec-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}
.memsec-gradient {
  background: linear-gradient(90deg, #ff1f4c, #9b30ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.memsec-subtitle {
  font-family: "alan sans", sans-serif;
  color: #555;
  max-width: 700px;
  margin: auto;
}


.memsec-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.memsec-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.memsec-popular {
  border: 2px solid #9b30ff;
  position: relative;
}
.memsec-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #9b30ff;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
}


.memsec-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 22px;
  color: #fff;
  background: #444;
}
.memsec-icon.gold {
  background: linear-gradient(135deg, #ffc107, #ff9800);
}
.memsec-icon.platinum {
  background: linear-gradient(135deg, #9b30ff, #7d2ae8);
}


.memsec-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
}
.memsec-price span {
  font-size: 0.9rem;
  color: #555;
}
.memsec-daily {
  font-size: 1rem;
  font-weight: 600;
  color: #9b30ff;
}
.memsec-quote {
  font-size: 0.9rem;
  font-style: italic;
  color: #777;
}


.memsec-list li {
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: #333;
}


.memsec-btn {
  border: 2px solid #9b30ff;
  color: #9b30ff;
  padding: 10px 22px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
}
.memsec-btn:hover {
  background: #9b30ff;
  color: #fff;
}
.memsec-btn.active {
  background: #9b30ff;
  color: #fff;
}
.memmini-wrapper {
  background: #0e0e16;
  border-radius: 24px;
  color: #fff;
  max-width: 1000px;
  width: 100%;
}

.memmini-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.memmini-subtitle {
  font-family: "alan sans", sans-serif;
  color: #bbb;
  font-size: 1rem;
  max-width: 700px;
  margin: auto;
}


.memmini-box {
  background: #1a1a24;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.memmini-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
.memmini-box h6 {
  margin-bottom: 0.5rem;
}
.memmini-box p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}


.text-gradient-purple {
  background: linear-gradient(90deg, #9b30ff, #c56bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-red {
  background: linear-gradient(90deg, #ff1f4c, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.memmini-btn {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.memmini-btn:hover {
  opacity: 0.9;
}


.calcsec-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.calcsec-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  padding: 1rem;
}
.calcsec-header i {
  font-size: 1.5rem;
}
.calcsec-body {
  padding: 1.5rem;
}
.calcsec-btn {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}
.calcsec-result h3 {
  font-weight: 700;
  color: #9b30ff;
}


.calcsec-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}
.calcsec-gradient {
  background: linear-gradient(90deg, #ff1f4c, #9b30ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.calcsec-subtitle {
  color: #555;
  font-family: "alan sans", sans-serif;
  margin-bottom: 1.5rem;
}

.calcsec-benefit {
  display: flex;
  gap: 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.calcsec-benefit i {
  font-size: 1.4rem;
  color: #9b30ff;
}
.calcsec-benefit h6 {
  margin: 0;
  font-weight: 600;
}
.calcsec-benefit p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}


.calcsec-stat h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.text-gradient-purple {
  background: linear-gradient(90deg, #9b30ff, #c56bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-red {
  background: linear-gradient(90deg, #ff1f4c, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.calcsec-cta {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}
.calcsec-cta:hover {
  opacity: 0.9;
}
.sxthsec-sub {
  font-family: "alan sans", sans-serif;
}


.sxthsec-tag {
  background: #f6f0ff;
  color: #9b30ff;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.sxthsec-gradient {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.sxthsec-timeline {
  position: relative;
}
.sxthsec-step {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1.5rem;
  transition: 0.3s;
  z-index: 2;
}
.sxthsec-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.sxthsec-circle {
  background: linear-gradient(135deg, #ff1f4c, #9b30ff);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto;
  font-size: 1.2rem;
}


.sxthsec-bottom {
  background: linear-gradient(135deg, #0e0e16, #151522);
  border-radius: 24px;
  color: #fff;
}
.sxthsec-bottom h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.sxthsec-bottom ul li {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}
.sxthsec-bottom ul li i {
  color: #ff4c8b;
  margin-right: 8px;
}


.sxthsec-inner-card {
  background: linear-gradient(135deg, #1a1a24, #202030);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #ddd;
}
.sxthsec-inner-card h5 {
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #fff;
}
.sxthsec-inner-card p {
  font-size: 0.95rem;
}
.sxthsec-inner-card ul li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.dot.pink {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff1f6c;
  border-radius: 50%;
  margin-right: 6px;
}
.svnthsec-sub {
  font-family: "alan sans", sans-serif;
  color: #555;
}


.svnthsec-video-box {
  background: linear-gradient(135deg, #fff1f3, #f7f0ff);
  border: 1px solid rgba(200, 100, 255, 0.2);
  border-radius: 20px;
  height: 280px;
  max-width: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.svnthsec-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #222;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 12px;
  z-index: 2;
}


.svnthsec-play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9b30ff, #ff1f4c);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.svnthsec-play-btn:hover {
  transform: scale(1.1);
}


.pulse {
  animation: pulseAnim 1.5s infinite;
}
@keyframes pulseAnim {
  0% {
    box-shadow: 0 0 0 0 rgba(155, 48, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(155, 48, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(155, 48, 255, 0);
  }
}




#svnthsec-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}


.svnthsec-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1.5rem;
  transition: 0.3s;
}
.svnthsec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.svnthsec-card i {
  font-size: 2rem;
  color: #9b30ff;
}
.svnthsec-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}


.svnthsec-btn {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  padding: 12px 32px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}
.svnthsec-btn:hover {
  opacity: 0.9;
}
.cntcsec-sub {
  font-family: "alan sans", sans-serif;
  color: #555;
}


.cntcsec-gradient {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.cntcsec-form-wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.cntcsec-form-header {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.cntcsec-input {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}
.cntcsec-input:focus {
  border-color: #9b30ff;
  box-shadow: 0 0 0 0.2rem rgba(155, 48, 255, 0.1);
}


.cntcsec-btn {
  background: linear-gradient(90deg, #9b30ff, #ff1f4c);
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}
.cntcsec-btn:hover {
  opacity: 0.9;
}


.cntcsec-info {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.cntcsec-info i {
  font-size: 1.6rem;
  color: #9b30ff;
}
.cntcsec-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}
.cntcsec-emergency {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.cntcsec-emergency-btn {
  background: linear-gradient(90deg, #ff1f4c, #9b30ff);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  padding: 10px;
  transition: 0.3s;
}
.cntcsec-emergency-btn:hover {
  opacity: 0.9;
}


.cntcsec-quick {
  border: 1px solid #ddd;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.cntcsec-quick:hover {
  border-color: #9b30ff;
  color: #9b30ff;
  background: rgba(155, 48, 255, 0.05);
}


.cntcsec-info p {
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.futrr {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
}


.futrr-newsletter {
  background: linear-gradient(90deg, #a53df8, #f0293c);
  padding: 40px 20px;
  border-radius: 20px;
  margin: 0 auto 40px auto;
  max-width: 900px;
}
.futrr-newsletter h5 {
  font-weight: 700;
  font-size: 1.3rem;
}
.futrr-newsletter p {
  font-size: 0.95rem;
}
.futrr-newsletter-form {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.futrr-newsletter-form input {
  padding: 10px 15px;
  border-radius: 12px 0 0 12px;
  border: none;
  flex: 1;
  max-width: 300px;
}
.futrr-newsletter-form button {
  background: #fff;
  color: #a53df8;
  font-weight: 600;
  border-radius: 0 12px 12px 0;
  border: none;
  padding: 10px 20px;
  transition: 0.3s;
}
.futrr-newsletter-form button:hover {
  background: #eee;
}


.futrr-main {
  padding: 50px 0;
}
.futrr-main h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.futrr-main ul {
  list-style: none;
  padding: 0;
}
.futrr-main ul li {
  margin-bottom: 8px;
}
.futrr-main ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}
.futrr-main ul li a:hover {
  color: #fff;
}


.futrr-bottom {
  border-top: 1px solid #333;
  padding: 20px 0;
  font-size: 0.85rem;
}
.futrr-bottom a {
  color: #fff;
  margin-left: 10px;
  font-size: 1.2rem;
  transition: 0.3s;
}
.futrr-bottom a:hover {
  color: #a53df8;
}


.futrr-cert {
  border-top: 1px solid #333;
  padding: 20px 0;
  font-size: 0.9rem;
}
.text-gradient {
  background: linear-gradient(90deg, #a53df8, #f0293c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-purple {
  color: #a53df8;
}


.futrr-love {
  border-top: 1px solid #333;
  padding: 15px 0;
  font-size: 0.85rem;
}
#timeSlot {
  font-family: Alan sans;
  font-size: 16px;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
#campaignFormStep2 input,
#campaignFormStep2 select {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 12px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.lbtsthn-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 2px solid #ff3b30;
  transition: all 0.3s ease;
}
.lbtsthn-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(255, 59, 48, 0.3);
}
.custom-offcanvas {
  width: 355px;
  background: linear-gradient(135deg, #fff7fc, #ffffff);
  border-left: 4px solid #a83279;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
  font-family: "Poppins", sans-serif;
  overflow-y: auto;
}

.custom-offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
}

.custom-offcanvas-body {
  padding: 1rem 1.5rem;
}

.custom-link {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 12px;
  color: #0b2545;
  font-weight: 500;
  transition: 0.3s all ease;
}

.custom-link:hover {
  background: rgba(168, 50, 121, 0.1);
  transform: translateX(8px);
  color: #a83279;
}

.highlighted-link {
  background: linear-gradient(90deg, #a83279, #00c9a7);
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(168, 50, 121, 0.2);
}

.custom-dropdown {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 4px;
}

.custom-dropdown .dropdown-item {
  padding: 10px 20px;
  transition: 0.3s ease;
  color: #0b2545;
}

.custom-dropdown .dropdown-item:hover {
  background: rgba(0, 201, 167, 0.1);
  color: #00c9a7;
  transform: translateX(5px);
}

.offcanvas-body .btn {
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.offcanvas-body .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}


.user-profile-box {
  background: #fff;
  border: 1px solid rgba(168, 50, 121, 0.15);
  animation: fadeInUp 0.5s ease;
}

.user-avatar {
  width: 70px;
  height: 70px;
  border: 3px solid #a83279;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.user-avatar:hover {
  transform: scale(1.05);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mrktingmdl-content {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 123, 255, 0.15);
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border: none;
}

.mrktingmdl-header {
  border-bottom: none;
  padding: 1.5rem;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  justify-content: space-between;
  align-items: center;
}

.mrktingmdl-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin: 0;
}

.mrktingmdl-body {
  padding: 1.5rem;
  text-align: center;
}

.mrktingmdl-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}

.mrktingmdl-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.mrktingmdl-icon {
  background: #e3f2fd;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #007bff;
  font-family: "Alan Sans", sans-serif;
}

.mrktingmdl-description {
  font-size: 1rem;
  color: #666;
  margin: 0;
  font-family: "Alan Sans", sans-serif;
}

.mrktingmdl-footer {
  border-top: none;
  padding: 1rem 1.5rem 1.5rem;
  justify-content: center;
}
#loginModal {
  z-index: 9999;
}
.fa-gift {
  animation: giftPulse 1.5s infinite;
  color: orange;
}
@keyframes wobbleZoom {
  0% {
    transform: scale(1) rotate(0deg);
  }
  10% {
    transform: scale(1.05) rotate(3deg);
  }
  20% {
    transform: scale(1.05) rotate(-3deg);
  }
  30% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(-2deg);
  }
  50% {
    transform: scale(1.08);
  }
  60% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3) rotate(-10deg);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1) rotate(5deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.reward-wobble.animate {
  animation: wobbleZoom 0.9s ease-in-out;
}


.shake-on-hover:hover i {
  color: #dc3545;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
@keyframes giftPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.mario-reward-modal {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  overflow: hidden;
  max-width: 400px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mario-box-container {
  padding: 2rem;
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rainbow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    from 0deg,
    #ff0000,
    #ff8000,
    #ffff00,
    #80ff00,
    #00ff00,
    #00ff80,
    #00ffff,
    #0080ff,
    #0000ff,
    #8000ff,
    #ff00ff,
    #ff0000
  );
  opacity: 0.1;
  animation: rotateRainbow 10s linear infinite;
  z-index: -1;
}

@keyframes rotateRainbow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.question-block {
  perspective: 1000px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.question-block:hover {
  transform: scale(1.05);
}

.cube {
  position: relative;
  width: 120px;
  height: 120px;
  transform-style: preserve-3d;
  animation: rotateCube 4s linear infinite,
    pulseGlow 2s ease-in-out infinite alternate;
}

.closed-block .cube {
  animation: rotateCube 4s linear infinite,
    pulseGlow 2s ease-in-out infinite alternate;
}

@keyframes rotateCube {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(0deg);
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 1), 0 0 60px rgba(255, 215, 0, 0.7);
  }
}


.face {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 4px solid #87ceeb; 
  background: #ffd700; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #ff0000; 
  border-radius: 8px;
  backface-visibility: hidden;
}

.question-mark {
  font-size: 4rem;
  font-weight: bold;
  color: #ff0000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.front {
  transform: rotateY(0deg) translateZ(60px);
}
.back {
  transform: rotateY(180deg) translateZ(60px);
}
.right {
  transform: rotateY(90deg) translateZ(60px);
}
.left {
  transform: rotateY(-90deg) translateZ(60px);
}
.top {
  transform: rotateX(90deg) translateZ(60px);
  background: #ffd700;
} 
.bottom {
  transform: rotateX(-90deg) translateZ(60px);
  background: #ffd700;
} 


.glow-effect {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(255, 215, 0, 0.6) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
  animation: glowPulse 1.5s ease-in-out infinite alternate;
}

@keyframes glowPulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}


.question-block.opening .cube {
  animation: none;
  transform: scale(1.2);
}

.question-block.open .cube {
  opacity: 0.7;
  transform: scale(0.8) translateY(-20px);
}


.floating-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.star {
  position: absolute;
  font-size: 1.5rem;
  animation: floatStar 3s ease-in-out infinite;
}

.star:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.star:nth-child(2) {
  top: 20%;
  right: 10%;
  animation-delay: 0.5s;
}
.star:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: 1s;
}
.star:nth-child(4) {
  bottom: 10%;
  right: 20%;
  animation-delay: 1.5s;
}

@keyframes floatStar {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}


.coins-burst {
  animation: fadeInUp 0.5s ease-out;
}

.coins-container {
  position: relative;
  width: 120px;
  margin: 0 auto;
}

.coin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #ffd700;
  border: 2px solid #ffa500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #8b4513;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.burst-coin {
  animation: burstOut 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes burstOut {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
  }
  100% {
    transform: translate(
        calc(-50% + var(--distance) * cos(var(--angle))),
        calc(-50% + var(--distance) * sin(var(--angle)))
      )
      scale(1) rotate(720deg);
    opacity: 0;
  }
}

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


.login-buttons {
  animation: fadeIn 0.5s ease-out 1.5s forwards;
  margin-top: 1rem;
}

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


.modal-backdrop {
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.8),
    rgba(118, 75, 162, 0.8)
  );
}

.mrktingmdl-cta-btn {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.mrktingmdl-cta-btn:hover {
  background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
  text-decoration: none !important;
}


.health-buddy-container {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
}

.health-buddy-container.active {
  right: 0;
}

.health-buddy-header {
  background: linear-gradient(135deg, #6d4590 0%, #00f2fe 100%);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.health-buddy-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.health-buddy-info {
  display: flex;
  align-items: center;
}

.health-buddy-status {
  font-size: 0.8rem;
  opacity: 0.9;
}

.health-buddy-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s;
}

.health-buddy-close:hover {
  transform: rotate(90deg);
}

.health-buddy-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.health-buddy-section {
  margin-bottom: 25px;
}

.health-buddy-section-title {
  font-weight: 600;
  color: #6d4590;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.health-question {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.health-question:hover {
  background-color: #e9f7fe;
  border-left-color: #6d4590;
  transform: translateX(5px);
}

.health-question i {
  color: #6d4590;
  margin-right: 10px;
}

.chat-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 200px;
}

.message {
  margin-bottom: 15px;
  display: flex;
}

.message.user {
  justify-content: flex-end;
}

.message-bubble {
  max-width: 90%;
  padding: 10px 15px;
  border-radius: 18px;
  line-height: 1.4;
  word-wrap: break-word;
}

.message.buddy .message-bubble {
  background-color: white;
  color: #333;
  border-top-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message.user .message-bubble {
  background-color: #6d4590;
  color: white;
  border-top-right-radius: 0;
}

.chat-input-container {
  display: flex;
  align-items: center;
}

.chat-input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px 15px;
  outline: none;
  font-size: 14px;
}

.chat-input:focus {
  border-color: #4facfe;
}

.chat-send-btn {
  background-color: rgb(109, 69, 144);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.chat-send-btn:hover {
  background-color: #3d8bfd;
}

.chat-send-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.typing-indicator {
  display: none;
  padding: 10px 15px;
  background-color: white;
  border-radius: 18px;
  border-top-left-radius: 0;
  width: fit-content;
  margin-bottom: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.typing-indicator.active {
  display: block;
}

.typing-indicator span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4facfe;
  margin: 0 2px;
  animation: typing 1.4s infinite;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}

.health-buddy-trigger {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6d4590 0%, #00f2fe 100%);
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(79, 172, 254, 0.4);
  cursor: pointer;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.health-buddy-trigger:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(79, 172, 254, 0.6);
}

.health-buddy-trigger i {
  font-size: 1.5rem;
}

.notification-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #ff4757;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
}

.error-message {
  color: #e74c3c;
  font-size: 12px;
  padding: 5px;
  background-color: #ffeaea;
  border-radius: 5px;
  margin-top: 5px;
}

.cursor {
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #333;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown-toggle::after {
  float: right;
  margin-left: 0.5em;
}
.emergency-btn {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: linear-gradient(145deg, #ff0000, #a00000);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  animation: pulseDanger 1.8s infinite;
  transition: all 0.4s ease;
}

.emergency-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.emergency-btn:hover {
  background: linear-gradient(145deg, #cc0000, #7a0000);
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.8);
}

@keyframes pulseDanger {
  0% {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 35px rgba(255, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  }
}
.futrr-compact .futrr-main { padding: 24px 0 !important; }
.futrr-compact h6 { margin-bottom: 10px; font-size: 0.98rem; }
.futrr-compact p { color: #d7d7d7; font-size: 0.86rem; line-height: 1.55; }
.futrr-compact ul li { margin-bottom: 5px; }
.futrr-compact ul li a { font-size: 0.86rem; }
.futrr-compact .futrr-bottom { border-top: 1px solid #242424; font-size: 0.8rem; }
.futrr-compact .futrr-bottom a { font-size: 1rem; }
.app-download-cta { border-radius: 999px; font-weight: 700; box-shadow: 0 8px 20px rgba(220, 53, 69, 0.18); }


.healthpocket-nav-premium {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 13px !important;
    border-radius: 999px;
    background: linear-gradient(135deg, #111827 0%, #3b1b68 48%, #8a2be2 100%);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(138,43,226,.22);
    border: 1px solid rgba(255,255,255,.32);
}
.healthpocket-nav-premium:hover { color:#fff !important; transform: translateY(-1px); }
.healthpocket-nav-premium .hp-nav-chip {
    font-size: 10px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    color: #fff;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hp-premium-section { background: radial-gradient(circle at top left,#fff4cb 0,#fff 34%,#f4f0ff 100%); overflow:hidden; }
.hp-premium-card { position:relative; border-radius: 32px; background: linear-gradient(145deg,#111827,#30104d 48%,#8a2be2); color:#fff; box-shadow:0 34px 90px rgba(31,20,70,.28); overflow:hidden; min-height: 330px; }
.hp-premium-card::before { content:""; position:absolute; inset:-30%; background:radial-gradient(circle,rgba(255,255,255,.2),transparent 42%); transform:rotate(-12deg); }
.hp-premium-glass { position:relative; z-index:1; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.08); backdrop-filter:blur(16px); border-radius:24px; }
.hp-benefit-pill { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; background:#fff; border:1px solid #eceef5; box-shadow:0 10px 28px rgba(20,30,60,.05); font-weight:600; }

/* ASTIKAN HEADER + HEALTHPOCKET FIX 2026-06-20 */
.sticky-header {
  height: auto !important;
  min-height: 64px;
  background: rgba(255,255,255,.96) !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 10px 30px rgba(15,23,42,.06) !important;
}
.sticky-header .container {
  max-width: 1440px;
}
.sticky-header .logo {
  height: 44px !important;
  width: auto;
  object-fit: contain;
}
.nav-menu {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(8px, 1vw, 18px);
  min-width: 0;
}
.nav-menu .nav-link {
  margin: 0 !important;
  padding: 8px 4px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-size: clamp(13px, .9vw, 15.5px) !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
}
.nav-menu .dropdown-toggle::after {
  margin-left: 5px;
}
.healthpocket-nav-premium {
  padding: 9px 12px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #111827 0%, #38105f 45%, #b01eff 100%) !important;
  border: 1px solid rgba(255,255,255,.34) !important;
  box-shadow: 0 12px 30px rgba(103,28,180,.2) !important;
  gap: 7px !important;
  transform: translateZ(0);
}
.healthpocket-nav-premium .hp-nav-text,
.healthpocket-nav-premium .hp-nav-chip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #fff !important;
}
.nav-menu .healthpocket-nav-premium,
.nav-menu .healthpocket-nav-premium:hover,
.nav-menu .healthpocket-nav-premium:focus,
.nav-menu .healthpocket-nav-premium i,
.nav-menu .healthpocket-nav-premium .hp-nav-text,
.custom-offcanvas .healthpocket-nav-premium,
.custom-offcanvas .healthpocket-nav-premium i,
.custom-offcanvas .healthpocket-nav-premium .hp-nav-text {
  color: #fff !important;
}
.healthpocket-nav-premium .hp-nav-chip {
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 4px 7px !important;
  border-radius: 999px;
  background: rgba(255,255,255,.22) !important;
  color: #fff !important;
}
.app-download-cta {
  min-height: 44px;
  padding: 0 20px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  box-shadow: 0 12px 26px rgba(220,53,69,.2) !important;
}
.app-download-cta span { white-space: nowrap !important; }
@media (max-width: 1399.98px) {
  .sticky-header .logo { height: 40px !important; }
  .nav-menu { gap: 9px; }
  .app-download-cta { padding: 0 16px !important; }
}
@media (max-width: 1199.98px) {
  .sticky-header .container { max-width: 100%; }
  .sticky-header .logo { height: 42px !important; }
}
.hp-premium-section-fixed {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(176,30,255,.12), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(220,53,69,.10), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fbf7ff 45%, #fff7f0 100%) !important;
}
.hp-premium-section-fixed .container {
  max-width: 1260px;
}
.hp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg,#111827,#8a2be2);
  box-shadow: 0 14px 32px rgba(86,32,146,.18);
}
.hp-title {
  max-width: 660px;
  font-size: clamp(2.1rem, 4.2vw, 4.55rem);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 900;
  color: #171b22;
}
.hp-subtitle {
  max-width: 650px;
  color: #5f6673;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}
.hp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
}
.hp-benefit-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 12px 30px rgba(31,41,55,.06);
  font-weight: 800;
  color: #202734;
}
.hp-benefit-grid i { color: #dc3545; font-size: 18px; }
.hp-primary-btn,
.hp-outline-btn {
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-weight: 900 !important;
}
.hp-primary-btn { background: #111827 !important; color: #fff !important; }
.hp-outline-btn { border: 1px solid #111827 !important; color: #111827 !important; background: #fff !important; }
.hp-card-shell {
  position: relative;
  max-width: 560px;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-card-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .72;
}
.hp-card-orbit-one {
  width: 220px;
  height: 220px;
  top: 4px;
  right: 18px;
  background: linear-gradient(135deg, rgba(220,53,69,.24), rgba(138,43,226,.2));
}
.hp-card-orbit-two {
  width: 170px;
  height: 170px;
  left: 10px;
  bottom: 18px;
  background: linear-gradient(135deg, rgba(17,24,39,.14), rgba(255,198,64,.22));
}
.hp-premium-card-fixed {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  min-height: 315px !important;
  border-radius: 34px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 20% 5%, rgba(255,255,255,.25), transparent 28%),
    linear-gradient(145deg, #111827 0%, #37105c 52%, #a020f0 100%) !important;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 38px 90px rgba(42,18,75,.34) !important;
  overflow: hidden;
}
.hp-premium-card-fixed::before {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.18) 46%, transparent 55%);
  transform: rotate(-10deg);
}
.hp-premium-card-fixed > * { position: relative; z-index: 1; }
.hp-premium-card-fixed small,
.hp-premium-card-fixed label,
.hp-card-footer span { color: rgba(255,255,255,.62); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; }
.hp-premium-card-fixed h3 { margin: 2px 0 0; font-weight: 900; font-size: 2rem; }
.hp-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  font-size: 28px;
}
.hp-card-chip-row { display: flex; gap: 7px; }
.hp-card-chip-row span { width: 32px; height: 24px; border-radius: 7px; background: rgba(255,255,255,.22); display:block; }
.hp-premium-card-fixed strong { display:block; font-size: 1.05rem; color:#fff; }
.hp-active { color: #55f09f !important; }
.hp-card-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.hp-floating-note {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #fff;
  color: #161b24;
  box-shadow: 0 18px 42px rgba(31,41,55,.14);
  padding: 12px 16px;
  font-weight: 900;
  white-space: nowrap;
}
.hp-note-top { top: 44px; right: 0; }
.hp-note-bottom { left: 8px; bottom: 34px; }
.hp-floating-note i { color:#dc3545; }
@media (max-width: 991.98px) {
  .hp-premium-section-fixed { text-align: center; }
  .hp-title,
  .hp-subtitle,
  .hp-benefit-grid { margin-left: auto; margin-right: auto; }
  .hp-benefit-grid { grid-template-columns: 1fr; }
  .hp-card-shell { margin-top: 16px; min-height: 390px; }
  .hp-floating-note { display:none; }
}
@media (max-width: 575.98px) {
  .hp-title { font-size: 2.25rem; }
  .hp-card-shell { min-height: 360px; }
  .hp-premium-card-fixed { border-radius: 26px !important; padding: 24px !important; }
}



/* ASTIKAN DEEP HEADER/LABEL CLEANUP 2026-06-20 */
.sticky-header {
  min-height: 58px !important;
  padding: 6px 0 !important;
}
.sticky-header .container {
  max-width: 1480px !important;
  gap: 14px !important;
}
.sticky-header .logo {
  height: 42px !important;
  max-width: 160px !important;
}
.nav-menu {
  gap: clamp(10px, 1.15vw, 22px) !important;
  align-items: center !important;
}
.nav-menu .nav-link {
  font-size: clamp(13px, .86vw, 15px) !important;
  line-height: 1 !important;
  padding: 9px 3px !important;
  white-space: nowrap !important;
}
.nav-menu .dropdown-toggle::after {
  margin-left: 6px !important;
  transform: translateY(1px);
}
.healthpocket-nav-premium {
  padding: 9px 14px !important;
  border-radius: 999px !important;
  gap: 6px !important;
}
.healthpocket-nav-premium .hp-nav-chip { display: none !important; }
.healthpocket-nav-premium .hp-nav-text { font-weight: 900 !important; letter-spacing: -.01em; }
.app-download-cta {
  min-width: 108px !important;
  width: auto !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  flex: 0 0 auto !important;
}
.app-download-cta span { display:inline-block !important; white-space: nowrap !important; line-height: 1 !important; }
@media (max-width: 1299.98px) {
  .nav-menu { display: none !important; }
  .menu-ellipsis, .navbar-toggler { display: inline-flex !important; }
  .app-download-cta { display: none !important; }
}
@media (min-width: 1300px) {
  .menu-ellipsis, .navbar-toggler { display: none !important; }
}
.hp-premium-section-fixed .container { max-width: 1240px !important; }
.hp-premium-section-fixed { padding-block: 8px !important; }
.hp-title { font-size: clamp(2rem, 3.65vw, 4rem) !important; line-height: 1.02 !important; }
.hp-subtitle { font-size: clamp(.98rem, 1.05vw, 1.13rem) !important; line-height: 1.65 !important; }
.hp-card-shell { min-height: 360px !important; }
.hp-premium-card-fixed { min-height: 292px !important; }
.hp-card-label { display:block; color: rgba(255,255,255,.68) !important; font-weight: 900 !important; letter-spacing: .1em !important; text-transform: uppercase !important; font-size: 10.5px !important; margin-bottom: 4px; }
.hp-card-access-box { padding: 16px; border-radius: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.hp-card-access-box p { margin: 6px 0 0; color: rgba(255,255,255,.72); font-size: .92rem; }
.hp-card-footer { padding-top: 14px !important; }
.hp-note-top { top: 26px !important; right: 8px !important; }
.hp-note-bottom { bottom: 20px !important; left: 4px !important; }
@media (max-width: 991.98px) {
  .sticky-header .logo { height: 40px !important; max-width: 150px !important; }
  .hp-card-shell { min-height: 340px !important; }
}

/* Plan enrollment page polish */
body.plan-page {
  overflow-x: hidden !important;
  padding-top: var(--plan-navbar-height, 68px) !important;
}
html.plan-page-root {
  overflow-x: hidden !important;
}
.plan-topbar,
.plan-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 2000 !important;
  background: rgba(255,255,255,.97) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: 0 8px 24px rgba(15,23,42,.08) !important;
}
.plan-back-link {
  color: #0f172a !important;
}
.plan-back-link:hover {
  color: var(--primary, #6366f1) !important;
}
body.plan-page,
body.plan-page *:not(.bi):not(.fa):not(.fas):not(.far):not(.fab) {
  font-family: "Poppins", sans-serif !important;
}
body.plan-page > .sticky-header,
body.plan-page > .custom-offcanvas,
body.plan-page > .emergency-btn {
  display: none !important;
}
@media (max-width: 767px) {
  body.plan-page {
    padding-top: 60px !important;
  }
  .plan-navbar {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .plan-navbar .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .plan-navbar .nav-link {
    font-size: .86rem !important;
  }
}

/* HealthPocket header link — same look as other nav items */
.nav-menu .healthpocket-nav-premium,
.custom-offcanvas .healthpocket-nav-premium {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 9px 8px !important;
  color: #1f2937 !important;
  font-weight: 700 !important;
  gap: 5px !important;
  transform: none !important;
}
.nav-menu .healthpocket-nav-premium:hover,
.nav-menu .healthpocket-nav-premium:focus,
.custom-offcanvas .healthpocket-nav-premium:hover,
.custom-offcanvas .healthpocket-nav-premium:focus {
  color: #28a745 !important;
  background: none !important;
  transform: none !important;
}
.nav-menu .healthpocket-nav-premium i,
.nav-menu .healthpocket-nav-premium .hp-nav-text,
.custom-offcanvas .healthpocket-nav-premium i,
.custom-offcanvas .healthpocket-nav-premium .hp-nav-text {
  color: inherit !important;
}
.custom-offcanvas .healthpocket-nav-premium.custom-link {
  padding: 10px 15px !important;
}

/* Mobile menu — login / profile */
.offcanvas-auth-slot {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.offcanvas-login-btn {
  background: linear-gradient(135deg, #6366f1, #7c3aed) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.offcanvas-login-btn:hover {
  color: #fff !important;
  opacity: 0.92;
}

.offcanvas-profile-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.offcanvas-profile-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.12);
  color: inherit;
}

.offcanvas-profile-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e7ff;
  flex-shrink: 0;
}

.offcanvas-profile-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.offcanvas-profile-text strong {
  font-size: 0.9rem;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offcanvas-profile-text small {
  font-size: 0.72rem;
  color: #64748b;
}

.offcanvas-profile-arrow {
  color: #94a3b8;
  font-size: 1rem;
  flex-shrink: 0;
}
