/*
 Theme Name:   learningplateform
 Template:     hitmag
 Version:      1.0.0
 */


/* Center align icons */
p.join-icons {
    text-align: center;
    margin-top: 20px; /* Adjust as needed */
}

/* Style WhatsApp and Telegram icons */
.whatsapp-icon,
.telegram-icon {
    width: 80px; /* Set the same width for both icons */
    height: auto;
    margin: 0 10px; /* Add spacing between icons */
}

/* WhatsApp and Telegram Call to Action */
.whatsapp-telegram-cta {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    width: 97%; /* Set the width to 80% of the container */
    max-width: 800px; /* Set a maximum width to prevent it from becoming too wide */
}

.whatsapp-telegram-cta h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.whatsapp-telegram-cta p {
    margin-bottom: 10px;
}

.whatsapp-telegram-cta .btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.whatsapp-telegram-cta .btn:hover {
    background-color: #3e8e41;
}

#h2id
{
    color:red;
    font-weight:900;
}


