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-style spinner */
.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;
}

/* Animation */
@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; /* Fixed height helps consistency */
  z-index: 1050;

  /* Glassmorphism Core */
  backdrop-filter: blur(
    20px
  ); /* Increased for visibility; adjust to 10px if needed */
  -webkit-backdrop-filter: blur(20px); /* Safari/iOS fallback */

  /* Semi-transparent bg for the 'glass' tint */
  background-color: rgba(
    255,
    255,
    255,
    0.8
  ); /* 80% opacity—try 0.9 for subtler */

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

  /* Force GPU rendering for blur */
  transform: translateZ(0);
  will-change: backdrop-filter;

  /* Optional: Transition for smooth scroll-in */
  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: ;
}

.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 section  ---------- */
.consult-doctors {
    background: linear-gradient(135deg, #f5fbff, #e6f2ff);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Gradient heading – keeps the same <h2> but adds colour */
.consult-doctors h2 {
    font-size: 2.2rem;
    background: linear-gradient(80deg, #a83279, #00c9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* The little coloured circle around the icon */
.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;
}

/* Card – lift on hover */
.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);
}

/* Smaller “lead” paragraph – keep it light */
.consult-doctors .lead {
    font-weight: 300;
    color: #555;
}

/* Optional: animate cards when they scroll into view (requires AOS library) */
[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); /* purple → red */
  border: none;
  border-radius: 8px; /* smooth rounded */
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

/* crown before text */
.gth::before {
  content: "👑"; /* can replace with SVG or font icon */
  font-size: 1rem;
  margin-right: 6px;
}

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

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

/* Landing Page CSS  */
.lndbn-banner {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #f9f9ff, #fdfdfd); /* light gradient */
  padding: 85px 0; /* top & bottom padding */
}

.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%;
}
/* ===== Mini Section (minsec) ===== */
.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;
}
/* ===== Third Section (trd) ===== */
.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;
}

/* Cards */
.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; /* plain soft background */
  border-radius: 16px;
  margin: auto;
  padding: 3rem 2rem;
}

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

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

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

/* Outline Button */
.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;
}
/* Section wrapper */
.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;
}

/* Partner card */
.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;
}
/* Card wrapper */
.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);
}

/* Icon */
.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;
}

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

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

/* Button */
.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;
}

/* Card */
.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;
}

/* Icons */
.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);
}

/* Pricing */
.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;
}

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

/* Button */
.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;
}

/* Feature boxes */
.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;
}

/* Gradient text helpers */
.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;
}

/* CTA button */
.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;
}

/* Left Card */
.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;
}

/* Right Content */
.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;
}

/* Stats */
.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;
}

/* CTA Button */
.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;
}

/* Tag */
.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;
}

/* Timeline */
.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;
}

/* Bottom Wrapper */
.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;
}

/* Inner Card */
.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;
}

/* Video Box */
.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;
}

/* Play Button */
.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 */
.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);
  }
}


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

/* Feature Cards */
.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;
}

/* CTA Button */
.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;
}

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

/* Form Wrapper */
.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);
}

/* Send Button */
.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;
}

/* Info Cards */
.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;
}

/* Quick Actions */
.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);
}

/* Response Time */
.cntcsec-info p {
  margin-bottom: 6px;
  font-size: 0.95rem;
}
/* Footer */
.futrr {
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* Newsletter */
.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;
}

/* Main Footer */
.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;
}

/* Bottom Bar */
.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;
}

/* Certifications */
.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;
}

/* Love Bar */
.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 section */
.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;
}

/* Optional: add a glowing outline for reward feel */
.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-Style Reward Box Modal */
.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);
  }
}

/* 3D Question Block Cube */
.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);
  }
}

/* Cube Faces */
.face {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 4px solid #87ceeb; /* Blue frame */
  background: #ffd700; /* Yellow sides */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #ff0000; /* Red ? */
  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);
}

/* Face Positions */
.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;
} /* Top yellow */
.bottom {
  transform: rotateX(-90deg) translateZ(60px);
  background: #ffd700;
} /* Bottom yellow */

/* Glow Effect Layer */
.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);
  }
}

/* Opening/Burst State */
.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 */
.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 */
.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 */
.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 Enhancement */
.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;
}

/* Custom styles for the health buddy modal */
.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);
  }
}
