.icerikSatirs_4 { padding: 0 15px; margin: 30px 0; }
.icerikAd { font-size: 3.5rem; color: #fff; font-weight: 600; padding-bottom: 1rem; line-height: 1; display: none; }
.icerikBaslik { font-size: 1.5rem; color: #EEB922; text-align: center; padding-bottom: 2rem; }
.icerikKalems_4 {
    row-gap: 1rem;
    column-gap: 3rem;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    align-items: stretch;
    justify-items: center;
    max-width: 1140px;
    margin: 0 auto;

}
.icerikKalem {
    width: 17.5rem;
    overflow: hidden;
    background: transparent;
    transition: all 0.4s ease-in-out;
    border: none;
    border-top-left-radius: 0;
    padding-bottom: 0;
    margin: 0 auto;
}
.icerikKalemLeft { cursor: pointer; }
.icerikResim {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.icerikResim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icerikKalemRight {
    text-align: center;
    margin-top: 12px;
}
.infoAd {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 0 4px;
    cursor: pointer;
}
.infoBaslik {
    font-size: 0.95rem;
    color: #ccc;
    margin: 0;
    line-height: 1.3;
}
.infoLinks {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.infoLinks a {
    color: #ccc;
    font-size: 1.1rem;
}
.infoLinks a:hover { color: #EEB922; }


@media (max-width: 768px) {
    .icerikKalems_4 { grid-template-columns: 1fr; }
    .icerikKalem { width: 100%; max-width: 280px; }
}

/* Overlay */
.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.75 !important;
}

/* Main modal container */
.ibw-speaker-modal {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.ibw-speaker-modal .ui-dialog-content {
    padding: 0 !important;
    overflow: visible !important;
    background: white !important;
}

.ibw-speaker-modal .ui-dialog-titlebar {
    display: none !important;
}

/* Modal wrapper */
.speaker-modal-wrapper {
    position: relative;
    background: white;
    width: 100%;
}



.modal-close-x:hover {
    background: #eeb823;
    color: #666;
}

/* Yellow tab bar */
.modal-tab-bar {
    background: #FDB927;
    padding: 12px 0;
    text-align: center;
}

.modal-tab-bar .tab-active {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

/* Content grid */
.modal-content-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    min-height: 450px;
}

/* Left side - speaker info */
.speaker-info-left {
    padding: 40px 30px;
    text-align: center;

}

.speaker-image-box {
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.speaker-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-company-name {
    color: #d32f2f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.speaker-person-name {
    color: #d32f2f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.speaker-role {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.speaker-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.social-icon {
    width: 44px;
    height: 44px;
    background: #d32f2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    transition: all 0.3s;
}

.social-icon:hover {
    background: #b71c1c;
    transform: translateY(-2px);
}

/* Right side - biography */
.speaker-info-right {
    padding: 40px 50px 80px 50px;
    background: white;
    overflow-y: auto;
    max-height: 550px;
}

.speaker-bio-text {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

.speaker-bio-text p {
    margin-bottom: 15px;
}

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

/* Close button (bottom right) */
.modal-close-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background: #d32f2f;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);
}

.modal-close-btn:hover {
    background: #b71c1c;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.4);
}

/* Scrollbar styling */
.speaker-info-right::-webkit-scrollbar {
    width: 6px;
}

.speaker-info-right::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.speaker-info-right::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.speaker-info-right::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive */
@media (max-width: 900px) {
    .modal-content-grid {
        grid-template-columns: 1fr;
    }

    .speaker-info-left {
        border-bottom: 1px solid #e5e5e5;
    }

    .modal-close-btn {
        position: static;
        margin: 20px auto;
        display: block;
    }
}

.dvFullScreen{
    display:flex;
    justify-content: flex-end;
}

.fa.fa-fw.fa-expand,
.ibw-fullscreen-close{
    background: #e2333f;
    padding: 20px;
    margin-left: 1rem;
    color: #fff;
    font-size: 1rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0.5rem;
}

.ibw-fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    overflow-y: auto;
    display: none;
}

.ibw-fullscreen-overlay.active {
    display: block;
}

.ibw-fullscreen-overlay.active .dvFullScreen,
.ibw-fullscreen-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px 40px;
}

body.ibw-fullscreen-active {
    overflow: hidden;
}

.ibw-speaker-modal {
    z-index: 1000001 !important;
    max-width: 95% !important;
    max-height: 95vh !important;
    overflow: hidden !important;
}

.ibw-speaker-modal .ui-dialog-content {
    padding: 0 !important;
    max-height: calc(95vh - 40px) !important;
    overflow-y: auto !important;
}

.ui-widget-overlay {
    z-index: 1000000 !important;
}

.speaker-modal-wrapper {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-close-x {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #c36;
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: #333;
    z-index: 10;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 0.25rem;
}

.modal-tab-bar {
    margin-bottom: 1.25rem;
    border-bottom: 2px solid #e0e0e0;
    flex-shrink: 0;
}

.tab-active {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-bottom: 3px solid #e2333f;
    font-weight: 600;
    color: #e2333f;
    font-size: 0.95rem;
}

.modal-content-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.speaker-info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.speaker-image-box {
    width: 100%;
    max-width: 200px;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.speaker-image-box img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.speaker-company-name {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.35rem;
}

.speaker-person-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #333;
}

.speaker-role {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.75rem;
}

.speaker-socials {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}


.social-icon:hover {
    background: #e2333f;
    color: #fff;
}

.speaker-info-right {
    overflow-y: auto;
    padding-right: 0.5rem;
}

.speaker-bio-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.speaker-bio-text p {
    margin-bottom: 0.85rem;
}

.modal-close-btn {
    background: #e2333f;
    color: #fff;
    border: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.95rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: block;
    margin: 1.25rem auto 0;
    transition: background 0.3s;
    flex-shrink: 0;
}

.modal-close-btn:hover {
    background: #c22834;
}

/* Адаптив */
@media (max-width: 1024px) {
    .ibw-fullscreen-overlay.active .dvFullScreen,
    .ibw-fullscreen-content {
        padding: 40px 30px 30px;
    }

    .ibw-speaker-modal {
        width: 90% !important;
    }

    .modal-content-grid {
        grid-template-columns: 240px 1fr;
        gap: 1.5rem;
    }

    .speaker-image-box {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .ibw-fullscreen-overlay.active .dvFullScreen,
    .ibw-fullscreen-content {
        padding: 30px 20px 20px;
    }

    .ibw-speaker-modal {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 90vh !important;
        left: 0 !important;
        padding: 0 10px !important;
    }

    .ibw-speaker-modal .ui-dialog-content {
        max-height: calc(90vh - 30px) !important;
    }

    .speaker-modal-wrapper {
        padding: 1.25rem;
    }

    .modal-content-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        overflow-y: auto;
    }

    .speaker-info-left {
        border-bottom: 1px solid #e0e0e0;
        padding: 1.25rem;
    }

    .speaker-image-box {
        max-width: 160px;
    }

    .speaker-info-right {
        overflow-y: visible;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .ibw-fullscreen-overlay.active .dvFullScreen,
    .ibw-fullscreen-content {
        padding: 20px 15px 15px;
    }

    .ibw-speaker-modal {
        width: 95% !important;
        margin: 10px !important;
        max-height: 85vh !important;
        left: 0 !important;
    }

    .ibw-speaker-modal .ui-dialog-content {
        max-height: calc(85vh - 20px) !important;
    }

    .speaker-modal-wrapper {
        padding: 1rem;
    }

    .modal-close-x {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 1.5rem;
    }

    .tab-active {
        padding: 0.4rem 0.85rem;
        font-size: 0.85rem;
    }

    .modal-tab-bar {
        margin-bottom: 1rem;
    }

    .modal-content-grid {
        gap: 1rem;
    }

    .speaker-info-left {
        padding: 1rem 0 1rem 0;
    }

    .speaker-image-box {
        max-width: 140px;
        margin-bottom: 0.75rem;
        height: 140px;
    }

    .speaker-person-name {
        font-size: 1.15rem;
        margin-bottom: 0.25rem;
    }

    .speaker-company-name,
    .speaker-role {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .speaker-socials {
        margin-top: 0.5rem;
        gap: 0.5rem;
    }

    .speaker-bio-text {
        font-size: 0.9rem;
    }

    .speaker-bio-text p {
        margin-bottom: 0.7rem;
    }

    .modal-close-btn {
        padding: 0.55rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
        margin-top: 1rem;
    }

    .fa.fa-fw.fa-expand,
    .ibw-fullscreen-close {
        padding: 15px;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.9rem;
        margin-left: 0.5rem;
    }

    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

@media (max-width: 380px) {
    .speaker-modal-wrapper {
        padding: 0.85rem;
    }

    .modal-tab-bar {
        margin-bottom: 0.85rem;
    }

    .tab-active {
        padding: 0.35rem 0.7rem;
        font-size: 0.8rem;
    }

    .speaker-image-box {
        max-width: 120px;
    }

    .speaker-person-name {
        font-size: 1.05rem;
    }

    .speaker-company-name,
    .speaker-role {
        font-size: 0.75rem;
    }

    .speaker-bio-text {
        font-size: 0.85rem;
    }
}