<style>
        
        
/* Modal styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .modal-content {
            background-color: white;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 300px;
            text-align: center;
            border-radius: 8px;
            position: relative;
        }

        .modal-content img {
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto 10px;
        }

        .close {
            color: #aaa;
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 28px;
            font-weight: bold;
            border: none;
            background: none;
            cursor: pointer;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
        }

        .modal-text {
            margin-top: 20px;
        }


.upi-input {
            display: flex;
            align-items: center;
        }
        .upi-logo {
            margin-right: 10px;
        }
        .modal {
            display: none; 
            position: fixed; 
            z-index: 1; 
            left: 0;
            top: 0;
            width: 100%; 
            height: 100%; 
            overflow: auto; 
            background-color: rgba(0,0,0,0.4);
        }
        .modal-content {
            background-color: #fff;
            margin: 15% auto; 
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 300px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        .modal-content img {
            width: 50px;
            height: 50px;
        }
        .close {
            background-color: #000;
            color: white;
            border: none;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
            cursor: pointer;
        }
        .upi-input {
            position: relative;
            display: inline-block;
            width: 100%;
            margin-bottom: 20px; /* Add space after input field */
        }

        .upi-input input {
            padding-left: 40px; /* Adjust based on the logo width */
            width: 100%;
            box-sizing: border-box;
        }

        .upi-input .upi-logo {
            position: absolute;
            left: 10px; /* Adjust based on your preference */
            top: 50%;
            transform: translateY(-50%);
            width: 20px; /* Adjust based on the logo size */
            height: auto;
        }

body {
    padding-top: 20px; /* Add space at the top of the page */
}
        /* Campaign-specific styles */
.campaign-image {
    width: 100px;
    height: auto;
    margin: 10px auto; /* Center the image horizontally */
    display: block;
    border-radius: 50%; /* Make the image circular */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    animation: pulse 2s infinite alternate; /* Add pulsating animation */
}

/* Define pulsating animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #ff634d;
    }
    100% {
        transform: scale(1.2);
        background-color: #ff7e6d;
    }
}body, .form-control, .promo-content { background-color: #f5f2eb; }
.promo-main-section { padding-bottom: 50px; }
.home-wrapper, .promo-offer-block, .form-control, .promo-content { color: #4f5a80; }
.hp-social-title, .promo-head-title, .frm-disc, .form-control:focus, .frm-label { color: #314483; }
.label-disc { color: #8d9ab1; }
.promo-offer-block, .home-wrapper { background-image: linear-gradient(135deg, #fff, #eef6fa); box-shadow: 0 15px 50px 0 rgb(85, 95, 109, .1); }
.primary-btn { /* border-color: #4c60a2; */ display: inline-block; background-color: #ff634d; color: #fff; border: 1px solid transparent; /* background-image: linear-gradient(135deg, #638fba, #46569e); */ /* box-shadow: 2px 6px 15px rgba(88, 114, 181, .35); */
padding: 8px 20px; transition: .1s ease-in-out; transition-property: color, background-color, background-position, border-color, box-shadow; border-radius: 500px; font-family: Montserrat; font-weight: 400; font-size: 13px; text-transform: uppercase; }
.btn-left-icon { max-height: 30px; margin-right: 10px; }
.primary-btn:hover { color: #fff; text-decoration: none; }
button:focus { outline: 0; }
.join-telegram-btn { position: fixed; bottom: 0; width: 100%; border-radius: 0; left: 0; right: 0; }



/* Modal styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .modal-content {
            background-color: white;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 300px;
            text-align: center;
            border-radius: 8px;
            position: relative;
        }

        .modal-content img {
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto 10px;
        }

        .close {
            color: #aaa;
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 28px;
            font-weight: bold;
            border: none;
            background: none;
            cursor: pointer;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
        }

        .modal-text {
            margin-top: 20px;
        }


.upi-input {
            display: flex;
            align-items: center;
        }
        .upi-logo {
            margin-right: 10px;
        }
        .modal {
            display: none; 
            position: fixed; 
            z-index: 1; 
            left: 0;
            top: 0;
            width: 100%; 
            height: 100%; 
            overflow: auto; 
            background-color: rgba(0,0,0,0.4);
        }
        .modal-content {
            background-color: #fff;
            margin: 15% auto; 
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 300px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        .modal-content img {
            width: 50px;
            height: 50px;
        }
        .close {
            background-color: #000;
            color: white;
            border: none;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
            cursor: pointer;
        }
        .upi-input {
            position: relative;
            display: inline-block;
            width: 100%;
            margin-bottom: 20px; /* Add space after input field */
        }

        .upi-input input {
            padding-left: 40px; /* Adjust based on the logo width */
            width: 100%;
            box-sizing: border-box;
        }

        .upi-input .upi-logo {
            position: absolute;
            left: 10px; /* Adjust based on your preference */
            top: 50%;
            transform: translateY(-50%);
            width: 20px; /* Adjust based on the logo size */
            height: auto;
        }

body {
    padding-top: 20px; /* Add space at the top of the page */
}
        /* Campaign-specific styles */
.campaign-image {
    width: 100px;
    height: auto;
    margin: 10px auto; /* Center the image horizontally */
    display: block;
    border-radius: 50%; /* Make the image circular */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    animation: pulse 2s infinite alternate; /* Add pulsating animation */
}

/* Define pulsating animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #ff634d;
    }
    100% {
        transform: scale(1.2);
        background-color: #ff7e6d;
    }
}body, .form-control, .promo-content { background-color: #f5f2eb; }
.promo-main-section { padding-bottom: 50px; }
.home-wrapper, .promo-offer-block, .form-control, .promo-content { color: #4f5a80; }
.hp-social-title, .promo-head-title, .frm-disc, .form-control:focus, .frm-label { color: #314483; }
.label-disc { color: #8d9ab1; }
.promo-offer-block, .home-wrapper { background-image: linear-gradient(135deg, #fff, #eef6fa); box-shadow: 0 15px 50px 0 rgb(85, 95, 109, .1); }
.primary-btn { /* border-color: #4c60a2; */ display: inline-block; background-color: #ff634d; color: #fff; border: 1px solid transparent; /* background-image: linear-gradient(135deg, #638fba, #46569e); */ /* box-shadow: 2px 6px 15px rgba(88, 114, 181, .35); */
padding: 8px 20px; transition: .1s ease-in-out; transition-property: color, background-color, background-position, border-color, box-shadow; border-radius: 500px; font-family: Montserrat; font-weight: 400; font-size: 13px; text-transform: uppercase; }
.btn-left-icon { max-height: 30px; margin-right: 10px; }
.primary-btn:hover { color: #fff; text-decoration: none; }
button:focus { outline: 0; }
.join-telegram-btn { position: fixed; bottom: 0; width: 100%; border-radius: 0; left: 0; right: 0; } 
 /* Main container styling */
    .cb {
        background: linear-gradient(135deg, #f3f9ff, #e8f5fe);
        border-radius: 12px;
        padding: 20px;
        margin: 0 auto;
        max-width: 95%;
        width: 100%;
        height: auto;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        animation: popIn 1s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Heading styling */
    .ht {
        text-align: center;
        font-size: calc(1.5rem + 1vw); /* Adjusts font size dynamically */
        color: #2c3e50;
        margin-bottom: 20px;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        letter-spacing: 1px;
    }

    /* Styling for steps */
    .offer-steps {
        width: 100%; /* Full width */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
        padding: 0;
    }

    .offer-steps p {
        font-size: calc(1rem + 0.4vw);
        line-height: 1.8;
        color: #34495e;
        margin: 15px auto;
        padding: 20px;
        position: relative;
        max-width: 90%;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeIn 0.5s ease-out forwards;
        animation-delay: var(--delay, 0s);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-weight: 600;
        text-align: justify;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* Special handling for extremely long steps */
    .offer-steps p.big-step {
        max-height: 200px; /* Limit height for very large text */
        overflow-y: auto; /* Add vertical scrolling for overflow */
        background-color: #eef5ff; /* Slightly different background for big steps */
        border: 1px solid #d0e3ff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Step number styling */
    .step-number {
        font-size: calc(1.3rem + 0.3vw);
        font-weight: 700;
        color: #2980b9;
        margin-right: 10px;
        text-transform: uppercase;
    }

    /* Emoji styling */
    .emoji {
        font-size: calc(1.8rem + 0.3vw);
        margin-right: 15px;
    }

    /* Step description styling */
    .step-description {
        font-size: calc(1rem + 0.4vw);
        color: #2d3e50;
        font-family: 'Georgia', serif;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    /* No steps available message styling */
    .no-steps {
        font-size: calc(1rem + 0.3vw);
        color: #7f8c8d;
        text-align: center;
        font-weight: bold;
    }

    /* Hover effect for steps */
    .offer-steps p:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        background-color: #f1f9ff;
    }

    /* Animation for steps */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Animation for container */
    @keyframes popIn {
        0% {
            transform: scale(0.95);
            opacity: 0;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Responsive design for smaller screens */
    @media (max-width: 600px) {
        .cb {
            max-width: 100%;
            padding: 15px;
        }

        .offer-steps p {
            font-size: 16px;
            padding: 10px 10px 10px 40px;
        }

        .step-number,
        .emoji {
            font-size: 18px;
        }
    } 


</style>