:root {
  --color-primary: #4bb4e5;
  --color-secondary: #014c80;
  --color-header-bg: #ffffff;
  --color-menu-link-idle: #0d2142;
  --color-text: #2c3e50;
  --color-text-light: #ffffff;
  --color-intro-bg: #f6f6f6;
  --color-text-grey-light: #acabab;
  --color-section-subtitle: #75777b;
  --color-sky-blue: #ebf0f5;
  --header-height: 100px;
}

.bg-grey {
  background-color: #ebf0f5;
}

.header {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: var(--color-header-bg) !important;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1)) !important;*/
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  /* height: var(--header-height);*/
  display: flex;
  align-items: center;
}

.header .nav__content {
  gap: 15px;
}

.header .nav__menu-link {
  color: var(--color-menu-link-idle);
  padding: 5px 10px;
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
  color: var(--color-primary);
}

.header .nav__menu-item--dropdown .nav__dropdown {
  background-color: var(--color-primary);
}

.header .nav {
  padding: 20px 0;
}

.header .nav__uncollapsed-inner {
  gap: 0px;
}

.header .nav__uncollapsed-inner > div {
  margin-left: 10px;
}

.header button {
  padding: 5px 10px;
  border-radius: 0;
}

.section {
  padding: 50px 0;
}

.section .section__header {
}

.section .section__header .section__header-sub-title {
  color: var(--color-section-subtitle);
  text-transform: uppercase;
}

.section .section__header h2 {
  color: var(--color-secondary);
  font-size: 40px;
  font-weight: 800;
}

.section .section__content h2 {
  color: var(--color-secondary);
  font-size: 35px;
  font-weight: 800;
  text-align: start;
}

.section.bg-dark .section__content h2 {
  color: #ffffff;
}

.cmn-button::before,
.cmn-button::after {
  border-radius: 0;
  background-color: var(--color-primary);
}

.cmn-button:hover a {
  color: var(--color-secondary);
}

.owl-carousel {
  position: relative;
}

.owl-dots {
  position: absolute;
  top: calc(100% - 150px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 20;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: white !important;
  border-radius: 50%;
  transition:
    background 0.3s,
    transform 0.3s;
  border: 1px solid #fff !important;
}

.owl-dot.active {
  background: transparent !important;
}

/******************************** about us *****************************************/
#about_us {
  padding: 120px 0 0 0;
}
#about_us .about__content {
  padding: 10px 0;
}
#about_us .about__content p {
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 15px;
}

#about_us #about1 {
  padding-top: 120px;
  background-color: var(--color-intro-bg);
}

#about_us #about3,
#about_us #about4,
#about_us #about5 {
  padding-top: 0;
  background: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  ) !important;
}

#about_us #about1 {
  background-color: var(--color-intro-bg);
}

#about_us .speaker-amount {
  background-color: var(--color-primary);
  padding: 10px 10px;
}

#about_us .video-modal {
  margin-top: 200px;
  padding: 0px 0px;
  overflow: visible;
  background: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary)
  ) !important;
}

#about_us .video-modal::before {
  display: none;
}

#about_us .video-modal .video-modal__wrapper {
  height: 270px;
  top: -50%;
}

#about_us .video-modal .video-modal__wrapper img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

#about_us .cmn-button {
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 8px 30px;
  border-radius: 0;
  text-transform: uppercase;
}

/******************************** agenda *****************************************/
#agenda {
  /*padding: 50px 0;*/
}

#agenda .section__header {
  text-align: start;
}

#agenda #agenda-tabs button {
  border-radius: 0;
  text-align: left;
  font-weight: 600;
}

#agenda #agenda-tabs .nav-link {
  background-color: var(--color-secondary);
  color: #fff;
  border: 1px solid var(--color-secondary);
  transition: all 0.3s ease;
}

#agenda #agenda-tabs .nav-link:hover {
  background-color: #e9ecef;
  color: #000;
}

#agenda #agenda-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}

#agenda .gap_agenda {
  color: #000000;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px 10px;
  align-items: start;
  font-size: large;
  margin-bottom: 50px;
}

#agenda .gap_agenda .time {
  color: var(--color-secondary);
  font-weight: 500;
}
/******************************** speakers *****************************************/
#speakers {
  background-color: var(--color-sky-blue);
}

#speakers .content {
}

#speakers .content h5 {
  /*color: var(--color-secondary);*/
}

#speakers .content p {
  /*color: var(--color-text-grey-light);*/
}

/******************************** panels *****************************************/
#panels {
}

#panels .speaker__slider-single {
  border: none;
}

#panels .speaker__slider-single-thumb {
  position: relative;
}

#panels .speaker__role {
  height: 40px;
  position: absolute;
  bottom: 0;
  background: var(--color-primary);
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#panels h5 {
  text-align: center;
}

#panels p {
  text-align: center;
}

#panels .content {
  background-color: var(--color-sky-blue);
}
/********************************  partnership for success  *****************************************/
#partnership-for-success {
  background-color: var(--color-sky-blue) !important;
  /*border-bottom: 1px solid black;*/
}

#partnership-for-success ul {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-position: outside;
  list-style-type: disc;
}

#partnership-for-success a {
  font-size: 18px;
}

#partnership-for-success .block-footer,
#partnership-for-success .block-footer a {
  color: var(--color-secondary) !important;
}

#partnership-for-success li {
  color: black;
  margin-top: 0;
}
/******************************** sponsors  *****************************************/
#sponsors {
  background-color: var(--color-sky-blue);
}

#sponsors .section__col {
  margin-bottom: 0px;
}

#sponsors .sponsor__single h5 {
  color: var(--color-primary);
  padding-bottom: 20px;
}
/********************************  visa and accommodation  *****************************************/
#visa-and-accommodation-partners {
  padding-bottom: 0px;
}

#visa-and-accommodation-partners h2 {
  color: var(--color-secondary);
  margin-bottom: 20px;
}

#visa-and-accommodation-partners h2:not(.section__header-title) {
  font-size: 30px;
}

#visa-and-accommodation-partners p {
  color: black;
  margin-bottom: 20px;
  line-height: 120%;
}

ol li::marker {
  font-size: 0.8em; /* smaller numbers */
}

#visa-and-accommodation-partners li {
  color: black;
}

#visa-and-accommodation-partners a {
  color: var(--color-primary);
}

#visa-and-accommodation-partners ol {
  list-style-type: decimal;
}

#visa-and-accommodation-partners ol > li {
  margin-bottom: 20px;
  font-weight: normal;
  color: var(--color-primary) !important;
}

#visa-and-accommodation-partners ol > li strong {
  font-weight: normal !important;
}

#visa-and-accommodation-partners ol > li > ul {
  margin-top: 20px;
}

#visa-and-accommodation-partners ol > li li {
  list-style-type: disc;
}

#visa-and-accommodation-partners ol > li li ul {
  margin-left: 25px;
}

#visa-and-accommodation-partners ol > li li li {
  list-style-type: circle;
}

.grid-item-card {
  border-radius: 0px !important;
}
/********************************  accommodation partners *****************************************/
#accommodation-partners {
}

#accommodation-partners .grid-item-card {
  min-height: 390px;
}

#accommodation-partners .grid-item-content {
  background-color: #eeeeee;
}

#accommodation-partners button {
  /*        background-color: var(--color-primary);
        opacity: 1;*/
  text-transform: uppercase;
  /*        border: none;*/
}
/******************************** annual success  *****************************************/
#annual-success {
  padding: 80px 0;
}

#annual-success .grid-item-content {
  background: white;
}
/********************************  news  *****************************************/
#news {
}

#news .grid-item-content {
  background-color: #eeeeee;
}

#news button {
  background-color: var(--color-primary);
  opacity: 1;
  padding-inline: 40px;
  border: none;
  text-transform: uppercase;
}
/********************************  trainings *****************************************/
#trainings {
  padding: 80px 0;
  background-color: var(--color-sky-blue) !important;
}
/******************************** footer  *****************************************/
.footer {
  background-color: var(--color-secondary);
}

.footer .footer__map-single img {
  min-height: 250px;
}

.footer .footer__map iframe {
  border-radius: 0;
}

.footer .section {
  padding: 50px 0;
}

.footer .vintob_center a {
  margin-inline: 10px;
}
.footer .footer__copy .left-holder {
  display: flex;
  align-items: baseline;
}
.footer .footer__copy .right-holder {
  display: flex;
  justify-content: end;
}
/********************************          *****************************************/
.slick-track {
  display: flex;
  justify-content: center;
}

.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 10;
}

.hero-slider .owl-nav button {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  transition: 0.3s;
}

.hero-slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.hero-slider .owl-nav button span {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
}
.hero-slider .hero__content-location-marker-holder::before {
  content: "";
  width: 64px;
  height: 64px;
  background: #eb222a;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 0;
  border-radius: 50%;
  opacity: 0.3;
}
.hero-slider .hero__content-location-marker-holder i {
  font-size: 25px;
  background: #eb222a;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  display: flex;
  height: 40px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.about-with-dots {
  background-image: url("../assets/images/dot.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}

.vertical-divider {
  border-right: solid 4px black;
}

.time {
  height: 20px;
  padding-top: 10px;
}

.iti {
  width: 100%;
  position: relative;
}

.iti__flag-container {
  z-index: 10;
}

.iti__selected-flag {
  background-color: white !important;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.iti__flag-box,
.iti__country-name {
  color: black;
}

.iti__dial-code {
  color: black !important;
}

#billPhone {
  padding-left: 50px !important;
}

.catgeory_select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  background-color: white;
}

.speaker-body {
  width: auto !important;
}

/******************************************** COUNTDOWN ****************************************/
.countdown-floating {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.countdown-holder {
  height: 0;
}

.countdown-holder .sponsor__content {
  position: relative;
  z-index: 2;
  top: -50%;
  padding: 30px 80px;
  background-color: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.countdown-holder h2 {
  text-align: center;
  margin: 20px 20px 20px 20px;
  font-size: 22px;
  color: var(--color-secondary);
}

.countdown-holder .countdown {
  display: flex;
  justify-content: center;
  gap: 10%;
  flex-wrap: wrap;
}

.countdown-holder .countdown-single {
  text-align: center;
  min-width: 80px;
}

.countdown-holder .countdown-single h3 {
  font-size: 49px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 5px;
}

.countdown-holder .countdown-single p {
  color: var(--color-primary);
  text-align: center;
  font-size: 18px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.event {
  background: none !important;
}

.nav__dropdown {
  z-index: 5;
}

@media (max-width: 768px) {
  #agenda #agenda-tabs {
    flex-direction: row !important;
    overflow-x: auto;
    white-space: nowrap;
  }

  #agenda #agenda-tabs .nav-link {
    display: inline-block;
    margin-right: 10px;
  }
  .hero {
    padding: 120px 0px 220px;
  }
  .footer .footer__copy .left-holder,
  .footer .footer__copy .right-holder {
    flex-direction: column;
    align-items: center !important;
    gap: 20px;
  }
  .footer .footer__copy .right-holder {
    margin-top: 20px;
  }
}
