.elementor-287 .elementor-element.elementor-element-72fa034{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0c3dabf *//* Fix all button styles - override Elementor defaults */

/* Start Your Journey Button */
.gs-btn-primary,
a.gs-btn-primary {
    background: #fbb2a3 !important;
    color: #1a2332 !important;
    box-shadow: 0 8px 24px rgba(251, 178, 163, 0.35) !important;
    padding: 1.125rem 2.25rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    border: none !important;
}

.gs-btn-primary:hover,
a.gs-btn-primary:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(251, 178, 163, 0.45) !important;
    background: #e88b78 !important;
    color: #1a2332 !important;
}

/* Secondary Button */
.gs-btn-secondary,
a.gs-btn-secondary {
    background: #ffffff !important;
    color: #54627b !important;
    border: 2px solid #8eb7ce !important;
    padding: 1.125rem 2.25rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.gs-btn-secondary:hover,
a.gs-btn-secondary:hover {
    background: #8eb7ce !important;
    color: #ffffff !important;
}

/* Step Buttons */
.gs-step-btn,
a.gs-step-btn {
    padding: 0.75rem 1.75rem !important;
    background: #fbb2a3 !important;
    color: #1a2332 !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    border: none !important;
}

.gs-step-btn:hover,
a.gs-step-btn:hover {
    background: #e88b78 !important;
    transform: translateX(4px) !important;
    box-shadow: 0 8px 24px rgba(251, 178, 163, 0.35) !important;
    color: #1a2332 !important;
}

/* Step 2 Button (blue variant) */
.step-2 .gs-step-btn,
.step-2 a.gs-step-btn {
    background: #8eb7ce !important;
    color: #ffffff !important;
}

.step-2 .gs-step-btn:hover,
.step-2 a.gs-step-btn:hover {
    background: #54627b !important;
    color: #ffffff !important;
}

/* Path Card Buttons */
.gs-path-btn,
a.gs-path-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1.75rem !important;
    background: #8eb7ce !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.gs-path-btn:hover,
a.gs-path-btn:hover {
    background: #54627b !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

/* Fix checkmark list items */
.gs-step-list {
    list-style: none !important;
    margin-bottom: 1.5rem;
    padding-left: 0 !important;
}

.gs-step-list li {
    padding: 0.65rem 0;
    color: #324A6D;
    font-size: 0.95rem;
    display: flex !important;
    align-items: start;
    gap: 0.65rem;
    line-height: 1.5;
    list-style: none !important;
}

.gs-step-list li::before {
    content: '✓' !important;
    width: 22px;
    height: 22px;
    background: #a2beef;
    color: #54627b;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Override Elementor link styles */
.elementor a.gs-btn-primary,
.elementor a.gs-step-btn,
.elementor a.gs-path-btn {
    text-decoration: none !important;
}

.elementor a.gs-btn-primary:hover,
.elementor a.gs-step-btn:hover,
.elementor a.gs-path-btn:hover {
    text-decoration: none !important;
}/* End custom CSS */