.footer-unified {
  background: linear-gradient(135deg, #f7fafd 60%, #e8ecf6 100%);
  color: #2d3142;
  font-family: 'Inter', Arial, sans-serif;
  padding: 60px 0 0 0;
  box-shadow: 0 -4px 36px rgba(140, 124, 255, 0.11);
  border-radius: 40px 40px 0 0;
}

.footer-unified .footer-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  background: rgba(255,255,255,0.85);
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
}

.footer-unified .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px 30px;
  margin-bottom: 30px;
}

.footer-unified .footer-section {
  position: relative;
}

.footer-unified .footer-section:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e1e5ef 20%, #e1e5ef 80%, transparent);
}

.footer-unified .company-section {
  grid-column: span 1;
  min-width: 100%;
}
.footer-unified .footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.footer-unified h4 {
  color: #f3971b;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer-unified h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #f3971b, #ff8c81);
  border-radius: 2px;
}

.footer-unified .footer-text p {
  line-height: 1.6;
  color: #5a6c7d;
  margin-bottom: 20px;
}

.footer-unified .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  margin-bottom: 20px;
}

.footer-unified .footer-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-unified .footer-link li {
  margin-bottom: 8px;
}

.footer-unified .footer-link a {
  color: #2081c3;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
  padding: 4px 8px;
  
  display: inline-block;
}

.footer-unified .footer-link a:hover {
  background: rgba(32, 129, 195, 0.1);
  color: #1a6ba3;
  transform: translateX(4px);
}

.footer-unified .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-unified .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-unified .contact-item i {
  color: #f3971b;
  width: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-unified .social-apps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-unified .footer-social {
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.footer-unified .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #ffd37c 0%, #ff8c81 100%);
  color: white;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 1.2rem;
}

.footer-unified .footer-social a:hover {
  background: linear-gradient(135deg, #248ad6 0%, #2081c3 100%);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 20px rgba(36, 138, 214, 0.3);
}

.footer-unified .app-download img {
  max-width: 180px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}
.app-download h4{
   
}

.footer-unified .app-download img:hover {
  transform: scale(1.05);
}

.footer-unified .reviews-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e5ef;
}

.footer-unified .review-item {
    height: 750px;
  text-align: center;
}

.footer-unified .review-item h5 {
  color: #2081c3;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-unified .review-iframe,
.footer-unified .review-image {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  max-width: 100%;
}

.footer-unified .review-image {
  height: 700px;
  object-fit: cover;
}

.footer-unified .scroll-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.footer-unified .scroll-container {
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 15px;
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #e8ecf6;
}

.footer-unified .scroll-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-unified .scroll-container li {
  margin-bottom: 6px;
}

.footer-unified .scroll-container a {
  color: #2081c3;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0;
  transition: color 0.2s;
}

.footer-unified .scroll-container a:hover {
  color: #f3971b;
}

.footer-unified .scroll-container i.fa-bullseye {
  color: #f3971b;
  font-size: 0.8rem;
}

.footer-unified .copyright_base {
  background: #1d5572;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 0;
  border-radius: 0 0 24px 24px;
}

.footer-unified .copyright_base a {
  color: #febe0d;
  font-weight: 600;
  text-decoration: none;
}

.footer-unified .visitor-counter {
  text-align: center;
  margin: 20px 0;
}

.footer-unified .visitor-counter img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer-unified {
    padding: 30px 0 0 0;
    border-radius: 20px 20px 0 0;
  }
  
  .footer-unified .footer-container {
    margin: 0 10px;
    padding: 20px 15px;
    border-radius: 16px;
  }
  
  .footer-unified .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-unified .company-section {
    grid-column: span 1;
  }
  
  .footer-unified .footer-section::after {
    display: none;
  }
  
  .footer-unified .footer-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .footer-unified .reviews-section {
    grid-template-columns: 1fr;
  }
  
  .footer-unified .scroll-sections {
    grid-template-columns: 1fr;
  }
}