  /* Target only your pricing plan box */
.plan-st2 {
    background-color: #1a1a1a; /* dark background to support bright text */
    color: #f2f2f2;            /* default bright text */
    opacity: 1;                /* no fade */
}

/* Title */
.plan-st2 h3 {
    color: #ffffff;
    font-weight: 700;
}

/* Price text */
.plan-st2 span {
    color: #dddddd;
    font-size: 1.1em;
}

/* Features list */
.plan-st2 ul li a {
    color: #eaeaea;
    font-weight: 500;
}

/* Cloud icon */
.plan-st2 .mlyo-icon-st2 {
    color: #ffffff;
}

/* Buttons: Learn / Order */
/* 1. Base button styling */
.plan-st2 .order-st2 {
  background-color: #ffffff;
  color: #000000 !important;      /* Force black text always */
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #000000;
  text-align: center;
  transition: background 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

/* 2. Button hover state: subtly change background */
.plan-st2 .order-st2:hover {
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

/* 3. Prevent any parent hover from affecting the button */
.plan-st2:hover .order-st2 {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

/* 4. In case there's a deeper hover trigger: triple-nesting */
.plan-st2:hover .order-st2:hover,
.plan-st2 .order-st2:hover {
  color: #000000 !important;
  background-color: #f0f0f0 !important;
  border-color: #000000 !important;
}

.sec-title,
.sec-title h1,
.sec-title h2,
.sec-title h3,
.sec-title h4,
.sec-title h5,
.sec-title h6,
.sec-title p,
.sec-title span {
    color: #000000 !important;      /* Force dark text */
    opacity: 1 !important;
    font-weight: 600;
    text-shadow: none;
}

@media (max-width: 768px) {
  html, body {
    overflow-y: auto !important;
    min-height: 100% !important;
  }

  /* Remove any fixed height or overflow restrictions */
  .plan-st2,
  .sec-title,
  main,
  .content-wrapper {
    max-height: none !important;
    overflow: visible !important;
  }

  footer {
    padding-bottom: 60px !important; /* enough space */
    position: relative !important;
    z-index: 10;
  }
}
