
      body {
        margin: 0;
        font-family: "Outfit", sans-serif;
        background-image: url(./fitness-concept-with-equipment-frame_23-2148531436.avif);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: #333;
      }

      body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(
          255,
          255,
          255,
          0.8
        ); /* Adjust opacity and color to control brightness */
        z-index: -1;
      }

      .popular-courses {
        font-size: 2rem;
        font-weight: bold;
        color: #1f2937; /* dark gray-blue */
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
        position: relative;
        display: inline-block;
      }

      .popular-courses::after {
        content: "";
        display: block;
        width: 50%;
        height: 4px;
        background-color: #3b82f6; /* blue-500 */
        margin: 0.5rem auto 0 auto;
        border-radius: 2px;
      }

      .webplus-pricing-section-container {
        text-align: center;
        background: transparent;
      }

      .webplus-pricing-main-heading {
        font-size: 3rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
      }

      .webplus-pricing-subheading-text {
        font-size: 1.2rem;
        color: #666;
        margin-bottom: 50px;
      }

      /* Cards Layout */
      .webplus-pricing-plans-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1300px;
        margin: 0 auto;
      }

      .webplus-individual-plan-card-box {
        background: rgb(255, 255, 255);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        max-width: 330px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(15px);
        transition: all 0.4s ease-in-out;
        position: relative;
      }

      .webplus-individual-plan-card-box:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
      }

      /* Premium Card Highlight */
      .webplus-premium-highlight-card {
        border: 2px solid #ff9f43;
        background: linear-gradient(135deg, #fff0e5, #fffdf5);
      }

      .webplus-plan-title-text-heading {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 10px;
        color: #222;
      }

      .webplus-plan-pricing-display {
        font-size: 2.4rem;
        font-weight: 700;
        color: #ff6f00;
        margin: 10px;
      }

      .webplus-plan-pricing-display b {
        font-size: 13px;
      }

      .webplus-emi-text {
        font-size: 1rem;
        color: #555;
        margin-bottom: 20px;
      }
      .wpa-syllabus-bar {
        display: flex;
        justify-content: space-between;
      }

      .webplus-plan-description-paragraph {
        font-size: 1rem;
        color: #444;
        margin-bottom: 30px;
        line-height: 1.5;
      }

      .webplus-premium-new-card {
        background: linear-gradient(135deg, white, rgb(209, 250, 255),rgb(51, 214, 255));
        border: 4px solid white;
        color: rgb(0, 0, 0);
        margin-bottom: 2rem;
      }

      /* Buttons */
      .webplus-enroll-button-action,
      .webplus-enroll-button-action-green,
      .webplus-enroll-button-action-standard {
        background: linear-gradient(to right, #ff6f00, #ff9f43);
        color: #fff;
        border: none;
        border-radius: 12px;
        padding: 12px 24px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(255, 111, 0, 0.3);
        transition: background 0.3s ease;
      }

      .webplus-enroll-button-action:hover {
        background: linear-gradient(to right, #e65100, #ff8000);
      }

      .webplus-enroll-button-action-green {
        background: linear-gradient(to right, #13e800, #f5fff5);
        color: black;
      }

      .webplus-enroll-button-action-green:hover {
        background: linear-gradient(to right, #10bc00, #62ff5d);
        color: rgb(255, 255, 255);
      }

      .webplus-enroll-button-action-standard {
        background: linear-gradient(to right, #b3f4ff, #ffffff);
        color: rgb(0, 0, 0);
      }

      .webplus-enroll-button-action-standard:hover {
        background: linear-gradient(to right, #00d9ff, #b3f4ff);
        color: rgb(255, 255, 255);
      }

      .metallic-button-silver {
        font-size: 14px;
        padding: 6px 16px;
        font-weight: 400;
        border: none;
        outline: none;
        color: #000;
        background: linear-gradient(
          45deg,
          #999 5%,
          #fff 10%,
          #ccc 30%,
          #ddd 50%,
          #ccc 70%,
          #fff 80%,
          #999 95%
        );
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: all 0.2s ease-in-out;
      }

      .metallic-button-gold {
        font-size: 14px;
        padding: 6px 16px;
        font-weight: 500;
        border: none;
        outline: none;
        color: #000;
        background: linear-gradient(
          45deg,
          #b29600 5%,
          #ffd700 15%,
          #fff8dc 30%,
          #ffec8b 50%,
          #ffd700 70%,
          #fff8dc 85%,
          #b29600 95%
        );
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4),
          inset 0 1px 2px rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: all 0.2s ease-in-out;
      }

      /* Tags */
      .tag-best-value,
      .tag-premium,
      .tag-best-saver {
        position: absolute;
        top: -12px;
        left: 20px;
        padding: 6px 12px;
        border-radius: 8px;
        font-weight: 600;
      }

      .tag-premium-new {
        border: 3px solid rgb(255, 255, 255);
        position: absolute;
        top: -15px;
        left: 20px;
        padding: 6px 12px;
        border-radius: 15px 3px;
        font-size: 1rem;
        font-weight: 600;
      }

      .tag-best-value {
        background: #a7f9ff;
        color: #000000;
      }

      .tag-best-saver {
        background: rgb(0, 255, 0);
        color: #000000;
      }

      .tag {
        position: fixed;
        top: 30%;
        left: -100px;
        transform: rotate(270deg);
        background-color: #ff5722;
        color: white;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        font-family: sans-serif;
        cursor: pointer;
        z-index: 999;
        overflow: hidden; /* Required for shine effect */
      }

      .tag::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
          120deg,
          rgba(255, 255, 255, 0.2) 0%,
          rgba(255, 255, 255, 0.8) 50%,
          rgba(255, 255, 255, 0.2) 100%
        );
        transform: skewX(-20deg);
        animation: shine 2s infinite;
      }

      @keyframes shine {
        0% {
          left: -75%;
        }
        100% {
          left: 125%;
        }
      }

      .section-title {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 2rem;
        font-family: "Outfit", sans-serif;
        color: #333;
      }

      .course-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        padding: 0 2rem;
        margin-bottom: 20px;
      }

      .course-card {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        padding: 1rem;
        transition: all 0.3s ease-in-out;
        font-family: "Outfit", sans-serif;
      }

      .course-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
      }

      .course-title {
        font-size: 1.5rem;
        margin: 0.5rem;
        color: #2c3e50;
      }

      .course-price {
        font-size: 1.25rem;
        color: #27ae60;
        margin-bottom: 0.5rem;
      }

      .course-subtitle {
        font-size: 1rem;
        color: #7f8c8d;
        margin-bottom: 0.75rem;
      }

      .enroll-btn {
        background-color: #007bff;
        color: white;
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.3s ease;
      }

      .enroll-btn:hover {
        background-color: #0056b3;
      }

      /* Responsive */
      @media (max-width: 768px) {
        .webplus-pricing-plans-wrapper {
          flex-direction: column;
          align-items: center;
          gap: 20px;
        }

        .webplus-individual-plan-card-box {
          max-width: 60%;
          padding: 20px;
          margin-bottom: 10px;
        }

        .webplus-pricing-main-heading {
          font-size: 1.6rem;
        }

        .webplus-pricing-subheading-text {
          font-size: 0.8rem;
          width: 60%;
          margin: 0px auto;
        }

        .webplus-plan-pricing-display {
          font-size: 1.8rem;
        }

        .popular-courses {
          font-size: 1.6rem;
          margin: 30px auto;
        }

        .webplus-plan-description-paragraph {
          font-size: 0.7rem;
          margin-bottom: 10px;
        }

        .webplus-plan-description-paragraph b {
          font-size: 1rem !important;
        }

        .webplus-plan-title-text-heading {
          margin: 0;
          font-size: 1.2rem;
        }

        .webplus-enroll-button-action,
        .webplus-enroll-button-action-green,
        .webplus-enroll-button-action-standard {
          font-size: 0.9rem;
        }

        .tag {
          font-size: 12px;
          padding: 6px 12px;
          left: -71px;
        }

        .tag-best-value,
        .tag-premium,
        .tag-best-saver,
        .tag-premium-new {
          top: -20px;
        }

        .course-price{
            margin: 5px;
            font-size: 1.2rem !important;
        }

        .course-subtitle{
            margin: 5px;
            font-size: 0.8rem !important;
        }

        .course-grid {
          display: flex;
          flex-wrap: wrap;
          
        }
        .course-card{
            max-width: 37%;
            padding: 0.8rem;
        }
        .course-title {
        font-size: 1.2rem;
        margin: 0.5rem;
        }
        
        .course-grid strong{
            /* border: 2px solid red; */
            font-size: 0.7rem;
        }

        .course-grid a{
            /* border: 2px solid red; */
            font-size: 0.7rem;
        }

        .course-grid p{
            /* border: 2px solid red; */
            font-size: 0.8rem;
            margin: 8px;
        }

      .course-subtitle {
        font-size: 0.8rem;
      }

      .enroll-btn {
        padding: 0.3rem 1rem;
        font-size: 0.8rem;
        margin: 10px;
      }
      }