/* ABB Innovation loqosu üçün stil */
.abb-logo-container {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.abb-logo-container img {
  height: 35px;
  width: auto;
  transition: transform 0.3s ease;
}

.abb-logo-container img:hover {
  transform: scale(1.05);
}

/* Video təlimat bölməsi */
.video-tutorial {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.video-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.video-thumbnail i {
  font-size: 60px;
  color: white;
  opacity: 0.9;
  transition: all 0.3s ease;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.video-thumbnail:hover i {
  transform: scale(1.2);
  opacity: 1;
}

.video-thumbnail .play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.video-thumbnail:hover .play-button {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.video-info {
  padding: 25px;
}

.video-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.video-info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 14px;
}

.video-duration {
  background: #4361ee;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* Statistika bölməsi */
.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.stat-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}

.stat-card:nth-child(1) .stat-icon {
  color: #4361ee;
}
.stat-card:nth-child(2) .stat-icon {
  color: #f72585;
}
.stat-card:nth-child(3) .stat-icon {
  color: #4cc9f0;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 18px;
  opacity: 0.9;
}

/* Footer tamamilə yenidən dizayn */
.footer {
  background: #0a0a1a;
  padding: 60px 0 0;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 1.5fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-col h4 {
  color: #4361ee;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4361ee;
}

.footer-brand-desc {
  color: #999;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: #4361ee;
  transform: translateX(5px);
}

.footer-links a i {
  font-size: 12px;
  color: #4361ee;
}

.footer-contact-info p {
  margin-bottom: 15px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-contact-info i {
  color: #4361ee;
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.partner-logos img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 5px;
}

.partner-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

.social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.social-link:hover i {
  color: #ffffff;
}

.social-link.facebook:hover {
  background: #1877f2;
}

.social-link.youtube:hover {
  background: #ff0000;
}

.social-link.instagram:hover {
  background: linear-gradient(45deg, #f58529 0%, #feda77 25%, #dd2a7b 50%, #8134af 75%, #515bd4 100%);
}

.social-link.linked:hover,
.social-link.linkedin:hover {
  background: #0a66c2;
}

.social-link.telegram:hover {
  background: #26a5e4;
}

.social-link.whatsapp:hover {
  background: #25d366;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #4361ee;
}

.payment-methods {
  display: flex;
  gap: 15px;
  font-size: 24px;
  color: #666;
}

.payment-methods i {
  transition: color 0.3s ease;
}

.payment-methods i:hover {
  color: #4361ee;
}

/* Responsive Footer */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .social-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
