#partners {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  /* ეკრანის სრული სიგანე */
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.video-background video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.4);
  z-index: 1;
}

.partners-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Partner Badge */
.partner-badge {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(90deg, #ff0080 0%, #7928ca 100%);
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 0, 128, 0.3);
}

.partner-badge:hover {
  background: linear-gradient(90deg, #7928ca 0%, #ff0080 100%);
  transform: translateY(-2px);
}

/* Flex container */
.d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 5px;
  justify-content: left;
}

.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 1000;
  border-top: 1px solid #eee;
}

.mobile-bottom-menu a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-bottom-menu a.active {
  color: #8d4ce4;
}

.mobile-bottom-menu i {
  font-size: 20px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}

/* Modal responsiveness override */
@media (max-width: 768px) {
  .cs-modal_container {
    width: 90% !important;
    padding: 20px !important;
    font-size: 14px !important;
  }
  .cs-wallet_secton h2 {
    font-size: 18px;
  }
  .cs-wallet_secton ul li a {
    font-size: 14px;
  }
}


.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 1000;
  border-top: 1px solid #eee;
}

.mobile-bottom-menu a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-bottom-menu a.active {
  color: #8d4ce4;
}

.mobile-bottom-menu i {
  font-size: 20px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}

/* Modal responsiveness override */
@media (max-width: 768px) {
  .cs-modal_container {
    width: 90% !important;
    padding: 20px !important;
    font-size: 14px !important;
  }
  .cs-wallet_secton h2 {
    font-size: 18px;
  }
  .cs-wallet_secton ul li a {
    font-size: 14px;
  }
}



#partners {
    position: relative;
    margin-top: 80px;
    padding: 80px 0;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* ეკრანის სრული სიგანე */
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.video-background video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.4);
    z-index: 1;
}

.partners-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Partner Badge */
.partner-badge {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(90deg, #ff0080 0%, #7928ca 100%);
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 0, 128, 0.3);
}

.partner-badge:hover {
    background: linear-gradient(90deg, #7928ca 0%, #ff0080 100%);
    transform: translateY(-2px);
}

/* Flex container */
.d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 5px;
    justify-content: left;
}



.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 1000;
  border-top: 1px solid #eee;
}

.mobile-bottom-menu a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-bottom-menu a.active {
  color: #8d4ce4;
}

.mobile-bottom-menu i {
  font-size: 20px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}

/* Modal responsiveness override */
@media (max-width: 768px) {
  .cs-modal_container {
    width: 90% !important;
    padding: 20px !important;
    font-size: 14px !important;
  }
  .cs-wallet_secton h2 {
    font-size: 18px;
  }
  .cs-wallet_secton ul li a {
    font-size: 14px;
  }
}



.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 1000;
  border-top: 1px solid #eee;
}

.mobile-bottom-menu a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-bottom-menu a.active {
  color: #8d4ce4;
}

.mobile-bottom-menu i {
  font-size: 20px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}

/* Modal responsiveness override */
@media (max-width: 768px) {
  .cs-modal_container {
    width: 90% !important;
    padding: 20px !important;
    font-size: 14px !important;
  }
  .cs-wallet_secton h2 {
    font-size: 18px;
  }
  .cs-wallet_secton ul li a {
    font-size: 14px;
  }
}

