<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* font.css */

/* Styles for H1 */
h1 {
    font-family: 'Arial, sans-serif'; /* à¤†à¤ª à¤…à¤ªà¤¨à¥€ à¤ªà¤¸à¤‚à¤¦ à¤•à¤¾ à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤¡à¤¾à¤² à¤¸à¤•à¤¤à¥‡ à¤¹à¥ˆà¤‚ */
    font-size: 20px; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤¸à¤¾à¤‡à¤œà¤¼ à¤•à¥‹ à¤…à¤ªà¤¨à¥€ à¤œà¤°à¥‚à¤°à¤¤ à¤•à¥‡ à¤…à¤¨à¥à¤¸à¤¾à¤° à¤¬à¤¦à¤²à¥‡à¤‚ */
    font-weight: 400; /* à¤¬à¥‹à¤²à¥à¤¡à¤¨à¥‡à¤¸ à¤•à¤® à¤•à¤°à¤¨à¥‡ à¤•à¥‡ à¤²à¤¿à¤ 100 à¤¸à¥‡ 400 à¤¤à¤• à¤°à¤–à¥‡à¤‚ */
    color: #ffffff; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤•à¤¾ à¤°à¤‚à¤—, à¤†à¤ª HEX à¤¯à¤¾ RGB à¤®à¥‡à¤‚ à¤¡à¤¾à¤² à¤¸à¤•à¤¤à¥‡ à¤¹à¥ˆà¤‚ */
}

/* Styles for H2 */
h2 {
    font-family: 'Arial, sans-serif'; /* à¤†à¤ª à¤…à¤ªà¤¨à¥€ à¤ªà¤¸à¤‚à¤¦ à¤•à¤¾ à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤¡à¤¾à¤² à¤¸à¤•à¤¤à¥‡ à¤¹à¥ˆà¤‚ */
    font-size: 20px; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤¸à¤¾à¤‡à¤œà¤¼ à¤•à¥‹ à¤…à¤ªà¤¨à¥€ à¤œà¤°à¥‚à¤°à¤¤ à¤•à¥‡ à¤…à¤¨à¥à¤¸à¤¾à¤° à¤¬à¤¦à¤²à¥‡à¤‚ */
    font-weight: 400; /* à¤¬à¥‹à¤²à¥à¤¡à¤¨à¥‡à¤¸ à¤•à¤® à¤•à¤°à¤¨à¥‡ à¤•à¥‡ à¤²à¤¿à¤ 100 à¤¸à¥‡ 400 à¤¤à¤• à¤°à¤–à¥‡à¤‚ */
    color: #333333; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤•à¤¾ à¤°à¤‚à¤—, à¤†à¤ª HEX à¤¯à¤¾ RGB à¤®à¥‡à¤‚ à¤¡à¤¾à¤² à¤¸à¤•à¤¤à¥‡ à¤¹à¥ˆà¤‚ */
}

/* Styles for H3 */
h3 {
    font-family: 'Arial, sans-serif'; /* à¤†à¤ª à¤…à¤ªà¤¨à¥€ à¤ªà¤¸à¤‚à¤¦ à¤•à¤¾ à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤¡à¤¾à¤² à¤¸à¤•à¤¤à¥‡ à¤¹à¥ˆà¤‚ */
    font-size: 20px; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤¸à¤¾à¤‡à¤œà¤¼ à¤•à¥‹ à¤…à¤ªà¤¨à¥€ à¤œà¤°à¥‚à¤°à¤¤ à¤•à¥‡ à¤…à¤¨à¥à¤¸à¤¾à¤° à¤¬à¤¦à¤²à¥‡à¤‚ */
    font-weight: 400; /* à¤¬à¥‹à¤²à¥à¤¡à¤¨à¥‡à¤¸ à¤•à¤® à¤•à¤°à¤¨à¥‡ à¤•à¥‡ à¤²à¤¿à¤ 100 à¤¸à¥‡ 400 à¤¤à¤• à¤°à¤–à¥‡à¤‚ */
    color: #333333; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤•à¤¾ à¤°à¤‚à¤—, à¤†à¤ª HEX à¤¯à¤¾ RGB à¤®à¥‡à¤‚ à¤¡à¤¾à¤² à¤¸à¤•à¤¤à¥‡ à¤¹à¥ˆà¤‚ */
}

/* Visa Block Styling */
.visa-block {
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Arial, sans-serif'; /* à¤«à¤¼à¥‰à¤¨à¥à¤Ÿ à¤•à¥‹ à¤•à¤‚à¤¸à¤¿à¤¸à¥à¤Ÿà¥‡à¤‚à¤Ÿ à¤°à¤–à¤¨à¥‡ à¤•à¥‡ à¤²à¤¿à¤ à¤œà¥‹à¤¡à¤¼à¤¾ à¤—à¤¯à¤¾ */
}

/* Ordered List Styling */
ol li {
    position: relative;
    list-style: none; /* Remove default list numbers */
    margin-bottom: 25px; /* Increased space between list items */
    padding: 15px 20px 15px 100px; /* Increased space for custom circle and text */
    font-size: 15px;
    font-family: 'Arial, sans-serif'; /* Consistent font styling */
    font-weight: 400;
    background-color: #f9f9f9; /* Light background color */
    border-radius: 10px; /* Rounded corners for list items */
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Custom Circular Background and Numbering for Ordered List */
ol li::before {
    content: counter(list-counter); /* Add custom number */
    counter-increment: list-counter; /* Increment number */
    position: absolute;
    top: 50%; /* Center the circle vertically */
    left: 30px; /* Position the circle further left */
    transform: translateY(-50%); /* Vertically align the circle */
    background-color: #0677af; /* Circular background color */
    color: white; /* Number color */
    width: 50px; /* Slightly larger circle */
    height: 50px; /* Slightly larger circle */
    border-radius: 50%; /* Make the background circle */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px; /* Slightly larger font size for numbers */
    font-weight: 400;
    transition: background-color 0.3s ease;
}
</pre></body></html>