/*
Theme Name: Hello Elementor Child
Theme URI:
Description: Child theme for Hello Elementor with early-loading CSS
Author: YP
Author URI:
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom CSS starts here */

body {
    margin: 0;
}
.whatsapp-btn ul li:last-child a:hover {
    background: #1bbd57;
}

.whatsapp-btn ul li:last-child a {
    background: #25d366;
    border-radius: 5px;
    padding: 0 8px;
    transition: 0.3s;
}
.whatsapp-btn ul li:last-child:hover a .elementor-icon-list-text {
    color: #fff!important;
}
.whatsapp-btn ul li:last-child:hover a svg {
    fill: #fff!important;
}
.process-box .elementor-widget-heading {
    width: 200px;
    height: 200px;
}
.process-content::before {
    backdrop-filter: blur(50px);
}
.course-outline .elementskit-card-body.ekit-accordion--content ul {
    padding-left: 25px;
}

.course-outline .elementskit-card-body.ekit-accordion--content ul li::marker {
    color: #f99600;
}

.course-outline .elementskit-card-body.ekit-accordion--content ul li:not(:last-child) {
    margin-bottom: 4px;
}