/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
#mainCarousel .carousel {
    margin-bottom: 4rem;
}

#mainCarousel .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

#mainCarousel .carousel-item {
    height: 32rem;
}

#mainCarousel .carousel-bg-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
    opacity: .5;
    transition: all 0.3s ease;
}

.additional-carousel-indicator:hover {
    opacity: 1;
    transition: all 0.3s ease;
}

.additional-carousel-indicator.active {
    opacity: 1;
    transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e9ecef;
    background: rgba(0, 0, 0, 0.4);
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
    color: #ffffff;
    transition: all 0.3s ease;
}

a:hover {
   /* color: linear-gradient(315deg, #7F00FF 35%, #E100FF 50%);*/
   color: #ef79ff;
   transition: all 0.3s ease;

}

.text-darkblue {
    color: #003b77;
}

.text-orange {
    color: #e64c16;
}

.bg-darkblue {
    background-color: #003b77;
}

.bg-orange {
    background-color: #e64c16;
}

.error404 {
    font-size: 5rem;
}

@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}

@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}

@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}

@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003b77;
    --bs-btn-border-color: #003b77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003b77;
    --bs-btn-active-border-color: #003b77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #003b77;
}

.aspect-ratio-1x1 {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
}

.aspect-ratio-4x3 {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
}

.aspect-ratio-16x9 {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #003b77;
    --bs-pagination-active-border-color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
}

.sidebar .nav-link.active {
    font-weight: 500;
    color: #e64c16 !important;
}

.sidebar-heading {
    font-size: .75rem;
}

/* 3th LEVEL SUBMENU (BOOTSTRAP 5.x)
-------------------------------------------------- */
.dropdown-submenu,
.dropdown-item {
    position: relative;
}

.dropdown-submenu>a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    align-self: center;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-submenu>.dropdown-menu-end {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1rem;
}

.dropdown-submenu>a.dropdown-toggle.dropdown-toggle-start::after {
    transform: rotate(90deg);
    right: unset;
    left: 0;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-effect {
    -webkit-transition: all 0.3s ease;
    ;
    -moz-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
    opacity: 1;
}

.fade-effect:hover {
    -webkit-transition: all 0.3s ease;
    ;
    -moz-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
    opacity: 0.7;
}

/* MEDIA (BOOTSTRAP BREAKPOINTS)
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
*/


/* ========== БАЗОВІ СТИЛІ ========== */
body {
  background: #050913;
  color: #bfc1cc;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: white;
}

a {
  text-decoration: none;
}

/* ========== ГРАДІЄНТИ ========== */
.grd-color-1 {
  background-image: linear-gradient(315deg, #7F00FF 35%, #E100FF 50%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.accent-gradient {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ========== НАВІГАЦІЯ ========== */
.nav-link {
  color: #b7b7b7;
  font-weight: 500;
}

.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff;
}

.navbar-toggler {
  background-color: #dee2e6 !important;
  border: #ffffff !important;
}

/* ========== БАНЕР ========== */
.banner-area {
  background-image: url(../images/pages/bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;
  position: relative;
}

.banner-area span.banner-top-title {
  background-color: rgba(127, 12, 255, 0.3215686275);
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

/* ========== ЗАГОЛОВКИ ========== */
h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.2rem;
  /* margin-top: 3rem;*/
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #3b82f6, #8b5cf6, #ef4444, #3b82f6) 1;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  display: inline-block;
}

h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 2.5rem 0 1.2rem 0;
  color: #f0f0f0;
  position: relative;
  padding-left: 1rem;
  border-left: 6px solid;
  border-image: linear-gradient(180deg, #3b82f6, #8b5cf6, #ef4444) 1;
  border-left-style: solid;
  border-left-color: #3b82f6;
}

.sub-t {
  font-weight: normal;
  color: white;
  margin-bottom: 20px;
  background-color: rgba(127, 0, 255, 0.29);
  border-radius: 5px;
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: capitalize;
}

/* ========== КОНТЕЙНЕР ========== */
.container-custom {
  max-width: 1200px;
  margin: 40px auto;
  background: rgba(10, 10, 15, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 48px;
  box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.3), 0 0 0 1px rgba(139, 92, 246, 0.3);
  padding: 3rem 2.5rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

/* ========== ТЕКСТ ========== */
p {
  color: #d1d5db;
  line-height: 1.7;
}

/* ========== СПИСКИ ========== */
.container-custom ul {
  list-style: none;
  padding-left: 0;
}

.container-custom ul li {
  margin-bottom: 1rem;
  color: #cbd5e1;
}

.container-custom ul li::before {
  content: "●";
  color: #ef4444;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}

/* ========== КАРТКИ (УНІФІКОВАНІ) ========== */
.process-step,
.fintech-card,
.invest-card,
.value-card {
  background: rgba(20, 20, 30, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 32px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 8px 20px -8px rgba(139, 92, 246, 0.2);
  transition: all 0.2s ease;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.process-step:hover,
.fintech-card:hover,
.invest-card:hover,
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -10px rgba(239, 68, 68, 0.4), 0 0 0 2px rgba(139, 92, 246, 0.3);
  border-color: rgba(239, 68, 68, 0.5);
}

/* ========== КАРТКИ НАПРЯМКІВ ========== */
.fetures-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.single-fetuses-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(20, 20, 30, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 32px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 20px -8px rgba(139, 92, 246, 0.2);
  transition: all 0.2s ease;
  border: 1px solid rgba(239, 68, 68, 0.2);
  text-align: center;
  color: #f0f0f0;
  text-decoration: none;
}

.single-fetuses-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -10px rgba(239, 68, 68, 0.4), 0 0 0 2px rgba(139, 92, 246, 0.3);
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(30, 30, 40, 0.9);
}

.single-fetuses-box .icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.single-fetuses-box h3 {
  color: #f0f0f0;
  font-weight: 700;
  margin-bottom: 1rem;
  border-left: none;
  padding-left: 0;
  font-size: 1.8rem;
}

.single-fetuses-box p {
  color: #d1d5db;
  margin-bottom: 1.5rem;
  flex: 1 0 auto; /* Розтягує параграф */
}

/* ========== DETAILS-LINK (ПРИТИСНУТО ДО НИЗУ) ========== */
.single-fetuses-box .details-link {
  margin-top: auto; /* КЛЮЧОВИЙ МОМЕНТ: притискає до низу */
  color: #f0f0f0;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.25rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  align-self: center;
  width: fit-content;
  cursor: pointer;
  overflow: hidden;
}

/* Стрілка */
.single-fetuses-box .details-link::after {
  content: "→";
  margin-left: 0.5rem;
  transition: margin-left 0.2s;
  display: inline-block;
}

/* Анімація стрілки */
.single-fetuses-box:hover .details-link::after {
  margin-left: 1rem;
}

/* ========== НОМЕРОВАНІ КРОКИ ========== */
.step-number {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(145deg, #3b82f6, #8b5cf6, #ef4444);
  background-size: 200% 200%;
  color: white;
  padding: 0.25rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 8px rgba(239, 68, 68, 0.3);
  animation: gradientShift 6s ease infinite;
}

/* ========== БЕЙДЖІ ========== */
.badge-gradient,
.badge-custom {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(145deg, #3b82f6, #8b5cf6, #ef4444);
  background-size: 200% 200%;
  color: white;
  padding: 0.35rem 1.5rem;
  border-radius: 40px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 8px rgba(239, 68, 68, 0.3);
  animation: gradientShift 6s ease infinite;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-badge {
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 30px;
  font-size: 0.9rem;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

/* ========== ЕЛЕМЕНТИ СПИСКІВ ========== */
.list-item-custom {
  background: rgba(20, 20, 30, 0.8);
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(239, 68, 68, 0.3);
  transition: all 0.2s;
  margin-bottom: 1rem;
}

.list-item-custom:hover {
  border-color: #ef4444;
  box-shadow: 0 15px 25px -12px #ef4444, 0 0 0 1px #8b5cf6;
  background: rgba(30, 30, 40, 0.9);
}

/* ========== КНОПКИ ========== */
.main-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: white;
  transition: .4s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f00ff;
}

.main-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: white;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.main-btn i {
  position: absolute;
  left: 23px;
  top: 11px;
  font-size: 22px;
  font-weight: 400;
}

.main-btn:hover {
  color: #7f00ff;
  background-color: white;
}

.main-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.btn-expert {
  background: linear-gradient(145deg, #3b82f6, #8b5cf6, #ef4444);
  background-size: 200% 200%;
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 60px;
  font-weight: 600;
  font-size: 1.2rem;
  box-shadow: 0 20px 30px -10px rgba(239, 68, 68, 0.5);
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: gradientShift 6s ease infinite;
}

.btn-expert:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 35px -8px #ef4444, 0 0 0 2px #8b5cf6;
  color: white;
}

/* ========== ПРО КОМПАНІЮ ========== */
.about-area .content {
  padding-left: 40px;
}

.about-area .content .tp-title {
  color: white;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: rgba(127, 0, 255, 0.4509803922);
  display: inline-block;
  padding: 3px 15px;
  border-radius: 5px;
}

.about-area .content h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-area .content p {
  margin-bottom: 30px;
}

.about-area .sub-content {
  font-size: 50px;
  position: relative;
}

.about-area .sub-content p {
  padding-left: 20px;
}

.about-area .sub-counter h3 {
  font-size: 52px;
  font-weight: 700;
  display: flex;
}

.about-area .sub-counter h3 .target {
  line-height: 1;
}

.about-area .sub-counter p {
  color: white;
}

/* ========== РОЗДІЛЬНИКИ ========== */
hr.divider {
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ef4444, #3b82f6);
  background-size: 200% 200%;
  opacity: 0.5;
  width: 80%;
  margin: 2.5rem auto;
  border-radius: 4px;
  animation: gradientShift 8s ease infinite;
  border: none;
}

/* ========== КОЛЬОРОВІ КЛАСИ ========== */
.text-blue { color: #3b82f6; }
.text-purple { color: #8b5cf6; }
.text-red { color: #ef4444; }

/* ========== ЦИТАТИ ТА ВИДІЛЕННЯ ========== */
.quote-block {
  background: rgba(20, 20, 30, 0.6);
  border-left: 6px solid;
  border-image: linear-gradient(180deg, #3b82f6, #8b5cf6, #ef4444) 1;
  border-left-style: solid;
  border-left-color: #3b82f6;
  padding: 1.5rem;
  border-radius: 0 24px 24px 0;
  margin: 2rem 0;
}

.lead-text {
  font-size: 1.25rem;
  background: rgba(20, 20, 30, 0.7);
  backdrop-filter: blur(5px);
  padding: 1.2rem 2rem;
  border-radius: 80px;
  border-left: 8px solid;
  border-image: linear-gradient(180deg, #3b82f6, #8b5cf6, #ef4444) 1;
  border-left-style: solid;
  border-left-color: #3b82f6;
  color: #f0f0f0;
}

.highlight {
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2), rgba(239, 68, 68, 0.2));
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-weight: 600;
}

/* ========== КОМАНДА ========== */
.team-placeholder {
  background: rgba(20, 20, 30, 0.6);
  border-radius: 32px;
  padding: 3rem;
  border: 2px dashed rgba(239, 68, 68, 0.4);
  text-align: center;
}

.team-placeholder i {
  font-size: 4rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ========== ДОПОМІЖНІ КЛАСИ ========== */
.bg-dark-custom {
  background: rgba(20, 20, 30, 0.6);
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.stat-highlight {
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2), rgba(239, 68, 68, 0.2));
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-weight: 600;
}
/* ========== ПОКРАЩЕННЯ ДЛЯ ABOUT AREA ========== */

/* Статистичні картки */
.stat-card {
  background: rgba(20, 20, 30, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 24px;
  border: 1px solid rgba(239, 68, 68, 0.2);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px -12px rgba(239, 68, 68, 0.4);
  border-color: rgba(239, 68, 68, 0.5);
}

.stat-number {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.1rem;
  color: #f0f0f0;
  font-weight: 600;
}

/* Іконки в картках */
.icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Теги */
.tags .badge {
  padding: 0.5rem 1rem;
  font-weight: 500;
  background: rgba(20, 20, 30, 0.9) !important;
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #d1d5db !important;
}

/* Оновлення для process-step */
.process-step {
  background: rgba(20, 20, 30, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 32px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 8px 20px -8px rgba(139, 92, 246, 0.2);
  transition: all 0.2s ease;
  border: 1px solid rgba(239, 68, 68, 0.2);
  display: flex;
  flex-direction: column;
}

.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -10px rgba(239, 68, 68, 0.4), 0 0 0 2px rgba(139, 92, 246, 0.3);
  border-color: rgba(239, 68, 68, 0.5);
}

/* Стилі для заголовка about-area */
.about-area h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

/* Адаптація для мобільних */
@media (max-width: 768px) {
  .about-area h2 {
      font-size: 1.8rem;
  }
  
  .stat-number {
      font-size: 2.5rem;
  }
  
  .value-card .d-flex {
      flex-direction: column;
      text-align: center;
  }
  
  .icon-circle {
      margin: 0 auto 1rem;
  }
}
.step-card {
  background: #0f172a;
  border-radius: 2rem;
  padding: 1.2rem;
  text-align: center;
  transition: 0.2s;
  height: 100%;
  border: 1px solid #1f2a44;
}
.step-card .step-icon {
  font-size: 2.8rem;
  background: linear-gradient(145deg, #3b82f6, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.75rem;
}
.underbox {
  margin-top: 0.8rem;
  font-weight: 600;
  text-align: center;
  color: #cbd5e1;
}
    /* Стилі для рядка логотипів, що біжить */
    .partners-wrapper {
      width: 100%;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 1.5rem;
      padding: 1rem 0;
      margin: 1rem 0;
      backdrop-filter: blur(2px);
  }
  
  .partners-track {
      display: flex;
      width: fit-content;
      animation: scrollLogos 25s linear infinite;
      gap: 2.5rem;
  }
  
  .partner-logo {
    flex-shrink: 0;
    width: 240px;           /* фіксована ширина контейнера */
    height: 160px;           /* фіксована висота контейнера */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-logo img {
    width: auto;            /* ширина автоматично, щоб зберегти пропорції */
    height: 200px;           /* однакова висота для всіх логотипів */
    max-width: 100%;        /* щоб не вилазило за межі контейнера */
    object-fit: contain;    /* вміщує картинку повністю без спотворень */
 /*   filter: brightness(0) invert(1) opacity(0.7);*/
    transition: all 0.3s ease;
}
  
  /* При ховері – зупиняємо анімацію, підсвічуємо логотип */
  .partners-wrapper:hover .partners-track {
      animation-play-state: paused;
  }
  
  .partner-logo:hover img {
    /*  filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 6px #3b82f6);*/
      transform: scale(1.05);
  }
  
  /* Ключові кадри для біжучого рядка */
  @keyframes scrollLogos {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-50%);
      }
  }
  
  /* Адаптація під мобільні пристрої */
  @media (max-width: 768px) {
    .partner-logo {
      width: 90px;
      height: 60px;
  }
  .partner-logo img {
      height: 40px;
  }
      .partners-track {
          gap: 1.5rem;
      }
  }
  
  .fixed-top .btn {
    transition: color 0.3s ease;
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-hover-color: #000;
}