.elementor-29 .elementor-element.elementor-element-fa4638b{grid-column:span custom;}/* Start custom CSS for section, class: .elementor-element-85daa02 */<style>
/* 🎨 Hero Section */
.hero {
  background-color: #2563eb; /* your blue theme */
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

/* 🧾 Hero Heading & Text */
.hero h2 {
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero p {
  color: #e5e7eb !important;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

/* 🟡 Browse Exams Button (force override Astra/Elementor styles) */
.hero a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f59e0b !important; /* yellow button */
  color: #fff !important;
  font-weight: 600 !important;
  padding: 14px 30px !important;
  border-radius: 999px !important; /* full rounded */
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease !important;
}

/* Arrow icon */
.hero a i {
  color: #fff !important;
  transition: transform 0.3s ease;
}

/* 🟠 Hover State */
.hero a:hover {
  background-color: #d97706 !important; /* slightly darker yellow */
  transform: translateY(-3px);
}

.hero a:hover i {
  transform: translateX(4px);
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .hero h2 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
}
</style>/* End custom CSS */