.elementor-12307 .elementor-element.elementor-element-94195cd{--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;}/* Start custom CSS for html, class: .elementor-element-94b9b2d *//* ===================================== */
/* --- 1. Global & Utility Styles --- */
/* ===================================== */
.getting-started-page {
    font-family: Arial, sans-serif;
    color: #444;
}

.gs-section-heading {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 80px 0 40px 0;
}

/* Base list styling for the whole page */
.workflow-list, .help-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.workflow-list li, .help-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    padding-left: 18px;
    position: relative;
}

.workflow-list li::before, .help-list li::before {
    content: "•";
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}

/* ===================================== */
/* --- 2. Header and Workflow Diagram --- */
/* ===================================== */
.workflow-header-section {
    text-align: center;
    padding: 40px 15px 60px 15px;
    background-color: #ffffff;
}

.gs-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.gs-subtitle {
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.workflow-image-wrap {
    max-width: 800px;
    margin: 0 auto;
    background-color: #2e353c; /* Dark background for the image */
    padding: 30px;
    border-radius: 8px;
}

.workflow-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-caption {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    font-style: italic;
}

/* ===================================== */
/* --- 3. Workflow Choice Cards --- */
/* ===================================== */
.workflow-choice-section {
    padding: 0 15px;
}

.workflow-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.workflow-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.workflow-icon-wrap {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.workflow-icon-wrap i {
    font-size: 16px;
    color: #555;
}

.workflow-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.workflow-card-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

.perfect-for-heading {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Button Styling (Inherited from previous designs) */
.primary-gs-button, .secondary-gs-button {
    margin-top: auto; /* Push buttons to the bottom of the card */
    padding: 14px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.primary-gs-button {
    background-color: #f75d3d; 
    color: #ffffff;
    border: 2px solid #f75d3d;
    margin-top: 20px;
}

.primary-gs-button:hover {
    background-color: #e84c2b;
    border-color: #e84c2b;
}

.secondary-gs-button {
    background-color: #ffffff;
    color: #444; 
    border: 1px solid #ddd; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.secondary-gs-button:hover {
    background-color: #f0f0f0;
}

.primary-gs-button i, .secondary-gs-button i {
    margin-right: 8px;
    font-size: 15px;
}

/* ===================================== */
/* --- 4. What Happens Next Section --- */
/* ===================================== */
.next-steps-section {
    padding: 0 15px;
}

.next-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.step-item {
    padding: 20px;
}

.step-icon-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-icon-circle i {
    font-size: 24px;
    color: #555;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.step-desc {
    font-size: 14px;
    color: #666;
}

/* ===================================== */
/* --- 5. Help Section --- */
/* ===================================== */
.help-section {
    background-color: #f8f8f8;
    padding: 60px 15px;
    margin-top: 80px;
}

.help-subtext {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    font-style: italic;
}

.help-columns-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.help-column {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.help-column-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.help-column-title i {
    color: #f75d3d;
    margin-right: 8px;
}

.help-column-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

/* ===================================== */
/* --- 6. CTA Footer --- */
/* ===================================== */
.ready-cta-footer {
    background-color: #2e353c; /* Dark background */
    padding: 50px 15px;
    text-align: center;
    color: #ffffff;
}

.cta-footer-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}

.cta-footer-subtitle {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 30px;
}

.cta-footer-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-footer-buttons .primary-gs-button, .cta-footer-buttons .secondary-gs-button {
    /* Override margin-top from generic button style */
    margin-top: 0; 
}

/* Special styling for secondary button in dark footer */
.ready-cta-footer .secondary-gs-button {
    background-color: #3a424b; /* Darker secondary button */
    border-color: #4a5460;
    color: #ffffff;
}
.ready-cta-footer .secondary-gs-button:hover {
    background-color: #4c5560;
    border-color: #5d6773;
}


/* ===================================== */
/* --- 7. Mobile Responsiveness --- */
/* ===================================== */
@media (max-width: 767px) {
    .gs-main-title {
        font-size: 28px;
    }
    .gs-section-heading {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    
    /* Stack cards and columns vertically */
    .workflow-cards-grid,
    .next-steps-grid,
    .help-columns-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Stack footer buttons */
    .cta-footer-buttons {
        flex-direction: column;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .primary-gs-button, .secondary-gs-button {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .workflow-card {
        padding: 20px;
    }
}/* End custom CSS */