.speakerImg {
    display: block;
    width: 125px;
    height: 125px;
    margin: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

img {
    vertical-align: middle;
}

.support {
    text-align: justify;
}

.workshopPage {
    display: block;
    padding: 40px;
}

.workshopPage .modal-body {
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #555;
    padding: 30px;
    font-size: 16px;
    font-weight: 300;
}

.workshopPage .modal-body .wid {
    max-width: 70%;
    margin: auto;
}

.workshopPage .modal-body .small-head {
    margin: 15px 0 7px;
    font-size: 16px;
    color: #ff9900;
}

.workshopPage .modal-body .wid .block {
    margin-bottom: 30px;
    border: solid 1px #ddd;
    padding: 15px;
    background: #f7f7f7;
}

.workshopPage .modal-body .wid .block ul {
    list-style-type: circle;
    margin-left: 15px;
    margin-top: 15px;
}

#align {
    text-align: justify;
}

#align1 {
    text-align: left;
}

/* for mobile screens */

@media only screen and (max-width: 600px) {
    .workshopPage {
        display: block;
        padding: 5px;
    }
    .workshopPage .modal-body {
        position: relative;
        font-family: "Roboto", sans-serif;
        color: #555;
        padding: 15px;
        font-size: 16px;
        font-weight: 300;
    }
    .workshopPage .modal-body .wid {
        max-width: 95%;
        margin: auto;
    }
    .workshopPage .modal-body .small-head {
        margin: 15px 0 7px;
        font-size: 16px;
        color: #ff9900;
    }
    .workshopPage .modal-body .wid .block {
        margin-bottom: 30px;
        border: solid 1px #ddd;
        padding: 15px;
        background: #f7f7f7;
    }
    .workshopPage .modal-body .wid .block ul {
        list-style-type: circle;
        margin-left: 15px;
        margin-top: 15px;
    }
    .workshopPage .modal-body .p {
        position: relative;
        font-family: "Roboto", sans-serif;
        color: #555;
        padding: 30px;
        font-size: 14px;
        font-weight: 300;
    }
    #align {
        text-align: center;
        margin-bottom: 25px;
    }
    #align1 {
        text-align: center;
    }
}


/* Werner Vogels Featured Section */
.featured-keynote {
    background: linear-gradient(135deg, #232f3f, #0f1620);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.keynote-badge {
    display: inline-block;
    background: #ff9900;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.featured-keynote .main-heading-ttl {
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
}

.keynote-row {
    display: flex;
    align-items: center;
    position: relative;
}

.keynote-speaker-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transition: all 0.5s ease;
}

.keynote-speaker-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.hover-scale.hover {
    transform: scale(1.03);
}

.keynote-speaker-info {
    background: rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 10px;
    margin-left: -50px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.speaker-title h3 {
    color: #ff9900;
    font-size: 28px;
    margin: 0 0 5px;
}

.speaker-title p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
}

.speaker-bio {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.speaker-session {
    background: rgba(255,153,0,0.15);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ff9900;
}

.speaker-session h4 {
    color: #ff9900;
    margin-top: 0;
    font-size: 18px;
}

.speaker-session p {
    color: #fff;
    margin-bottom: 0;
}

.session-meta {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: rgba(255,255,255,0.7);
}

.session-date {
    margin-right: 20px;
}

.session-date i, .session-time i {
    margin-right: 5px;
}

.keynote-cta {
    background: #ff9900;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    margin-top: 50px;
}

.hover-lift.hover {
    transform: translateY(-5px);
    box-shadow: 0 7px 20px rgba(0,0,0,0.25);
}

/* Decorative elements */
.decorative-element {
    position: absolute;
    border-radius: 50%;
}

.element-top-right {
    top: 50px;
    right: 50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,153,0,0.1) 0%, rgba(255,153,0,0) 70%);
}

.element-bottom-left {
    bottom: 50px;
    left: 50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,153,0,0.05) 0%, rgba(255,153,0,0) 70%);
}

/* Cursor following gradient */
.cursor-gradient {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,153,0,0.15) 0%, rgba(255,153,0,0) 70%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: left 0.2s ease-out, top 0.2s ease-out;
    z-index: 1;
    opacity: 0;
}

/* Veliswa Boya Speaker Section */
.confirmed-speakers {
    margin: 60px 0;
    position: relative;
}

.confirmed-speaker-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
}

.speaker-photos {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.primary-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    transition: all 0.6s ease;
}

.primary-photo.hover {
    width: 60%;
}

.primary-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 50px 0;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.secondary-photo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 60%;
    transform: translateY(20px);
    opacity: 0.9;
    transition: all 0.6s ease;
    z-index: 2;
}

.secondary-photo.hover {
    transform: translateY(0);
    opacity: 1;
}

.secondary-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0 0 0;
    box-shadow: -5px -5px 15px rgba(0,0,0,0.2);
}

.confirmed-speaker-card .speaker-info {
    padding: 30px;
    position: relative;
}

.aws-hero-badge {
    position: absolute;
    top: -20px;
    right: 30px;
    background: #ff9900;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 3;
}

.confirmed-speaker-card h3 {
    color: #232f3f;
    font-size: 28px;
    margin-bottom: 5px;
}

.confirmed-speaker-card .speaker-title {
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.confirmed-speaker-card .speaker-bio {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.confirmed-speaker-card .speaker-bio p:last-child {
    margin-bottom: 0;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.social-links a.linkedin {
    color: #0077b5;
}

.social-links a.twitter {
    color: #00acee;
}

.social-links a i {
    font-size: 24px;
}

/* More Speakers Coming Soon Section */
.more-speakers {
    margin-top: 60px;
}

.more-speakers-container {
    background: rgba(255,153,0,0.1);
    padding: 40px;
    border-radius: 10px;
    display: inline-block;
}

.more-speakers h3 {
    color: #ff9900;
    font-weight: bold;
    margin-bottom: 20px;
}

.more-speakers p {
    margin-bottom: 20px;
}

.more-speakers .button {
    display: inline-block;
    background: #ff9900;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .keynote-speaker-info {
        margin-left: 0;
        margin-top: 30px;
    }
    
    .keynote-row {
        flex-direction: column;
    }
    
    .featured-keynote .main-heading-ttl {
        font-size: 30px;
    }
    
    .primary-photo, .primary-photo.hover {
        width: 100%;
        height: 70%;
    }
    
    .secondary-photo, .secondary-photo.hover {
        width: 50%;
        height: 50%;
        right: 0;
        bottom: 0;
    }
    
    .speaker-photos {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .keynote-badge {
        font-size: 12px;
    }
    
    .speaker-title h3 {
        font-size: 24px;
    }
    
    .keynote-speaker-info, .confirmed-speaker-card .speaker-info {
        padding: 25px;
    }
    
    .more-speakers-container {
        padding: 30px;
    }
}




/* Option 2: AWS Blue-Orange Dual Gradient */
.cursor-gradient-option2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 30% 30%, 
                rgba(255,153,0,0.2) 0%, 
                rgba(35,47,63,0.15) 50%, 
                rgba(35,47,63,0) 80%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: left 0.2s ease-out, top 0.2s ease-out;
    z-index: 1;
    opacity: 0;
    mix-blend-mode: screen;
}



/* speakers */

/* Responsive Design for Speakers */
@media (max-width: 768px) {
   .section-8 {
       padding: 50px 0;
   }

   .main-heading-ttl {
       font-size: 2rem;
       margin-bottom: 2rem;
   }

   .confirmed-speaker-card {
       padding: 2rem;
   }

   .speaker-content {
       flex-direction: column;
       text-align: center;
       gap: 2rem;
   }

   .speaker-photos {
       width: 200px;
       height: 200px;
   }

   .speaker-info h3 {
       font-size: 2rem;
   }

   .speakers-grid {
       grid-template-columns: 1fr;
       gap: 1.5rem;
   }

   .speaker-card {
       padding: 1.5rem;
   }

   .track-badge {
       font-size: 0.6rem;
       padding: 0.2rem 0.6rem;
   }

   .speaker-avatar {
       width: 80px;
       height: 80px;
   }
}

@media (max-width: 480px) {
   .container {
       padding: 0 15px;
   }

   .main-heading-ttl {
       font-size: 1.8rem;
   }

   .confirmed-speaker-card {
       padding: 1.5rem;
   }

   .speaker-photos {
       width: 150px;
       height: 150px;
   }

   .speaker-info h3 {
       font-size: 1.8rem;
   }

   .speaker-bio p {
       font-size: 1rem;
   }

   .speakers-grid {
       grid-template-columns: 1fr;
       gap: 1rem;
   }

   .speaker-card {
       padding: 1rem;
   }

   .speaker-avatar {
       width: 70px;
       height: 70px;
   }
}

/* Hover Effects */
.speaker-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 20px 40px rgba(255,153,0,0.2);
   background: rgba(255,255,255,0.12);
}

.speaker-card:hover .speaker-avatar {
   transform: scale(1.1);
   box-shadow: 0 10px 20px rgba(255,153,0,0.3);
}

.speaker-social a:hover {
   background: #ff9900;
   color: white;
   transform: scale(1.1);
}

.confirmed-speaker-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

/* Animation for cards */
@keyframes fadeInUp {
   from {
       opacity: 0;
       transform: translateY(30px);
   }
   to {
       opacity: 1;
       transform: translateY(0);
   }
}

.speaker-card {
   animation: fadeInUp 0.6s ease forwards;
}

.speaker-card:nth-child(odd) {
   animation-delay: 0.1s;
}

.speaker-card:nth-child(even) {
   animation-delay: 0.2s;
}

/* Button hover effect */
.button.hover-lift:hover {
   transform: translateY(-3px);
   box-shadow: 0 10px 20px rgba(255,153,0,0.3);
}

/* Volunteers Section Styles */
.volunteers-section {
    background: linear-gradient(135deg, #232f3f 0%, #1a2530 100%);
    color: white;
    padding: 0px 0;
    position: relative;
}

.volunteers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,153,0,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,153,0,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,153,0,0.05)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,153,0,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.volunteers-section .container {
    position: relative;
    z-index: 1;
}

.volunteers-intro {
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.volunteers-intro p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

.volunteers-grid {
    margin-bottom: 60px;
}

.volunteer-card {
    background: rgba(255,255,255,0.08);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.volunteer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,153,0,0.1), transparent);
    transition: all 0.6s ease;
}

.volunteer-card:hover::before {
    left: 100%;
}

.volunteer-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,153,0,0.3);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.volunteer-avatar {
    margin-bottom: 20px;
    position: relative;
}

.avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9900, #ffad33);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    color: white;
    box-shadow: 0 8px 25px rgba(255,153,0,0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.avatar-placeholder::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.volunteer-card:hover .avatar-placeholder::before {
    opacity: 1;
    top: -100%;
    left: -100%;
}

.volunteer-card:hover .avatar-placeholder {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(255,153,0,0.4);
}

.volunteer-info h4 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.volunteer-card:hover .volunteer-info h4 {
    color: #ff9900;
}

.volunteer-cta {
    text-align: center;
    background: rgba(255,255,255,0.05);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.volunteer-cta h3 {
    color: #ff9900;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
}

.volunteer-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.volunteer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #ff9900, #ffad33);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255,153,0,0.3);
}

.volunteer-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255,153,0,0.4);
    color: white;
    text-decoration: none;
}

.volunteer-btn i {
    font-size: 20px;
}

/* Gradient Variations for Visual Interest */
.volunteer-card:nth-child(4n+1) .avatar-placeholder {
    background: linear-gradient(135deg, #ff9900, #ffad33);
}

.volunteer-card:nth-child(4n+2) .avatar-placeholder {
    background: linear-gradient(135deg, #232f3f, #3d4f63);
}

.volunteer-card:nth-child(4n+3) .avatar-placeholder {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.volunteer-card:nth-child(4n+4) .avatar-placeholder {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

/* Responsive Design */
@media (max-width: 991px) {
    .volunteers-section {
        padding: 0px 0;
    }
    
    .volunteer-card {
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .avatar-placeholder {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
    
    .volunteer-info h4 {
        font-size: 16px;
    }
    
    .volunteer-cta {
        padding: 30px 20px;
    }
    
    .volunteer-cta h3 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .volunteer-card {
        padding: 15px;
    }
    
    .avatar-placeholder {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
    
    .volunteer-info h4 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .volunteers-grid .col-md-3 {
        width: 50%;
        float: left;
    }
    
    .volunteer-card {
        padding: 12px;
    }
    
    .avatar-placeholder {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .volunteer-info h4 {
        font-size: 14px;
    }
}

/* Organizers Section Styles */
.organizers-section {
    background: #fff;
    padding: 100px 0;
    position: relative;
}

.organizers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,153,0,0.02) 0%, rgba(35,47,63,0.02) 100%);
    z-index: 0;
}

.organizers-section .container {
    position: relative;
    z-index: 1;
}

.organizers-intro {
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.organizers-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
}

.organizers-grid {
    margin-bottom: 80px;
}

.organizer-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(35,47,63,0.08);
    position: relative;
    overflow: hidden;
}

.organizer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,153,0,0.05), transparent);
    transition: all 0.6s ease;
}

.organizer-card:hover::before {
    left: 100%;
}

.organizer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-color: rgba(255,153,0,0.2);
}

.organizer-avatar {
    margin-bottom: 25px;
    position: relative;
}

.organizer-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border: 4px solid #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.organizer-card:hover .organizer-photo {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(255,153,0,0.3);
    border-color: #ff9900;
}

.organizer-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9900, #ffad33);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    color: white;
    box-shadow: 0 8px 25px rgba(255,153,0,0.3);
    transition: all 0.4s ease;
    border: 4px solid #fff;
}

.organizer-card:hover .organizer-placeholder {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(255,153,0,0.4);
}

.organizer-info h4 {
    color: #232f3f;
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.organizer-card:hover .organizer-info h4 {
    color: #ff9900;
}

.organizer-role {
    color: #666;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.organizer-card:hover .organizer-role {
    color: #ff9900;
}

.organizers-message {
    background: linear-gradient(135deg, #232f3f 0%, #1a2530 100%);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.organizers-message::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,153,0,0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.message-content {
    position: relative;
    z-index: 1;
}

.organizers-message h3 {
    color: #ff9900;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.organizers-message p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
}

/* Enhanced hover effects */
.organizer-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
}

.organizer-card:hover {
    background: linear-gradient(145deg, #ffffff 0%, #fff8f3 100%);
}

/* Responsive Design */
@media (max-width: 991px) {
    .organizers-section {
        padding: 60px 0;
    }
    
    .organizer-card {
        margin-bottom: 25px;
        padding: 25px;
    }
    
    .organizer-photo, .organizer-placeholder {
        width: 100px;
        height: 100px;
    }
    
    .organizer-placeholder {
        font-size: 30px;
    }
    
    .organizer-info h4 {
        font-size: 20px;
    }
    
    .organizers-message {
        padding: 40px 30px;
    }
    
    .organizers-message h3 {
        font-size: 24px;
    }
    
    .organizers-message p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .organizer-card {
        padding: 20px;
    }
    
    .organizer-photo, .organizer-placeholder {
        width: 80px;
        height: 80px;
    }
    
    .organizer-placeholder {
        font-size: 24px;
    }
    
    .organizer-info h4 {
        font-size: 18px;
    }
    
    .organizers-message {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .organizers-grid .col-md-3 {
        width: 50%;
        float: left;
    }
    
    .organizer-card {
        padding: 15px;
    }
    
    .organizer-photo, .organizer-placeholder {
        width: 70px;
        height: 70px;
    }
    
    .organizer-placeholder {
        font-size: 20px;
    }
    
    .organizer-info h4 {
        font-size: 16px;
    }
}

/* Responsive Display Controls */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
    }
}

/* Mobile Carousel Styles */
.mobile-carousel {
    position: relative;
    margin-bottom: 60px;
}

.carousel-container {
    overflow: hidden;
    border-radius: 15px;
    padding: 0 10px;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 15px;
}

.carousel-track .volunteer-card,
.carousel-track .organizer-card {
    flex: 0 0 calc(50% - 7.5px);
    margin-bottom: 0;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.carousel-btn {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,153,0,0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9900;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.carousel-btn:hover {
    background: rgba(255,153,0,0.2);
    border-color: #ff9900;
    transform: scale(1.1);
}

.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.carousel-btn i {
    font-size: 20px;
}

.carousel-dots {
    display: flex;
    gap: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #ff9900;
    transform: scale(1.2);
}

.carousel-dot:hover {
    background: rgba(255,153,0,0.7);
}

/* Volunteers Section - Mobile Carousel Adjustments */
.volunteers-section .carousel-btn {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.volunteers-section .carousel-btn:hover {
    background: rgba(255,153,0,0.3);
    border-color: #ff9900;
    color: #ff9900;
}

.volunteers-section .carousel-dot {
    background: rgba(255,255,255,0.4);
}

.volunteers-section .carousel-dot.active {
    background: #ff9900;
}

/* Organizers Section - Mobile Carousel Adjustments */
.organizers-section .carousel-btn {
    background: rgba(35,47,63,0.1);
    border-color: rgba(35,47,63,0.2);
    color: #232f3f;
}

.organizers-section .carousel-btn:hover {
    background: rgba(255,153,0,0.1);
    border-color: #ff9900;
    color: #ff9900;
}

.organizers-section .carousel-dot {
    background: rgba(35,47,63,0.3);
}

.organizers-section .carousel-dot.active {
    background: #ff9900;
}

/* Touch/Swipe Improvements */
.carousel-track {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

/* Smooth transitions for better UX */
.carousel-track .volunteer-card,
.carousel-track .organizer-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Responsive adjustments for very small screens */
@media (max-width: 480px) {
    .carousel-track .volunteer-card,
    .carousel-track .organizer-card {
        flex: 0 0 calc(50% - 10px);
    }
    
    .carousel-container {
        padding: 0 5px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-btn i {
        font-size: 16px;
    }
    
    .carousel-dot {
        width: 10px;
        height: 10px;
    }
}

/* Animation for carousel initialization */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-carousel {
    animation: slideIn 0.6s ease forwards;
}

/* Improved card spacing in carousel */
.carousel-track .volunteer-card,
.carousel-track .organizer-card {
    padding: 20px 15px;
}

.carousel-track .volunteer-avatar,
.carousel-track .organizer-avatar {
    margin-bottom: 15px;
}

.carousel-track .avatar-placeholder,
.carousel-track .organizer-photo,
.carousel-track .organizer-placeholder {
    width: 70px;
    height: 70px;
}

.carousel-track .avatar-placeholder {
    font-size: 20px;
}

.carousel-track .organizer-placeholder {
    font-size: 24px;
}

.carousel-track .volunteer-info h4,
.carousel-track .organizer-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.carousel-track .organizer-role {
    font-size: 12px;
}

/* Enhanced Venue Section Styles */
#venues .venue-info {
    padding: 0px 0;
}

#venues .venue-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

#venues .venue-info li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

#venues .venue-info li:hover {
    padding-left: 10px;
    border-left: 3px solid #ff9900;
}

#venues .venue-info li:last-child {
    border-bottom: none;
}

.venue-icon {
    font-size: 20px;
    color: #ff9900;
    margin-right: 15px;
    min-width: 20px;
}

.locat {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.locat_small {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.venue-detail {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
}

.venue-actions {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.venue-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
}

.venue-btn.primary {
    background: linear-gradient(45deg, #ff9900, #ffad33);
    color: white;
    box-shadow: 0 4px 15px rgba(255,153,0,0.3);
}

.venue-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,153,0,0.4);
    color: white;
    text-decoration: none;
}

.venue-btn.secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.venue-btn.secondary:hover {
    background: rgba(255,255,255,0.2);
    border-color: #ff9900;
    color: #ff9900;
    text-decoration: none;
}

.venue-btn i {
    font-size: 16px;
}

.venue-highlights {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.venue-highlights h5 {
    color: #ff9900;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(255,153,0,0.1);
    transform: translateY(-2px);
}

.highlight-item i {
    font-size: 18px;
    color: #ff9900;
}

.highlight-item span {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-weight: 500;
}

/* Enhanced map container */
#venues #map {
    min-height: 400px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

#venues #map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(255,153,0,0.3);
    border-radius: 12px;
    pointer-events: none;
    z-index: 1;
}

#venues #map iframe {
    border-radius: 12px;
}

/* Loading state for map */
#venues #map {
    background: linear-gradient(45deg, #232f3f, #1a2530);
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #venues .container {
        flex-direction: column;
    }
    
    #venues .left,
    #venues .right {
        width: 100%;
        padding: 25px;
    }
    
    #venues #map {
        min-height: 300px;
        margin-bottom: 20px;
    }
    
    .venue-actions {
        flex-direction: row;
    }
    
    .venue-btn {
        flex: 1;
        font-size: 13px;
        padding: 10px 15px;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #venues .venue-info li {
        flex-direction: row;
        align-items: center;
    }
    
    .venue-actions {
        flex-direction: column;
    }
    
    .venue-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    
    #venues #map {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    #venues .headin-ttl {
        font-size: 24px;
        text-align: center;
    }
    
    .locat {
        font-size: 18px;
    }
    
    .venue-highlights h5 {
        font-size: 16px;
    }
    
    .highlight-item {
        padding: 10px;
    }
    
    .highlight-item span {
        font-size: 13px;
    }
}

/* Animation for venue info */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#venues .venue-info {
    animation: slideInRight 0.8s ease forwards;
}

#venues .venue-info li {
    opacity: 0;
    animation: slideInRight 0.6s ease forwards;
}

#venues .venue-info li:nth-child(1) { animation-delay: 0.1s; }
#venues .venue-info li:nth-child(2) { animation-delay: 0.2s; }
#venues .venue-info li:nth-child(3) { animation-delay: 0.3s; }
#venues .venue-info li:nth-child(4) { animation-delay: 0.4s; }
#venues .venue-info li:nth-child(5) { animation-delay: 0.5s; }
#venues .venue-info li:nth-child(6) { animation-delay: 0.6s; }

.venue-actions {
    opacity: 0;
    animation: slideInRight 0.6s ease forwards;
    animation-delay: 0.8s;
}

.venue-highlights {
    opacity: 0;
    animation: slideInRight 0.6s ease forwards;
    animation-delay: 1s;
}

/* Speakers Section Carousel Styles */
.speakers-grid {
    margin-bottom: 50px;
}

/* Mobile Speakers Carousel */
.mobile-speaker-card {
    background: rgba(255,255,255,0.08) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(5px) !important;
    position: relative !important;
    overflow: hidden !important;
    flex: 0 0 calc(100% - 15px) !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.mobile-speaker-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
}

.mobile-track-badge {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    background: rgba(35,47,63,0.9) !important;
    color: #ff9900 !important;
    padding: 0.3rem 0.8rem !important;
    border-radius: 15px !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-left: 3px solid #e74c3c !important;
}

.mobile-speaker-avatar {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    margin: 0 auto 1.5rem !important;
    overflow: hidden !important;
    border: 3px solid #ff9900 !important;
}

.mobile-speaker-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mobile-speaker-card h4 {
    font-size: 1.2rem !important;
    margin: 0 0 0.5rem !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.mobile-speaker-card .speaker-position {
    color: #ff9900 !important;
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
}

.mobile-speaker-card .speaker-company {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.8rem !important;
    margin-bottom: 1rem !important;
}

.mobile-speaker-card .speaker-bio-short {
    color: rgba(255,255,255,0.8) !important;
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
    margin-bottom: 1.5rem !important;
}

.mobile-speaker-social {
    display: flex !important;
    justify-content: center !important;
    gap: 0.5rem !important;
}

.mobile-speaker-social a {
    width: 35px !important;
    height: 35px !important;
    background: rgba(255,153,0,0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ff9900 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.mobile-speaker-social a:hover {
    background: rgba(255,153,0,0.4) !important;
    transform: scale(1.1) !important;
}

/* Speakers Section - Mobile Carousel Adjustments */
#speakers .carousel-btn {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

#speakers .carousel-btn:hover {
    background: rgba(255,153,0,0.3);
    border-color: #ff9900;
    color: #ff9900;
}

#speakers .carousel-counter {
    color: #fff;
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
}

#speakers .current-slide {
    color: #ff9900;
}

/* Single card per view for speakers */
#speakers-carousel .carousel-track .speaker-card {
    flex: 0 0 calc(100% - 15px);
}

/* Responsive adjustments for speakers */
@media (max-width: 480px) {
    .mobile-speaker-card {
        padding: 1.2rem !important;
    }
    
    .mobile-speaker-avatar {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 1rem !important;
    }
    
    .mobile-speaker-card h4 {
        font-size: 1.1rem !important;
    }
    
    .mobile-speaker-card .speaker-position {
        font-size: 0.8rem !important;
    }
    
    .mobile-speaker-card .speaker-company {
        font-size: 0.75rem !important;
    }
    
    .mobile-speaker-card .speaker-bio-short {
        font-size: 0.8rem !important;
    }
    
    .mobile-speaker-social a {
        width: 30px !important;
        height: 30px !important;
    }
    
    .mobile-track-badge {
        font-size: 0.6rem !important;
        padding: 0.2rem 0.6rem !important;
    }
}

/* Event Program (agenda) — readable on light/transparent section */
#page #agenda.agenda-section {
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

#page #agenda.agenda-section .agenda-lead {
    color: #232f3f;
}

#page #agenda.agenda-section .agenda-lead a {
    color: #ff9900;
    font-weight: 600;
}

#page #agenda.agenda-section .agenda-lead strong {
    color: #1a2530;
}

/* 2026 note above classic 2025 Werner keynote block */
.featured-keynote .keynote-year-kicker {
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 28px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 153, 0, 0.35);
}

