.elementor-2905 .elementor-element.elementor-element-73bdab2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2905 .elementor-element.elementor-element-ef81e31{--display:flex;}/* Start custom CSS for html, class: .elementor-element-416df6e */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fa;
  color: #333;
}

.home-tuition-container {
  max-width: 80%;
  margin: auto;
  padding: 20px;
}

.banner {
  background: linear-gradient(135deg, #11998e, #38ef7d);
  color: white;
  text-align: center;
  padding: 50px 20px;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.banner h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.banner p {
  font-size: 18px;
  margin: 4px 0;
}

.highlight-box-blue-purple {
  display: inline-block;
  background: linear-gradient(135deg, #36d1dc, #5b86e5);
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: bold;
  box-shadow: 0 0 12px rgba(138, 43, 226, 0.7);
  animation: glowPulseBlue 2s infinite ease-in-out;
}

@keyframes glowPulseBlue {
  0% {
    box-shadow: 0 0 8px rgba(30, 144, 255, 0.6);
  }
  50% {
    box-shadow: 0 0 20px rgba(138, 43, 226, 1);
  }
  100% {
    box-shadow: 0 0 8px rgba(30, 144, 255, 0.6);
  }
}



.features h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.features ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 40px;
}

.features ul li {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-size: 16px;
}

.contact-form h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

form {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

form input, form textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

form button {
  background: #1e90ff;
  color: white;
  padding: 12px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background: #0077cc;
}

.whatsapp-button {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  background-color: #25D366;
  color: white;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none !important;
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
}

.feedback-section {
  margin-top: 50px;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
}

.feedback-section h2 {
  text-align: center;
  color: #007bff;
}

.feedback-section .feedback {
  margin-bottom: 20px;
}

.feedback-section .feedback p {
  font-size: 16px;
  font-style: italic;
  color: #555;
}

.feedback-section .feedback span {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #007bff;
}/* End custom CSS */