.subpage {
    padding-top: 80px;
}

div.body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#container {
    flex: 1;
}
.copyrights-left {
    margin-bottom: 0px;
}
.site-footer-bottom, .site-footer-bottom a {
    color: #c0c0c0;
}
#partners img {
    max-height: 80px;
    max-width: 300px;
}
#supporting-partners img {
    height: 50px;
    max-width: 180px;
    margin-bottom: 80px;
}
html{
    scroll-behavior: smooth !important;
}
.speaker-title{
	font-size:11px;
	font-weight:400;
	letter-spacing:1px;
	font-family: 'Open Sans', sans-serif;
    margin: 0 0 5px 0;
}
.speaker-company {
    color: #f35132!important;
    font-size: 16px;
    font-weight:700;
}
.focused-forums {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.forum-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #404040;
    color: #404040;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
}

.forum-button:hover {
    background-color: #404040;
    color: #fff;
    text-decoration: none;
}

.session-chair-ribbon {
    position: absolute;
    top: 10px;
    right: -5px;
    padding: 5px 15px;
    background: #404040;
    color: white;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform: rotate(0deg);
    z-index: 1;
}

.session-chair-ribbon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    border-top: 5px solid #202020;
    border-right: 5px solid transparent;
}

.speaker-name, .speaker-title, .speaker-company {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
}

/* Ensure the container has proper width */
.team-item-cont {
    width: 100%;
}

/* Speaker section title styling */
.team-grid-section-title {
    background: #404040;
    color: white;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 4px;
    font-size: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.show-more-speakers {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
    background: #404040;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.show-more-speakers:hover {
    background: #555555;
    color: white;
    text-decoration: none;
}

.hidden-speakers {
    display: none;
}
@media (max-width: 767px) {
    .logo-container {
        margin-bottom: 35px; /* Adjust the value as needed */
    }
}
@media (min-width: 768px) {
    .logo-container {
        margin-bottom: 35px; /* Adjust the value as needed */
    }
}