.custom-learn-english-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-image {
  background-image: url('https://studyenglish.zylentrix.net/wp-content/uploads/2025/04/Build-a-career-beyond-the-ordinary.-Master-the-art-of-service-and-lead-the-world-of-hospitality-1.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.overlay-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: white;
  padding: 30px 40px;
  border-radius: 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-width: 600px;
}

.logo-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.logo {
  width: 40px;
  height: auto;
}

.overlay-card h1 {
  font-size: 24px;
  color: #2d0c5e; /* deep navy blue */
  line-height: 1.4;
  font-weight: bold;
}
