.hero-gradient {
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 50%, #9ca3af 100%);
}
.nav-dropdown:hover .dropdown-menu {
  display: block;
}
.isometric-illustration {
  transform: perspective(1000px) rotateX(10deg) rotateY(-10deg);
}
.hover-card .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}
.hover-card:hover .card {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 180px;
  object-fit: cover;
}

* {
  font-family: "Roboto", sans-serif;
}

/* industry page START */
.industry-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 1rem;
  border: none;
}
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.industry-icon {
  font-size: 2rem;
  color: black;
}

/* industry page END */

/* drop down */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.25); /* semi-transparent white */
  backdrop-filter: blur(10px); /* frosted glass effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.dropdown-item {
  color: #000; /* Dark text for readability */
  font-weight: 500;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.4); /* lighter gloss on hover */
  backdrop-filter: blur(12px);
}

/* drop down */

/* main p,
main h3,
main h5 {
  text-align: justify;
} */

/* main p {
  text-align: justify;
} */
/* for Business IT page */
/* Limit image height and keep aspect ratio clean */
img.img-fluid {
  max-height: 300px;
  object-fit: contain;
}

.justify-text {
  text-align: justify;
}
