/* Custom Speech Bubble Modal Responsive */
/* Press Release Content Responsive Typography */
@media (max-width: 1500px) {
  .concept-note-title {
    font-size: 40px;
    line-height: 48px;
  }
  .concept-note-text {
    font-size: 22px;
    line-height: 35px;
  }
  .press-release-section-title {
    font-size: 45px;
    line-height: 54px;
  }
  .press-title {
    font-size: 24px;
    line-height: 32px;
  }
  .press-description {
    font-size: 23px;
    line-height: 37px;
  }
  .press-date {
    font-size: 23px;
    line-height: 28px;
  }
  .press-read-more {
    font-size: 23px;
  }
  .program-title {
    font-size: 40px;
    line-height: 48px;
  }
  .session-title {
    font-size: 20px;
    line-height: 28px;
  }
  .session-description {
    font-size: 15px;
    line-height: 24px;
  }
  .session-moderator {
    font-size: 15px;
    line-height: 22px;
  }
  .session-time {
    font-size: 18px;
  }
  .key-themes-title {
    font-size: 40px;
    line-height: 48px;
  }
  .key-themes-text {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 1200px) {
  .key-themes-title {
    font-size: 34px;
    line-height: 42px;
  }
  .concept-note-title {
    font-size: 34px;
    line-height: 42px;
  }
  .press-release-section-title {
    font-size: 42px;
    line-height: 50px;
  }
  .press-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }
  .press-description {
    font-size: 21px;
    line-height: 34px;
  }
  .press-date {
    font-size: 21px;
    line-height: 26px;
  }
  .press-read-more {
    font-size: 21px;
  }
  .program-title {
    font-size: 36px;
    line-height: 44px;
  }
  .session-title {
    font-size: 19px;
    line-height: 26px;
  }
  .session-description {
    font-size: 14px;
    line-height: 22px;
  }
  .session-moderator {
    font-size: 14px;
    line-height: 20px;
  }
  .session-time {
    font-size: 17px;
  }
  .press-release-item.odd {
    padding: 60px 100px 200px 100px;
  }
}
@media (max-width: 992px) {
  .press-release-section-title {
    font-size: 38px;
    line-height: 46px;
  }
  .press-title {
    font-size: 24px;
    line-height: 30px;
  }
  .press-description {
    font-size: 19px;
    line-height: 31px;
  }
  .press-date {
    font-size: 19px;
    line-height: 24px;
  }
  .press-read-more {
    font-size: 19px;
  }
  .venue-map {
    height: 700px !important;
    min-height: 700px !important;
  }
  .program-section {
    margin-top: -150px;
    padding-top: 100px;
  }
  .program-header {
    margin-bottom: 30px;
  }
  .program-tabs-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: flex;
  }
  .program-tab {
    border-right: 1px solid #27AAE1;
    border-bottom: 1px solid #27AAE1;
    padding: 15px 10px;
    flex: 1;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
  }
  .program-tab:last-child {
    border-right: none;
  }
  .tab-arrow {
    font-size: 20px;
    margin-right: 10px;
  }
  .tab-title {
    font-size: 22px;
    margin-bottom: 3px;
    line-height: 1.1;
  }
  .tab-date {
    font-size: 12px;
    margin-inline-start: 0;
    line-height: 1.2;
    text-align: center;
  }
  .program-content {
    padding: unset;
  }
  /* Add scroll indicators for horizontal tabs */
  .program-tabs-nav::-webkit-scrollbar {
    height: 4px;
  }
  .program-tabs-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .program-tabs-nav::-webkit-scrollbar-thumb {
    background: #27AAE1;
    border-radius: 2px;
  }
  .program-tabs-nav::-webkit-scrollbar-thumb:hover {
    background: #1a8db8;
  }
  .key-themes-section {
    background-image: url("../../assets/img/mobile-curved.svg");
  }
  .program-title {
    font-size: 34px;
    line-height: 42px;
  }
  .session-title {
    font-size: 18px;
    line-height: 25px;
  }
  .session-description {
    font-size: 15px;
    line-height: 21px;
  }
  .session-moderator {
    font-size: 14px;
    line-height: 20px;
  }
  .session-time {
    font-size: 16px;
  }
  .program-break {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .press-release-row {
    border-top: 2px solid #27AAE1;
    border-left: none;
    border-right: none !important;
    padding-top: 20px;
  }
  .press-release-row a {
    padding-top: 30px;
  }
  .program-section {
    margin-top: 5px;
    padding-top: 5px;
  }
  .program-download-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .tab-title {
    font-size: 24px;
  }
  .tab-date {
    font-size: 14px;
  }
  .program-session .row:first-child {
    __flex-direction: column;
  }
  .program-session {
    margin-bottom: 5px !important;
    padding-bottom: unset !important;
  }
  .program-session .col-auto,
  .program-session .col {
    __flex: none;
    __width: 100%;
    __max-width: 100%;
  }
  .session-time {
    margin-inline-end: 0;
    margin-bottom: 0px;
        margin-top: 15px;
    font-size: 18px;
    white-space: normal;
  }
  .session-details {
    margin-top: 10px;
  }
  .session-title {
    font-size: 20px;
  }
  .session-description {
    font-size: 15px;
  }
  .program-break {
    flex-direction: column;
    padding: 20px;
  }
  .break-time {
    font-size: 13px;
  }
  .break-title {
    font-size: 15px;
  }
  .program-gala {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .gala-time {
    flex: none;
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
  .gala-title {
    font-size: 18px;
  }
  .program-book-signing {
    flex-direction: column;
    text-align: start;
    padding: 20px;
  }
  .book-signing-time {
    font-size: 13px;
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
  .book-signing-link {
    font-size: 20px;
  }
  .program-title {
    font-size: 32px;
    line-height: 40px;
  }
  .session-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .session-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .session-moderator {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .session-time {
    font-size: 15px;
    text-align: start;
  }
  .concept-note-section {
    margin-top: 10px;
  }
  .concept-note-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .concept-note-text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
  }

.key-themes-title::before, .concept-note-title::before, .section-title .title-line, .venue-address-title::before {
    width: 0;
    border: 0 !important
}
body[lang='en-US'] .venue-address-title {
    padding-left: 0 !important;
}
body[dir=rtl] .venue-address-title {
    padding-right: 0 !important;
}



body[dir=rtl] .section-title {
    padding-right: 0 !important;
}
body[lang='en-US'] .section-title {
    padding-left: 0 !important;
}
.py-5.custom-container {
  padding-top: 0 !important;
}
.session-title {
        font-size: 16px !important;
    }
    .flex-content-p ul li, .flex-content-u ul li {
    margin-bottom: 12px;
    font-size: 13px;
}
.flex-content-p p {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 22px;
}


  .concept-note-download-btn {
    font-size: 14px;
    padding: 12px 25px;
  }
  .concept-note-left {
    margin-inline-end: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .concept-note-content {
    margin-inline-start: 0;
  }
  .section-title {
    font-size: 25px;
    line-height: 38px;
  }
  .concept-note-icon {
    text-align: center;
  }
  .concept-note-icon img {
    max-width: 200px;
  }
  /* Keynote speakers responsive */
  .keynote-card .speaker-content-wrapper {
    margin: 4px;
  }
  .keynote-section {
    margin-top: 10px;
    padding-top: 10px;
  }
  /* Regular speakers responsive */
  .regular-speakers-section .speaker-content-wrapper {
    margin: 5px;
  }
  .see-all-button {
    text-decoration: none;
    border-bottom: 2px solid #242C60;
    color: #242C60;
    font-size: 12px;
    font-weight: bold;
  }
  .regular-speakers-section .speaker-card .speaker-info {
    min-height: 90px;
    padding: 12px 15px;
  }
  .regular-speakers-section .speaker-card .speaker-name {
    font-size: 15px;
    line-height: 19px;
  }
  .regular-speakers-section .speaker-card .speaker-title {
    font-size: 12px;
    line-height: 16px;
  }
  /* Mobile speaker info adjustments for tablet */
  .speaker-name-mobile {
    font-size: 15px;
    line-height: 19px;
  }
  .speaker-title-mobile {
    font-size: 13px;
    line-height: 17px;
  }
  /* Keynote speakers mobile info */
  .keynote-card .speaker-info-mobile {
    padding: 12px;
  }
  .keynote-card .speaker-name-mobile {
    font-size: 16px;
    line-height: 20px;
  }
  .keynote-card .speaker-title-mobile {
    font-size: 14px;
    line-height: 18px;
  }
  .key-themes-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .key-themes-text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .program-break {
    margin: 0;
  }
  .program-book-signing {
    margin: 0;
    margin-bottom: 5px;
  }
  .key-themes-section {
    min-height: 530px;
  }
  .key-themes-download-btn {
    font-size: 14px;
    padding: 12px 25px;
  }
  .key-themes-left {
    margin-inline-end: 0;
    margin-bottom: 30px;
  }
  .key-themes-content {
    margin-inline-start: 0;
  }
  .custom-speech-modal .modal-dialog {
    max-width: 95%;
    margin: 2vh auto;
  }
  .speaker-card {
    border-radius: 15px;
  }
  .keynote-card .speaker-content-wrapper {
    border-radius: 15px;
  }
  .speaker-content-wrapper .speaker-image {
    border-radius: 15px;
  }
  .speech-bubble-container {
    min-height: 400px;
    padding: 60px 40px 80px 40px;
  }
  .image-wrapper {
    width: 250px;
    height: 250px;
    padding: 7px;
  }
  .speaker-modal-image {
    width: 236px;
    height: 236px;
  }
  .speaker-modal-name {
    font-size: 24px;
    line-height: 30px;
  }
  .speaker-modal-title {
    font-size: 16px;
    line-height: 22px;
  }
  .speaker-modal-bio {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-close-btn {
    top: 60px;
    right: 60px;
    width: 33px;
    height: 33px;
    font-size: 17px;
  }
  /* Press Release Responsive Styles */
  .press-release-section {
    __margin-top: -150px;
    __padding-top: 200px;
  }
  .press-release-container {
    padding: 20px 15px;
  }
  .press-release-item {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .press-release-item.odd .press-bubble {
    width: 100%;
    background-position: center;
  }
  .press-release-item.even .press-bubble {
    width: 100%;
    background-position: center;
  }
  .press-release-item.even {
    transform: scaleX(1);
    padding-top: 22px;
    min-height: unset !important;
  }
  .press-release-item.even .press-content {
    transform: scaleX(1);
  }
  .press-content {
    max-width: 100%;
    padding-inline-start: unset;
  }
  .press-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .press-date {
    font-size: 18px !important;
    margin-bottom: 12px;
  }
  .press-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .press-read-more {
    font-size: 14px;
  }

  body[lang='en-US'] .press-release-section-title {
    margin-left: 0 !important;
  }
  body[dir=rtl] .press-release-section-title {
    margin-right: 0 !important;
  }
  .press-release-section {
      padding-top: 65px;
  }


  .press-release-item.odd {
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
    background-image: url("../../assets/img/mobile-cropped-flipped(1).svg");
  }
  .press-release-item.even {
    background-image: url("../../assets/img/mobile_bubble-cropped(1).svg");
    padding: 20px 20px 60px 20px;
  }
  .press-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .press-description {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .press-date {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .press-read-more {
    font-size: 17px;
  }
  .press-details-section {
    margin-top: 0px;
    padding-top: 30px;
  }
  .venue-map-container {
    min-height: unset !important;
  }
  .venue-address-title {
    margin-top: 80px;
  }
  .press-details-container {
    margin: 0 15px;
  }
  .press-details-content {
    padding: 30px 25px 40px 25px;
  }
  .press-details-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .press-meta-info {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .press-location-date {
    font-size: 24px;
  }
  .press-intro,
  .press-theme,
  .press-description,
  .press-track-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .press-section-header {
    font-size: 18px !important;
    margin-top: 25px;
    margin-bottom: 12px;
  }
  .press-back-button {
    top: 10px;
  }
  .press-back-button svg {
    width: 24px;
    height: 24px;
  }
  .venue-map {
    height: 250px !important;
    min-height: 250px !important;
  }
  .blue-hero-section {
    background-image: url("../../assets/img/Artboard%202%20MobHigh.png");
    padding-bottom: 0px !important;
  }
  .venue-location {
    font-size: 18px !important;
    margin-top: 10px !important;
  }
  .venue-map-container {
    margin-top: 30px !important;
  }
  .press-content {
    margin-inline-start: 0 !important;
  }
  .tab-arrow-left {
    width: 7px;
    height: 10px;
  }
  .book-signing-details {
    font-size: 12px;
    text-align: start;
  }
}
@media (max-width: 576px) {
  .speaker-list-container {
    padding: 100px 15px;
  }
  .speaker-list-item {
    gap: 12px;
  }
  .speaker-list-image {
    width: 50px;
    height: 50px;
  }
  .speaker-list-name {
    font-size: 15px;
  }
  .speaker-list-title-text {
    font-size: 13px;
  }
  .speech-bubble-container {
    min-height: 350px;
    padding: 40px 20px 60px 20px;
  }
  .image-wrapper {
    width: 200px;
    height: 200px;
    padding: 5px;
  }
  .speaker-modal-image {
    width: 190px;
    height: 190px;
    margin-bottom: 0px;
  }
  .speaker-modal-name {
    font-size: 18px;
    line-height: 26px;
  }
  .speaker-modal-title {
    font-size: 14px;
    line-height: 20px;
  }
  .speaker-modal-bio {
    font-size: 13px;
    line-height: 18px;
  }
  .modal-close-btn {
    top: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .press-release-section {
    __margin-top: -100px;
    __padding-top: 150px;
  }
  .press-release-section-title {
    font-size: 32px;
    line-height: 38px;
    margin-inline-start: 50px;
  }
  .press-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .press-description {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .press-date {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .press-read-more {
    font-size: 15px;
  }
  .press-release-container {
    padding: 15px 10px;
  }
  .press-release-item {
    margin-bottom: 0px;
  }
  .press-release-item.odd .press-bubble,
  .press-release-item.even .press-bubble {
    width: 100%;
  }
  .press-release-item.even .press-content {
    transform: unset;
  }
  .press-release-item.even {
    transform: unset;
  }
  .press-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .press-date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .press-description {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .press-read-more {
    font-size: 13px;
  }
  .press-details-section {
    margin-top: 0px;
    padding-top: 20px;
  }
  .press-details-container {
    margin: 0px;
  }
  .press-header-image {
    height: 180px;
  }
  .press-details-content {
    padding: 10px 0px 30px 5px;
  }
  .press-details-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .press-meta-info {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .press-location-date {
    font-size: 15px;
  }
  .location-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .press-intro,
  .press-theme,
  .press-description,
  .press-track-text {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .press-section-header {
    font-size: 15px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    text-indent: 1em;
  }
  .press-back-button {
    width: 21px;
    height: 21px;
  }
  .press-back-button img {
    width: 20px;
    height: 20px;
  }
  /* Keynote speakers responsive */
  /* Regular speakers responsive */
  .regular-speakers-section .speaker-content-wrapper {
    margin: 6px;
  }
  .regular-speakers-section .speaker-card .speaker-info {
    min-height: 80px;
    padding: 10px 15px;
  }
  .regular-speakers-section .speaker-card .speaker-name {
    font-size: 14px;
    line-height: 18px;
  }
  .regular-speakers-section .speaker-card .speaker-title {
    font-size: 11px;
    line-height: 15px;
  }
  /* Mobile speaker info adjustments for small mobile */
  .speaker-info-mobile {
    padding: 12px;
  }
  .speaker-name-mobile {
    color: #242C60;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
  }
  .speaker-title-mobile {
    font-size: 12px;
    line-height: 16px;
  }
  /* Keynote speakers mobile info for small screens */
  .keynote-card .speaker-info-mobile {
    padding: 10px;
  }
  .keynote-card .speaker-name-mobile {
    font-size: 15px;
    line-height: 19px;
  }
  .keynote-card .speaker-title-mobile {
    font-size: 13px;
    line-height: 17px;
  }
  /* Adjust keynote image heights for mobile */
  .program-section {
    margin-top: 25px;
  }
  .program-title {
    font-size: 30px;
    line-height: 38px;
  }
  .tab-arrow-left {
    width: 7px;
    height: 10px;
  }
  .session-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .session-description {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .session-moderator {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .session-time {
    font-size: 14px;
  }
  .tab-arrow {
    font-size: 20px;
    margin-right: 10px;
  }
  .tab-title {
    font-size: 17px;
  }
  .tab-date {
    font-size: 12px;
    margin-inline-start: 5px;
    text-align: start;
  }
  .session-time {
    font-size: 16px;
  }
  .session-title {
    font-size: 18px;
  }
  .session-description {
    font-size: 14px;
  }
  .session-speakers h5 {
    font-size: 16px;
  }
  .session-speakers p {
    font-size: 13px;
  }
  .break-title {
    font-size: 15px;
  }
  .gala-title {
    font-size: 16px;
  }
  .book-signing-link {
    font-size: 15px;
  }
  .book-signing-modal-title {
    font-size: 28px;
  }
  .book-title {
    font-size: 24px;
  }
  .book-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  /* Extra small mobile adjustments for speakers */
  .speaker-info-mobile {
    padding: 10px;
  }
  .speaker-name-mobile {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  /* Press release content for extra small screens */
  .press-release-section-title {
    font-size: 28px;
    line-height: 34px;
    margin-inline-start: 30px;
  }
  .press-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .press-description {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .press-date {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .press-read-more {
    font-size: 13px;
  }
  .speaker-title-mobile {
    font-size: 11px;
    line-height: 15px;
  }
  /* Further reduce image heights for very small screens */
  /* Reduce keynote card margins */
  .regular-speakers-section .speaker-content-wrapper {
    margin: 4px;
  }
  .program-tab {
    padding: 12px 15px;
    min-width: 100px;
    flex: 1;
  }
  .tab-title {
    font-size: 18px;
  }
  .tab-date {
    font-size: 11px;
    margin-inline-start: 0;
    text-align: center;
  }
  .tab-arrow {
    font-size: 16px;
    margin-right: 8px;
  }
  /* Program content for extra small screens */
  .program-title {
    font-size: 28px;
    line-height: 36px;
  }
  .session-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .session-description {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .session-moderator {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .session-time {
    font-size: 13px;
  }
}
/* Venue Map Responsive Adjustments */
@media (min-width: 768px) and (max-width: 991px) {
  .venue-map {
    height: 300px !important;
    min-height: 300px !important;
  }
}