.health-section {
            min-height: 100vh;
            background: linear-gradient(135deg, #dbeafe 0%, #ffffff 50%, #dcfce7 100%);
            padding: 4rem 1rem;
        }

        /* .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        } */

        @media (max-width: 1024px) {
            .grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
        }

        .content-column {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .main-heading {
            font-size: 3rem;
            font-weight: bold;
            color: #111827;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        @media (max-width: 768px) {
            .main-heading {
                font-size: 2rem;
            }
        }

        .highlight-blue {
            color: #2563eb;
        }

        .highlight-green {
            color: #16a34a;
        }

        .feature-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 0.5rem;
            border-radius: 0.5rem;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .feature-item:hover {
            transform: translateX(0.5rem);
            background-color: rgba(255, 255, 255, 0.5);
        }

        .checkmark {
            width: 1.5rem;
            height: 1.5rem;
            background-color: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.875rem;
            flex-shrink: 0;
            margin-top: 0.25rem;
        }

        .feature-icon {
            width: 1.25rem;
            height: 1.25rem;
            margin-right: 0.5rem;
        }

        .feature-text {
            font-size: 1.125rem;
            color: #374151;
            font-weight: 500;
            display: flex;
            align-items: center;
        }

        .free-text {
            color: #dc2626;
            font-weight: bold;
        }

        .strikethrough {
            text-decoration: line-through;
            color: #6b7280;
        }

        .countdown-container {
            background: white;
            border-radius: 1rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            padding: 1.5rem;
            border: 1px solid #e5e7eb;
        }

        .countdown-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .heart-icon {
            width: 1.5rem;
            height: 1.5rem;
            color: #ef4444;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        .countdown-title {
            font-size: 1.25rem;
            font-weight: bold;
            color: #1f2937;
        }

        .countdown-timer {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin: 1rem 0;
        }

        .time-unit {
            background: linear-gradient(to bottom, #ef4444, #dc2626);
            color: white;
            border-radius: 0.5rem;
            padding: 0.75rem;
            min-width: 70px;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .time-number {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .time-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .time-separator {
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            font-weight: bold;
            color: #ef4444;
        }

        .countdown-text {
            font-size: 0.875rem;
            color: #4b5563;
            font-weight: 500;
            text-align: center;
        }

        .machine-column {
            position: relative;
        }

        .machine-container {
            background: white;
            border-radius: 1.5rem;
            /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
            padding: 2rem;
            position: relative;
            overflow: hidden;
        }

        .offer-badge {
           position: absolute;
    top: 1.5rem;
    right: 1rem;
    background: linear-gradient(to right, #ef4444, #ec4899);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    transform: rotate(41deg);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    /* z-index: 999; */
    font-weight: bold;
    font-size: 1rem;
    width: 100px;
    text-align: center;
        }

        .machine-content {
            text-align: center;
        }

        .weight-machine {
            position: relative;
            width: 16rem;
            height: 20rem;
            background: linear-gradient(to bottom, #f3f4f6, #d1d5db);
            border-radius: 1rem;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            border: 4px solid #9ca3af;
            margin: 0 auto 1.5rem;
        }

        .digital-display {
            position: absolute;
            top: 2rem;
            left: 50%;
            transform: translateX(-50%);
            background: black;
            border-radius: 0.5rem;
            padding: 0.75rem 1.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .display-weight {
            color: #10b981;
            font-family: 'Courier New', monospace;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .display-unit {
            color: #10b981;
            font-family: 'Courier New', monospace;
            font-size: 0.875rem;
        }

        .scale-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 4rem;
            height: 4rem;
            color: #4b5563;
        }

        .machine-platform {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            right: 1rem;
            height: 2rem;
            background: linear-gradient(to bottom, #9ca3af, #6b7280);
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .health-indicators-right {
            position: absolute;
            right: -2rem;
            top: 4rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .health-indicators-left {
            position: absolute;
            left: -2rem;
            top: 6rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .health-indicator {
            color: white;
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            border-radius: 9999px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .indicator-blue { background-color: #3b82f6; }
        .indicator-green { background-color: #10b981; }
        .indicator-purple { background-color: #8b5cf6; }
        .indicator-red { background-color: #ef4444; }
        .indicator-yellow { background-color: #eab308; }
        .indicator-indigo { background-color: #6366f1; }

        .product-info {
            margin-top: 1rem;
        }

        .product-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #1f2937;
            margin-bottom: 1rem;
        }

        .pricing {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.5rem;
        }

        .current-price {
            font-size: 1.875rem;
            font-weight: bold;
            color: #dc2626;
        }

        .original-price {
            font-size: 1.25rem;
            color: #6b7280;
            text-decoration: line-through;
        }

        .savings-text {
            font-size: 0.875rem;
            color: #16a34a;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .features-box {
            background: linear-gradient(to right, #2563eb, #7c3aed);
            color: white;
            border-radius: 0.75rem;
            padding: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            margin-bottom: 1rem;
        }

        .features-title {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .features-list {
            font-size: 0.875rem;
            text-align: left;
        }

        .features-list li {
            margin-bottom: 0.25rem;
        }

        .order-button {
            width: 60%;
            background: linear-gradient(to right, #10b981, #059669);
            color: white;
            font-weight: bold;
            padding: 1rem 2rem;
            border-radius: 0.75rem;
            border: none;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0 auto;
            display: block;
        }

        .order-button:hover {
            background: linear-gradient(to right, #059669, #047857);
            transform: scale(1.05);
        }

        /* SVG Icons */
        .icon {
            display: inline-block;
            vertical-align: middle;
        }

        @media only screen and (max-width:500px){
            .order-button{width: 100%;}
        }
 