.elementor-94 .elementor-element.elementor-element-477fe34{--display:flex;}.elementor-94 .elementor-element.elementor-element-577bc07{--spacer-size:25px;}.elementor-94 .elementor-element.elementor-element-ba234a1{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-94 .elementor-element.elementor-element-6d8e45b{text-align:center;}.elementor-94 .elementor-element.elementor-element-6d8e45b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:600;text-transform:capitalize;color:#672D77;}.elementor-94 .elementor-element.elementor-element-f79eb88{text-align:center;}.elementor-94 .elementor-element.elementor-element-f79eb88 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:19px;font-weight:400;color:#000000;}.elementor-94 .elementor-element.elementor-element-83d3a1b{--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-94 .elementor-element.elementor-element-34636b4{--spacer-size:50px;}.elementor-94 .elementor-element.elementor-element-8d65f00{--display:flex;}.elementor-94 .elementor-element.elementor-element-151ada4{--spacer-size:50px;}@media(max-width:767px){.elementor-94 .elementor-element.elementor-element-6d8e45b .elementor-heading-title{font-size:28px;}.elementor-94 .elementor-element.elementor-element-f79eb88 .elementor-heading-title{font-size:15px;}}/* Start custom CSS for html, class: .elementor-element-75fc6e7 */.habits-section {
  padding: 50px 20px;
  background: #fff8fd;
  border-radius: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.habits-section h2 {
  font-size: 30px;
  color: #a64ac9;
  margin-bottom: 40px;
}

.habits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.habit-card {
  background: #f3e5f5;
  border-radius: 16px;
  padding: 25px 20px;
  transition: 0.3s ease;
  box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}

.habit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.habit-icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #8e24aa;
}

.habit-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #5e35b1;
}

.habit-card p {
  font-size: 15px;
  color: #444;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dac3ae7 */.values-section {
  padding: 60px 20px;
  background: #e1f5fe;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.values-section h2 {
  font-size: 28px;
  color: #0288d1;
  margin-bottom: 10px;
}

.values-subheading {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.value-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #039be5;
}

.value-card h3 {
  font-size: 18px;
  color: #01579b;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 14px;
  color: #444;
}

.habits-section h2 {
  font-size: 30px;
  color: #a64ac9;
  margin-bottom: 40px;
}

.habits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.habit-card {
  background: #f3e5f5;
  border-radius: 16px;
  padding: 25px 20px;
  transition: 0.3s ease;
  box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}

.habit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.habit-icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #8e24aa;
}

.habit-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #5e35b1;
}

.habit-card p {
  font-size: 15px;
  color: #444;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbb78af */.quiz-section {
  padding: 60px 20px;
  background: #fff3e0;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border-radius: 20px;
}

.quiz-section h2 {
  font-size: 28px;
  color: #ff6f00;
  margin-bottom: 10px;
}

.quiz-subheading {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.quiz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.quiz-card {
  perspective: 1000px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 180px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.quiz-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  backface-visibility: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  background: #fff8e1;
  color: #5d4037;
}

.card-back {
  transform: rotateY(180deg);
  background: #ffe082;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-913e2d0 */.video-section {
  background: #e8f5e9;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border-radius: 20px;
}

.video-section h2 {
  font-size: 28px;
  color: #2e7d32;
  margin-bottom: 10px;
}

.video-subheading {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.video-box iframe {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}/* End custom CSS */