.grecaptcha-badge {
    display: none;
}

.banner-area .banner-mw-logo {
    text-align: center;
    margin-bottom: 50px;
}

.banner-area .banner-mw-logo img {
    max-width: 400px;
    filter: invert(1);
}

@media (max-width: 576px) {
    .banner-area .banner-mw-logo {
        margin-bottom: 35px;
    }

    .banner-area .banner-mw-logo img {
        max-width: 275px;
    }
}

.banner-contents p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .banner-contents p {
        font-size: 18px;
    }
}

.join-area {
    padding-bottom: 100px;
}

@media (max-width: 576px) {
    .join-area {
        padding-bottom: 50px;
    }
}

.idea-icon img {
    width: 35px;
    height: 35px;
} 

.speaker-area {
    padding: 80px 0;
}

@media (max-width: 576px) {
    .speaker-area {
        padding: 50px 0;
    }
}

.speaker-area .webinaire-intro {
    margin-bottom: 30px;
}

.speaker-area .webinaire-steps {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.speaker-area .webinaire-steps img {
    width: 32px;
    height: 32px;
}

.speaker-area .cta-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    background: #2f0063;
    border-radius: 10px;
    padding: 30px 40px;
}

.speaker-area .cta-box a {
    max-width: 200px;
}

.speaker-area .cta-box .cta-info h3 {
    font-size: 40px;
    color: #fff;
}

.speaker-area .cta-box .cta-info p {
    color: #fff;
}

.expert-section {
    position: relative;
    padding: 80px 0;
    background: #2f0063;
    z-index: 1;
}

@media (max-width: 576px) {
    .expert-section {
        padding: 50px 0;
    }
}

.expert-section .expert-img-ctn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-right: 50px;
}

@media (max-width: 768px) {
    .expert-section .expert-img-ctn {
        padding-right: 0;
    }
}

.expert-section .expert-img {
    background: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
}

.expert-section .expert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-section h2,
.expert-section p {
    color: #fff;
}

.expert-section h3 {
    font-size: 34px;
    color: #fff;
    margin-top: 15px;
}

.testimonial-area {
    padding: 80px 0;
}

@media (max-width: 576px) {
    .testimonial-area {
        padding: 50px 0;
    }
}

.reel-section {
    background: #EAE5EF;
    padding: 80px 0;
}

@media (max-width: 576px) {
    .reel-section {
        padding: 50px 0;
    }
}

.footer-logo img {
    filter: invert(1);
}

.footer-contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-contact-info i {
    font-size: 22px;
    color: #fff;
}

.footer-contact-info a {
    color: #fff;
    transition: all .3s;
}

.footer-contact-info a:hover {
    color: #ff007a;
}

/* reserver modal form */
#reserver-modal .modal-content {
    background-color:#2f0063;
}

#reserver-modal .modal-header .btn-close {
    filter: invert(1)!important;
    opacity: 0.7!important;
}

#reserver-modal .modal-header .btn-close:hover {
    opacity: 1!important;
}

#reserver-modal .modal-header h3 {
    color: #fff;
}

#reserver-modal .custom-form {
    padding: 25px 20px;
}

#reserver-modal .input-ctn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

#reserver-modal .half-input {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 250px;
}

#reserver-modal .half-input label {
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px 5px;
}

#reserver-modal .half-input input {
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

#reserver-modal .half-input input:focus {
    outline: none;
}

#reserver-modal .btn--custom {
    min-width: 200px;
    padding: 15px;
}

#reserver-modal label.error{
	color: #ff0000;
}

#reserver-modal .notification_error {
	color: #ff0000;
}

#reserver-modal .notification_ok {
	color: #4CBB17;
}
