/* ITC Avant Garde Gothic font faces */
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Bold/ITC_Avant_Garde_Gothic_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Bold_Condensed/ITC_Avant_Garde_Gothic_Bold_Condensed.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Bold_Oblique/ITC_Avant_Garde_Gothic_Bold_Oblique.otf") format("opentype");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Book_Condensed/ITC_Avant_Garde_Gothic_Book_Condensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "ITC Avant Garde Gothic CE";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_CE_Book/ITC_Avant_Garde_Gothic_CE_Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Gothic CE";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_CE_Book_Oblique/ITC_Avant_Garde_Gothic_CE_Book_Oblique.otf") format("opentype");
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: "ITC Avant Garde Gothic CE";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_CE_Demi/ITC_Avant_Garde_Gothic_CE_Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Gothic CE";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_CE_Demi_Oblique/ITC_Avant_Garde_Gothic_CE_Demi_Oblique.otf") format("opentype");
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Demi_Condensed/ITC_Avant_Garde_Gothic_Demi_Condensed.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Medium/ITC_Avant_Garde_Gothic_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Medium_Condensed/ITC_Avant_Garde_Gothic_Medium_Condensed.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC_Avant_Garde_Gothic/ITC_Avant_Garde_Gothic_Medium_Oblique/ITC_Avant_Garde_Gothic_Medium_Oblique.otf") format("opentype");
  font-weight: 500;
  font-style: oblique;
}
@font-face {
  font-family: "Canva Sans";
  src: url("../fonts/CanvaSans/CanvaSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "Canva Sans";
  src: url("../fonts/CanvaSans/CanvaSans-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Canva Sans";
  src: url("../fonts/CanvaSans/CanvaSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "Canva Sans";
  src: url("../fonts/CanvaSans/CanvaSans-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Canva Sans";
  src: url("../fonts/CanvaSans/CanvaSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Canva Sans";
  src: url("../fonts/CanvaSans/CanvaSans-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
:root {
  scroll-behavior: smooth;
  /* Fonts */
  --font-primary: system-ui, sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-regular: "Merriweather", serif;
  /*colors */
  --primary-color: #304e96;
  --secondary-color: #b8ef37 !important;
  --dark-blue: #143481;
  --sky-blue: #dbe3f7;
  --grey-color: #737373;
  --light-gray: #e5e5e5;
  --v-light-gray: #f9fafb;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-orange: #efddc5;
  /* font sizes */
  --fs-xs: 0.75rem; /* 12px */
  --fs-sm: 0.875rem; /* 14px */
  --fs-md: 1rem; /* 16px */
  --fs-l: 1.125rem; /*18px */
  --fs-lg: 1.25rem; /* 20px */
  --fs-xl: 1.5rem; /* 24px */
  --fs-2xl: 1.75rem; /* 28px */
  --fs-3xl: 2rem; /* 32px */
  --fs-34: 2.125rem; /* 34px */
  --fs-36: 2.25rem; /* 36px */
  --fs-40: 2.5rem; /* 40px */
  /* font weights */
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-bolder: 900;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Canva Sans", sans-serif;
  box-sizing: border-box;
  font-size: var(--fs-md);
  color: #212529;
}

/** Common Classes Section **/
i[class^=ri-] {
  font-size: 20px;
  vertical-align: middle;
}

.black-color {
  color: var(--black-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.blue-color {
  color: var(--dark-blue);
}

.common-title,
.banner-title {
  font-size: var(--fs-36);
  font-weight: var(--fw-bold);
  color: var(--white-color);
  margin-bottom: 40px;
  font-family: "ITC Avant Garde Gothic", sans-serif;
}
.common-title.black-color,
.banner-title.black-color {
  color: var(--black-color);
}
.common-title.secondary-color,
.banner-title.secondary-color {
  color: var(--secondary-color);
}
.common-title.blue-color,
.banner-title.blue-color {
  color: var(--dark-blue);
}

.banner-title {
  font-size: var(--fs-40);
  margin-bottom: 0px;
  line-height: 1.4;
}

.common-subtitle,
.banner-subtitle {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  color: var(--black-color);
  margin-bottom: 20px;
}
.common-subtitle.secondary-color,
.banner-subtitle.secondary-color {
  color: var(--secondary-color);
}
.common-subtitle.blue-color,
.banner-subtitle.blue-color {
  color: var(--dark-blue);
}

.banner-subtitle {
  font-size: var(--fs-xl);
  font-weight: var(--fw-regular);
  color: var(--white-color);
  margin-bottom: 0px;
  font-family: "ITC Avant Garde Gothic", sans-serif;
}

.common-btn {
  display: inline-block;
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  color: var(--black-color);
  text-decoration: none;
  padding: 8px 30px;
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  min-width: 130px;
  text-align: center;
  vertical-align: middle;
  transition: scale 0.3s ease-in-out;
}
.common-btn:hover {
  scale: 1.05;
  color: var(--black-color);
}
.common-btn.secondary-btn {
  background-color: transparent;
  color: var(--secondary-color);
}

.section-padding {
  padding: 60px 0px;
}

.main-padding {
  padding-top: 94px;
}

.description {
  font-size: var(--fs-l);
  color: var(--black-color);
}

.view-more-link {
  display: inline-block;
  text-decoration: none;
  font-style: italic;
  color: var(--grey-color);
  font-weight: var(--fw-bold);
}

/** End Common Classes Section **/
/** Header Section **/
header {
  padding: 10px 0px;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
header .logo img {
  width: auto;
  height: 80px;
}
header .menu {
  display: flex;
  justify-content: end;
  gap: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
}
header .menu li {
  list-style: none;
  position: relative;
}
header .menu li a {
  text-decoration: none;
  font-size: var(--fs-md);
  color: var(--white-color);
  padding: 5px 0px;
  position: relative;
}
header .menu li a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  height: 3px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
header .menu li a:hover::before {
  width: 100%;
}
header .menu li.current-menu-item a::before {
  width: 100%;
}
header .menu li.current-menu-item .sub-menu a::before {
  width: 0%;
}
header .menu li.current-menu-item .sub-menu a:hover::before {
  width: 100%;
}
header .menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 58%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--white-color);
  transform-origin: top;
  transition: rotate 0.3s ease-in-out;
}
header .menu li.menu-item-has-children:hover::after {
  rotate: 180deg;
}
header .menu li.menu-item-has-children .sub-menu .menu-item-has-children::after {
  border-top: 5px solid var(--black-color);
  right: 5px;
}
header .menu li.menu-item-has-children .sub-menu .menu-item-has-children:hover::after {
  rotate: 270deg !important;
}
header .menu li .sub-menu {
  background-color: var(--light-gray);
  padding: 10px 0px;
  border-left: 3px solid var(--secondary-color);
  position: absolute;
  top: calc(100% + 2.4px);
  left: -4px;
  display: none;
}
header .menu li .sub-menu li {
  display: block;
  padding: 3px 20px;
}
header .menu li .sub-menu li a {
  white-space: nowrap;
  font-size: var(--fs-sm);
  color: var(--black-color);
  font-weight: var(--fw-medium);
}
header .menu li .sub-menu li a::before {
  bottom: 0px;
  height: 2px;
}
header .menu li .sub-menu li .sub-menu {
  display: none;
  top: 4px;
  left: calc(100% + 0px);
  right: auto;
}
header .menu li .sub-menu li:hover .sub-menu {
  display: block;
}
header .menu li:hover .sub-menu {
  display: block;
}
header.hide {
  transform: translateY(-100%);
}
header.show {
  transform: translateY(0);
}
header.scrolled, header.white-header {
  background-color: var(--white-color);
  backdrop-filter: blur(8px);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
header.scrolled .menu li a, header.white-header .menu li a {
  color: var(--black-color);
}
header.scrolled .menu li::after, header.white-header .menu li::after {
  border-top: 5px solid var(--black-color);
}
header.scrolled .logo img, header.white-header .logo img {
  filter: invert(1);
}
header.scrolled .toggle-menu-cont .toggle-menu i, header.white-header .toggle-menu-cont .toggle-menu i {
  background: var(--dark-blue);
}

.toggle-menu-cont {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 4px;
  left: auto;
  top: 9px;
  display: none;
}
.toggle-menu-cont .toggle-menu {
  width: 36px;
  height: 36px;
  display: none;
  right: 14px;
  position: relative;
  top: 0%;
}
.toggle-menu-cont .toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: var(--secondary-color);
  width: 22px;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-menu-cont .toggle-menu i:nth-child(1) {
  top: 8px;
}
.toggle-menu-cont .toggle-menu i:nth-child(2) {
  top: 16px;
}
.toggle-menu-cont .toggle-menu i:nth-child(3) {
  top: 24px;
}
.toggle-menu-cont .toggle-menu.open-menu i:nth-child(1) {
  top: 18px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.toggle-menu-cont .toggle-menu.open-menu i:nth-child(2) {
  background: transparent;
}
.toggle-menu-cont .toggle-menu.open-menu i:nth-child(3) {
  top: 18px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.mob-header {
  background-color: var(--dark-blue);
  min-height: 100vh;
}
.mob-header .menu {
  gap: 0px;
}
.mob-header .menu li {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mob-header .menu li.current-menu-item {
  background-color: color-mix(in srgb, var(--secondary-color) 70%, transparent 0%);
}
.mob-header .menu li a {
  display: block;
  padding: 0px;
}
.mob-header .menu li a::before {
  display: none;
}
.mob-header .menu li.menu-item-has-children::after {
  top: 24px;
  right: 14px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--white-color);
}
.mob-header .menu li .sub-menu {
  position: relative;
  left: -10px;
  width: calc(100% + 22px);
  margin-bottom: -8px;
  margin-top: 6px;
  padding: 0px;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.mob-header .menu li .sub-menu li {
  padding: 6px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mob-header .menu li .sub-menu li a {
  font-size: var(--fs-md);
}
.mob-header .menu li .sub-menu li::after {
  top: 18px;
  right: 14px !important;
}
.mob-header .menu li .sub-menu li .sub-menu {
  left: calc(0% - 20px);
  top: -2px;
  width: calc(100% + 40px);
}
.mob-header .menu li .sub-menu li .sub-menu li {
  padding-left: 30px;
}
.mob-header .menu li .sub-menu li.menu-item-has-children::after {
  right: 12px;
}
.mob-header .menu li .sub-menu li.menu-item-has-children:hover::after {
  transform: rotate(180deg);
}
.mob-header nav {
  margin: 0px -12px;
}

/** End Header Section **/
/** Footer Section **/
footer {
  padding: 40px 0px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px -1px 2px 0px;
}
footer h3 {
  font-size: var(--fs-l);
  color: var(--black-color);
  font-weight: var(--fw-semibold);
  margin-bottom: 10px;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style: none;
  margin: 6px 0px;
}
footer ul li a {
  text-decoration: none;
  color: var(--black-color);
  display: inline-block;
}
footer ul li a:hover {
  color: var(--primary-color);
}
footer ul.social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 8px;
  margin-bottom: 0px;
}
footer ul.social-media li {
  margin: 0px;
  line-height: 1;
}
footer ul.social-media i {
  font-size: 24px;
}
footer ul.social-media svg {
  width: 40px;
  height: 40px;
  font-weight: var(--fw-bolder);
}
footer ul.social-media i,
footer ul.social-media svg {
  display: block;
  transition: all 0.3s ease-in-out;
}
footer ul.social-media i:hover,
footer ul.social-media svg:hover {
  scale: 0.95;
  color: var(--black-color);
  opacity: 0.85;
}
footer p {
  margin-bottom: 8px;
  font-weight: var(--fw-medium);
}
footer .bottom-footer-menu {
  border-top: 2px solid color-mix(in srgb, var(--dark-blue) 60%, transparent);
  margin-top: 10px;
}
footer .bottom-footer-menu .menu-bottom-footer-menu-container {
  width: 100%;
}
footer .bottom-footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0px;
  margin: 6px 0px 6px;
}

/** End Footer Section **/
/** Hero Section **/
.hero-section {
  height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
  display: grid;
  place-items: center;
  position: relative;
}
.hero-section .banner-title {
  margin-bottom: 12px;
}
.hero-section .banner-subtitle {
  margin-bottom: 24px;
}
.hero-section .buttons {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap !important;
}
.hero-section .content {
  position: relative;
  z-index: 2;
}
.hero-section .counter {
  position: absolute;
  inset: 0;
  left: 23%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}
.hero-section .counter .countdown {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  margin-bottom: 80px;
  color: var(--white-color);
}
.hero-section .counter .countdown div {
  background: rgba(44, 74, 100, 0.9);
  color: var(--white-color);
  padding: 8px 20px;
  text-align: center;
  border-radius: 4px;
  min-width: 70px;
}
.hero-section .counter .countdown span {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-medium);
  display: block;
  line-height: 1;
}
.hero-section .counter .countdown small {
  font-size: 12px;
  opacity: 0.8;
}
.hero-section.main-banner .content {
  text-align: center;
}
.hero-section.main-banner .content .banner-title {
  margin-bottom: 0px;
  margin-top: 12px;
}
.hero-section.main-banner .content .banner-subtitle {
  margin-bottom: 0px;
}
.hero-section.inner-page-banner {
  min-height: 35vh;
  height: auto;
}
.hero-section.inner-page-banner .content {
  margin-top: 2rem;
}
.hero-section .conference-banner-content {
  display: none;
  position: relative;
  z-index: 2;
}
.hero-section.conference-banner .content {
  display: none;
}
.hero-section.conference-banner .conference-banner-content {
  display: block;
}
.hero-section.conference-banner .conference-banner-content .banner-content {
  padding: 40px 60px;
  text-align: center;
  border: 2px solid color-mix(in srgb, var(--white-color) 80%, transparent);
}
.hero-section.conference-banner .conference-banner-content .banner-content .tagline {
  color: var(--white-color);
  font-size: var(--fs-xl);
  opacity: 0.8;
  font-style: italic;
  font-weight: var(--fw-regular);
  margin-bottom: 24px;
}
.hero-section.conference-banner .conference-banner-content .banner-content .banner-subtitle {
  margin-bottom: 12px;
}
.hero-section.conference-banner .conference-banner-content .banner-content .venue-date {
  display: inline-block;
  font-size: var(--fs-xl);
  color: var(--white-color);
  padding-top: 15px;
  border-top: 2px solid color-mix(in srgb, var(--white-color) 70%, transparent);
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 78, 150, 0.7);
}
.hero-section.wt-bg::before {
  display: none;
}

/** End Hero Section **/
/** Home Definition-Section **/
.definition-section .content p {
  margin-bottom: 0px;
  font-size: var(--fs-2xl);
}
.definition-section .image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/** End Home Definition-Section **/
/** Conference Map Section **/
.conference-map--section {
  background-color: var(--primary-color);
}
.conference-map--section h2 {
  text-align: center;
}
.conference-map--section .world-map {
  text-align: center;
}
.conference-map--section .world-map svg {
  width: 100%;
  max-width: 100%;
  fill: rgba(87, 106, 119, 0.2);
  stroke-width: 1px;
}
.conference-map--section .world-map svg path {
  stroke: color-mix(in srgb, var(--white-color) 4%, transparent);
  transition: fill 0.3s ease;
}
.conference-map--section .world-map svg path.active {
  fill: var(--secondary-color);
}

.timeline-div {
  position: relative;
  padding: 0px 30px;
}
.timeline-div .map-timeline {
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 100%;
  width: 100%;
  gap: 20px;
  color: #fff;
  overflow: auto;
  padding-top: 20px;
  margin-top: 50px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timeline-div .map-timeline::-webkit-scrollbar {
  display: none;
}
.timeline-div .map-timeline .years {
  display: flex;
  gap: 40px;
  position: relative;
}
.timeline-div .map-timeline .years span {
  cursor: pointer;
  opacity: 0.75;
  position: relative;
  min-width: 130px;
  font-size: var(--fs-lg);
}
.timeline-div .map-timeline .years span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--white-color);
}
.timeline-div .map-timeline .years span.active {
  opacity: 1;
  font-weight: var(--fw-bold);
}
.timeline-div .map-timeline .years span.active::after {
  background: var(--secondary-color);
}
.timeline-div .map-timeline button {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, scale 0.3s ease-in-out;
  background: transparent;
  border: 0;
}
.timeline-div .map-timeline button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  border: 4px solid var(--white-color);
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  background-color: var(--primary-color);
  transform-origin: top;
  rotate: 45deg;
}
.timeline-div .map-timeline button#map-prev {
  left: 0px;
}
.timeline-div .map-timeline button#map-prev::after {
  rotate: 226deg;
}
.timeline-div .map-timeline button#map-next {
  right: 0;
}
.timeline-div .map-timeline button:hover {
  scale: 0.9;
}
.timeline-div .map-timeline button[style*=hidden] {
  opacity: 0;
}

/** End Conference Map Section **/
/** Our Reach Section **/
.our-reach--section .section-image {
  position: relative;
}
.our-reach--section .section-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.our-reach--section .section-image .our-reach--div {
  position: absolute;
  top: 0px;
  right: 50px;
  background-color: color-mix(in srgb, var(--light-orange) 85%, transparent 0%);
  padding: 30px;
  width: 20rem;
}
.our-reach--section .section-image .our-reach--div h3 {
  font-size: var(--fs-lg);
  color: var(--primary-color);
  font-weight: var(--fw-bold);
}
.our-reach--section .section-image .our-reach--div .reach {
  margin-top: 20px;
}
.our-reach--section .section-image .our-reach--div .reach p {
  color: var(--black-color);
  font-size: var(--fs-lg);
  font-weight: var(--fw-regular);
}
.our-reach--section .section-image .our-reach--div .reach p:not(:first-child) {
  opacity: 0.85;
}
.our-reach--section .section-image .our-reach--div .reach p:first-child {
  font-size: var(--fs-34);
  line-height: 1;
  font-weight: var(--fw-bold);
  margin-bottom: 2px;
  opacity: 0.95;
}

.our-speakers--section {
  background-color: var(--primary-color);
}
.our-speakers--section .common-title {
  text-align: center;
}
.our-speakers--section .speakers {
  display: flex;
  position: relative;
}
.our-speakers--section .speakers .speaker {
  background-color: transparent;
  perspective: 1000px;
  aspect-ratio: 9/10;
  object-fit: cover;
}
.our-speakers--section .speakers .speaker .inner-card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.our-speakers--section .speakers .speaker .inner-card .card-front,
.our-speakers--section .speakers .speaker .inner-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.our-speakers--section .speakers .speaker .inner-card .card-front img {
  width: 100%;
  aspect-ratio: 9/10;
  object-fit: cover;
}
.our-speakers--section .speakers .speaker .inner-card .card-back {
  background-color: var(--primary-color);
  color: var(--white-color);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.our-speakers--section .speakers .speaker .inner-card .card-back h3 {
  color: var(--secondary-color);
  margin-bottom: 0px;
}
.our-speakers--section .speakers .speaker .inner-card .card-back p {
  margin-bottom: 0px;
  color: var(--white-color);
}
.our-speakers--section .speakers .speaker .inner-card .card-back p.country {
  font-size: var(--fs-l);
  font-weight: var(--fw-regular);
  font-style: italic;
}
.our-speakers--section .speakers .speaker .inner-card .card-back p:last-child {
  margin-top: 8px;
}
.our-speakers--section .speakers .speaker:hover .inner-card {
  transform: rotateY(180deg);
}
.our-speakers--section .speakers .next-icon {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  transition: transform 0.3s ease-in-out;
}
.our-speakers--section .speakers .next-icon img {
  width: 35px;
  height: auto;
}
.our-speakers--section .speakers .next-icon:hover {
  transform: translate(3px, -50%) scale(1.05);
}

/** End Our Reach Section **/
/** Speakers Page Section **/
.categories-menu .nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
}
.categories-menu .nav-items li {
  list-style: none;
  font-size: var(--fs-xl);
}
.categories-menu .nav-items li a {
  display: inline-block;
  text-decoration: none;
  color: var(--dark-blue);
  font-weight: var(--fw-semibold);
  opacity: 0.85;
  font-size: var(--fs-md);
  background: #304e96;
  padding: 8px 12px;
  color: var(--white-color);
}
.categories-menu .nav-items li a:hover {
  opacity: 1;
}

.speaker-section .common-title {
  color: var(--primary-color);
}

.about-speaker {
  width: 100%;
  height: 100%;
  border: 1px solid var(--light-gray);
  transition: box-shadow 0.3s ease-in-out;
}
.about-speaker a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.about-speaker .speaker-image {
  overflow: hidden;
}
.about-speaker .speaker-image img {
  width: 100%;
  aspect-ratio: 10/7;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.about-speaker .content {
  padding: 20px;
}
.about-speaker .content h3 {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  margin-bottom: 0px;
}
.about-speaker .content p {
  font-size: var(--fs-md);
  margin: 6px 0px 0px;
}
.about-speaker .content p.country {
  font-size: var(--fs-lg);
  color: var(--primary-color);
  font-style: italic;
  margin: 0px !important;
}
.about-speaker .content .common-btn {
  margin-top: 20px;
  display: none;
}
.about-speaker .content.show-content p:not(.about-speaker .content.show-content p.country) {
  display: none;
}
.about-speaker .content.show-content .common-btn {
  display: inline-block;
}
.about-speaker:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.about-speaker:hover .speaker-image img {
  scale: 1.05;
}

/** End Speakers Page Section **/
/** Single Speaker Section **/
.single-speaker-profile .speaker-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.single-speaker-profile .content .common-title {
  margin-bottom: 4px;
}
.single-speaker-profile .content .key-of-attachement {
  margin-top: 40px;
}
.single-speaker-profile .content .key-of-attachement ul li {
  font-weight: var(--fw-medium);
  margin-bottom: 4px;
}
.single-speaker-profile .content .country {
  opacity: 0.9;
  margin-bottom: 20px;
}

.about-conference--section .buttons-div {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.coordinator-desk--section {
  background-color: var(--primary-color);
}
.coordinator-desk--section .coordinator-image img {
  width: 100%;
  aspect-ratio: 10/7;
  object-fit: cover;
}
.coordinator-desk--section .content {
  color: var(--white-color);
}
.coordinator-desk--section .content .signature {
  width: 160px;
  height: auto;
  object-fit: cover;
  margin-top: 16px;
}
.coordinator-desk--section .content .coordinator-name {
  color: var(--secondary-color);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  margin-bottom: 2px;
}
.coordinator-desk--section .content .coordinator-designation {
  font-weight: var(--fw-regular);
  margin-bottom: 0px;
}

/** End Single Speaker Section **/
.fidel-video--section {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.fidel-video--section .video-container {
  position: relative;
  z-index: 2;
}
.fidel-video--section .video-container .video-wrapper {
  position: relative;
  max-width: 800px;
  margin: auto;
  aspect-ratio: 16/9;
}
.fidel-video--section .video-container .video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
}
.fidel-video--section .video-container .video-wrapper .custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 20px 28px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fidel-video--section .video-container .video-wrapper .custom-play-btn i {
  flex: 1;
  display: inline-block;
  font-size: 50px;
  margin-left: 10px;
}
.fidel-video--section .video-container .video-wrapper .custom-play-btn:hover {
  scale: 0.95;
}
.fidel-video--section .video-container .video-wrapper:hover .custom-play-btn {
  background: rgba(0, 0, 0, 0.8);
}
.fidel-video--section .video-container .buttons-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.fidel-video--section::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.events-section .event {
  position: relative;
  overflow: hidden;
}
.events-section .event .event-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  transition: scale 0.3s ease-in-out;
}
.events-section .event h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-bottom: 0px;
  transition: 0.3s ease-in-out;
}
.events-section .event::before {
  content: "";
  position: absolute;
  inset: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.events-section .event:hover .event-thumbnail img {
  scale: 1.05;
}
.events-section .event:hover h2 {
  color: var(--secondary-color);
}

.event-items--section ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.event-items--section ul:has(li:nth-child(2):last-child) {
  justify-content: space-around;
}
.event-items--section ul li {
  list-style: none;
  font-weight: var(--fw-bold);
  color: var(--dark-blue);
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: var(--fs-l);
}
.event-items--section ul li.active, .event-items--section ul li:hover {
  opacity: 1;
}
.event-items--section .mobile-menu {
  display: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.event-content--section {
  display: none;
  position: relative;
}
.event-content--section.active {
  display: block;
}
.event-content--section .section-inner {
  position: relative;
  min-height: 200px;
}
.event-content--section .section-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  height: 200px;
}
.event-content--section .section-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  transition: opacity 0.3s ease;
}
.event-content--section .section-loader .loader-spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #d9d9d9;
  border-top: 4px solid #304e96;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: 8px;
  gap: 15px;
}
.gallery .gallery-item {
  overflow: hidden;
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.documents-gallery .document {
  width: 184px;
  margin: auto;
}
.documents-gallery .document img {
  object-fit: cover;
  max-width: 100%;
  width: auto;
  height: 230px;
  transition: 0.3s ease-in-out;
}
.documents-gallery .document img:hover {
  scale: 0.95;
}
.documents-gallery .document .preview-links {
  margin-top: 6px;
  text-align: center;
}
.documents-gallery .document .preview-links a {
  text-decoration: none;
  color: var(--black-color);
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: var(--fw-bold);
}
.documents-gallery .document .preview-links a:first-of-type {
  color: var(--secondary-color);
}
.documents-gallery .document .preview-links a:hover {
  opacity: 0.85;
  scale: 0.95;
}
.documents-gallery .document .preview-links span {
  margin: 0px 4px;
  font-weight: var(--fw-bolder);
}

.youtube-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

.council-timeline--section {
  background-color: var(--primary-color);
}
.council-timeline--section .wrap {
  width: 750px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}
.council-timeline--section .wrap .title-box h2 {
  margin-bottom: 0px;
  text-align: center;
  border: 8px solid var(--white-color);
  padding: 10px;
}
.council-timeline--section .wrap .counsil-timeline {
  position: relative;
}
.council-timeline--section .wrap .counsil-timeline svg {
  inset: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
.council-timeline--section .wrap .counsil-timeline .item {
  position: absolute;
  color: var(--white-color);
  z-index: 2;
  opacity: 0.25;
  transform: translateY(30px);
  transition: 0.45s ease;
  width: 170px;
}
.council-timeline--section .wrap .counsil-timeline .item.active {
  opacity: 1;
  transform: translateY(0);
}
.council-timeline--section .wrap .counsil-timeline .item .year {
  color: var(--secondary-color);
  font-size: var(--fs-40);
  font-weight: var(--fw-bolder);
  line-height: 1;
  margin-bottom: 20px;
}
.council-timeline--section .wrap .counsil-timeline .item .content {
  font-size: 13px;
  font-weight: var(--fw-medium);
  color: var(--white-color);
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(odd) {
  text-align: left;
  left: 165px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(even) {
  text-align: right;
  right: 165px;
}
.council-timeline--section .wrap .counsil-timeline .item:first-of-type {
  top: 112px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(3) {
  top: 311px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(4) {
  top: 555px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(5), .council-timeline--section .wrap .counsil-timeline .item:nth-child(6) {
  top: 875px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(7) {
  top: 1272px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(8) {
  top: 1484px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(9) {
  top: 1727px;
  width: 350px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(10), .council-timeline--section .wrap .counsil-timeline .item:nth-child(11) {
  top: 2084px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(12) {
  top: 2482px;
  width: 260px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(13) {
  top: 2802px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(14) {
  top: 3022px;
  width: 320px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(15) {
  top: 3200px;
  width: 320px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(16) {
  top: 3421px;
  width: 400px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(17) {
  top: 3630px;
  width: 400px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 22px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(18) {
  top: 3772px;
  width: 290px;
}
.council-timeline--section .wrap .counsil-timeline .item:nth-child(19) {
  top: 3970px;
  width: 400px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.initiativeSwiper {
  position: relative;
  padding-bottom: 45px;
}
.swiper.initiativeSwiper .swiper-button-next, .swiper.initiativeSwiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  color: #000;
}
.swiper.initiativeSwiper .swiper-button-next:after, .swiper.initiativeSwiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}
.swiper.initiativeSwiper .swiper-wrapper {
  padding: 40px 0px;
}
.swiper.initiativeSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper.initiativeSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.speakerSwiper .swiper-pagination {
  bottom: 0px;
}
.swiper.speakerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white-color) !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

/***** Scientific Programme Page *****/
.country-color {
  color: #6a8f3c;
}

.room-color {
  color: #7a5ac9;
}

.language-color {
  color: #d6b87a;
}

.programme-color {
  color: #e66a5c;
}

.conference-date--section {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  position: sticky;
  top: 0px;
  background: var(--white-color);
  z-index: 998;
}
.conference-date--section .date-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px;
}
.conference-date--section .date-tabs .date-tab {
  text-align: center;
  font-weight: var(--fw-regular);
  color: var(--white-color);
  display: inline-block;
  cursor: pointer;
  background-color: rgba(48, 78, 150, 0.4);
  font-size: var(--fs-xs);
  padding: 8px 30px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.conference-date--section .date-tabs .date-tab span {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  font-style: normal;
}
.conference-date--section .date-tabs .date-tab.active, .conference-date--section .date-tabs .date-tab:hover {
  background-color: #304e96;
  box-shadow: 0 12px 30px rgba(48, 78, 150, 0.6);
}
.conference-date--section .date-tabs .date-tab.disabled {
  opacity: 0.45;
  pointer-events: none;
}
.conference-date--section .toolbar-section {
  border-top: 1px solid rgba(229, 231, 235, 0.8);
  background-color: rgba(236, 239, 244, 0.6);
}
.conference-date--section .toolbar-section .toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.conference-date--section .toolbar-section .toolbar .search-box {
  position: relative;
}
.conference-date--section .toolbar-section .toolbar .search-box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  stroke: rgba(153, 161, 175, 0.8);
}
.conference-date--section .toolbar-section .toolbar .search-box svg:not(.event-icon--close) {
  margin-left: 10px;
}
.conference-date--section .toolbar-section .toolbar .search-box svg.event-icon--close {
  right: 8px;
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  fill: #99a1af;
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, scale 0.15s ease-in-out;
}
.conference-date--section .toolbar-section .toolbar .search-box svg.event-icon--close:hover {
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
  scale: 0.95;
}
.conference-date--section .toolbar-section .toolbar .search-box input {
  width: 350px;
  max-width: 100%;
  height: 48px;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: 0px;
  background: var(--white-color);
  line-height: 1;
  padding: 4px 28px 4px 40px;
  font-size: var(--fs-md);
  color: rgba(0, 0, 0, 0.65);
}
.conference-date--section .toolbar-section .toolbar .search-box input::placeholder {
  color: rgba(153, 161, 175, 0.6);
}
.conference-date--section .toolbar-section .toolbar .search-box input:focus {
  box-shadow: 0 0 4px 4px rgba(153, 161, 175, 0.2);
}
.conference-date--section .toolbar-section .toolbar .search-box input:not(:placeholder-shown) {
  border: 1px solid var(--primary-color);
}
.conference-date--section .toolbar-section .toolbar .search-box button {
  border: 0px;
  outline: 0px;
}
.conference-date--section .toolbar-section .toolbar .filter-btn {
  height: 48px;
  border: none;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 0 20px;
  border-radius: 0px;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: 0.25s ease;
  min-width: 140px;
  justify-content: center;
}
.conference-date--section .toolbar-section .toolbar .filter-btn svg {
  width: 18px;
  height: 18px;
  fill: white;
}
.conference-date--section .toolbar-section .toolbar .filter-btn:hover {
  background: var(--dark-blue);
}
.conference-date--section .toolbar-section .toolbar .tags {
  margin-left: 20px;
}
.conference-date--section .toolbar-section .toolbar .tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3f6ff;
  border: 1px solid #304e96;
  color: #304e96;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 6px 0px;
}
.conference-date--section .toolbar-section .toolbar .tags .tag:not(:last-child) {
  margin-right: 4px;
}
.conference-date--section .toolbar-section .toolbar .tags .tag .remove-btn {
  color: #304e96;
  font-weight: var(--fw-bold);
  border: 0px;
  outline: 0px;
  font-size: var(--fs-lg);
  line-height: 0.7;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  width: 17px;
  height: 17px;
  padding: 2px;
  transition: all 0.3s ease-in-out;
}
.conference-date--section .toolbar-section .toolbar .tags .tag .remove-btn:hover {
  scale: 0.95;
  background-color: color-mix(in srgb, #7f8dc5 40%, transparent 0%);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.country {
  border-color: #6a8f3c;
  color: #6a8f3c;
  background-color: rgba(106, 143, 60, 0.05);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.country .remove-btn {
  color: #6a8f3c;
}
.conference-date--section .toolbar-section .toolbar .tags .tag.country .remove-btn:hover {
  background-color: rgba(106, 143, 60, 0.2);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.room {
  border-color: #7a5ac9;
  color: #7a5ac9;
  background-color: rgba(122, 90, 201, 0.05);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.room .remove-btn {
  color: #7a5ac9;
}
.conference-date--section .toolbar-section .toolbar .tags .tag.room .remove-btn:hover {
  background-color: rgba(122, 90, 201, 0.2);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.language {
  border-color: #d6b87a;
  color: #d6b87a;
  background-color: rgba(214, 184, 122, 0.05);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.language .remove-btn {
  color: #d6b87a;
}
.conference-date--section .toolbar-section .toolbar .tags .tag.language .remove-btn:hover {
  background-color: rgba(214, 184, 122, 0.2);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.programme {
  border-color: #e66a5c;
  color: #e66a5c;
  background-color: rgba(230, 106, 92, 0.05);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.programme .remove-btn {
  color: #e66a5c;
}
.conference-date--section .toolbar-section .toolbar .tags .tag.programme .remove-btn:hover {
  background-color: rgba(230, 106, 92, 0.2);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.date {
  border-color: #2d6cdf;
  color: #2d6cdf;
  background-color: rgba(45, 108, 223, 0.05);
}
.conference-date--section .toolbar-section .toolbar .tags .tag.date .remove-btn {
  color: #2d6cdf;
}
.conference-date--section .toolbar-section .toolbar .tags .tag.date .remove-btn:hover {
  background-color: rgba(45, 108, 223, 0.2);
}
.conference-date--section .filter-types {
  display: none;
}
.conference-date--section .filter-types .filters {
  padding: 30px 0px;
  border-top: 1px solid rgba(229, 231, 235, 0.8);
}
.conference-date--section .filter-types .filters .filter-cards {
  display: flex;
  justify-content: center;
  align-items: start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: 0;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card input[type=checkbox]:checked + label {
  border: 2px solid #6a8f3c;
  border-left: 0px;
  box-shadow: -6px 0 0 #6a8f3c, 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #6a8f3c;
  scale: 1.03;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card input[type=checkbox]:checked + label svg {
  stroke: #6a8f3c;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card input[type=checkbox]:checked + label svg rect {
  stroke-dashoffset: 130;
  stroke: #6a8f3c;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card input[type=checkbox]:checked + label svg polyline {
  stroke-dashoffset: 45;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card input[type=checkbox]:focus + label svg {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color) 30%, transparent 0%);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card label {
  border-radius: 0px;
  padding: 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 0px;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -5px 0 0 rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.12);
  min-width: 180px;
  text-align: center;
  background-color: var(--white-color);
  font-weight: var(--fw-bold);
  color: rgba(0, 0, 0, 0.55);
  transition: scale 0.3s ease-in-out;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card label svg {
  flex: 0 0 18px;
  margin-right: 15px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 1.5;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card label svg:not(:root) {
  overflow: hidden;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card label svg rect {
  fill: rgba(255, 255, 255, 0.04);
  stroke-dasharray: 65;
  stroke-dashoffset: 0;
  transition: all 0.5s linear;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card label svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transition: all 0.2s linear;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card label:hover {
  scale: 1.03;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(2) input[type=checkbox]:checked + label {
  border-color: #7a5ac9;
  box-shadow: -6px 0 0 #7a5ac9, 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #7a5ac9;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(2) input[type=checkbox]:checked + label svg {
  stroke: #7a5ac9;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(2) input[type=checkbox]:checked + label svg rect {
  stroke: #7a5ac9;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(2) input[type=checkbox]:focus + label svg {
  box-shadow: 0 0 0 3px color-mix(in srgb, #7a5ac9 30%, transparent 0%);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box {
  position: relative;
  width: 180px;
  margin-top: 10px;
  display: none;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box select {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 2px solid #6a8f3c;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.8);
  color: #6a8f3c;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: -6px 0 0 #6a8f3c, 0 4px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6a8f3c;
  border-bottom: 2px solid #6a8f3c;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.room select {
  border-color: #7a5ac9;
  color: #7a5ac9;
  box-shadow: -6px 0 0 #7a5ac9, 0 4px 10px rgba(0, 0, 0, 0.12);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.room::after {
  border-color: #7a5ac9;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.language select {
  border-color: #d6b87a;
  color: #d6b87a;
  box-shadow: -6px 0 0 #d6b87a, 0 4px 10px rgba(0, 0, 0, 0.12);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.language::after {
  border-color: #d6b87a;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.programme select {
  border-color: #e66a5c;
  color: #e66a5c;
  box-shadow: -6px 0 0 #e66a5c, 0 4px 10px rgba(0, 0, 0, 0.12);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.programme::after {
  border-color: #e66a5c;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.date select {
  border-color: #2d6cdf;
  color: #2d6cdf;
  box-shadow: -6px 0 0 #2d6cdf, 0 4px 10px rgba(0, 0, 0, 0.12);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card .filter-box.date::after {
  border-color: #2d6cdf;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(3) input[type=checkbox]:checked + label {
  border-color: #d6b87a;
  box-shadow: -6px 0 0 #d6b87a, 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #d6b87a;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(3) input[type=checkbox]:checked + label svg {
  stroke: #d6b87a;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(3) input[type=checkbox]:checked + label svg rect {
  stroke: #d6b87a;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(3) input[type=checkbox]:focus + label svg {
  box-shadow: 0 0 0 3px color-mix(in srgb, #d6b87a 30%, transparent 0%);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(4) input[type=checkbox]:checked + label {
  border-color: #e66a5c;
  box-shadow: -6px 0 0 #e66a5c, 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #e66a5c;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(4) input[type=checkbox]:checked + label svg {
  stroke: #e66a5c;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(4) input[type=checkbox]:checked + label svg rect {
  stroke: #e66a5c;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(4) input[type=checkbox]:focus + label svg {
  box-shadow: 0 0 0 3px color-mix(in srgb, #e66a5c 30%, transparent 0%);
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(5) input[type=checkbox]:checked + label {
  border-color: #2d6cdf;
  box-shadow: -6px 0 0 #2d6cdf, 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #2d6cdf;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(5) input[type=checkbox]:checked + label svg {
  stroke: #2d6cdf;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(5) input[type=checkbox]:checked + label svg rect {
  stroke: #2d6cdf;
}
.conference-date--section .filter-types .filters .filter-cards .filter-card:nth-child(5) input[type=checkbox]:focus + label svg {
  box-shadow: 0 0 0 3px color-mix(in srgb, #2d6cdf 30%, transparent 0%);
}
.conference-date--section .filter-types .filters .clear-filter-section {
  text-align: center;
  margin-top: 30px;
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn {
  display: inline-block;
  background-color: #e5e7eb;
  color: #99a1af;
  border: 0px;
  outline: 0px;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  min-width: 162px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  transition: rotate 0.3s ease-in-out;
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn .active-filter-count {
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: color-mix(in srgb, #7f8dc5 40%, transparent 0%);
  margin-left: 4px;
  font-size: var(--fs-xs);
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn.active {
  background-color: color-mix(in srgb, var(--primary-color) 90%, transparent 0%);
  color: var(--white-color);
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn.active .active-filter-count {
  display: inline-flex;
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn.active:hover {
  scale: 1.1;
}
.conference-date--section .filter-types .filters .clear-filter-section .clear-filter-btn.active:hover svg {
  rotate: 270deg;
}

.session-search-results-count {
  background-color: var(--v-light-gray);
  padding: 40px 0px;
  margin-bottom: -60px;
}
.session-search-results-count .common-title {
  margin-bottom: 0px;
  color: var(--primary-color);
}

.events-data-section {
  background-color: var(--v-light-gray);
}
.events-data-section .event-section:not(:last-child) {
  margin-bottom: 40px;
}
.events-data-section .event-section .event-day-time {
  color: #1e2939;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.events-data-section .event-section .event-day-time span {
  background-color: var(--v-light-gray);
  padding-right: 20px;
}
.events-data-section .event-section .event-day-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(229, 231, 235, 0.9);
  z-index: -1;
}
.events-data-section .event-section .event-card {
  padding: 24px;
  background-color: var(--white-color);
  border: 1px solid #e5e7eb;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  box-shadow: -6px 0px var(--primary-color);
}
.events-data-section .event-section .event-card p {
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.events-data-section .event-section .event-card p.programme {
  font-size: var(--fs-sm);
  color: var(--primary-color);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
}
.events-data-section .event-section .event-card p.panel {
  font-size: var(--fs-lg);
  margin: 5px 0px 10px;
  font-weight: var(--fw-bold);
  color: var(--black-color);
}
.events-data-section .event-section .event-card p.speaker-list {
  font-size: var(--fs-sm);
  opacity: 0.7;
  margin-bottom: 15px;
  min-height: 42px;
}
.events-data-section .event-section .event-card button {
  border: 0px;
  outline: 0px;
  background-color: transparent;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  padding: 2px 10px;
  transition: all 0.3s ease-in-out;
}
.events-data-section .event-section .event-card button svg {
  margin-left: 2px;
  transition: all 0.3s ease-in-out;
}
.events-data-section .event-section .event-card button svg path {
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
}
.events-data-section .event-section .event-card button:hover {
  background-color: var(--v-light-gray);
  color: var(--primary-color);
}
.events-data-section .event-section .event-card button:hover svg {
  margin-left: 4px;
}
.events-data-section .event-section .event-card button:hover svg path {
  color: var(--primary-color);
}
.events-data-section .event-section .event-card .know-venue-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.events-data-section .event-section .event-card .know-venue-box > div {
  text-align: right;
}
.events-data-section .event-section .event-card .know-venue-box > div span {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
}
.events-data-section .event-section .event-card .know-venue-box > div span:first-child {
  color: #000;
}
.events-data-section .event-section .event-card .know-venue-box > div span:nth-of-type(2) {
  font-weight: var(--fw-medium);
  color: rgba(0, 0, 0, 0.6);
}
.events-data-section .event-section .event-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-4px);
}
.events-data-section .event-section .event-card:hover p.programme {
  color: #212529;
}
.events-data-section .event-section .event-card:hover p.panel {
  color: var(--dark-blue);
}
.events-data-section .no-session {
  text-align: center;
  margin-bottom: 0px;
  font-size: var(--fs-l);
}

.session-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.session-popup ::-webkit-scrollbar {
  width: 4px;
}
.session-popup ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.session-popup ::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.session-popup ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.session-popup .content-header {
  background-color: var(--primary-color);
  padding: 50px 40px 30px;
  color: var(--white-color);
  text-align: right;
}
.session-popup .content-header p {
  margin-bottom: 0px;
}
.session-popup .content-header .add-to-calendar {
  font-weight: var(--fw-bolder);
  font-size: var(--fs-m);
  margin: 10px 0px 15px;
  transition: all 0.3s ease-in-out;
}
.session-popup .content-header .add-to-calendar:hover {
  scale: 0.95;
  opacity: 0.95;
}
.session-popup.active {
  opacity: 1;
  visibility: visible;
}
.session-popup.active .session-popup__dialog {
  transform: translate(-50%, -50%) scale(1);
}
.session-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.session-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(750px, 100% - 30px);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  background: #fff;
  transform: translate(-50%, -50%) scale(0.94);
  transition: transform 0.3s ease;
}
.session-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.session-popup__close:hover {
  scale: 0.95;
  opacity: 0.85;
}
.session-popup__programme {
  font-size: var(--fs-2xl);
  margin-bottom: 4px;
  color: var(--secondary-color);
  font-weight: var(--fw-bold);
  margin-top: 20px;
}
.session-popup__title {
  font-size: var(--fs-md);
  line-height: 1.2;
  margin-bottom: 20px;
  display: none;
}
.session-popup__meta p {
  font-size: var(--fs-l);
  font-weight: 500;
}
.session-popup__block {
  margin-top: 20px;
}
.session-popup__block h5 {
  margin-bottom: 8px;
}
.session-popup__tabs {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: -1px 0px;
  padding: 0px 40px;
  background-color: var(--primary-color);
}
.session-popup__tab-btn {
  border: 0;
  background: transparent;
  padding: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.session-popup__tab-btn:not(.session-popup__tab-btn.active) {
  opacity: 0.85;
}
.session-popup__tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: var(--white-color);
}
.session-popup__content {
  min-height: 70vh;
  background-color: var(--sky-blue);
}
.session-popup__tab-panels {
  background-color: var(--sky-blue);
  padding: 30px 40px 40px;
}
.session-popup__tab-panel {
  display: none;
}
.session-popup__tab-panel h2 {
  color: var(--primary-color);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  opacity: 0.9;
  margin-bottom: 10px;
}
.session-popup__tab-panel.active {
  display: block;
}
.session-popup__tab-panel > div {
  font-size: 15px;
}

body.session-popup-open {
  overflow: hidden;
}

.add-to-calendar-wrap {
  position: relative;
  display: inline-block;
}
.add-to-calendar-wrap .add-to-calendar {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: var(--white-color);
}
.add-to-calendar-wrap .add-to-calendar-dropdown {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  min-width: 170px;
  background: var(--white-color);
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s ease;
  z-index: 20;
}
.add-to-calendar-wrap .add-to-calendar-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.add-to-calendar-wrap .add-to-calendar-dropdown a {
  display: block;
  padding: 6px 10px;
  color: var(--black-color);
  text-decoration: none;
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
}
.add-to-calendar-wrap .add-to-calendar-dropdown a:hover {
  background: #f5f7fb;
}

.doc-name {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

/*# sourceMappingURL=custom.css.map */
