:root {
  --main-color: #0d5736;
  --light-color: #3EAB79;
  --dark-color: #18412E;
  --middle-color: #0D5735;
  --add-color: #BE8A45;
  --accent-color: #ffcc00;
}
body,.sp-preloader {
    background-color: #ffffff!important;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
}
.body-innerwrapper {
  display: flex;
  flex-direction: column;
}

#sp-footer {
  margin-top: auto;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after {
  content: "\f105";
}

a {
  text-decoration: none;
  color: var(--main-color);
}
a:hover, a:focus, a:active {
    color: var(--add-color);
}
.social {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#sp-header {
  height: 50px;
  display: flex;
  align-items: center;
}
#sp-header .logo {
  height: 110px;  
}
#sp-header .container-inner>.row{
   	flex-wrap: nowrap;
  	gap: 1.3rem;      
}
#sp-top-bar .container-inner>.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
#sp-header-topbar .sp-contact-info {
  color: var(--main-color);
}
.sp-contact-info {
     display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    justify-content: center;
    align-items: self-start;
}
}
.sp-contact-info li {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: .3rem;
}
#sp-contact .social-icons {
  font-size: 1.7rem;
}
@media (max-width: 576px) {
  #sp-header,
  #sp-header .logo, 
  #sp-header .container {
    height: max-content;
  }
  #sp-top-bar .container-inner>.row{
    gap: .5rem;
    flex-wrap: wrap;
  }
  #sp-header .container-inner>.row {
   	flex-wrap: wrap;
    gap: 0rem;
    justify-content: center;
  }
  .sp-contact-info {
    flex-wrap: wrap;
    gap: .3rem;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #sp-top-bar .container-inner>.row {
    flex-wrap: nowrap;
  }
  #sp-top2 {
    display: flex;
    justify-content: flex-end;
  }  
}
#sp-logo, 
#sp-menu {
  padding-right: .5rem;
  padding-left: .5rem;
}
#sp-top-bar {
  font-size: 1.3rem;
}

#sp-header-topbar a {
    color: var(--main-color);
}
.sp-contact-address {
  color: var(--main-color);
  font-size: 0.95rem;
  text-align: end;
}

img {
  object-fit: contain;
}
#sp-header.lg-header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background-color: var(--accent-color);
}

#sp-footer, #sp-bottom {
  background: var(--middle-color);
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
}
.sp-copyright {
  display: flex;
  justify-content: flex-end;
}
.menu-with-offcanvas {
  padding-left: 1rem;
}
.sp-megamenu-parent>li:hover>a {
    color: #ffffff;
    /* font-weight: 700; */
    transition: color .3s;
}
/******************* News block ******************/

.mod_cstm{
  border-bottom: 1px solid #c3c0c0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.mod_cstm .sp-module-title {
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: var(--main-color);
}
.article-list .article .readmore a {
  color: var(--main-color);
}
.fa, .fab, .fad, .fal, .far, .fas, .icon-joomla, [class*=" icon-"], [class^=icon-] {
  padding-right: 5px;
}
.float-start span {
  display: none;
}
.block-note {
    FONT-WEIGHT: 400;
    line-height: 1.25rem;
    --link-color: #39892f;
    --link-visited-color: #39892f;
    --link-rgb-background: var(--rgb-blue-darkest);
    background-color: rgb(232 254 232 / 42%);
    border-radius: 6px;
    padding: 1.5rem;
}
ul.sigFreeClassic li.sigFreeThumb {
    padding: 0.5rem;
}
/******************* БЛОК КАЛЬКУЛЯТОРА ******************/
.btn_vstup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 10px;
}

.btn_vstup-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 25px;
    min-height: 120px;
    /* max-height: 200px; */
    border-radius: 16px;
    text-decoration: none !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.btn_vstup-item:nth-child(1) {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}
.btn_vstup-item:nth-child(1) *{
    color: #ffffff;
}
.btn_vstup-item:nth-child(1):hover {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-color: rgba(13, 87, 54, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(13, 87, 54, 0.15);
}
.btn_vstup-item:nth-child(1):hover *{
    color: var(--main-color);
}

.btn_vstup-item:nth-child(2) {
    background: var(--add-color);
    border: 1px solid var(--add-color);
}
.btn_vstup-item:nth-child(2) *{
    color: #ffffff;
}
.btn_vstup-item:nth-child(2):hover {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-color: rgba(13, 87, 54, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(13, 87, 54, 0.15);
}
.btn_vstup-item:nth-child(2):hover *{
    color: var(--add-color);
}

.btn_vstup-item:nth-child(3){
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    color: #2d3436 !important;
    border: 1px solid rgba(13, 87, 54, 0.1);
}

.btn_vstup-item:nth-child(3):hover {
    background: var(--add-color);
    color: #ffffff !important;
    border-color: var(--add-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(190, 138, 69, 0.2);
}

/* Стрілочка: для першої плашки вона біла, потім зелена; для другої навпаки */
.btn_vstup-item *::after {
    content: "→";
    position: absolute;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    transform: translate(-50%, 12px);
}

.btn_vstup-item:nth-child(2) *::after { color: #ffffff; }
.btn_vstup-item:nth-child(1):hover *::after { color: var(--add-color); opacity: 1; transform: translate(-50%, 0); }
.btn_vstup-item:nth-child(2):hover *::after { color: var(--main-color); opacity: 1; transform: translate(-50%, 0); }
.btn_vstup-item:nth-child(3):hover *::after { color: #ffffff; opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 480px) {
    .btn_vstup {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .btn_vstup-item {
      box-shadow: none;
      max-height: 90px;
      min-height: 60px;
      padding: 10px;
    }
    .btn_vstup-item * {
        font-size: 1rem;
    }
}
@media(max-width: 768px) {
  .btn_vstup {
    gap: 10px;
  }
  .btn_vstup-item *{
      font-size: .9rem;
  }
  .btn_vstup-item {
      max-height: 120px;
    min-height: 90px;
    padding: 10px 5px;
      
  }
}
.mod-admission-calc .btn-repeat {
    border: none;
    background: none;
    font-style: inherit;
    font-size: inherit;
    text-transform: inherit;
    color: inherit;
    font-weight: inherit;
}
    
/***************************************/

.custom_container {
  	margin: 20px 0;
}
.arrow_down {
    display: block;
    width: 15px;
    height: 15px;
  	margin: 5px;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(45deg);
    animation: flash; /* referring directly to the animation's @keyframe declaration */
 	animation-duration: 3s; /* don't forget to set a duration! */	
}
.animate__animated.animate__flash {
  --animate-duration: 3s;
}
.sp-menu-item .current-item .active {
  background-color: var(--add-color);
  color: #fff;
}
@media(max-width: 768px) {
  .footer {
    flex-direction: column;
  }
  .footer_item {
    text-align: center;
  }
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
    color: var(--add-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
    color: var(--add-color);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 10px;
  	line-height: normal;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--middle-color);
}
.btn_info {
    color: #fff;
    background-color: var(--add-color);
    border-color: var(--add-color);
}
.btn_info:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.breadcrumb {
  background-color: #be8a4559;
}
.breadcrumb-item.active {
    color: var(--add-color);
}
.btn-secondary {
    color: #fff;
    background-color: var(--add-color);
    border-color: var(--add-color);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.pagination a:nth-child(1) {
  margin-right: 1rem;
}
.price {
  margin-bottom: 3rem;
    padding: 10px;
    text-align: center;
    font-size: 1.1rem;
}
.price h3 {
  text-align: left;
  padding-bottom: 2rem;
}
.price>.sp-module-content>.mod-custom>.container>.row {
  gap: 1rem;
  align-items: stretch;
}

@media (max-width: 768px) {
  .price {
    padding: 0;
  }
  .price>.mod-custom>.container {
    padding-right: 0;
    padding-left: 0;
  }
}
/******************* БЛОК ВАРТОСТІ ******************/
/* Контейнер: сітка по 4 у ряд на ПК */
.sp-module.price .row,
.mod-custom.custom .row,
.custom-grid-menu {
    display: grid;
    /* Фіксуємо 4 колонки для великих екранів */
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px;
    margin-top: 25px;
    padding: 0 15px;
}

.col-price {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Картка-посилання (Прямокутна плашка) */
.col-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
    padding: 25px 15px; 
    height: 100%;  
    
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px; 
    
    text-decoration: none !important;
    color: #2d3436 !important;
    font-size: 1.1rem; 
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.col-link::before {
    content: "";
    width: 45px;
    height: 4px;
    background: var(--add-color);
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.col-link:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: var(--main-color);
    box-shadow: 0 15px 30px rgba(13, 87, 54, 0.15);
    color: var(--main-color)!important;
}

.col-link:hover::before {
    width: 65px;
    background: var(--main-color);
}

.col-link::after {
    content: "→";
    position: absolute;
    bottom: 8px;
    color: var(--add-color);
    opacity: 0;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    transform: translateY(10px);
}

.col-link:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/******************* МОБІЛЬНА АДАПТАЦІЯ ******************/

@media (max-width: 992px) {
    .sp-module.price .row,
    .mod-custom.custom .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .sp-module.price .row,
    .mod-custom.custom .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }

    .col-link {
        padding: 15px 10px;
        min-height: 100px;
        font-size: 0.9rem; 
        border-radius: 10px;
        background: #ffffff !important;
        box-shadow: none; 
    }

    .col-link::before {
        width: 30px;
        margin-bottom: 10px;
    }

    .col-link::after {
        display: none; 
    }
}
/***************************************/
.menu-hub-container {
    width: 100%;
    margin: 0 auto 100px auto;
}

@media (max-width: 768px) {
    .custom-grid-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full { width: auto; }

.sp-megamenu-parent .sp-mega-group>li>a {
    text-transform: none;
    font-weight: 400;
}
.sp-megamenu-parent .sp-mega-group>li>a:hover {
	color: var(--add-color);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    padding: 10px 10px;
}
.menu-child li {
    line-height: normal;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.footer iframe {
  object-fit: contain;
}

@media (max-width: 450px) {
 	.footer iframe {
 	 	width: -webkit-fill-available;
	}
}
@media (min-width: 992px) {
 	.footer iframe {
 	 	width: -webkit-fill-available;
    	margin-right: 2rem;
	}
}
@media (min-width: 1200px) {
 	.footer iframe {
 	 	width: -webkit-fill-available;
	}
}
.footer_row { margin-bottom: 2rem; }

.btn-reset {
  border: none;
  background: transparent;
  cursor: pointer;
}

.article-info>span a:hover { color: var(--add-color); }

.custom-style .article-list .article {
    margin-bottom: 0; 
    padding: 0;
    border: none; 
    border-radius:0;
}
.custom-style .article-list .article .article-body .article-header h2 {
  display: flex;
  align-items: center;
}
.custom-style .article-list .article .article-body .article-header h2:before {
  content: url('/images/icons/right.png');
  height: 24px;
  padding-right: 3px;
  display: block;
}

html { scroll-padding-top: 130px; }
.pagenavigation { margin-top: 2em; }

@media (min-width: 768px) {
  .custom-two-columns {
    display: flex;
    flex-direction: row;
  }
  .main-column {
    max-width: 70% !important;
    width: 100% !important;
    padding-right: 15px;
  }
  .sidebar-column {
    width: 100% !important;
    max-width: 30% !important;
  }
}
/******************* SEARCH BUTTON ******************/
.helix-search-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.search-trigger-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--main-color);
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s;
}

.search-trigger-btn:hover { transform: scale(1.1); }

.search-dropdown-content {
  display: none; 
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-radius: 4px;
  z-index: 9999;
  margin-top: 10px;
}

.search-dropdown-content::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 15px;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

.helix-search-dropdown-wrapper.active .search-dropdown-content {
  display: block;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.search-form .input-group { display: flex; }
.search-form .form-control { border-radius: 4px 0 0 4px !important; }
.search-form .btn { border-radius: 0 4px 4px 0 !important; }

.offcanvas-menu .offcanvas-inner .sp-contact-info, 
.offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.form-inline {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
}
.com-finder>*+*, .com-finder__results>*+* { margin-top: 0; }
/***************************************/
.input-group { gap: .2rem; }
.awesomplete { width: 60%; }
.text-align-center { text-align: center; }

/******************* MAIN HERO SLIDER ******************/
/******************* КРИТИЧНІ СТИЛІ СТРУКТУРИ OWL CAROUSEL (Для всіх сторінок) ******************/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: flex; 
    width: 100%;
    z-index: 1;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0); 
    transform: translate3d(0,0,0);
    z-index: 1;
    height: 100%; 
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel .animated {
    animation-duration: 800ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { animation-name: fadeOut; } 

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/******************* СТИЛІ НАВІГАЦІЇ ******************/
.owl-nav {
    width: 100%;
    pointer-events: none;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    background: rgba(0, 0, 0, 0.19) !important;
    border: 1px solid rgba(0, 0, 0, 0.195) !important;
    color: #ffffff !important;
    font-size: 32px !important;
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    pointer-events: auto;
    border-radius: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 100;
}

.owl-nav button i {
    /* font-size: 20px;
    font-weight: 900;
    color: #fff; */
}

.owl-nav button.owl-prev { left: 24px; }
.owl-nav button.owl-next { right: 24px; }

.owl-nav button:hover {
    background: rgba(0, 0, 0, 0.5) !important; 
    transform: scale(1.1);
}

.owl-nav.disabled {
    display: none !important; 
}

.owl-dot {
    display: inline-block;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    outline: none;
}

.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 6px;
    display: block;
    border-radius: 20px !important;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/******************* СТИЛІ ТОЧОК ПАГІНАЦІЇ ******************/
/* Контейнер для точок */
.owl-dots {
    width: 100%;
    text-align: center;
    line-height: 1;
    z-index: 10;
    pointer-events: auto;
}

/******************* СТИЛІ СЛАЙДЕРА (великий банер фото+інтро+кнопка) ******************/
#main-hero-slider,
#second-hero-slider {
  max-width: 1900px;
  overflow: hidden;
  margin: 0 auto;
}
#main-hero-slider{
  height: 67vh;
}
#second-hero-slider {
  position: relative;
  height: 20vh; 
}
#main-hero-slider .item,
#second-hero-slider .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: inherit;
}

#main-hero-slider .item img,
#second-hero-slider .item img {
    display: block;
    width: 100%;
    object-fit: cover; 
    z-index: 1;
    position: relative;
}
#main-hero-slider .item img {
   height: 67vh;
}
#second-hero-slider .item img {
   height: 20vh;
}

#main-hero-slider .item .slide-overlay,
#second-hero-slider .item .slide-overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 2;
}
  
#main-hero-slider .item .slide-overlay {
  height: 100%;
  display: flex;
    align-items: center; 
    justify-content: flex-start; 
    padding-left: 10%; 
    box-sizing: border-box;
}
#second-hero-slider .item .slide-overley { 
    height: inherit;
}

#main-hero-slider .item .slide-content {
    position: relative; 
    z-index: 3;
    color: #ffffff;
    max-width: 500px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-hero-slider .slide-content h2 {
    color: #ffffff !important; 
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    /* font-weight: 700; */
}

#main-hero-slider .slide-content .slide-intro {
    color: #eeeeee;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

#main-hero-slider .slide-content .btn-slider,
.veteran-btn, .btn-main-action {
    display: inline-block;
    padding: 14px 30px;
    background-color: #ffcc00;
    color: var(--main-color);
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 5px;
    text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
    transition: all 0.3s ease;
    border: 2px solid #ffcc00;
}

#main-hero-slider .slide-content .btn-slider:hover,
.veteran-btn:hover, .btn-main-action:hover {
    background-color: transparent;
    color: #ffcc00 !important;
    text-decoration: none;
}

#main-hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

#main-hero-slider .owl-dots { position: absolute; bottom: 25px; }
.vb-slider-outer .owl-dots { position: relative; margin-top: 1rem; }

#main-hero-slider .owl-dot span { background: rgba(255, 255, 255, 0.4); } /* Білі для Hero */
.vb-slider-outer .owl-dot span { background: rgba(0, 0, 0, 0.2); }      /* Темні для Video */

/* Спільний стиль АКТИВНОЇ точки (Ефект пігулки) */
.owl-dot.active span {
    width: 35px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#main-hero-slider .owl-dot.active span { background: #ffffff; }
.vb-slider-outer .owl-dot.active span { background: var(--add-color) !important; }

#main-hero-slider .owl-dot:hover span { background: rgba(255, 255, 255, 0.8); }
.vb-slider-outer .owl-dot:hover span { background: rgba(0, 0, 0, 0.4); }

.vb-slider-outer button.owl-next,
.vb-slider-outer button.owl-prev {
    font-size: 38px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
}

#main-hero-slider .slide-intro {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}
.pdf-slider-mode .owl-nav button.owl-next { right: -14px !important; }
.pdf-slider-mode .owl-nav button.owl-prev { left: -14px !important; }
.pdf-slider-mode { padding: 0 1rem; }

@media (max-width: 768px) {
  #main-hero-slider {
    height: 400px; 
  }
    #main-hero-slider .item {
    height: 400px; 
  }
    #main-hero-slider .item img {
        height: inherit; 
        object-fit: cover;
    }
    #main-hero-slider .slide-content h2 {
        font-size: 1.6rem; 
        margin-bottom: 20px; 
        line-height: 1.3;
    }
    #main-hero-slider .item .slide-overlay {
        padding: 20px;
        align-items: center; 
        justify-content: center;
        text-align: center;
    }
   .pdf-slider-mode  { padding: 0; }
  
   #main-hero-slider .slide-content .btn-slider {
     padding: 7px 15px;
   }
  #main-hero-slider .item .slide-content {
    padding: 30px 15px;
  }
}

/**********************SPECIALITY CARDS*******************/
.specialty-cards ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.specialty-cards li {
    display: flex; 
}
.specialty-cards li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    width: 100%;
    height: 100%;

    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px; 
    
    text-decoration: none;
    color: #2d3436;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.1;
    
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.specialty-cards li a::before {
    content: "";
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    filter: contrast(120%) drop-shadow(0 4px 8px rgba(13, 87, 54, 0.1));  
    transition: transform 0.4s ease;
    border-radius: 50%;
}

.specialty-cards li a:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: var(--main-color);
    box-shadow: 0 20px 40px rgba(13, 87, 54, 0.15);
    color: var(--main-color) !important;
}

.specialty-cards li a:hover::before {
    transform: scale(1.1); 
    filter: contrast(120%) drop-shadow(0 8px 15px rgba(13, 87, 54, 0.25));
}

.specialty-cards li a::after {
    content: "→";
    position: absolute;
    bottom: 15px;
    opacity: 0;
    transition: all 0.3s ease;
}

.specialty-cards li a:hover::after {
    opacity: 1;
    bottom: 10px;
}

@media (max-width: 480px) {
    .specialty-cards ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; 
    }

    .specialty-cards li a {
        background: #ffffff !important;
        border: 2px solid #0d5736; 
        color: #000000 !important; 
        padding: 15px 10px;
        box-shadow: none;
        border-radius: 12px;
    }

    .specialty-cards li a::before {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
        
        filter: contrast(140%) brightness(90%); 
        mix-blend-mode: normal;
    }

    .specialty-cards li a {
        font-weight: 800;
        font-size: 0.95rem;
    }

    .specialty-cards li a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--main-color);
        opacity: 1;
    }
}

.item-med a::before   { background-image: url('/images/icons/med.png'); }
.item-dent a::before  { background-image: url('/images/icons/dent.png'); }
.item-pharm a::before { background-image: url('/images/icons/pharm.png'); }
.item-rehab a::before { background-image: url('/images/icons/rehab.png'); }
.item-psych a::before { background-image: url('/images/icons/psych.png'); }

/********** Блок Освіта для ветеранів **********/
.veteran-section {
    width: 100%;
    background: var(--main-color);
    padding: 60px 0;
    margin: 40px 0;
    color: #ffffff;
    overflow: hidden;
}

.veteran-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 20px;
}

.veteran-image {
    flex: 1;
    position: relative;
}

.veteran-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 20px 20px 0px rgba(190, 138, 69, 0.2); /* Золотистий декоративний зсув */
    object-fit: cover;
}

.veteran-content {
    flex: 1.2;
}

.veteran-badge {
    display: inline-block;
    background: #ffcc00;
    color: #000000;
    padding: 10px 15px;
    border-radius: 0 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.veteran-content h2 {
    color: #ffcc00 !important; 
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
}

.veteran-intro {
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 25px;
}

.veteran-specialties ul {
    list-style: none !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Список у дві колонки */
    gap: 0.8rem;
    margin-bottom: 30px;
}

.veteran-specialties li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.15rem;
}

.veteran-specialties li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: 900;
}

.veteran-specialties p {
        font-size: 1.15rem;
    }

@media (max-width: 992px) {
    .veteran-container {
        flex-direction: column; 
        text-align: center;
    }
    
    .veteran-specialties ul {
        grid-template-columns: 1fr;
        text-align: left;
        max-width: 300px;
        margin: 0 auto 30px;
    }

    .veteran-content h2 {
        font-size: 1.8rem;
    }
    
    .veteran-image img {
        box-shadow: 10px 10px 0px rgba(190, 138, 69, 0.2);
    }
    .veteran-specialties li::before {
        color: #ffcc00;
    }
}
.mirror-horizontal {
  transform: scaleX(-1);
}
/***********************************/

.sp-menu-item.sp-has-child.main_menu_sub {
  /* background-color: var(--add-color);
  color: #fff;
  border-radius: 8px;
  transform: translateY(-5px);
  box-shadow: 0 3px 7px rgba(190, 138, 69, 0.2);
  border: 1px solid rgba(13, 87, 54, 0.1);
  z-index: 100; */
}
.sp-menu-item.sp-has-child.main_menu_sub:hover {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  color: #2d3436 !important;
  border: 1px solid rgba(13, 87, 54, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  margin-left: 5px;
}
#sp-menu>.sp-column {
  gap: 1rem;
}

/**************** SLIDER NEWS **************************************/

.news-slider-wrapper .owl-carousel.owl-loaded {
    display: block; 
}
.news-slider-wrapper .owl-stage {
    display: flex;
}
.news-slider-wrapper .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.news-slider-wrapper .item {
  display: flex;
  flex-direction: column;
  width: 100%;
    padding: 15px;
    background: #fff; 
    border: 1px solid #eaeaea;
    border-radius: 4px;
    /* height: 100%;  */
}

.news-slider-wrapper .slider-content {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  gap: .8rem;
}
.news-slider-wrapper .readmore-link {
    /* margin-top: auto;  */
    padding-top: 10px;
}

.news-slider-wrapper .slider-content .meta-data {
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}
.news-slider-wrapper .slider-content h3 {
  margin-bottom: 0px;
  line-height: normal;
}

.news-slider-wrapper {
    position: relative;
    padding: 0 40px; 
}

.news-slider-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 100; 
}

.news-slider-wrapper .owl-nav button {
    pointer-events: auto;
    position: absolute;
    top: 0;
}

.news-slider-wrapper .owl-nav button.owl-prev {
    left: -40px;
}

.news-slider-wrapper .owl-nav button.owl-next {
    right: -40px;
}
.news-slider-wrapper .owl-dots .active span {
  background: var(--add-color) !important;
}
.news-slider-wrapper .owl-dots span {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.news-slider-wrapper .owl-carousel .owl-stage-outer {
    margin-bottom: 1.2rem;
}

.slider-img .vb-slider-outer {
    width: 70% !important;
    justify-self: center;
  }

@media (max-width: 768px) {
  .news-slider-wrapper {
    padding: 0;
   }
  .news-slider-wrapper .owl-carousel .owl-stage-outer {
    margin-bottom: .8rem;
  }
  .slider-img .vb-slider-outer {
    width: 100% !important;
  }
  .news-slider-wrapper .slider-content .intro-text {
    font-size: .9rem;
  }
}

.dynamic-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%; 

    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
 
    margin: 0; 
    padding: 0;
  
    font-size: clamp(1.2rem, 4vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .dynamic-page-title {
        width: 85%;
    }
}


.fancybox__container {
    z-index: 99999 !important;
}

.is-locked .sp-header {
    padding-right: var(--fancybox-scrollbar-width, 0px);
}

.sp-megamenu-parent>li.active>a.entrant,
.sp-megamenu-parent>li>a.entrant {
    color: #ffffff;
  font-weight: 700;
}
.sp-megamenu-parent>li.active:hover>a.entrant,
.sp-megamenu-parent>li:hover>a.entrant {
    color: var(--add-color);
  }

/************** FIXED NEWS **********************/
#sp-section-1 {
    position: relative;
}

.sp-module.pinned-block {
    position: absolute;
    padding: 0;
    background: #ffffff;
    z-index: 1000;
    top: 50%;
    right: 8%;
    max-width: 400px;
    transform: translateY(-50%);
    border-radius: 12px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.2); 
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}


.pinned-block .sp-module-title {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    position: relative;
}

.pinned-block .sp-module-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #ffcc00;
}


.pinned-block .mod-articlesnews {
    display: flex;
    flex-direction: column;
    padding: 15px 25px 25px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
}

.pinned-block .mod-articlesnews__item {
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0; 
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.pinned-block .mod-articlesnews__item:last-child {
    border-bottom: none;
}

.pinned-block h5.newsflash-title::before {
    content: "\f08d";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #2d2d2da1;
    margin-right: 12px;
    display: inline-block;
    transform: rotate(15deg); 
    transition: transform 0.3s ease;
}

.pinned-block .mod-articlesnews__item:hover h5.newsflash-title::before {
    transform: rotate(0deg) scale(1.2);  
}

.pinned-block h5.newsflash-title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.pinned-block h5.newsflash-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

@media (max-width: 992px) {
    .sp-module.pinned-block {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        max-width: 100%;
        margin: 20px auto;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
}

/******************* СТИЛІ ДЛЯ СТАТТІ У ВИГЛЯДІ КАРТОК ДОКУМЕНТІВ ******************/
.com-content-article__body .custom-grid-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    margin-top: 25px;
    padding: 0;
}

.col-price {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.col-card-document {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 30px 20px 25px 20px;
    
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px; 
    
    color: #2d3436;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.col-card-document::before {
    content: "";
    width: 45px;
    height: 4px;
    background: var(--add-color, #f39c12); 
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.col-card-document:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: var(--main-color, #27ae60);
    box-shadow: 0 15px 30px rgba(13, 87, 54, 0.15);
}

.col-card-document:hover::before {
    width: 65px;
    background: var(--main-color, #27ae60);
}

.col-card-document .doc-icon svg {
    color: var(--add-color, #f39c12);
    transition: color 0.3s ease;
}

.col-card-document:hover .doc-icon svg {
    color: var(--main-color, #27ae60);
}

.col-card-document .doc-title {
    font-size: 1.05rem; 
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #2d3436;
    display: flex;
    align-items: center;
}

.btn-doc-action {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid var(--main-color, #27ae60);
    color: var(--main-color, #27ae60) !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.btn-doc-action:hover {
    background-color: var(--main-color, #27ae60);
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(13, 87, 54, 0.2);
}

@media (max-width: 992px) {
    .com-content-article__body .custom-grid-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .com-content-article__body .custom-grid-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .col-card-document {
        padding: 25px 10px 15px 10px;
        min-height: 180px;
    }
    
    .col-card-document::before {
        top: 10px;
        width: 30px;
    }

    .col-card-document .doc-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .col-card-document .doc-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .btn-doc-action {
        padding: 8px 10px;
        font-size: 0.8rem;
        border-width: 1px;
    }
}
/******************* Слайдер із відео про освітні програми ******************/

.vb-slider-outer .vb-slider .owl-stage {
    display: flex;
}

.vb-slider-outer .vb-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.vb-slider-outer .vb-slider .vb-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.vb-slider-outer .vb-slider .vb-item__info {
    flex-grow: 1;
}
/***************************************************/

.pagination {
  flex-wrap: wrap;
  gap: 5px;
}
/**************** Модальне вікно День відкритих дверей **********************************/
#uniWelcomeModal .uni-modal-container {
    width: 100% !important;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}

#uniWelcomeModal .uni-modal-header {
  background: linear-gradient(135deg, #1a5928 0%, #2d8a3e 100%);
    border-bottom: 3px solid #d4af37;
    padding: 30px 20px 40px;
    text-align: center;
    position: relative;
    border-radius: 0 0 30px 30px;
}
#uniWelcomeModal .uni-header-title {
   display: flex;
    align-items: center;
    justify-content: center;
}
#uniWelcomeModal .uni-header-title h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 1px;
}
#uniWelcomeModal .uni-header-title h5::before {
 content: ""; 
    display: inline-block;
    width: 40px; 
    height: 40px; 
    background-image: url('/images/icons/stars.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
}

#uniWelcomeModal .uni-close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}
.custom-line {
    position: relative;
    display: inline-block;
  width: 80%;
}

.custom-line::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 10px;
    width: 100%;
    height: 10px; 
    border-top: 2px solid gold; 
    border-radius: 50%; 
}

#uniWelcomeModal .uni-modal-body {
    padding: 0 40px 30px;
    text-align: center;
    background-color: #ffffff;
}

#uniWelcomeModal .uni-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -45px;
    margin-bottom: 20px;
}

#uniWelcomeModal .uni-icon-circle {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border: 4px solid #ffc107; 
   border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1;
    
    background-image: url('/images/icons/cap_2.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center; 
}
#uniWelcomeModal .uni-icon-edu {
    /* font-size: 40px; */
}

#uniWelcomeModal .uni-main-title {
    color: #004225;
    font-weight: 800;
    /* font-size: 1rem; */
  letter-spacing: 1px;
  line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}

#uniWelcomeModal .uni-description {
    color: #2f2f2f;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

#uniWelcomeModal .uni-date-badge {
    background-color: #e8f3ec;
    border-left: 5px solid #004225;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: left;
}

#uniWelcomeModal .uni-date-icon {
    background-color: #004225;
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 15px;
    font-weight: bold;
    flex-shrink: 0;
}

#uniWelcomeModal .uni-date-text small {
    display: block;
    color: #004225;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

#uniWelcomeModal .uni-btn-registration {
    background-color: #ffc107;
    color: #004225;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 1.2rem;
    padding: 15px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

#uniWelcomeModal .uni-btn-registration:hover {
    background-color: #e5ac00;
    transform: translateY(-2px);
    color: #004225;
}

#uniWelcomeModal .uni-btn-link-close {
    color: #999999;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

/**************** Іконка доступності  **********************************/

i._access-icon.material-icons._access {
    font-size: 0 !important; 
    color: transparent !important;
    border-radius: 50%;
    background-color: #ffcc00 !important;
    bottom: auto !important; 
    left: auto !important;
    top: 20px !important;
    right: 20px !important;
    position: fixed !important; 
}

i._access-icon.material-icons._access::before {
    content: "accessibility" !important;
    font-size: 40px !important; 
    color: #ffffff !important; 
    display: flex !important; 
    justify-content: center;
    align-items: center;
    text-indent: 0 !important;
    line-height: 50px !important; 
    width: 100%;
    height: 100%;
}

._access-icon:hover {
    box-shadow: none !important;
    background-color: #e6b800 !important;
}
._access-menu {
    bottom: auto !important;
    left: auto !important;
    top: 80px !important;    
    right: 20px !important;

    position: fixed !important;
    max-height: 80vh !important; 
    overflow-y: auto !important; 
    z-index: 9999 ;   
}
/**************** Модуль графік реєстрації на ЄВІ, магістри  **********************************/
.schedule-evi .registration-schedule {
    font-family: 'Segoe UI', Roboto, sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.schedule-evi .session-header h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
}

.schedule-evi .session-header.additional-session h4 {
    color: var(--dark-color);
}

.schedule-evi .icon-box {
    width: 44px;
    height: 44px;
    border: 2px solid var(--ddmu-main);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--main-color);
}

.schedule-evi .additional-session .icon-box {
    border-color: var(--ddmu-accent);
    color: var(--dark-color);
    background-color: var(--ddmu-accent);
}


.schedule-evi .session-subtext {
    color: var(--ddmu-text-muted);
    font-size: 0.875rem;
    margin-left: 3.75rem; 
}

.schedule-evi .schedule-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: row;
}

.schedule-evi .schedule-card:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(13, 87, 54, 0.1);
    border-color: var(--light-color);
}

.schedule-evi .additional-card {
    border: 1px solid var(--ddmu-accent) !important;
}

.schedule-evi .date-side {
    background: var(--ddmu-bg-light);
    min-width: 110px;
    border-right: 1px solid #e9ecef;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule-evi .additional-card .date-side {
    background: rgba(255, 204, 0, 0.1);
    border-right-color: var(--ddmu-accent);
}

.schedule-evi .date-side .day {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    color: var(--dark-color);
}

.schedule-evi .date-side .month {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--light-color);
}

.schedule-evi .content-side {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule-evi .time-badge {
    display: inline-block;
    background: rgba(13, 87, 54, 0.1);
    color: var(--main-color);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid rgba(13, 87, 54, 0.05);
    width: fit-content;
}

.schedule-evi .additional-card .time-badge {
    background: var(--ddmu-accent);
    color: #000;
    border: none;
}

.schedule-evi .event-title {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--dark-color);
}

.schedule-evi .event-subtitle {
    margin-bottom: 0;
    color: var(--ddmu-text-muted);
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .schedule-evi .schedule-card {
        flex-direction: column;
    }
    .schedule-evi .date-side {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        min-width: 100%;
        padding: 0.75rem !important;
    }
    .schedule-evi .session-subtext {
        margin-left: 0;
        text-align: center;
    }
    .schedule-evi .session-header .d-flex {
        justify-content: center;
    }
}




/* --- СТИЛІ ДЛЯ ЛЕНДІНГУ МАГІСТРАТУРИ --- */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px; /* Захист від перекриття заголовків шапкою */
}
/* ==========================================================================
   Оновлений полегшений Glassmorphic дизайн із точковими акцентами
   ========================================================================== */

/* Контейнер всієї секції */
.helix-hero-vstup {
    padding: 85px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: flex;
    align-items: center;
}

/* ОВЕРЛЕЙ: Прибираємо тотальну зелень. Робимо глибокий благородний темний фон 
   із ледь помітним смарагдовим відблиском на дні */
.helix-hero-vstup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(17 39 26 / 92%) 0%, rgb(24 65 46 / 27%) 100%);
    z-index: -1;
}

/* СКЛЯНА КАРТКА: Тепер це чисте, нейтральне матове скло без зеленого відтінку */
.banner-spec-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15); /* Світла тонка лінія підкреслює край скла */
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    color: #ffffff;
  display: flex;
    justify-content: center;
    flex-direction: column;
  line-height: 1;
}

/* Головний заголовок */
.banner-spec-card .main-title {
    font-size: 2.6rem;
    font-weight: 800;
  text-align: center;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Блок Акценту (Спеціальність + Ступінь) */
.spec-accent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

/* Спеціальність залишаємо золотою — вона чудово виглядає на чистому склі */
.spec-accent .spec-name {
    /* background: linear-gradient(90deg, var(--accent-color), #d49f53); */
  background-color: var(--accent-color);
    color: var(--main-color);
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
  text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(190, 138, 69, 0.25);
}

/* Ступінь навчання */
.spec-accent .spec-level {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #e2e8f0;
}

/* Сітка інформації (Форма, Термін) */
.info-glass-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

/* Плашки робимо нейтральними, злегка білястими */
.info-glass-grid .info-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 12px 18px;
    transition: all 0.3s ease;
}

/* Корпоративний зелений (light-color) з'являється лише в момент наведення на плашку */
.info-glass-grid .info-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(62, 171, 121, 0.4); 
    transform: translateY(-2px);
}

.info-glass-grid .info-item.full {
    grid-column: span 2;
}

/* Спокійний сірий колір для підписів */
.info-glass-grid .info-item small {
    display: block;
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.info-glass-grid .info-item strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f8fafc;
  line-height: 1;
}

/* Текст фінансування підсвічуємо фірмовим жовтим акцентом */
.info-glass-grid .info-item .funding-text {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
  line-height: 1;
    /* color: var(--accent-color); */
}

/* Освітні програми (Чіпси) */
.programs-chips {
    /* display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px; */
}

/* Зелений відтінок делікатно інтегруємо сюди */
.programs-chips .chip {
    /* background: rgba(62, 171, 121, 0.06);
    border: 1px solid rgba(62, 171, 121, 0.25);
    color: #e6fffa;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.25s ease; */
}

.programs-chips .chip:hover {
    /* background: rgba(62, 171, 121, 0.15);
    border-color: var(--light-color);
    box-shadow: 0 0 15px rgba(62, 171, 121, 0.15); */
}

.programs-list-rows {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px; 
}

/* Рядок конкретної програми */
.programs-list-rows .program-row-text {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    color: #f8fafc;
    position: relative;
    padding-left: 24px;
    line-height: 1;
}

.programs-list-rows .program-row-text::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--accent-color); 
    border-radius: 50%;
    box-shadow: 0 0 6px var(--accent-color);
}

.info-glass-grid .info-item.programs-grid-block:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(62, 171, 121, 0.4); /* М'яка корпоративна підсвітка рамки */
}


.btn-main-action:active {
    /* transform: translateY(-1px); */
}

/* Адаптивність */
@media (max-width: 768px) {
    .helix-hero-vstup { padding: 45px 0; }
    .banner-spec-card { padding: 24px; }
    .banner-spec-card .main-title { font-size: 1.9rem; }
    .info-glass-grid { grid-template-columns: 1fr; }
    .info-glass-grid .info-item.full { grid-column: span 1; }
}

