/* Hero Section Styles */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  background: #f8faff;
  font-family: 'Poppins', sans-serif;
}

.hero-text {
  max-width: 50%;
}

.hero-text h1 {
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.hero-text h1 .highlight {
  color: red;
  text-decoration: underline;
}

.hero-text p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.explore-btn {
  background-color: #d60000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.explore-btn:hover {
  background-color: #b30000;
}

.hero-contact {
  margin-top: 20px;
  font-weight: 500;
  color: #0f172a;
}

/* Right Side Image */
.hero-image img {
  max-width: 100%;
  height: auto;
}
