.alert-success-custom {
    background-color: #e6f9ec;
    color: #146c2b;
    border-left: 4px solid #1f8e3d;
    padding: 1.5rem 2rem;
    margin: 1.5rem auto;
    max-width: 600px;
    text-align: center;
    border-radius: 0.5rem;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.alert-success-custom .alert-line {
    margin: 0.25rem 0;
    font-size: 1rem;
    line-height: 1.4;
}

.alert-success-custom .success-main {
    font-weight: 600;
    font-size: 1.1rem;
}

.alert-success-custom .close-btn {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #1f8e3d;
    cursor: pointer;
}



.hero-banner-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-banner-content {
  width: 100%;
}

.hero-date {
  font-size: 0.875rem; /* ~14px */
  text-transform: uppercase;
  color: white;
  margin-bottom: 0.5rem;
}

.hero-title {
  margin-bottom: 1.25rem;
  color: white;
  font-size: 2.25rem; /* 36px */
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem; /* 48px */
  }
}

@media (min-width: 1280px) {
  .hero-title {
    font-size: 3.75rem; /* 60px */
  }
}

.hero-title.alt {
  margin-bottom: 2.5rem;
}

.hero-subtitle {
  color: white;
  font-weight: 300;
  font-size: 1.25rem;
  max-width: 35ch;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.5rem; /* 24px */
  }
}

@media (min-width: 1280px) {
  .hero-subtitle {
    font-size: 1.875rem; /* 30px */
  }
}

.site-header {
  will-change: transform;
}

body.page-home-1 .site-header {
  background-color: transparent !important;
  color: white !important;
  pointer-events: auto;
}

body.page-home-1 .site-header.visible {
  background-color: white !important;
  color: white !important;
}

body.page-home-1,.page-key-highlights .main-navigation a {
  color: white !important;
}

body.page-home-1,.page-key-highlights .site-header.visible .main-navigation a {
  color: var(--primary-light) !important;
}

.dynamic ul {
    list-style-type: unset;
    padding-left: 2ch;
}

.dynamic ul li {
    list-style-type: "-";
    color: var(--primary-darker);
    padding-left: 0.5rem;
}

.dynamic ul li + li {
    margin-top: 1rem;
}

.dynamic h2, .dynamic h3, .dynamic h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.dynamic p {
    margin-bottom: 1rem;
}

.dynamic a {
  border: initial;
  padding: initial;
  background-color: initial;
  border-radius: initial;
  position: relative;
  overflow: unset;
  text-decoration: none;
  color: var(--primary-light);
}

.dynamic a::before,
.dynamic a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
  transition: transform .3s ease;
  will-change: transform;
}

.dynamic a::before {
  background-color: var(--primary-light);
  transform-origin: right;
  transform: scaleX(1);
}

.dynamic a:hover::before {
  transform: scaleX(0);
}

/* Variant: V2 style (reversed hover) */
.dynamic a.v2::before {
  transform-origin: left;
  transform: scaleX(0);
}

.dynamic a.v2:hover::before {
  transform: scaleX(1);
}

.service-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  line-height: 1.2;
  word-break: break-word;
  margin-bottom: 2rem;
  max-width: 100%;
}

@media (min-width: 1024px) and (max-width: 1050px) {
  .service-title {
    font-size: 2.25rem;
    max-width: 24ch;
  }
}

.md-accordion.expertise-accordion {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .md-accordion.expertise-accordion {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.expertise-section-title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .expertise-section-title {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}


        .features-wrapper:last-child {
            border-bottom: none;
            margin-top: 15px;
        }

        .section-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .feature-number {
            color: #23A9E1;
            margin-right: 15px;
            font-size: 14px;
        }

        .features-container h4 {
            margin: 0;
            color: #1F3964;
            font-size: 24px;
            display: inline;
        }

        .features-container {
            color: #1F3964;
            line-height: 2.5;
            margin-left: 0;
        }

        .feature-item {
            margin-bottom: 8px;
            padding-bottom: 5px;
            border-bottom: 1px solid #e5e7eb;
        }

        .feature-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        /* Mobile responsive styles */
        @media (max-width: 768px) {
            .feature-item {
                display: flex;
                flex-direction: column;
                text-align: left;
            }

            .features-container h4 {
                display: block;
                margin-top: 5px;
                font-size: 20px;
            }

            .feature-number {
                display: block;
                margin-bottom: 5px;
                margin-right: 0;
            }
        }

                @media (max-width: 1270px) {
            .feature-item {
                display: flex;
                flex-direction: column;
                text-align: left;
            }

            .features-container h4 {
                display: block;
                margin-top: 5px;
                font-size: 24px;
            }

            .feature-number {
                display: block;
                margin-bottom: 5px;
                margin-right: 0;
            }
        }

.modal-wrap {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;

}

.modal-wrap.active {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.modal-wrap .line {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: var(--primary-dark);
  transform-origin: center;
  top: 50%;
  left: 50%;
  right: 0;
  border-radius: var(--btn-border-radius);
}

.modal-wrap .line:nth-of-type(1) {
    transform: translate(-50%,-50%)  rotate(45deg);
} 

.modal-wrap .line:nth-of-type(2) {
    transform: translate(-50%,-50%)  rotate(-45deg);
}

.modal-close {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.modal-header {
    position: relative;
}

.modal-content {
    max-height: 580px;
    overflow-y: scroll;
}

@media(min-width: 320px){
    .modal-content {
      max-width: 100%;
      height: 93%;
    }
}

 @media(min-width: 320px){
  .modal {
    max-width: 93%;
    height: 93%;
  }
    
}
@media(min-width: 1024px) {
  .modal {
    max-width: 90%;
    height: auto;
  }
}
@media(min-width: 1536px) {
  .modal {
    max-width: 1280px;
    height: auto;
  }
}

/*.page-home-test .site-header {
  background-color: transparent !important;
  color: white;
}

.page-home-test .site-header .main-navigation .menu-list .list--link {
  color: white;
}
*/
.page-home-test .site-header:hover {
  background-color: #fff !important;
}

.page-home-test .site-header:hover .main-navigation .menu-list .list--link {
  color: #1F3964 !important;
}

.page-home-test .site-header {
  background-color: transparent !important;
  color: white;
}

.page-home-test .site-header .main-navigation .menu-list .list--link {
  color: white;
}

.badge {
  background-color: white;
  border-radius: 5px;
}

.rounded-sm {
  border-radius: 5px;
}

@media (max-width: 768px) {
  .preloader {
    display: none !important;
  }
}

.floating-images-section .section-wrapper--small {
    padding: 40vh 0 20vh;
}

@media (min-width: 1024px) {
  .platforms-section .hero-shape {
    top: 0;
    height: 100%;
  }
}

/* Hero slider for Laptops (register button to not be overlapped by the slider) */
.hero-slider {
    margin-top: 2rem;
    position: relative;
    border-top: 1px solid white;
    backdrop-filter: blur(3px);

    img {
        width: 10rem;
        transition: width 0.3s ease;
    }

    @media (min-width: 992px) {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* Laptops only (from 1024px up to 1600px) */
    @media (min-width: 1024px) and (max-width: 1600px) {
        bottom: 0;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;

        img {
            width: 7rem;
        }

        .description p {
            font-size: 0.95rem;
            line-height: 1.4;
        }
    }
}
/* Hero slider for Laptops (register button to not be overlapped by the slider) */

/* ===== Header polish for 1024–1279px ===== */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  /* Layout + vertical alignment */
  .header--wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .header--wrapper > * { align-self: center; }

  .header-logo img {
    height: 36px;
    width: auto;
  }

  .main-navigation .menu-list {
    display: flex;
    gap: 1.1rem;
    align-items: center;
  }
  .main-navigation .list--link,
  .main-navigation .dropdown-parent--link {
    font-size: 15px;
    line-height: 1;
    padding: .45rem 0;
    white-space: nowrap;
  }

  .nav-right .btn-primary-dark-outline {
    padding: .55rem 1.15rem !important;
    font-size: 14px;
    border-width: 1px;
  }
  .nav-right .arrow-btn .btn-icon { transform: scale(.9); }
  .nav-right .arrow-btn { gap: .6rem !important; }

  .main-navigation .dropdown-menu {
    max-width: min(100vw - 2rem, 1100px);
    width: auto;
  }
  .dropdown-parent--full-width .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .nav-right, .main-navigation { min-width: 0; }
  .main-navigation .menu-list > li { min-width: 0; }
}

@media (min-width: 1024px) {
  .site-header .list--link { letter-spacing: .01em; }
}
/* ===== Header polish for 1024–1279px ===== */

/* ====================================================
   FOOTER – MOBILE LAYOUT FIX
   ==================================================== */

@media (max-width: 1024px) {

  .footer-menu {
    gap: 1.5rem;
    text-align: center;
  }

  .footer-menu > div:nth-child(2) {
    order: 1;
    width: 100%;
    justify-content: center;
  }

  .footer-menu > div:first-child {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .footer-menu > div:last-child {
    order: 3;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .footer-menu a {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .footer-menu .btn-underlined {
    padding-bottom: 2px;
  }
}

.list {
    list-style-type: disc;
}

.text-primary--darker {
    color: var(--primary-darker) !important;
}

.bg-primary--darker {
    background-color: var(--primary-darker) !important;
}

.invert {
    filter: invert(1) !important;
}

.hasOverlay {
    position: relative;
}
.hasOverlay::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0; right: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
    ); */
    background-color: rgba(0, 0, 0, 0.5);
}
.hasOverlay .container {
    position: relative;
    z-index: 20 !important;
}

@media (min-width: 900px) {
    .organizators-wrapper {
        width: 50vw;
        margin-left: auto;
        margin-right: auto;
    }
}

select.form-control {
    border-bottom: 1px solid var(--primary-light);
    background-color: transparent;
    padding: 0.5rem 0rem;
}

select.form-control:focus,
select.form-control:focus-visible {
    outline: none;
}

.bg-light3--blur {
  backdrop-filter: unset !important;
  background-color: rgb(246,246,246) !important;
  position: relative;
  z-index: 3;
}
.text-primary{
  color: #23A9E1;
}