.elementor-10 .elementor-element.elementor-element-60ae781{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-068ab0d{--display:flex;}.elementor-10 .elementor-element.elementor-element-a3416df{--display:flex;}.elementor-10 .elementor-element.elementor-element-6125a11{--display:flex;}.elementor-10 .elementor-element.elementor-element-b4dd86a{--display:flex;}.elementor-10 .elementor-element.elementor-element-daf64d3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2f6d83a */.hf-about-section {
    background: #ffffff;
    padding: 80px 5%;
    font-family: 'Inter', sans-serif;
}

.hf-about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hf-about-header {
    text-align: center;
    margin-bottom: 50px;
}

.hf-tag {
    color: #2dca71;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hf-about-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-top: 10px;
}

.hf-green { color: #2dca71; }

.hf-about-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.hf-card {
    background: #f8fafc;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
}

.main-info {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-info h3 { font-size: 28px; margin-bottom: 20px; color: #1e293b; }
.main-info p { font-size: 18px; color: #64748b; line-height: 1.7; margin-bottom: 25px; }

.hf-list { list-style: none; padding: 0; }
.hf-list li { margin-bottom: 12px; color: #1e293b; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.hf-list i { color: #2dca71; }

.hf-card-mini {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.hf-card-mini:hover { border-color: #2dca71; transform: translateY(-5px); }
.hf-icon { font-size: 24px; color: #2dca71; margin-bottom: 15px; }
.hf-card-mini h4 { margin-bottom: 10px; color: #0f172a; }
.hf-card-mini p { font-size: 14px; color: #64748b; }

@media (max-width: 992px) {
    .hf-about-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55022a0 */.hf-services-section {
    background: #ffffff;
    padding: 100px 5%;
    font-family: 'Inter', sans-serif;
}

.hf-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hf-header-box {
    text-align: center;
    margin-bottom: 70px;
}

.hf-section-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
}

.hf-green { color: #2dca71; }

.hf-section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout */
.hf-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
}

.hf-service-card {
    display: flex;
    gap: 25px;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hf-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: #2dca71;
}

.featured-service {
    background: #f0fdf4; /* Light Green background */
    border-color: rgba(45, 202, 113, 0.2);
}

.hf-service-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #2dca71;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 15px rgba(45, 202, 113, 0.2);
}

.hf-service-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.hf-service-content p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hf-feature-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.hf-feature-list li {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hf-feature-list li::before {
    content: "→";
    color: #2dca71;
    font-weight: 900;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hf-services-grid { grid-template-columns: 1fr; }
    .hf-service-card { flex-direction: column; padding: 30px; }
    .hf-section-title { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c9d42b */.hf-coaching-section {
    background: #ffffff;
    padding: 100px 5%;
    font-family: 'Inter', sans-serif;
}

.hf-coaching-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.hf-badge {
    color: #2dca71;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.hf-coaching-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hf-green { color: #2dca71; }

.hf-coaching-text {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Feature List */
.hf-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.hf-check {
    width: 45px;
    height: 45px;
    background: #f0fdf4;
    color: #2dca71;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.hf-feature-text strong {
    display: block;
    font-size: 18px;
    color: #1e293b;
    margin-bottom: 5px;
}

.hf-feature-text p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

/* CTA Card */
.hf-glass-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.hf-glass-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0f172a;
}

.hf-glass-card p {
    color: #64748b;
    margin-bottom: 30px;
}

.hf-cta-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 35px;
}

.hf-cta-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hf-cta-list i { color: #2dca71; }

.hf-btn-coaching {
    display: block;
    background: #2dca71;
    color: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(45, 202, 113, 0.2);
}

.hf-btn-coaching:hover { background: #25a85d; transform: translateY(-3px); }

.hf-note {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 992px) {
    .hf-coaching-container { grid-template-columns: 1fr; gap: 40px; }
    .hf-coaching-content { text-align: center; }
    .hf-feature-item { text-align: left; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b739c8f */.hf-trust-section {
    background: #ffffff;
    padding: 100px 5%;
    font-family: 'Inter', sans-serif;
}

.hf-trust-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Stats Bento Grid */
.hf-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 100px;
}

.hf-stat-card {
    background: #f8fafc;
    padding: 40px 20px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.hf-stat-card.green-bg {
    background: #2dca71;
    border-color: #2dca71;
}

.hf-stat-card.green-bg .hf-stat-number, 
.hf-stat-card.green-bg .hf-stat-label {
    color: #ffffff;
}

.hf-stat-number {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
}

.hf-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Header */
.hf-trust-header {
    text-align: center;
    margin-bottom: 60px;
}

.hf-trust-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.hf-green { color: #2dca71; }

.hf-trust-subtitle {
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Review Cards */
.hf-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.hf-review-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hf-stars {
    color: #2dca71;
    margin-bottom: 20px;
    font-size: 18px;
}

.hf-review-text {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    font-style: italic;
    margin-bottom: 30px;
}

.hf-reviewer strong {
    display: block;
    color: #1e293b;
    font-size: 16px;
}

.hf-reviewer span {
    color: #94a3b8;
    font-size: 14px;
}

.hf-review-card:hover {
    border-color: #2dca71;
    transform: translateY(-5px);
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    .hf-stats-grid { grid-template-columns: 1fr 1fr; }
    .hf-trust-title { font-size: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68c104f */.hf-cta-light {
    background: #ffffff;
    padding: 80px 5%;
    font-family: 'Inter', sans-serif;
}

.hf-cta-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.hf-cta-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    background: #f8fafc; /* Very soft gray background */
    padding: 60px;
    border-radius: 40px;
    border: 1px solid #e2e8f0;
}

/* Info Side */
.hf-mini-badge {
    background: rgba(45, 202, 113, 0.1);
    color: #2dca71;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hf-cta-heading {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hf-green { color: #2dca71; }

.hf-cta-subtext {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hf-trust-icons {
    display: flex;
    gap: 25px;
}

.hf-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.hf-trust-item i { color: #2dca71; }

/* Card Side */
.hf-cta-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    text-align: center;
}

.hf-card-head h3 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 5px;
}

.hf-card-head p {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 30px;
}

.hf-btn-final {
    display: block;
    background: #2dca71;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(45, 202, 113, 0.2);
}

.hf-btn-final:hover {
    background: #25a85d;
    transform: translateY(-3px);
}

.hf-secure-text {
    margin-top: 20px;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Responsive Logic */
@media (max-width: 992px) {
    .hf-cta-inner { grid-template-columns: 1fr; padding: 40px; text-align: center; }
    .hf-trust-icons { justify-content: center; flex-wrap: wrap; }
    .hf-cta-heading { font-size: 36px; }
}/* End custom CSS */