body {
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.hero-img {
  max-width: 420px;
}

.feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-card i {
  font-size: 36px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.step span {
  width: 50px;
  height: 50px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.cta {
  background: linear-gradient(135deg, #0d6efd, #0048b3);
  padding: 70px 0;
}



/* Mega Menu */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 70px;
  border-radius: 12px;
}

.mega-menu h6 {
  margin-bottom: 10px;
}

.mega-menu .dropdown-item {
  padding: 8px 0;
  font-size: 14px;
}

.mega-menu .dropdown-item:hover {
  background: none;
  color: #0d6efd;
  transform: translateX(3px);
}
/*footer */
.zoho-footer {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
}

.footer-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

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

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #6b7280;
  text-decoration: none;
}

.footer-list a:hover {
  color: #0d6efd;
}

.footer-divider {
  margin: 30px 0;
}

.footer-social {
  color: #6b7280;
  margin-left: 12px;
  font-size: 16px;
}

.footer-social:hover {
  color: #0d6efd;
}
/* feature section */

.feature-section {
  padding: 80px 0;
}

.feature-title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

.feature-text {
  font-size: 17px;
  color: #4b5563;
  margin: 15px 0 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #374151;
}

.feature-list i {
  color: #0d6efd;
  margin-right: 8px;
}

.feature-img {
  max-width: 90%;
}

.mobile-app {
  padding: 90px 0;
  background: #f8fafc;
}

.mobile-badge {
  display: inline-block;
  background: #ffe4e6;
  color: #dc2626;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.mobile-heading {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.mobile-desc {
  font-size: 17px;
  color: #4b5563;
  margin: 15px 0 20px;
}

.mobile-list {
  list-style: none;
  padding: 0;
}

.mobile-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #374151;
}

.app-buttons img {
  height: 45px;
  margin-right: 12px;
  cursor: pointer;
}

.mobile-image {
  max-width: 85%;
}
