.booksigning-blue-small-paragraph {
  color: #27AAE1;
}

.booksigning-blue-small-paragraph span {
  color: #000;
}

.navbar-collapse .collapse {
  background-color: white;
}

/* Concept Note Section */
.concept-note-section {
  background-color: #FCFCFC;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.concept-note-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.concept-note-left {
  padding-inline-end: 40px;
}

.concept-note-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #27AAE1;
  opacity: 1;
  margin-bottom: 30px;
  text-align: start;
  position: relative;
  padding-inline-start: 20px;
}

.concept-note-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  width: 5px;
  background-color: #27AAE1;
  opacity: 1;
}

.concept-note-icon {
  margin-top: 20px;
}

.concept-note-icon img {
  max-width: 100%;
  height: auto;
}

.concept-note-content {
  padding-inline-start: 20px;
}

.concept-note-text {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #242C60;
  opacity: 1;
  text-align: start;
  margin-bottom: 40px;
}

.concept-note-download {
  margin-top: 30px;
}

.concept-note-download-btn {
  background: linear-gradient(90deg, #27AAE1, #89D1F1);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(39, 170, 225, 0.3);
}

.concept-note-download-btn:hover {
  background: linear-gradient(90deg, #36487c 0%, #345eb4 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 170, 225, 0.4);
  color: white;
}

.download-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Key Themes Section */
._____key-themes-section {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
  background-image: url("../../assets/img/Union%206.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.key-themes-section {
  position: relative;
  overflow: visible;
  width: 100%;
  z-index: 1;
}

.key-themes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/img/Union%206.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform-origin: center;
  z-index: -1;
}
.rtl .key-themes-section::before {
  transform: scaleX(-1);
}

.key-themes-container {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: -75px;
}
.rtl .key-themes-container {
  margin-bottom: -60px;
}

.key-themes-left {
  padding-inline-end: 20px;
}

.key-themes-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #242c60;
  position: relative;
  padding-inline-start: 20px;
}

.key-themes-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  width: 5px;
  background-color: #242c60;
  opacity: 0.9;
}

.key-themes-content {
  padding-inline-start: 20px;
}

.key-themes-text {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  color: #242c60;
  opacity: 0.95;
  text-align: start;
  margin-bottom: 20px;
}

.key-themes-download {
  margin-top: 30px;
}

.key-themes-download-btn {
  background: linear-gradient(90deg, #36487c 0%, #345eb4 100%);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.key-themes-download-btn:hover {
  outline: 2px solid #ffffff;
  background: linear-gradient(90deg, #36487c 0%, #345eb4 100%);
  color: white;
  outline-offset: 0px;
}

/* Venue Section */
.venue-section {
  background-color: #FCFCFC;
  position: relative;
  z-index: 1;
  margin-top: -75px;
  padding-bottom: 50px;
}

/* Venue Address Styles - Bootstrap-first approach */
.venue-address-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  color: #27AAE1;
  position: relative;
  padding-inline-start: 20px;
}

.venue-address-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #27AAE1;
  opacity: 1;
}

.venue-icon {
  max-width: 130px;
  width: 100%;
}

.venue-location {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  color: #242C60;
  margin-top: 100px;
}

/* Mobile Speaker Info Styles */
.speaker-info-mobile {
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 15px 15px;
}

.speaker-name-mobile {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}

.speaker-title-mobile {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #242C60;
  margin-bottom: 0;
}

.venue-map-container {
  min-height: 350px;
  border-radius: 20px !important;
  box-shadow: 0 4px 24px rgba(36, 44, 96, 0.15), 0 1.5px 6px rgba(39, 170, 225, 0.1) !important;
}

.venue-map {
  border-radius: 20px !important;
}

/* Hero banner adjustments */
.banner-row {
  min-height: 560px;
  align-items: stretch;
}

.hero-left-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.hero-right-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.blue-hero-logo-img {
  width: 520px;
  height: auto;
}

/* Subscribe Input Styling - Restored elliptical outline */
.subscribe-input {
  border: 2px solid #27AAE1 !important;
  border-radius: 50px !important;
  outline: none;
  box-shadow: none !important;
}

.subscribe-input:focus {
  border-color: #1a8db8 !important;
  box-shadow: 0 0 0 0.2rem rgba(39, 170, 225, 0.25) !important;
}

.subscribe-input::placeholder {
  color: #242C60;
  opacity: 0.8;
}

/* Speakers Page Styling */
/* Section Titles */
.section-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #27AAE1;
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 40px;
}

.section-title .title-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #27AAE1;
  content: "";
  display: block;
}

/* Speaker Cards */
.speaker-card {
  background: white;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.speaker-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.speaker-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;

}

.speaker-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-name {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #27AAE1;
  margin-bottom: 10px;
}

.speaker-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

/* Keynote Speakers */
.keynote-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keynote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.keynote-card .speaker-content-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin: 15px;
}

.keynote-card .speaker-image {
  border-radius: 30px 30px 0 0;
}

.keynote-card .speaker-info {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  background-color: #27AAE1;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  min-height: 150px;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}

.keynote-card .speaker-name {
  color: #fff;
  opacity: 1;
  font-size: 30px;
  line-height: 26px;
}

.keynote-card .speaker-title {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}

/* Keynote Section */
.keynote-section {
  margin-top: -200px;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

/* Regular Speakers Section */
.regular-speakers-section {
  background-color: #fff;
  padding-bottom: 80px;
}

/* Regular Speakers with Blue Overlay */
.regular-speakers-section .speaker-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.regular-speakers-section .speaker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.regular-speakers-section .speaker-content-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 12px;
}

.regular-speakers-section .speaker-image {
  border-radius: 15px 15px 0 0;
}

.regular-speakers-section .speaker-card .speaker-info {
  background: linear-gradient(135deg, #27AAE1 0%, #89D1F1 100%);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 0 0 15px 15px;
}

.regular-speakers-section .speaker-card .speaker-name {
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}

.regular-speakers-section .speaker-card .speaker-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 0;
}

/* Pagination */
.speakers-pagination {
  border: none;
}

.speakers-pagination .page-link {
  background: transparent;
  border: 2px solid #27AAE1;
  color: #27AAE1;
  font-weight: bold;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.speakers-pagination .page-item.active .page-link {
  background-color: #27AAE1;
  color: white;
  border-color: #27AAE1;
}

.speakers-pagination .page-link:hover {
  background-color: #27AAE1;
  color: white;
  border-color: #27AAE1;
}

/* Custom Speech Bubble Modal */
.custom-speech-modal .modal-dialog {
  max-width: 1274px;
  background: transparent;
}

.custom-speech-modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  margin-top: 100px;
}

.custom-speech-modal .modal-backdrop {
  background: linear-gradient(135deg, rgba(55, 71, 135, 0.9) 0%, rgba(78, 96, 168, 0.9) 100%);
}

.speech-bubble-container {
  position: relative;
  background-image: url("../../assets/img/Group%2032.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.speech-bubble-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  text-align: start;
}

.modal-close-btn {
  position: fixed;
  top: 80px;
  right: 80px;
  background-color: transparent;
  border: none;
  font-size: 35px;
  font-weight: bold;
  color: #242C60;
  cursor: pointer;
  z-index: 1060;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  line-height: 1;
}

.modal-close-btn:hover {
  background-color: transparent;
  color: #333333;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal-close-btn:active {
  transform: scale(0.95);
}

.image-wrapper {
  box-shadow: 0 4px 24px rgba(36, 44, 96, 0.15), 0 1.5px 6px rgba(39, 170, 225, 0.1);
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  margin: 0 auto 40px auto; /* Center horizontally in parent */
}

.speaker-modal-image {
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 0px;
}

.speaker-modal-content {
  border-radius: 70px 70px 70px 0px;
  padding: 40px 50px;
  position: relative;
}

.speaker-modal-name {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #242C60;
  margin-bottom: 10px;
  line-height: 38px;
}

.speaker-modal-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 30px;
  color: #27AAE1;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 40px;
}

.speaker-modal-bio {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 25px;
  color: #242C60;
  line-height: 40px;
  margin-top: 20px;
  text-align: justify;
}

/* Press Release Page Styling */
.press-release-section-title {
  font-size: 50px;
  margin-inline-start: 123px;
}

.press-release-section {
  background-color: #f8f9fa;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

.press-release-container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 40px 0;
}

.press-release-item {
  position: relative;
  width: 100%;
  margin-top: -50px;
}

/* Odd items (Left aligned with Union 13.svg) */
.press-release-item.odd {
  background-image: url("../../assets/img/Union%2013%201.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 200px;
  padding-inline-start: 100px;
  padding-inline-end: 50px;
}

/* Even items (Right aligned with Union 13.svg flipped) */
.press-release-item.even {
  display: flex;
  justify-content: flex-end;
}

.press-release-item.even {
  background-image: url("../../assets/img/Union%2013%201.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 535px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-inline-start: 50px;
  padding-inline-end: 130px;
  padding-bottom: 60px;
  padding-top: 40px;
  transform: scaleX(-1);
}

.press-release-item.even .press-content {
  transform: scaleX(-1);
  text-align: start;
  width: 100%;
  max-width: 1350px;
  padding-inline-end: 30px;
  padding-inline-start: 0;
  margin-inline-start: auto;
}

.press-content {
  max-width: 1350px;
  text-align: start;
  padding-inline-start: 30px;
  margin-top: 10px;
}

.press-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #242C60;
  line-height: 30px;
  margin-top: 44px;
}

.press-date {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 25px;
  color: #27AAE1;
  font-weight: bold;
  margin-bottom: 28px;
}

.press-description {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 25px;
  color: #242C60;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: justify;
}

.press-read-more {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 25px;
  color: #27AAE1;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 3px solid #27AAE1;
  padding-bottom: 2px;
  /* Remove underline on hover */
  text-decoration: none;
}

/* Press Details Page Styling */
.press-details-section {
  background-color: #f8f9fa;
  margin-top: 0px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.press-details-container {
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.press-header-image {
  width: 100%;
  height: 691px;
  overflow: hidden;
  position: relative;
}

.press-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 30px 30px 30px;
}

.press-details-content {
  padding-top: 50px;
}

.press-details-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #242C60;
  line-height: 70px;
  margin-bottom: 30px;
}

.press-meta-info {
  padding-bottom: 25px;
}

.press-location-date {
  display: flex;
  align-items: center;
  color: #27AAE1;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 35px;
}

.location-icon {
  margin-right: 12px;
  margin-bottom: 10px;
  color: #27AAE1;
}

.press-article-content {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  line-height: 32px;
  color: #242C60;
}

.press-article-content p {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: start;
}

.press-intro {
  font-size: 20px !important;
  font-weight: normal;
  margin-bottom: 15px !important;
  line-height: 30px;
}

.press-theme {
  font-size: 20px !important;
  font-weight: normal;
  margin-bottom: 25px !important;
  line-height: 30px;
  font-style: italic;
}

.press-description {
  font-size: 20px !important;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
}

.press-section-header {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 20px !important;
  font-weight: bold;
  color: #242C60;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 28px;
  text-indent: 2em;
}

.press-track-text {
  font-size: 20px !important;
  font-weight: normal;
  margin-bottom: 8px !important;
  line-height: 30px;
  color: #242C60;
}

/* Press Back Button Styling */
.press-back-button {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
}

.press-back-button:hover {
  color: #fcfcfc;
}

.press-back-button svg {
  width: 28px;
  height: 28px;
}

/* Program Page Styling */
/* Program Section */
.program-section {
  background-color: #f8f9fa;
  margin-top: -250px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

.program-header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.program-title {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .program-header {
    margin-bottom: 0;
  }
}
.program-download-btn {
  background: linear-gradient(135deg, #2d54a3 0%, #374787 100%);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.program-download-btn:hover {
  background: linear-gradient(135deg, #1a2147 0%, #2c3968 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(36, 44, 96, 0.4);
  color: white;
}

/* Program Tabs Container */
/* Program Tabs Navigation */
.program-tabs-nav {
  display: flex;
  background: #f8f9fa;
}

.program-tab {
  flex: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-right: 2px solid #27AAE1;
  border-bottom: 3px solid #27AAE1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
}

.program-tab:last-child {
  border-right: none;
}

.program-tab.active {
  background: linear-gradient(180deg, #27AAE1 0%, #89D1F1 100%);
}

.program-tab.active .tab-content {
  color: white;
}

.program-tab.active .tab-arrow {
  color: #242C60;
}

.program-tab.active .tab-date {
  color: white;
}

.program-tab:not(.active):hover {
  background: #e9ecef;
}

.tab-arrow-left {
  width: 16px;
  height: 13px;
  vertical-align: middle;
}

.tab-content {
  display: flex;
  align-items: center;
  color: #242C60;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  margin-bottom: 8px;
}

.tab-arrow {
  font-size: 28px;
  margin-right: 20px;
  font-weight: bold;
  color: #27AAE1;
  line-height: 1;
}

.program-tab.active .tab-arrow {
  color: #242C60;
}

.tab-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}

.tab-date {
  font-size: 18px;
  margin: 0;
  opacity: 0.8;
  line-height: 1.2;
  color: #242C60;
  font-family: "Al-Jazeera", "Arial", sans-serif;
}

/* Program Content */
.program-content {
  padding: 40px;
}

.program-day-content {
  display: none;
}

.program-day-content.active {
  display: block;
}

/* Program Sessions */
.program-session {
  align-items: center;
  padding-bottom: 15px;
}

.program-session-with-border {
  border-bottom: 1px solid #26AAE1;
}

.share-icon {
  width: 15px;
  height: 15px;
}

.program-session:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.session-time {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #27AAE1;
  padding-inline-end: 15px;
  white-space: nowrap;
  margin-top: 5px;
}

.session-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-weight: bold;
  color: #242C60;
  margin-bottom: 15px;
  line-height: 1.3;
}
h1.session-title {
  font-size: 2rem;
}
h2.session-title {
  font-size: 1.8rem;
}
h3.session-title {
  font-size: 1.5rem;
}
h4.session-title {
  font-size: 1.2rem;
}
h5.session-title {
  font-size: 1rem;
}
h6.session-title {
  font-size: 0.9rem;
}

.session-description {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 16px;
  color: #242C60;
  line-height: 1.6;
  text-align: justify;
}

.session-moderator {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 16px;
  color: #242C60;
  font-weight: bold;
}

.session-speakers h5 {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 18px;
  color: #27AAE1;
  font-weight: bold;
  margin-bottom: 10px;
}

.session-speakers p {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 15px;
  color: #242C60;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Program Breaks */
.program-break {
  margin: 0px -40px 5px -40px;
  margin-bottom: 15px;
  padding: 25px 0;
  background: linear-gradient(180deg, #27AAE1 0%, #89D1F1 100%);
}

.break-time {
  flex: 0 0 150px;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.break-title {
  flex: 1;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #242C60;
}

/* Program Gala */
.program-gala {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px;
  background: linear-gradient(180deg, #27AAE1 0%, #89D1F1 100%);
  border-radius: 15px;
}

.gala-time {
  flex: 0 0 150px;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-inline-end: 30px;
}

.gala-title {
  flex: 1;
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 1.4;
}

/* Speaker Links Styling */
.speaker-link {
  color: #242C60;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline;
}

.speaker-link:active {
  color: #1a2147;
}

/* Gala speaker link styling */
.program-gala .speaker-link {
  color: white;
  text-decoration: underline;
}

/* Book Signing Section */
.program-book-signing {
  margin: 0px -40px 5px -40px;
  padding: 25px 0px;
  background: transparent linear-gradient(270deg, #37416A 0%, #345EB4 100%) 0% 0% no-repeat padding-box;
}

.book-signing-time {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.book-signing-content {
  flex: 1;
}

.book-signing-title {
  margin-bottom: 10px;
}

.book-signing-link {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #27AAE1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-signing-link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  
}


.book-signing-details {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 16px;
  color: white;
  line-height: 1.4;
  padding-right: 25px;
}
.rtl .book-signing-details {
  padding-right: 0;
  padding-left: 25px;
}

.book-signing-details p {
  margin: 0;
}

/* Book Signing Modal */
.book-signing-modal-content {
  padding: 20px;
  text-align: center;
}

.book-signing-modal-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #242C60;
  margin-bottom: 20px;
}

/* Change modal-backdrop color to #242C60 */
.modal-backdrop {
  --bs-backdrop-bg: rgba(36, 44, 96, 0.9); /* Blue backdrop */
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.show {
  opacity: 0.9;
}

.book-title {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 28px;
  color: #27AAE1;
  margin-bottom: 10px;
}

.book-subtitle {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 22px;
  color: #666666;
  font-style: italic;
  margin-bottom: 15px;
}

.book-author {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 20px;
  color: #242C60;
  font-weight: bold;
  margin-bottom: 20px;
}

.book-description {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 18px !important;
  color: #242C60;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.book-event-details {
  font-family: "Al-Jazeera", "Arial", sans-serif;
  font-size: 16px;
  color: #242C60;
  text-align: start;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
}

.book-event-details p {
  margin-bottom: 8px;
}

.book-event-details p:last-child {
  margin-bottom: 0;
}

/* Scroll to Top Button */
.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #27AAE1 0%, #89D1F1 100%);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(39, 170, 225, 0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top-btn:hover {
  background: linear-gradient(135deg, #1a8db8 0%, #6bb8e5 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 170, 225, 0.4);
}

.scroll-to-top-btn:active {
  transform: translateY(0);
}

.scroll-to-top-btn svg {
  width: 24px;
  height: 24px;
}

/* Responsive adjustments for scroll to top button */
@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  .scroll-to-top-btn svg {
    width: 20px;
    height: 20px;
  }
}
/* Register button styling is now handled inline for better responsiveness */
/* Slick Carousel Styling - Only visible on md and below */
.speakers-slick-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
}

/* Hide carousel on large screens */
@media (min-width: 992px) {
  .speakers-slick-carousel {
    display: none !important;
  }
}
/* Slick Carousel Slides */
.speaker-slide {
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
}

/* Remove default Slick styling conflicts */
.speakers-slick-carousel .slick-slide {
  padding: 0 10px;
}

.speakers-slick-carousel .slick-track {
  display: flex;
  align-items: stretch;
}

/* Slick Dots Styling */
.speakers-slick-carousel .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.speakers-slick-carousel .slick-dots li {
  margin: 0;
}

.speakers-slick-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E0E7FF;
  border: 2px solid #27AAE1;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  padding: 0;
}

.speakers-slick-carousel .slick-dots li.slick-active button {
  background-color: #27AAE1;
  transform: scale(1.2);
}

.speakers-slick-carousel .slick-dots li button:hover {
  background-color: #27AAE1;
  transform: scale(1.1);
}

/* Remove old indicators - replaced by Slick dots */
/* Mobile Responsive Adjustments for Slick Carousel */
@media (max-width: 768px) {
  .speakers-slick-carousel {
    padding: 0 40px;
  }
  .speakers-slick-carousel .slick-dots {
    margin-top: 20px;
  }
  .speakers-slick-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 576px) {
  .speakers-slick-carousel {
    padding: 0 30px;
  }
  .speakers-slick-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
/* See All Button Styling */
.see-all-btn {
  background: linear-gradient(135deg, #27AAE1 0%, #89D1F1 100%);
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(39, 170, 225, 0.3);
  white-space: nowrap;
}

.see-all-btn:hover {
  background: linear-gradient(135deg, #1a8db8 0%, #6bb8e5 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(39, 170, 225, 0.4);
  color: white;
}

.see-all-btn:active {
  transform: translateY(0);
}

/* Mobile responsive adjustments for See All button */
@media (max-width: 576px) {
  .see-all-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}
/* Speaker List Page Styles */
.speaker-list-container {
  padding: 100px 20px;
  background: #fcfcfc;
  min-height: 100vh;
}

.speaker-list-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.speaker-list-image-container {
  flex-shrink: 0;
}

.speaker-list-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.speaker-list-info {
  flex: 1;
}

.speaker-list-name {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.speaker-list-title-text {
  font-size: 14px;
  color: #7f8c8d;
  margin: 0;
  line-height: 1.4;
}

.press-back-button {
  position: absolute;
  top: 4px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.press-back-button img {
  width: 40px;
  height: 40px;
}

/* Responsive adjustments for speaker list */
/* Speaker List Page Styles */
.speaker-list-header {
  background: linear-gradient(135deg, #27AAE1 0%, #89D1F1 100%);
  color: white;
  padding: 60px 0 30px 0;
}

.back-button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0;
}

.back-button:hover {
  color: #f0f0f0;
  text-decoration: underline;
}

.speaker-list-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.speaker-list-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.speaker-list-info {
  flex: 1;
}

.speaker-list-name {
  font-size: 16px;
  font-weight: 600;
  color: #242C60;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.speaker-list-title-text {
  font-size: 14px;
  color: #242C60;
  margin: 0;
  line-height: 1.4;
}

.speaker-list-image-container {
  padding: 3px;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  box-shadow: 0 8pt 17pt 0 rgba(36, 44, 96, 0.15);
}

.modal-book-content h1 {
  font-size: 2.3rem;
}
.modal-book-content h2 {
  font-size: 1.8rem;
}
.modal-book-content h3 {
  font-size: 1.4rem;
}
.modal-book-content h4 {
  font-size: 1rem;
}
.modal-book-content h5 {
  font-size: 0.8rem;
}
.modal-book-content h6 {
  font-size: 0.6rem;
}

.book-signing-details .speaker-link {
    color: #72d6ff;
}


.modal-book-content h2 , .modal-book-content h3, .modal-book-content h4 , .modal-book-content h5, .modal-book-content h6 {
  font-weight: normal !important;
  line-height: 2.5rem;
  }


  @media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1400px !important;
    }
}

.registration_closed_text {
    background: #fffbd5;
    padding: 66px;
    border-radius: 300px;
    border: 1px solid #fff27b;
}

.limit-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.limit-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.limit-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

footer .custom-container {
  padding-top: 50px;
  padding-bottom: 35px;
}

.top-footer .custom-container.top-footer-container {
  padding-top: 25px;
    padding-bottom: 25px;
}
.program-block-rounded {
    border-radius: 40px 40px 0px 0px;
    margin-bottom: 5px !important;
}

.program-tab-rounded {
  border-radius: 20px 20px 0px 0px;
}