/* Program Section */
.program-section {
    /* padding: 50px 0; */
    background-color: rgba(217, 217, 217, 0.2);
    position: relative;
}

.program-bg {
    width: 100%;
    height: 305px;
    background-image: url('../images/Group\ 84.png');
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.program-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.program-subtitle {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.program-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 100px;
    margin-bottom: 50px;
}

.program-date {
    background-color: #408e42;
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 2px;
    padding: 38px 30px;
    border-radius: 21px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.program-row {
    margin-bottom: 20px;
}

.program-item {
    height: 100%;
    background-color: #d9d9d9;
    border-radius: 21px;
    padding: 30px;
    line-height: 1.2;
    letter-spacing: 0.1px;
}

.program-time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.program-time img {
    width: 28px;
    height: 27px;
}

.program-time-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
}

.program-label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 21px;
    margin-bottom: 20px;
}

.program-label.blue {
    background-color: #249ce9;
}

.program-label.dark-blue {
    background-color: #0b1543;
}

.program-label.light-blue {
    background-color: #0061a0;
}

.program-content-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
}

.program-content {
    font-size: 20px;
    line-height: 1;
}

.program-break {
    background-color: #0f88be;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 0;
    border-radius: 21px;
    margin: 30px 0;
}

.program-cocktail {
    background-color: #0061a0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    padding: 16px 0;
    border-radius: 21px;
    margin: 30px 0;
}

.DMBold {
    font-weight: bold;
}

.blueProgram {
    color: #0F88BE;
    font-size: 18px;
    font-weight: bold;
}

.speakers {}

/* Register Section */
.register-section {
    padding: 50px 0;
    background-image: url('../assets/images/img_rectangle_89.png');
    background-size: cover;
    background-position: center;
    height: 289px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-button {
    background-color: #5da75f;
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 73px;
    border-radius: 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    margin-bottom: 30px;
    transition: background-color 0.3s;
}

.register-button:hover {
    background-color: #4c8e4e;
}

.register-note {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

/* Footer */
.footer {
    box-shadow: 0 -2px 10px 0px rgba(0, 0, 0, 0.103);
    border-top: 1px solid rgba(0, 0, 0, 0.151);
    background-color: white;
    padding: 45px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 126px;
}

.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    width: 234px;
    height: 79px;
    margin-bottom: 20px;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #194379;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-partners {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}

.footer-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-partner-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #194379;
    margin-bottom: 10px;
}

.footer-partner-logo {
    height: 44px;
}

.footer-partner-logo.alliance {
    height: 70px;
}

.footer-credits {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    color: #194379;
}

.footer-divider {
    width: 1173px;
    height: 1px;
    background-color: #143f6a;
    margin: 0 auto 10px;
}


/* Organizers Section */
.organizers-section {
    position: relative;
    padding: 50px 0;
    /* background-image: url('../assets/images/img_group_83.png');
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat; */
}

.organizers-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.organizers-logo {
    width: 403px;
    height: 84px;
    margin-bottom: 50px;
}

.supporters-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #0b1543;
    margin-bottom: 50px;
}

.supporters-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.supporter-logo {
    width: auto;
    height: 100px;
}

.supporter-logo-small {
    height: 60px;
    width: auto;
    margin: 10px;
}