/*-- Variables --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


#rozmer {
  position: fixed;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 3px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 9999;
}

:root {
    --color-primary: #19193C;
    --color-primary-rgb:rgb(25, 25, 60);
    --color-secondary: #4BBEC8;
    --color-ibp-secondary: #b0dbe5;
    --color-ibp-secondary-rgb: rgb(176, 219, 229);
    --color-coral: #19193C;
    --coral-opacity: #b0dbe5;
    --font-primary: "Poppins";
    --font-secondary: "Poppins";
    --font-alt: "Source Serif Pro", serif;
}

a.odkaz {
  color: var(--color-info);
  text-decoration: underline;
  outline: none;
  transition: 0.3s;
}

a:hover.odkaz {
  outline: none;
  color: var(--color-primary-100);
}

@media (min-width: 1400px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 27%;

  }
  .col-lg-80 {
    flex: 0 0 auto;
    width: 73%;
  }
}

@media (min-width: 1300px) and (max-width: 1399.98px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-80 {
    flex: 0 0 auto;
    width: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-80 {
    flex: 0 0 auto;
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 35%;
  }
  .col-lg-80 {
    flex: 0 0 auto;
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .col-lg-20,
  .col-lg-80 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-20 {
    margin-top: 30px;
  }
}

/*------------------------
    Rbt Single Widget
-------------------------*/
.rbt-single-widget .recent-post-list li .content .title {
  margin-bottom: 0px;
  font-size: 14px;
}

.sklo {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.nobackground{
  background: none;
}

.rbt-sidebar-list-wrapper li{
  color:#000;
}
.sklomin {
  background: rgba(255, 255, 255, 0.1);
  border: 0px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: red;
}
.skloborder {
  border:18px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.5), 0 2px 12px rgba(0, 0, 0, 0.05);
}

.sklo, .skloborder{
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
}
.skloblur {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.rbt-btn.btn-white {
  background: rgba(255, 255, 255, 0.5);
}

/*----------------------------
    Header Top Information
-----------------------------*/

.rbt-information-list {
  display: inline-block;
  text-align: right;
}

.img-wrap {
  max-width: 250px;
  max-height: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 2.5 / 1;
  overflow: hidden;
  border-radius: 0.5rem;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*---------------------------------------
    One Page Navigation Inner Section
------------------------------------------*/
.rbt-inner-onepage-navigation {
  border-radius: 16px; padding: 5px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.3);backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin: -3px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li {
  flex: 0 0 auto;
  text-align: center;
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a {
  margin: 0;
  position: relative;
  display: block;
  color: var(--color-heading);
  z-index: 2;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:rgba(255, 255, 255, 0.54);
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a::after {
  position: absolute;
  content: "";
  left: 0;
  background: var(--black-opacity);
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 1;
  transition: 0.4s;
  z-index: -1;
  border-radius: 10px;
}
.course-content-left i, .accordion-button i {
  display: inline-block;
  width: 40px;
  text-align: center;
}

.btn-download {
  background-color: #e7ecff;
  color: #1a1a2c;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.btn-download:hover {
  background-color: #cdd6ff;
  color: #000;
}
/*-------------------------
    IBP Modal Info
-------------------------*/

.ibp-modal-overlay {
  display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ibp-modal-overlay.active {
  display: flex;
}

.ibp-modal-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: scale(0.85);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.ibp-modal-overlay.showing .ibp-modal-content {
  opacity: 1;
  transform: scale(1);
}

.ibp-modal-overlay.hiding .ibp-modal-content {
  opacity: 0;
  transform: scale(0.85);
}

.ibp-modal-scroll {
  overflow-y: auto;
  padding: 20px;
  margin: 20px;
  flex: 1;
}

.ibp-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}

.ibp-modal-header-left {
  display: flex;
  align-items: center;
}

.ibp-modal-icon {
  font-size: 25px;
  color: #666;
  margin-right: 10px;
}

.ibp-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.ibp-modal-close {
  background: none;
  border: none;
  font-size: 32px;
  line-height: 25px;
  cursor: pointer;
  color: #666;
}

.ibp-modal-close:hover {
  color: #000;
}

@media (max-width: 768px) {
  .ibp-modal-content {
      max-width: 100%;
      height: 90vh;
  }
}

/*-------------------------
    Rbt Default
-------------------------*/
.sticky-top {
  top: 10px;
  z-index: 9;
}

/*------------------------------
    Rbt Theme Gradient
-------------------------------*/
.rbt-gradient-border {
  background: linear-gradient(-145deg, #4BBEC8, #19193C) !important;
  z-index: 10;
}
.rbt-gradient-border::before {
  content: "";
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: var(--radius);
}

/*---------------------------------
    Rbt Sidebar Widget Wrapper
-----------------------------------*/
.rbt-sidebar-widget-wrapper {
  padding: 15px;
  border:1px solid rgba(196, 196, 196, 0.4);
  cursor: context-menu;
}

/*-----------------------
    Header Style
---------------------------*/
.rbt-header .logo a img {
    width: 100%;
    max-height: 70px;
  }

  .popup-mobile-menu .logo a img {
    width: 100%;
  }
  .popup-mobile-menu .inner-wrapper .inner-top {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  /*--------------------------
    Category IBP Button
----------------------------*/
.rbt-category-ibp-btnX{
    background: var(--color-ibp-secondary);
    padding: 0px 0px 0px 20px;
  }
  .rbt-header .mainmenu-nav .mainmenu > li > a.ibp-ponuka{
    font-size: 18px;
  }
  .rbt-header .mainmenu-nav .mainmenu > li:hover > a, .rbt-header .mainmenu-nav .mainmenu > li.active > a {
    color: var(--color-secondary) !important;
  }

  .rbt-short-title {
    font-size: 14px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--color-border);
  }

  .popup-mobile-menu .mainmenu .single-mega-item .rbt-short-title {
    margin-top: 8px;
    font-style: italic;
    font-size: 15px;
    margin-left: -10px;
    padding: 5px;
    font-weight: 700;
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-secondary);

  }

  .side-nav-opened body::before,
.close_side_menu,
.popup-mobile-menu,
.rbt-offcanvas-side-menu {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
}

  .rbt-page-banner-wrapper .rbt-banner-image img {
    object-fit: cover;
    object-position: 75% center;
    opacity: 0.6;
    z-index: 5;
  }
  .rbt-page-banner-wrapper .rbt-banner-image-ibp {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -4;
  }
  .rbt-banner-image-ibp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 75%, rgba(255,255,255,1) 100%);
    z-index: 6; /* menej ako obrázok, ak má byť závoj pod obrázkom */
  }
  .rbt-page-banner-wrapper .rbt-banner-image-ibp img {
    position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
    object-fit: cover;
    object-position: 75% center;
    opacity: 0.5;
    z-index: 5;
  }
  .ziaratextXX {
    text-shadow:
    0 0 2px rgba(255, 255, 255, 0.4),
    0 0 4px rgba(255, 255, 255, 0.4),
    0 0 6px rgba(255, 255, 255, 0.4);
  }

  .rbt-counterup.border-bottom-gradient::before {
    background: linear-gradient(90deg, #4BBEC8, #19193C);
  }

  .rbt-section-overlayping-top {
    margin: -105px auto 0;
  }
  .filter-button-default button,
  .filter-button-default a,
  .filter-tab-button button,
  .filter-tab-button a {
    padding: 0px 20px;
    margin: 5px;
    border-radius: 16px;
  }

/* Koliesko okolo kurzora */
.cursor-ring {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.cursor-pulse {
  position: fixed;
  width: 10px;
  height: 10px;
  border: 1px solid #4bbec8;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: pulse 1.5s ease-out infinite;
  display: none;
}

@keyframes pulse {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
  }
  70% {
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

/*-----------------------
    Modern ibp Button
------------------------*/
a.rbt-moderibp-btn {
  position: relative;
  height: 45px;
  line-height: 45px;
  transition: all 0.1s ease;
  padding: 0 15px;
  display: inline-block;
  z-index: 1;
  color: var(--color-heading);
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  a.rbt-moderibp-btn {
    padding: 0 10px;
  }
}

a.rbt-moderibp-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px; /* umiestnenie naľavo od textu */
  transform: translateY(-50%);
  border: 3px solid #4BBEC8; /* hrubší elipsový obrys */
  border-radius: 50% / 50%; /* elipsa, nie kruh */
  width: 45px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: -10;
  background: transparent;
}

a.rbt-moderibp-btn i {
  position: relative;
  top: 2px;
  margin-left: 10px;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  display: inline-block;
}

a.rbt-moderibp-btn:hover i {
  transform: translateX(0);
}

a.rbt-moderibp-btn:hover::before {
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #19193c;

}

/**-----------------
 Zobrazenie ponuky kurzov
kariet
-----------------------****/
.font-14{
  font-size: 14px;
}

.rbt-course-grid-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -16px;
}
.rbt-course-grid-column .course-grid-3,
.rbt-course-grid-column .course-grid-2,
.rbt-course-grid-column .course-grid-4 {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 16px;
}
.rbt-course-grid-column .course-grid-3 {
  flex: 0 0 auto;
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .rbt-course-grid-column .course-grid-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column .course-grid-3 {
    width: 100%;
  }
}

.rbt-card {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border:1px solid rgba(196, 196, 196, 0.4);
  box-shadow: inset 0 0 0 40px rgba(255, 255, 255, 0.5), 0 2px 12px rgba(0, 0, 0, 0.05);
}
.rbt-card .rbt-card-img a img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
  border-radius: var(--radius);
  height: 120px;
}
.rbt-card .rbt-card-body{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
  margin-top: auto;
}
  .rbt-card .rbt-card-body .rbt-card-title {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 5px;
  }
  @media (max-width: 1400px) {
    .rbt-card .rbt-card-body .rbt-card-title {
      font-size: 16px;
    }
  }

  @media (max-width: 1300px) {
    .rbt-card .rbt-card-body .rbt-card-title {
      font-size: 18px;
    }
  }

  @media (max-width: 992px) {
    .rbt-card .rbt-card-body .rbt-card-title {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    .rbt-card .rbt-card-body .rbt-card-title {
      font-size: 20px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1400px) {
    .rbt-course-grid-column .course-grid-4 {
      width: 33.33%;
    }
  }
  .ZozTermin-wrapper {
    text-align: center;
  }
  .ZozTermin {
    max-height: 3.6em;
    line-height: 1.4em;
    overflow: hiddena;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 15px;
  }
  .ZozTermin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.4em;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  }
  .ZozTermin .Atermin{
    font-size: 16px;
    font-weight: bold;
    margin-left: -4px;
  }
  .ZozTermin span{
    font-size: 12px;
    font-weight: 400;
  }

  .rbt-badge-55 {
    position: absolute;
    color: #fff;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: rgba(24, 24, 24, 0.5);
    padding: 5px 7px;
    font-size: 11px;
    border-radius: var(--radius-small);
  }

  .filter-button-default button, .filter-button-default a, .filter-tab-button button, .filter-tab-button a {
    height: 50px;
    line-height: 55px;
    text-transform: none;
  }
  .filter-button-default button .course-number, .filter-button-default a .course-number, .filter-tab-button button .course-number, .filter-tab-button a .course-number {
    position: absolute;
    display: inline-block;
    right: 10px;
    font-size: 14px;
    top: 6px;
    line-height: 10px;
    opacity: 0.5;
}
/*------------------
      Cena
---------------------*/

.cenovka-wrapper {
  display: flex;
  justify-content: center;
}

.cenovka {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: start;
  width: fit-content;
  color:#19193C;
}
.cena-nadpis{
  font-size: 16px;
  font-weight: 500;
  color:#19193C;
}
.cena-hlavna {
  grid-row: span 2;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}

.cena-desat {
  font-size: 18px;
  font-weight: bold;
  padding-left: 4px;
  padding-top: 0;
  line-height: 1.1;
}

.cena-dph {
  font-size: 11px;
  padding-left: 4px;
  line-height: 1.1;
  font-style: italic;
  transform: translateY(-2px);
}
.cena-s {
  grid-column: 1 / span 2;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #444;
  margin-top: 0;
  line-height: 1.1;
  padding-top: 0px;
  padding-left: 4px;
}
.minDph{
  font-size: 10px;
  font-style: italic;
  font-weight: 200;
}
.cena-nadpis {
  font-size: 16px;
  font-weight: 500;
}

.cena-info-link {
  font-size: 11px;
  color: #666;
  margin-top: 6px;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
}

.cena-info-link:hover {
  color: #333;
  text-decoration: none;
}
.cenaBorder {
  margin: 10px 0;
  padding: 5px 0;
  border-top:1px solid rgba(0, 0, 0, 0.1);
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

/*----------------------------
    Breadcrumb Style Main
------------------------------*/
  .rbt-page-banner-wrapper {
    padding: 60px 0px 130px;
  }
  /*=========================
    Logo O nas
==========================*/
  .ibpZoom {
    transform: scale(16.66);
    opacity: 0;
    animation: zoomIn 2s ease-out forwards;
    animation-delay: 0.5s;
  }

  @keyframes zoomIn {
    from {
      transform: scale(16.66);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  /*=========================
    Section Separation
==========================*/

.slider-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-background {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/bg/ibp-background1.jpg");
}

.video-background video.background-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -10;
}

.video-background > .container,
.video-background > .container .row,
.video-background > .container .col-lg-12,
.video-background > .container .inner {
  position: relative;
  z-index: 2;
}

/* Priehľadný obrázok */
.video-background .overlay-image {
  position: relative;
  z-index: 3;
  opacity: 0.7;
}

.video-background .overlay-image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
}

/* Obsah nad tým všetkým */
.video-background .rbt-banner-content {
  position: relative;
  z-index: 5;
}

  .rbt-section-gap, .rbt-section-gap2, .rbt-section-gapBottom, .rbt-section-gapTop {
    padding: 20px 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-section-gap, .rbt-section-gap2, .rbt-section-gapBottom, .rbt-section-gapTop {
      padding: 10px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .rbt-section-gap, .rbt-section-gap2, .rbt-section-gapBottom, .rbt-section-gapTop {
      padding: 5px 0;
    }
  }

  .has-show-more .has-show-more-inner-content {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: max-height 0.6s ease;
  }

    /*-----------------------------
   Warning box - IBP
-------------------------------*/

.rbt-shadow-box.warningIBP {
  border: 1px solid #da9191;
  padding: 0;
}
.rbt-shadow-box.warningIBP h6{
  background-color: #f4eeee;
  font-size: 15px;
  color: #bc4f45;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #da9191;
}
.rbt-shadow-box.warningIBP p{
  padding: 15px;
}

  /*-----------------------------
    Rbt Shadow
-------------------------------*/
.rbt-shadow-box {
  padding: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-shadow-box {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-shadow-box {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-shadow-box {
    padding: 10px;
  }
}


  /**************************************
	Footer Styles
***************************************/
.footer-widget .logo a img {
  width: 100%;
  max-height: 100px;
}

  /**
  * Swiper 8.0.6
  */
  .bg_opacity {
    position: relative;
    z-index: 1;
  }

  .bg_opacity::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
  }

  .bg_opacity > * {
    position: relative;
    z-index: 1;
  }
  .swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

  .swiper-slide .rbt-banner-6.variation-03 {height:420px}

  .swiper-slide .rbt-banner-6 .inner .title {
    margin-bottom: 5px;
    display: inline-block;
    color: var(--color-white);
    font-size: 30px;
    font-weight: 400;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .swiper-slide .rbt-banner-6 .inner .title {
      font-size: 20px;
      margin-bottom: 2px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-slide .rbt-banner-6 .inner .title {
      margin-bottom: 0;
      font-size: 17px;
    }
  }
  @media only screen and (max-width: 767px) {
    .swiper-slide .rbt-banner-6 .inner .title {
      margin-bottom: 0;
      font-size: 15px;
      word-wrap: break-word;
      width: 100%;
      overflow: hidden;
    }
  }
  @media only screen and (max-width: 575px) {
    .swiper-slide .rbt-banner-6 .inner .title {
      font-size: 15px;
    }
  }

/* Základné rozloženie */
.rbt-course-details-list-wrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
}

/* Štýly pre label a value */
.rbt-course-details-list-wrapper .label {
  font-weight: 500;
  color: var(--color-heading);
  text-align: left;
}

.rbt-course-details-list-wrapper .value {
  font-weight: 600;
  text-align: right;
}

.rbt-modern-select .bootstrap-select .dropdown-menu {
  border:1px solid rgb(192, 192, 192, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* CONTAINER QUERY pre zúžený rodičovský DIV */
@container kurzbox (max-width: 260px) {
  .rbt-course-details-list-wrapper li {
      flex-direction: column;
      align-items: stretch;
  }

  .rbt-course-details-list-wrapper .label {
      width: 100%;
      text-align: left;
  }

  .rbt-course-details-list-wrapper .value {
      width: 100%;
      text-align: right;
      margin-top: 4px;
  }
}





  /*------------------------
    Swiper Thumb
-------------------------*/
.rbt-swiper-thumb {
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  bottom: 0px;
  font-size: 12px;
  color: var(--color-primary);

}
.rbt-swiper-thumb .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  transition: transform 0.3s ease-in-out;
}
.rbt-swiper-thumb .swiper-slide {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  line-height: 100%;
  height: 80px;
  width: 250px !important;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.rbt-swiper-thumb .swiper-slide .ibp-inner {
  position: absolute;
  inset: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}

.rbt-swiper-thumb .swiper-slide .ibp-inner .forma {
  display: block;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}

.rbt-swiper-thumb .swiper-slide .ibp-inner h3 {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  margin: auto 0;
  text-align: center;
  word-break: break-word;
}

.rbt-swiper-thumb .swiper-slide .ibp-inner .termin {
  display: block;
  width: 100%;
  color: var(--color-primary);
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}


.rbt-swiper-thumb .swiper-slide::before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.rbt-swiper-thumb .swiper-slide::after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition: 0.4s;
}
.rbt-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.rbt-swiper-thumb .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0.2;
}
.rbt-swiper-thumb .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}

.rbtmySwiperThumb {
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}


.rbt-card.variation-02 .rbt-card-img a img {
  max-height: 150px;
  border-radius: 6px 6px 0 0;
}

.rbt-card-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(25, 25, 60, 0.2), rgba(176, 219, 229, 0.2));
  transition: opacity 0.3s ease;
  opacity: 1;
}

.rbt-card-img:hover::after {
  opacity: 0;
}



.rbt-counterup .inner .rbt-round-icon {
  margin-bottom: 20px;
  position: relative;
  background: var(--color-white);
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  height: 150px;
  line-height: 150px;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  box-shadow: var(--shadow-10);
}
.rbt-counterup .inner .icon img, .rbt-counterup .inner .rbt-round-icon img {
  max-height: 100px;
  opacity: 0.8;
}

.rbt-arrow-between .rbt-swiper-arrow.swiper-button-disabled {
  cursor: pointer !important;
}
.rbt-arrow-between:hover .rbt-swiper-arrow.swiper-button-disabled {
  opacity: 1 !important;
}


.containerXX{border:1px solid red;}


.brand-slider {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.brand-list {
  list-style: none;
  display: inline-flex;
  animation: scroll-logos 15s linear infinite;
}

.brand-list li {
  flex: 0 0 auto;
  margin: 0 15px;
}

.brand-list img {
  max-height: 50px;
  object-fit: contain;
}

/* Animácia pre posun */
@keyframes scroll-logos {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}


a.rbt-moderbt-btn::before {

  background: var(--color-secondary);
  opacity: 0.9;
}
a.rbt-moderbt-btn:hover::before {
  width: 100%;
  background-image: linear-gradient(to right, var(--color-secondary), var(--color-secondary), var(--color-secondary), var(--color-primary));
  opacity: 1;
}

