/**
Theme Name: Astra Child
Author: Sangeet Ka Sparsh
Author URI: https://learn.sangeetkasparsh.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Scrolling Notification Bar */
.scrolling-notification-bar {
    background-color: rgba(39, 187, 0.3);
    color: #000;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.scrolling-notification-bar span {
    display: inline-block;
    padding-left: 0%;
    animation: scroll-text 20s linear infinite;
    animation-delay: 0s;
}

@keyframes scroll-text {
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(-100%);
    }
}

body {
    margin-top: 36px; /* Adjust this value */
}

/* If you have a specific header container, use this instead: */
/* #header-container {
    margin-top: 36px;
} */




/* Countdown Timer Styles */
#countdown-timer {
    font-size: 3rem; /* Adjust font size */
    font-family: 'Arial', sans-serif; /* Change font family */
    color: #ff6b6b; /* Change text color */
    margin-bottom: 20px;
}

.countdown-number {
    font-weight: bold;
    padding: 0 5px;
}

/* Button Styles */
.join-now-btn {
    padding: 15px 30px;
    font-size: 1.2rem;
    background: #ff6b6b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.join-now-btn:hover {
    background: #ff4757;
}


/* custom color of webinar page*/

        .page-id-3889.page-color-blue {
            background-color: lightblue !important;
        }