/* PayClick.ng Styles */

/* Global Styles */
* {
  font-family: 'Poppins', sans-serif;
}

/* Navbar Styles */
.navbar {
  min-height: 90px;
  background: linear-gradient(to bottom, #fff 80%, rgba(255,255,255,0) 100%);
  border-bottom: none;
  box-shadow: none;
}

/* Mobile Navbar Enhancement for Better Blending */
@media (max-width: 991.98px) {
  .navbar {
    background: linear-gradient(to bottom, #fff 0%, #f8fdff 30%, #e0f7ff 100%);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  }

  .navbar-collapse {
    background: linear-gradient(135deg, #e0f7ff 0%, #a7f3ff 80%, #87ceeb 100%);
    margin-top: 15px;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-nav {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    color: #2c3e50 !important;
    padding: 12px 20px !important;
    border-radius: 10px;
    margin: 3px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .nav-link:hover {
    background: linear-gradient(45deg, rgba(2, 196, 255, 0.1), rgba(167, 243, 255, 0.2));
    color: #02C4FF !important;
    transform: translateX(8px) scale(1.02);
    box-shadow: 0 4px 15px rgba(2, 196, 255, 0.2);
  }

  /* Service-style buttons for mobile nav */
  .nav-link:before {
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(45deg, #02C4FF, #00C853);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
  }

  .nav-link:hover:before {
    transform: scale(1.5);
    box-shadow: 0 0 10px rgba(2, 196, 255, 0.5);
  }

  /* Mobile Services Section */
  .mobile-services {
    margin-top: 10px;
  }

  .services-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-left: 10px;
    letter-spacing: 1px;
  }

  .mobile-service-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-service-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .mobile-service-item.active {
    background: linear-gradient(45deg, #2979FF, #42A5F5);
    color: white;
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(41, 121, 255, 0.3);
  }

  .mobile-service-item:hover {
    background: linear-gradient(45deg, rgba(41, 121, 255, 0.1), rgba(66, 165, 245, 0.2));
    color: #2979FF;
    transform: translateX(8px) scale(1.02);
    box-shadow: 0 6px 20px rgba(41, 121, 255, 0.2);
  }

  .mobile-service-item.active:hover {
    background: linear-gradient(45deg, #1976D2, #2979FF);
    color: white;
    transform: translateX(8px) scale(1.05);
  }

  .mobile-service-item i {
    font-size: 18px;
    margin-right: 15px;
    width: 20px;
    text-align: center;
  }

  .mobile-service-item span {
    font-size: 16px;
  }
}

/* Mobile Navbar Enhancement */
@media (max-width: 991.98px) {
  .navbar {
    background: linear-gradient(to bottom, #fff 0%, #f8fdff 30%, #e0f7ff 100%);
  }

  .navbar-collapse {
    background: linear-gradient(135deg, #e0f7ff 0%, #a7f3ff 100%);
    margin-top: 15px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .nav-link {
    color: #333 !important;
    padding: 10px 15px !important;
    border-radius: 8px;
    margin: 2px 0;
    transition: all 0.3s ease;
  }

  .nav-link:hover {
    background: rgba(2, 196, 255, 0.1);
    color: #02C4FF !important;
    transform: translateX(5px);
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
}

.navbar-brand svg {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  vertical-align: middle;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 900;
  font-size: 1.15rem;
  margin: 0 auto;
}

.nav-link {
  color: #222 !important;
  padding: 0 8px;
  font-weight: 900;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #02C4FF !important;
}

.navbar .btn-success {
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 30px;
  margin-left: 32px;
  box-shadow: 0 2px 8px rgba(2, 196, 255, 0.08);
}

/* Hero Section Styles */
.hero {
  background: linear-gradient(to bottom, #fff 0%, #e0f7ff 10%, #a7f3ff 100%);
  padding-top: 80px ;
  padding-bottom : 5px;
}

.hero-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 32px;
  color: #222;
}

.hero p {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1.6;
  color: #222;
}

/* Highlight effect for service buttons on mouse enter */
.hero .d-flex button:hover {
  box-shadow: 0 0 0 4px rgba(2,196,255,0.18);
  transform: scale(1.08);
  transition: box-shadow 0.2s, transform 0.2s;
}

/* Steps Section Styles */
.steps-section {
  background: linear-gradient(135deg, #e0f7ff 0%, #a7f3ff 100%);
  padding-top: 80px ;
}

.step-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 0 auto;
}

.step-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #00c851;
  border-radius: 50px;
  color: white;
  position: relative;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 50px;
  height: 50px;
  background-color: white;
  color: #00c851;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 20px;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-content strong {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.step-content span {
  font-size: 14px;
  opacity: 0.9;
}

/* Footer Styles */
.footer {
  background-color: #101820;
  color: white;
  padding: 120px 0;
}

.social-icons i {
  font-size: 18px;
  margin-right: 10px;
}

.btn-app-badge {
  max-width: 150px;
}

/* Section Styles */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
}

/* Partner Logo Styles */
.partner-logo {
  min-width: 80px;
  text-align: center;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
}

/* New Partners Section Styles */
.partners-section {
  background: linear-gradient(to bottom, #fff 0%, #f8fdff 20%, #e0f7ff 60%, #a7f3ff 100%);
  padding: 80px 0;
}

.partners-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.partners-logos-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partners-logos {
  display: flex;
  gap: 30px;
  animation: slideLogos 20s linear infinite;
  width: max-content;
}

.partners-logos:hover {
  animation-play-state: paused;
}

@keyframes slideLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-logo-item {
  background: white;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 140px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partner-logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.partner-logo-img {
  max-width: 90px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-text-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}

@media (max-width: 768px) {
  .partners-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .partners-logos {
    gap: 20px;
    animation-duration: 15s;
  }

  .partner-logo-item {
    min-width: 120px;
    min-height: 70px;
    padding: 12px 16px;
  }

  .partner-logo-img {
    max-width: 70px;
    max-height: 40px;
  }
}

/* Animation Keyframes */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation Classes */
.hand-image {
  opacity: 0;
  transform: translateY(100px);
}

.hand-image.animate {
  animation: slideInUp 0.8s ease-out forwards;
}

.step-item-custom {
  opacity: 0;
  transform: translateX(100px);
}

.step-item-custom.animate {
  animation: slideInRight 0.8s ease-out forwards;
}
