p {
    text-align: justify;
}

.logo-bash {
    font-weight: 900;
    /* text-transform: uppercase; */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}

.logo-ladies {
    color: #ff00b0;
    font-weight: 700;
    font-family: 'Dancing Script', cursive;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}

.logo-image {
    max-width: 75px;
    height: auto;
    margin-right: 15px;
}

.heading-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.page-subheading {
    font-size: 2.5rem;
    font-weight: 600 !important;

}

.additional-info {
    font-weight: 500 !important;
}

.organizer-logo {
    max-width: 300px;
    height: auto;
    margin-right: 15px;
}

.teacher-image {
    max-width: 200px;
    border-radius: 50%;
    border: 5px solid #f8f9fa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.register {
    font-family: var(--header-font);
}

.partners-wrapper {
    background-color: #fff;
    justify-content: center;
    margin-top: 3.125rem;
    text-align: center;
    width: 100%;
}

.partners {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1140px;
    gap: 50px 0px;
}

.partner-image {
    max-width: 150px;
    margin-left: 25px;
    margin-right: 25px;
    overflow-x: auto;
}

footer {
    margin-top: 0 !important;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-nav .nav-link {
    font-weight: 700 !important;
}

details {
    margin-top: 1rem;
}

summary {
    font-weight: 600;
}

/* .navbar {
    flex-wrap: nowrap;
}

.navbar-brand {
    text-wrap: balance;
} */