/* Apply styling ONLY inside homepage-custom */
.homepage-custom section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.homepage-custom h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Icons */
.homepage-custom i {
  color: #1e90ff !important;
}

/* Cards */
.homepage-custom .shadow-sm,
.homepage-custom .rounded {
  border-radius: 12px;
  transition: 0.3s ease;
}

.homepage-custom .rounded:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}

/* Steps animations */
.homepage-custom .how-it-works .col-md-3:hover,
.homepage-custom .security-features .col-md-4:hover {
  transform: translateY(-6px);
}

/* Security Feature items */
.homepage-custom .security-features .col-md-4 {
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.homepage-custom .security-features .col-md-4:hover {
  background: white;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* About bank image */
.homepage-custom .about-bank-img {
  width: 100% !important;        /* MAKE IT BIGGER */
  max-width: none !important;    /* REMOVE BOOTSTRAP LIMIT */
  height: auto !important;
  transform: scale(1.1);         /* EXTRA ZOOM */
  transform-origin: center center;
  border-radius: 14px;
  transition: 0.3s ease;
}

#google_translate_element {
    float: right;
}

