/* Modern Professional Cards Design */
.modern-pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: right;
}

.modern-pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b42e6d 0%, #d946a0 100%);
}

.modern-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(180, 46, 109, 0.12);
  border-color: rgba(180, 46, 109, 0.2);
}

.modern-card-badge {
  display: inline-block;
  background: linear-gradient(135deg, #b42e6d 0%, #d946a0 100%);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.modern-card-icon {
  width: 60px;
  height: 60px;
  margin: 0 0 20px auto;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.modern-card-icon img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 1px 2px rgba(180, 46, 109, 0.15));
}

.modern-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
  font-family: 'Heebo', sans-serif;
  text-align: right;
}

.modern-card-subtitle {
  font-size: 13px;
  color: #7f8c8d;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: right;
}

.modern-card-price {
  margin: 20px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  text-align: center;
}

.modern-price-label {
  font-size: 13px;
  color: #7f8c8d;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.modern-price-value {
  font-size: 36px;
  font-weight: 800;
  color: #b42e6d;
  line-height: 1;
  font-family: 'Heebo', sans-serif;
  text-align: center;
}

.modern-price-value sup {
  font-size: 18px;
  font-weight: 700;
  margin-right: 3px;
}

.modern-price-period {
  font-size: 14px;
  color: #7f8c8d;
  font-weight: 500;
  text-align: center;
}

.modern-price-note {
  font-size: 11px;
  color: #95a5a6;
  margin-top: 8px;
  text-align: center;
}

.modern-card-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.modern-card-features li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: right;
  direction: rtl;
}

.modern-card-features li:last-child {
  border-bottom: none;
}

.modern-card-features i {
  color: #b42e6d;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.modern-feature-title {
  font-weight: 600;
  color: #2c3e50;
  font-size: 13px;
  margin-bottom: 2px;
  text-align: right;
}

.modern-feature-value {
  color: #7f8c8d;
  font-size: 12px;
  text-align: right;
}

.modern-card-button {
  width: 100%;
  padding: 14px 25px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #2c3e50;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(255, 215, 0, 0.25);
  font-family: 'Heebo', sans-serif;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.modern-card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(255, 215, 0, 0.35);
  background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
  color: #2c3e50;
  text-decoration: none;
}

/* Feature Cards */
.modern-feature-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  min-height: 280px !important;
  height: auto !important;
  border: 2px solid #e9ecef;
  text-align: center !important;
  position: relative;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.modern-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2c3e50 0%, #34495e 100%);
}

.modern-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: #2c3e50;
}

/* Middle card - Pink gradient */
.modern-feature-card.featured {
  background: linear-gradient(135deg, #b42e6d 0%, #d946a0 100%) !important;
  border-color: #b42e6d !important;
}

.modern-feature-card.featured::before {
  background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
}

.modern-feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.modern-feature-card.featured .modern-feature-icon {
  background: rgba(255, 255, 255, 0.2) !important;
}

.modern-feature-icon img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.modern-feature-card.featured .modern-feature-icon img {
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
}

.modern-feature-title-white {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  font-family: 'Assistant', 'Heebo', 'Rubik', sans-serif !important;
  text-align: center !important;
  width: 100%;
}

.modern-feature-card.featured .modern-feature-title-white {
  color: #ffffff !important;
}

.modern-feature-desc {
  font-size: 15px;
  color: #7f8c8d;
  line-height: 1.8;
  font-family: 'Assistant', 'Heebo', 'Rubik', sans-serif !important;
  text-align: center !important;
  width: 100%;
}

.modern-feature-card.featured .modern-feature-desc {
  color: rgba(255, 255, 255, 0.95) !important;
}

/* Colored Headings */
.text-pink {
  color: #b42e6d;
  font-weight: 700;
}

.text-dark {
  color: #2c3e50;
  font-weight: 700;
}

/* Tech Section */
.tech-section {
  padding: 60px 0;
  background: #f8f9fa !important;
}

.tech-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: 'Heebo', sans-serif;
}

/* Reviews Widget in Footer */
.reviews-widget-section {
  padding: 60px 0;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}

.reviews-widget-section .container {
  max-width: 1200px;
}

.logo-slider-wrapper {
  padding: 40px 0;
}

.logo-slider {
  overflow: visible !important;
  position: relative;
}

.logo-slider .swiper-wrapper {
  padding: 20px 0;
}

.logo-slider .swiper-slide {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  height: auto;
}

.tech-logo-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.tech-logo-box:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-5px);
}

.tech-logo-box img {
  max-width: 120px !important;
  max-height: 80px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-pricing-card {
    margin-bottom: 25px;
    padding: 25px 20px;
  }
  
  .modern-card-price {
    padding: 18px;
    margin: 18px 0;
  }
  
  .modern-price-value {
    font-size: 32px;
  }
  
  .modern-card-title {
    font-size: 20px;
  }
  
  .modern-card-icon {
    width: 55px;
    height: 55px;
  }
  
  .modern-card-icon img {
    width: 35px;
    height: 35px;
  }
  
  .modern-card-features li {
    padding: 10px 0;
  }
  
  .modern-card-button {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .tech-section {
    padding: 30px 0 20px 0;
  }
  
  .tech-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .logo-slider-wrapper {
    padding: 10px 0;
    margin-top: -10px;
  }
  
  .logo-slider .swiper-wrapper {
    padding: 10px 0;
  }
  
  .logo-slider .swiper-slide {
    height: 110px !important;
  }
  
  .tech-logo-box {
    padding: 15px 10px;
    min-height: 95px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
  }
  
  .tech-logo-box img {
    max-width: 75px !important;
    max-height: 50px !important;
  }
}
