 body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6; 
            color: #333;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
        }
        
         img {
        width: 100%;
        max-width: 400px;
        height: auto;
        }

        .re2 {
            text-align: center; 
            background: #fff5f5;  
            border-radius: 5px;
                        text-align: justify; 

        }

        .re3 {
            font-size: 28px; font-weight: bold; color: #cc0000;
        }


        .bs {
           display: inline-block; 
           text-align: center; 
           vertical-align: top; 
           background: #f5fff5; 
            margin-top: 3rem;
           border-radius: 5px; 
           width: 100%;
           text-align: justify;
        }

        .bs2 {
            font-size: 28px; 
            font-weight: bold; 
            color: #005e2f;
        }


        ul {
             list-style-type: none;
                margin: 0;
                padding: 0;
        }
                
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        header {
            background-color: #005e2f;
            color: white;
            padding: 20px 0;
            text-align: center;
        }
        
        h1, h2, h3, h4 {
            color: #005e2f;
            margin-top: 30px;
        }
        
        .main-title {
            font-size: 32px;
            font-weight: bold;
            color: white;
            margin-bottom: 10px;
        }
        
        .subtitle {
            font-size: 20px;
            color: white;
            margin-bottom: 20px;
        }
        
        .verified {
            font-size: 14px;
            color: #ccc;
            margin-bottom: 20px;
        }
        
        .hero-section {
            background-color: #f5f5f5;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }
        
      
        .testimonial-box {
            background-color: #fff;
            border-left: 4px solid #005e2f;
            padding: 20px;
            margin: 30px 0;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .testimonial-author {
            font-weight: bold;
            color: #005e2f;
            text-align: right;
            margin-top: 10px;
        }
        
        .cta-button {
            display: inline-block;
            background-color: #ff5722;
            color: white;
            font-size: 20px;
            font-weight: bold;
            padding: 15px 30px;
            border-radius: 5px;
            text-decoration: none;
            margin: 20px 0;
            animation: pulse 2s infinite;
        }

        
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }
        
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .features {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 40px 0;
        }
        
        .feature-box {
            flex-basis: 48%;
            background-color: #fff;
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .before-after {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .before, .after {
            flex-basis: 48%;
            background-color: #f5f5f5;
            padding: 5px;
            border-radius: 5px;
            text-align: justify;
        }
        
        .before h3, .after h3 {
            text-align: center;
        }

          .before .fa {
            color: red;
        }


          .after .fa {
            color: green;
        }
        
        
        .symptoms-list {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin: 30px 0;
        }
        
        .symptoms-list ul {
            columns: 2;
            padding-left: 20px;
        }
        
        .dangers {
            background-color: #fff3f3;
            padding: 20px;
            border-radius: 5px;
            margin: 30px 0;
        }
        
        .product-intro {
            text-align: center;
            margin: 40px 0;
        }
        
        .ingredients {
            background-color: #f5f5f5;
            padding: 20px;
            border-radius: 5px;
            margin: 30px 0;
        }
        
        .packages {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 40px 0;
        }
        
        .package {
            flex-basis: 23%;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 20px;
            text-align: center;
            transition: transform 0.3s;
        }
        
        .package:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .popular {
            position: relative;
            overflow: hidden;
            border: 2px solid #005e2f;
        }
        
        .popular::before {
            content: "MOST POPULAR";
            position: absolute;
            top: 10px;
            right: -28px;
            background-color: #005e2f;
            color: white;
            padding: 5px 30px;
            transform: rotate(45deg);
            font-size: 12px;
        }
        
        .package h3 {
            color: #005e2f;
        }
        
        .price {
            font-size: 24px;
            font-weight: bold;
            color: #005e2f;
            margin: 10px 0;
        }
        
        .original-price {
            text-decoration: line-through;
            color: #999;
            font-size: 18px;
        }
        
        .guarantee {
            background-color: #f5f5f5;
            padding: 20px;
            border-radius: 5px;
            margin: 30px 0;
            text-align: center;
        }
        
        .guarantee img {
            max-width: 100px;
            margin: 0 auto;
            display: block;
        }
        
        .payment-options {
            display: flex;
            justify-content: space-around;
            margin: 30px 0;
            flex-wrap: wrap;
        }
        
        .payment-option {
            flex-basis: 45%;
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
            margin-bottom: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .faq {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            margin: 30px 0;
        }
        
        .faq-item {
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
        
        .faq-question {
            font-weight: bold;
            color: #005e2f;
        }
        
        .timer-container {
            background-color: #fff3cd;
            padding: 20px;
            border-radius: 5px;
            margin: 30px 0;
            text-align: center;
        }
        
        .countdown {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        
        .countdown-item {
            background-color: #005e2f;
            color: white;
            padding: 10px;
            margin: 0 10px;
            min-width: 60px;
            border-radius: 5px;
        }
        
        .countdown-number {
            font-size: 24px;
            font-weight: bold;
        }
        
        .countdown-label {
            font-size: 12px;
        }
        
        .certification {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .cert-badge {
            margin-top: 2rem;
            background-color: #f5f5f5;
            margin: 0 4px;
            border-radius: 5px;
            font-weight: bold;
            color: #005e2f;
        }
        
        .social-proof {
            background-color: #f9f9f9;
            font-size: 1.2rem;
            color: red;
            padding: 10px;
            border-radius: 5px;
            margin: 20px 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            animation: fadeInOut 5s infinite;
            text-align: center;
        }
        
        @keyframes fadeInOut {
            0% { opacity: 0.7; }
            50% { opacity: 1; }
            100% { opacity: 0.7; }
        }
        
        footer {
            background-color: #333;
            color: white;
            padding: 20px 0;
            text-align: center;
            font-size: 12px;
            margin-top: 50px;
        }
        
        .footer-links {
            margin: 20px 0;
        }
        
        .footer-links a {
            color: #ccc;
            margin: 0 10px;
            text-decoration: none;
        }

        .whatsapp-testimonials {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 30px 0;
        }
        
        .whatsapp-testimonial {
            flex-basis: 48%;
            background-color: #e5f7e5;
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .mid-page-cta {
            background-color: #f2fff2;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
            text-align: center;
            border: 2px dashed #005e2f;
        }
        
        @media (max-width: 768px) {
            .feature-box, .before, .after, .package, .payment-option, .whatsapp-testimonial {
                flex-basis: 100%;
            }
            
            .symptoms-list ul {
                columns: 1;
            }
            .cta-button {
            
            font-size: 14px;
            font-weight: 2rem;
            padding: 5px 10px;
        }
        iframe {
            width: 760;
            height: 515; 
        }

        }
        @media (max-width: 420px) {
           
        iframe {
            width: 960;
            height: 515; 
        }

        }

