.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-4e6e712 *//* बॅकग्राउंड आणि लेआउट */
.hero-section {
  background: #000;);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.hero-content {
  max-width: 800px;
}

/* टायपोग्राफी */
.subtitle {
  color: #c9ff35; /* पिवळसर-हिरवा रंग */
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin: 20px 0;
}

.highlight {
  color: #c9ff35;
}

.description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.9;
}

/* बटन्स */
.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-primary {
  background-color: #c9ff35;
  color: black;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 12px 30px;
  border: 2px solid white;
  border-radius: 50px;
  cursor: pointer;
}/* End custom CSS */