
.admin-bar nav.navbar{
    margin-top: 35px;
}


body {
  font-family: "Al-Jazeera";
  box-sizing: border-box;
}

p {
  margin: 0;
}

/* contact Modal*/
.contact-modal-content {
  border-radius: 70px 70px 70px 0px;
  padding: 30px 80px;
  position: relative;
}
.contact-modal-content::before {
  content: "";
  position: absolute;
  width: 5rem;
  aspect-ratio: 1;
  top: 99.9%;
  left: 0;
  background: radial-gradient(circle at 100% 100%, transparent 71%, white 0);
}

.contact-modal-header {
  border-style: none;
}

.contact-modal-footer {
  border-style: none;
}

.contact-modal-heading {
  color: #242C60;
  font-size: 50px;
  font-weight: 700;
}

.contact-close-button {
  position: fixed;
  top: 70px;
  right: 70px;
}

.contact-input {
  background-color: #F2F2F2;
  border-radius: 15px;
  padding: 20px 30px;
}

.contact-input::placeholder {
  color: #27AAE1;
  font-size: 25px;
}

.contact-help-area {
  resize: none;
  height: 254px;
}

.contact-modal-send-button {
  background-color: #242C60;
  color: white;
  border-radius: 41px;
  font-weight: 700;
  font-size: 28px;
  padding: 10px 40px;
}

.desktop-social-media-links {
  height: 287px;
  width: 58px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.desktop-social-media-links a {
  color: white;
  font-size: 22px;
}

.desktop-social-media-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/Union%205.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.mail-link {
  background-color: #242C60;
  border-radius: 100%;
  border: 1px solid white;
  padding: 6px;
  width: 37px;
  height: 37px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1607843137);
}

.header-container {
  max-width: 1679px !important;
}

.custom-container {
  max-width: 1679px !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-header {
  z-index: 10;
  width: 100%;
}

.navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: white;
  transition: color 0.3s ease-out;
}

.navbar-nav .nav-link:hover {
  color: #27AAE1;
}

.live-stream-button {
  text-transform: uppercase;
  border-radius: 30px;
  border: 1.5px solid #22ABE1;
  color: white;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.live-stream-button svg {
  color: #22abe1;
  width: 26px;
  height: 26px;
}

.live-stream-button.live {
  border: 1.5px solid #EA2122;
}
.live-stream-button.live svg {
  color: #EA2122;
}
.live-stream-button.live:hover span {
  color: #EA2122 !important;
}

.live-stream-button:hover {
  color: #27AAE1;
}

.earth-icon {
  width: 20px;
  height: 20px;
}

.navbar-nav {
  gap: 15px;
}

.dropdown-menu {
  background-color: #242C60;
}

.dropdown-item {
  font-size: 18px;
  color: white;
  text-transform: none;
}

.dropdown-item:hover {
  background-color: #242C60 !important; /* Same as dropdown background */
  color: #27AAE1 !important; /* Blue text on hover */
}

.navbar-nav .nav-link.active {
  color: #22abe1;
}

.navbar-brand {
  margin-inline-end: auto;
  width: 278px;
}

/* hero section */
.hero-section {
  width: 100%;
  height: 100vh; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-video {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-filter-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent radial-gradient(closest-side at 50% 60%, rgba(36, 44, 96, 0.3411764706) 0%, rgba(36, 44, 96, 0.3490196078) 40%, rgba(36, 43, 95, 0.3607843137) 29%, #151939 120%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}

.hero-container {
  position: relative;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.counter-div {
  background-color: white;
  height: 85px;
  width: 85px;
  border-radius: 10px;
}
.counter-div p:first-child {
  margin: 0;
  color: #2d315d;
  font-size: 37px;
  font-weight: 900;
}
.counter-div p:nth-child(2) {
  font-size: 20px;
  margin: 0;
  color: #27AAE1;
  font-weight: 700;
  margin-top: -12px;
}

.hero-text-div p:first-child {
  color: white;
  font-size: 40px;
  line-height: 67px;
}
.hero-text-div p:nth-child(2) {
  color: #27AAE1;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}
.hero-text-div p:nth-child(3) {
  color: white;
  font-size: 25px;
  padding: 15px 0px;
  line-height: 42px;
}

.register-button {
  width: 226px;
  height: 63px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  background: transparent linear-gradient(90deg, #27AAE1 0%, #89D1F1 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
}
.register-button svg {
  font-size: 30px;
}

.register-button:hover {
  color: white;
  background: transparent linear-gradient(90deg, #37416A 0%, #345EB4 100%) 0% 0% no-repeat padding-box;
}

.welcome-section {
  background-color: #FCFCFC;
  position: relative;
  z-index: 1;
}

.welcome-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.welcome-small-title {
  text-transform: uppercase;
  color: #242C60;
  font-size: 33px;
  font-weight: 700;
  line-height: 80px;
}

.welcome-big-title {
  color: #27AAE1;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  padding-bottom: 15px;
}

.welcome-paragraph {
  color: #242C60;
  font-size: 25px;
  line-height: 40px;
}

.welcome-images-wraper {
  display: flex;
  flex-direction: row;
}

.welcome-images-div {
  margin-left: auto;
}

.welcome-blue-div {
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translateY(-50%);
}

.welcome-right-text-div {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}

.welcome-right-text-para1 {
  font-size: 45px;
  margin: 0;
}

.welcome-right-text-para2 {
  font-size: 30px;
  margin: 0;
}

.register-container {
  max-width: 1394px;
  padding-bottom: 150px;
}

.register-section {
  background-color: #FCFCFC;
  position: relative;
  z-index: 1;
}

.register-title {
  color: #242C60;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.register-forum-div {
  padding: 90px;
  background: white;
  box-shadow: 0px 10px 55px rgba(136, 136, 136, 0.1215686275);
  border-radius: 110px 110px 0 110px;
  position: relative;
}
.register-forum-div::before {
  content: "";
  position: absolute;
  width: 6rem;
  aspect-ratio: 1;
  top: 99.9%;
  right: 0;
  background: radial-gradient(circle at 0% 100%, transparent 70%, white 0);
}

.register-input {
  border: 1.5px solid #242C60;
  border-radius: 41px;
  height: 81px;
  padding-left: 50px;
}

.register-input::placeholder {
  color: #27AAE1;
  font-size: 25px;
}

.form-registration-button {
  color: white;
  padding: 20px 30px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50px;
  background: transparent linear-gradient(180deg, #27AAE1 0%, #89D1F1 100%) 0% 0% no-repeat padding-box;
}

.form-registration-button:hover {
  color: white;
  background: none;
  background-color: #242C60;
}

/* App section */
.app-section {
  background-color: #FCFCFC;
  position: relative;
  z-index: 1;
}

.app-title1 {
  font-size: 60px;
  color: #27AAE1;
  font-weight: 700;
}

.app-title2 {
  font-size: 40px;
  color: #242C60;
  font-weight: 700;
}

.mobile-QR-Codes-Div {
  display: none;
}

.top-footer {
  background-image: url("../../assets/img/bleu-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0px 0px;
}

.subscribe-div {
  color: white;
  font-size: 28px;
  font-weight: 700;
  padding: 15px 0px;
}

.subscribe-input {
  background-color: transparent;
  border-radius: 50px;
  border: 3px solid #26AAE1;
  height: 70px;
}

.subscribe-input::placeholder {
  font-size: 20px;
  color: #ffffff !important;
  padding-left: 20px;
}

.form-subscribe-button {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border-radius: 50px 50px 0 50px;
  height: 70px;
  background: transparent linear-gradient(180deg, #27AAE1 0%, #89D1F1 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.form-subscribe-button::before {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  top: 99%;
  right: 0;
  background: radial-gradient(circle at 0% 100%, transparent 70%, #89D1F1 0);
  z-index: 1;
}

.form-subscribe-button:hover {
  color: white;
  background: none;
  background-color: #242C60;
  border: 3px solid #26AAE1;
}
.form-subscribe-button:hover::before {
  background: radial-gradient(circle at 0% 100%, transparent 70%, #242C60 0);
}
.form-subscribe-button:hover::after {
  content: "";
  position: absolute;
  width: calc(2rem + 9px);
  aspect-ratio: 1;
  top: calc(99.9% + 1px);
  right: -2.5px;
  background: radial-gradient(circle at 0% 100%, transparent 68%, #26AAE1 50%, #26AAE1 100%);
  z-index: 0;
}

/* white-navbar */
.white-nav-container {
  max-width: 1679px;
}

.white-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 8px 12px rgba(136, 136, 136, 0.12);
  /* Hidden by default */
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Show navbar when scrolling */
.white-navbar.show {
  transform: translateY(0);
}

.white-navbar .nav-link {
  color: #242C60;
}

.white-navbar .live-stream-button {
  color: #242C60;
}

.white-navbar .live-stream-button:hover {
  color: #27AAE1;
}

/* second-navbar*/
.second-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 30px 60px rgba(136, 136, 136, 0.12);
}

.second-navbar .nav-link {
  color: #242C60;
}

.second-navbar .live-stream-button {
  color: #242C60;
}

.second-navbar .live-stream-button:hover {
  color: #27AAE1;
}

/* bottom-footer */
.bottom-footer {
  color: #666666;
  background: #000000;
}
.bottom-footer li a {
  transition: all .3s ease;
  color: #666;
  padding: 8px 0;
  display: inline-block;
  text-decoration: none;
}
.bottom-footer li a:hover {
  color: rgb(122 204 239);
}
.bottom-footer .footer-social {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding-bottom: 2em;
  list-style: none;
}
.bottom-footer .footer-social li a i {
  font-size: 20px;
}
.bottom-footer .footer-logo {
  background: url("images/footer-logo.png") no-repeat;
  width: 235px;
  height: 63px;
  margin: 1em auto 2em;
  background-size: cover;
}
.bottom-footer .ot-sdk-show-settings {
  font-size: 16px !important;
  text-transform: capitalize;
  color: #666 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

/* overview page */
.blue-hero-container {
  padding-top: 200px;
}

.blue-hero-section {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 2;
  background-image: url("../../assets/img/Union%2012.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.date-box {
  background-color: white;
  border-radius: 15px;
  padding: 15px 15px;
  text-align: center;
  max-width: 163px;
}

.date-p1 {
  color: #242C60;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

.date-p2 {
  color: #27AAE1;
  font-size: 30px;
  border-bottom: 1px solid #242D60;
}

.date-p3 {
  color: #242C60;
  font-size: 35px;
}

.blue-hero-title1 {
  color: white;
  font-size: 30px;
}

.blue-hero-title2 {
  color: #27AAE1;
  font-size: 50px;
  font-weight: 700;
}

.blue-hero-logo-div {
  display: flex;
  justify-content: end;
}

.blue-hero-logo-img {
  max-width: 421px;
}

/* media gallery page*/
.media-gallery-section {
  padding-top: 100px;
}

.media-gallery-heading {
  color: #27AAE1;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 0;
  border-left: 5px solid #27AAE1;
  padding-left: 20px;
}

.media-gallery-day-links {
  padding: 16px 67px;
  font-size: 30px;
  text-decoration: none;
  border-radius: 10px;
  color: #27AAE1;
  background-color: transparent;
  border: 2px solid #27AAE1;
  text-align: center;
  white-space: no-wrap;
}

.day-active {
  background-color: #242C60;
  border: 2px solid #242C60;
  color: white;
}

.media-gallery-session-heading {
  font-size: 50px;
  color: #27AAE1;
  font-weight: 700;
}

.media-gallery-images-container {
  width: 100%;
    aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.media-gallery-images-container:hover {
  transform: translateY(-5px);
}

.media-gallery-images-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.media-gallery-images-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242C60;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.media-gallery-images-container:hover::before {
  opacity: 0.75;
}

/* Text Overlay */
.media-gallery-images-text {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 18px;
  z-index: 3;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.media-gallery-images-container:hover .media-gallery-images-text {
  transform: translateY(0);
  opacity: 1;
}

.media-gallery-slider-modal {
  background-color: rgba(36, 44, 96, 0.57);
  backdrop-filter: blur(7px);
}

.media-gallery-slider-modal .modal-title {
  color: white;
}

.media-gallery-modal-content {
  background-color: transparent;
  border: none;
}

.custom-carousel .carousel-item img {
  height: 60vh;
  object-fit: cover;
  width: 100%;
}

.custom-carousel .carousel-control-prev {
  position: fixed;
  width: 51px;
  height: 51px;
  background: #27AAE1;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.custom-carousel .carousel-control-next {
  position: fixed;
  width: 51px;
  height: 51px;
  background: #27AAE1;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.media-gallery-slide-info {
  text-align: center;
  font-size: 20px;
  color: white;
  padding-top: 20px;
}

.media-gallery-images-close-button {
  position: fixed;
  top: 20px;
  right: 20px;
}

.image-counter {
  position: fixed;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}

.media-gallery-pagination .page-link {
  color: #242C60;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-gallery-pagination .page-item.active .page-link {
  background-color: #242C60;
  color: #FCFCFC;
}

/* FORUM Videos */
.media-gallery-videos {
  border-radius: 20px;
  pointer-events: none;
}

#backToTopBtn {
  bottom: 30px;
  right: 30px;
  z-index: 1050;
  border: none;
  outline: none;
}
#backToTopBtn svg {
  font-size: 40px;
  color: #FDFDFD;
  filter: drop-shadow(0 0px 20px rgba(0, 0, 0, 0.4));
}

/* 1. Remove border and shadow from toggler button */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* 2. Make hamburger icon blue */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-32 0 512 512'%3e%3cpath fill='%2327AAE1' d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e") !important;
}

/* 3. Change to X icon when navbar is expanded/opened */
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2327AAE1' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3e%3c/svg%3e") !important;
}

/* Optional: Add smooth transition for icon change */
.navbar-toggler-icon {
  transition: all 0.2s ease-in-out;
}

.contact-us-nav-item {
  display: none;
}

.mobile-social-media-nav-item {
  background-color: #242C60;
  border-radius: 0px 0px 15px 15px;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-social-media-live {
  font-size: 24px !important;
  color: #27AAE1 !important;
}

.mobile-social-media-links {
  color: #fff !important;
  font-size: 24px !important;
}

.overview-top-footer {
  /*padding-top: 200px;
  margin-top: -250px;*/
}
.lng-code {
    line-height: 0;
    height: 0;
}
.button-effect {
  transition: all 0.3s ease;
}
.button-effect:hover {
  transform: translateY(-2px);
}

.flex-content-p ul, .flex-content-u ul {
  list-style: none;        /* remove default bullets */
  padding-left: 0;         /* remove default indent */
  margin: 0;               /* clean spacing */
}

.flex-content-p ul li, .flex-content-u ul li {
  margin-bottom: 12px;     /* spacing between list items */
  font-size: 15px;
  color: #1a2146;          /* dark navy-like text */
  position: relative;
  padding-left: 20px;      /* space for custom bullet */
}
div#speakersCarousel > .slick-list {
    padding: 15px 0;
}
.main-navbar .language-link {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.flex-content-p ul li::before, .flex-content-u ul li::before , flex-content-speaker{
  content: "–";            /* en dash as bullet */
  position: absolute;
  left: 0;
  color: #1a2146;          /* same color as text */
}

.flex-content-p ul li a, .flex-content-u ul li a {
  color: #182052;          /* dark blue links */
  font-weight: 600;        /* slightly bold */
  text-decoration: underline;
}

.flex-content-p ul li a:hover , .flex-content-u ul li a:hover {
  text-decoration: none;   /* remove underline on hover */
}

.flex-content-p p {
    font-size: 15px;
    color: #242C60;
    margin-bottom: 8px;
    line-height: 1.5;
}
.content-divider {
    display: flex;
    align-items: center;
}


div#livestreamModal .modal-dialog {
    width: 100% !important;
    max-width: 60%;
}
div#livestreamModal .modal-dialog .modal-content {
    padding-bottom: 75px;
}

.program-session h4.session-title {
    margin-top: 6px;
}

.flex-content-download.session-pdf-download-block {
    margin: 10px 0;
}

.download-app-container {
    max-width: 1380px !important;
}
.wpforms-container .wpforms-recaptcha-container .g-recaptcha {
    max-width: 157px;
    overflow: hidden;
    display: flex;
}
.wpforms-container .wpforms-recaptcha-container .g-recaptcha > div > div{
    transform: translate(-1px, -12px);
}
.wpforms-container .wpforms-recaptcha-container .g-recaptcha > div{
        height: 49px !important;
        overflow: hidden;
}
.mobile-social-media-live.live {
    font-size: 24px !important;
    color: #e92222 !important;
}