.elementor-4718 .elementor-element.elementor-element-c650f1a{--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-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-4718 .elementor-element.elementor-element-7851455{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:var( --e-global-color-accent );}.elementor-4718 .elementor-element.elementor-element-7851455 .elementor-headline{text-align:center;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-4718 .elementor-element.elementor-element-7851455 .elementor-headline-plain-text{color:#1A1A1A;}.elementor-4718 .elementor-element.elementor-element-7851455 .elementor-headline-dynamic-text{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4718 .elementor-element.elementor-element-7851455 .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-primary );}.elementor-4718 .elementor-element.elementor-element-f8a7b96{--display:flex;}.elementor-4718 .elementor-element.elementor-element-50c01de{--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;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4718 .elementor-element.elementor-element-0a8d0ae{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:var( --e-global-color-accent );}.elementor-4718 .elementor-element.elementor-element-0a8d0ae .elementor-headline{text-align:center;font-family:"Montserrat", Sans-serif;font-size:31px;font-weight:700;}.elementor-4718 .elementor-element.elementor-element-0a8d0ae .elementor-headline-plain-text{color:#1A1A1A;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}.elementor-4718 .elementor-element.elementor-element-7851455 .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}.elementor-4718 .elementor-element.elementor-element-7851455 .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}.elementor-4718 .elementor-element.elementor-element-0a8d0ae .elementor-headline{font-size:24px;}}/* Start custom CSS for html, class: .elementor-element-75e9042 */.coaching-section {
  padding: 40px 20px;
  background: #f9fafb;
}

.coaching-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
}

.coaching-card {
  background: #fff;
  border: 2px solid #00704A;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-width: 350px;
  margin: 0 auto;
}

.coaching-card:hover {
  border-color: #00704A;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.coaching-card h3 {
  font-size: 22px;
  font-weight: bold;
  color: #00704A;
  margin-bottom: 18px;
  text-align: center;
}

.coaching-card p {
  margin: 12px 0;
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
}

.coaching-card p i {
  color: #FBC02D;
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .coaching-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */